~jocave/checkbox/hybrid-amd-gpu-mods

« back to all changes in this revision

Viewing changes to checkbox-old/report/styles.css

  • Committer: Tarmac
  • Author(s): Brendan Donegan
  • Date: 2013-06-03 11:12:58 UTC
  • mfrom: (2154.2.1 bug1185759)
  • Revision ID: tarmac-20130603111258-1b3m5ydvkf1accts
"[r=zkrynicki][bug=1185759][author=brendan-donegan] automatic merge by tarmac"

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body {
 
2
    font-family: "Ubuntu Beta", "Bitstream Vera Sans", DejaVu Sans, Tahoma, sans-serif;
 
3
    color: #333;
 
4
    background: white url(report/images/body_bg.png);
 
5
    font-size: 12px;
 
6
    line-height: 14px;
 
7
    margin: 0px;
 
8
    padding: 0px;
 
9
}
 
10
#container {
 
11
    background: #f7f6f5;
 
12
    margin: 0px auto 20px;
 
13
    padding: 0px;
 
14
    width: 976px;
 
15
}
 
16
#container-inner {
 
17
    background-color: #dfdcd9;
 
18
}
 
19
#header, #container-inner {
 
20
    -moz-border-radius: 0px 0px 5px 5px;
 
21
    -webkit-border-bottom-left-radius: 5px;
 
22
    -webkit-border-bottom-right-radius: 5px;
 
23
    -moz-box-shadow: #bbb 0px 0px 5px;
 
24
    -webkit-box-shadow: #bbb 0px 0px 5px;
 
25
}
 
26
#header {
 
27
    background: #dd4814 url(report/images/header_bg.png) top left repeat-x;
 
28
    height: 64px;
 
29
    margin: 0px;
 
30
    padding: 0px;
 
31
    position: relative;
 
32
}
 
33
 
 
34
#menu-search {
 
35
    height: 40px;
 
36
    margin: 0 16px;
 
37
}
 
38
 
 
39
#title {
 
40
    padding: 28px 24px;
 
41
}
 
42
 
 
43
#content {
 
44
    /*padding: 32px 80px 32px 80px;*/
 
45
    padding: 32px 240px 32px 160px;
 
46
    margin: 0 16px 16px;
 
47
    width: 544px;
 
48
    background-color: #fff;
 
49
    -moz-border-radius: 4px;
 
50
    -webkit-border-radius: 4px;
 
51
}
 
52
#end-content {
 
53
    clear: both;
 
54
}
 
55
 
 
56
#content-panel {
 
57
    width: 446px;
 
58
    margin: 0px 0px 0px 0px;
 
59
    padding: 8px 8px 32px 8px;
 
60
    background-color: #fff;
 
61
    -moz-border-radius: 4px;
 
62
    -webkit-border-radius: 4px;
 
63
}
 
64
 
 
65
#copyright {
 
66
    background-position: 803px 40px;
 
67
    background-repeat: no-repeat;
 
68
    text-align: center;
 
69
    margin: 0 16px;
 
70
    padding: 40px 0 0 0;
 
71
    height: 32px;
 
72
}
 
73
#copyright p {
 
74
    color: #aea79f;
 
75
    font-size: 10px;
 
76
    line-height: 14px;
 
77
    margin: 2px 0;
 
78
}
 
79
 
 
80
#footer {
 
81
    padding-top: 16px;
 
82
}
 
83
#footer * {
 
84
    font-size: 10px;
 
85
    line-height: 14px;
 
86
}
 
87
#footer p {
 
88
    margin: 0;
 
89
    padding-bottom: 3px;
 
90
    border-bottom: 1px dotted #aea79f;
 
91
}
 
92
#footer p.footer-title {
 
93
    font-weight: bold;
 
94
}
 
95
#footer .footer-div {
 
96
    width: 144px;
 
97
    float: left;
 
98
    margin-left: 16px;
 
99
}
 
100
#footer .last-div {
 
101
    margin-right: 16px;
 
102
}
 
103
#footer ul {
 
104
    list-style: none;
 
105
    margin: 0;
 
106
    padding: 0;
 
107
}
 
108
#footer li {
 
109
    margin: 0;
 
110
    padding: 3px 0;
 
111
    border-bottom: 1px dotted #aea79f;
 
112
}
 
113
 
 
114
h1, h2, h3, h4, h5 {
 
115
    padding: 0;
 
116
    margin: 0;
 
117
    font-weight: normal;
 
118
}
 
119
h1 {
 
120
    font-size: 36px;
 
121
    line-height: 40px;
 
122
    color: #dd4814;
 
123
}
 
124
h2 {
 
125
    font-size: 24px;
 
126
    line-height: 28px;
 
127
    margin-bottom: 8px;
 
128
}
 
129
h3 {
 
130
    font-size: 16px;
 
131
    line-height: 20px;
 
132
    margin-bottom: 8px;
 
133
}
 
134
h3.link-other {
 
135
    color: #333;
 
136
}
 
137
h3.link-services {
 
138
    color: #fff;
 
139
}
 
140
h4 {
 
141
    font-size: 12px;
 
142
    line-height: 14px;
 
143
}
 
144
h4.partners {
 
145
    color: #333;
 
146
    font-size: 16px;
 
147
    line-height: 20px;
 
148
}
 
149
h5 {
 
150
    color: #333;
 
151
    font-size: 10px;
 
152
    line-height: 14px;
 
153
}
 
154
h1 span.grey, h2 span.grey, h1 span, h2 span{
 
155
    color: #aea79f;
 
156
}
 
157
p {
 
158
    font-size: 12px;
 
159
    line-height: 14px;
 
160
    margin-bottom: 8px;
 
161
}
 
162
strong {
 
163
    font-weight: bold;
 
164
}
 
165
 
 
166
a {
 
167
    color: #333;
 
168
    text-decoration: none;
 
169
}
 
170
a:hover {
 
171
    color: #dd4814;
 
172
    text-decoration: underline;
 
173
}
 
174
div.footer-div:hover a, div#content:hover a {
 
175
    color: #dd4814;
 
176
    text-decoration: none;
 
177
}
 
178
div.footer-div:hover a:hover, div#content:hover a:hover {
 
179
    color: #dd4814;
 
180
    text-decoration: underline;
 
181
}
 
182
 
 
183
ul {
 
184
    margin-bottom: 16px;
 
185
    list-style-image: url(report/images/bullet.png);
 
186
}
 
187
ul li {
 
188
    margin-bottom: 8px;
 
189
    line-height: 14px;
 
190
}
 
191
ul li:last-child {
 
192
    margin-bottom: 0px;
 
193
}
 
194
 
 
195
p.call-to-action {
 
196
    color: #333;
 
197
}
 
198
p.case-study {
 
199
    color: #333;
 
200
}
 
201
p.highlight {
 
202
    font-size: 16px;
 
203
    line-height: 20px;
 
204
}
 
205
p.introduction {
 
206
    color: #333;
 
207
    font-size: 16px;
 
208
    line-height: 20px;
 
209
}
 
210
p.services {
 
211
    color: #fff;
 
212
}
 
213
p.small-text {
 
214
    color: #333;
 
215
    font-size: 10px;
 
216
}
 
217
 
 
218
/* Clearing floats without extra markup
 
219
Based on How To Clear Floats Without Structural Markup by PiE
 
220
[http://www.positioniseverything.net/easyclearing.html] */
 
221
.clearfix:after {
 
222
    content: ".";
 
223
    display: block;
 
224
    height: 0;
 
225
    clear: both;
 
226
    visibility: hidden;
 
227
}
 
228
.clearfix {
 
229
    -moz-border-radius: 5px 5px 5px 5px;
 
230
    -webkit-border-bottom-top-radius: 5px;
 
231
    -webkit-border-bottom-left-radius: 5px;
 
232
    -webkit-border-bottom-bottom-radius: 5px;
 
233
    -webkit-border-bottom-right-radius: 5px;
 
234
    -moz-box-shadow: #bbb 0px 0px 5px;
 
235
    -webkit-box-shadow: #bbb 0px 0px 5px;
 
236
    display: inline-block;
 
237
}  /* for IE/Mac */
 
238
td
 
239
{
 
240
    margin: 0;
 
241
    padding-bottom: 3px;
 
242
    border-bottom: 1px dotted #aea79f;
 
243
    font-size: 10px;
 
244
    line-height: 14px;
 
245
}
 
246
.resultimg
 
247
{
 
248
    height: 12px;
 
249
}
 
250
.disclosureimg
 
251
{
 
252
        height:         .75em;
 
253
        vertical-align: middle;
 
254
}
 
255
.data
 
256
{
 
257
        display:        none;
 
258
}