~linaro-maintainers/live-build/linaro-live-build-3

« back to all changes in this revision

Viewing changes to includes/lenny/install/css/debinstall.css

  • Committer: Daniel Baumann
  • Date: 2011-03-09 18:19:23 UTC
  • Revision ID: git-v1:c5c3f6133a0fb62ba9c2c3b839e6ea5774f9c76a
Adding debian version 3.0~a1-1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 
3
 
Debian Installation Medium CSS
4
 
Created by: Kalle Söderman
5
 
 
6
 
*/
7
 
 
8
 
 
9
 
 
10
 
 
11
 
html {
12
 
    height:100%;
13
 
    }
14
 
body {
15
 
    margin: 0px 10px 0 70px;
16
 
    font: normal 16px sans-serif;
17
 
    background-color: white;
18
 
    background-image:url('../pics/gradient.png');
19
 
    background-position: top left;
20
 
    background-repeat: repeat-x;
21
 
    color:black;
22
 
}
23
 
 
24
 
/* --------------- Main Divs --------------- */
25
 
 
26
 
#header {
27
 
    margin:0;
28
 
    padding:0;
29
 
}
30
 
#upperheader {
31
 
    margin:0;
32
 
    padding:0;
33
 
}
34
 
#logo {
35
 
    position:absolute;
36
 
    top:0;
37
 
    left:0;
38
 
}
39
 
#intro {
40
 
    border-bottom:1px solid #c70036;
41
 
}
42
 
#mirrors #intro {
43
 
    margin:0;
44
 
    padding:0;
45
 
}
46
 
#intro #splash {
47
 
    margin-top:70px;
48
 
    margin-bottom: 0px;
49
 
    text-align:center;
50
 
}
51
 
#debian-img {
52
 
    margin-top:10px;
53
 
    clear:both;
54
 
    display:block;
55
 
}
56
 
 
57
 
#intro p,.intro {
58
 
    margin-bottom: 0.75em;
59
 
    padding:0;
60
 
    line-height:1.2em;
61
 
    text-align: left;
62
 
    font-size:118%;
63
 
}
64
 
.alt {
65
 
    float:right;
66
 
}
67
 
.toc {
68
 
    font-size: 0.73em;
69
 
    list-style:none;
70
 
    margin: 0 0 1em 0;
71
 
    line-height:1.5em;
72
 
}
73
 
#mirrors .toc {
74
 
    border-top: 1px solid #d3d6df;
75
 
}
76
 
.toc li {
77
 
    border-bottom: 1px solid #d3d6df;
78
 
    padding:3px 3px 3px 3px;
79
 
}
80
 
#maincol {
81
 
    clear:both;
82
 
}
83
 
.clr {
84
 
    border-top:1px solid black;
85
 
}
86
 
#footer {
87
 
    margin:0;
88
 
 
89
 
    clear:both;
90
 
}
91
 
 
92
 
#maincol ul, #mailheader {
93
 
    text-indent:0;
94
 
    list-style-position:outside;
95
 
    margin:0.5em 0 1em 0;
96
 
    padding:0;
97
 
}
98
 
ul {
99
 
    list-style-position:outside;
100
 
    margin:0.5em 0 1em 0;
101
 
 
102
 
    padding:0;
103
 
}
104
 
ul ul, ul ul ul, ul ul ul ul {
105
 
    padding-left:1em;
106
 
}
107
 
 
108
 
#breadcrumbs {
109
 
    font-size:0.68em;
110
 
    margin:0 0 0 0;     
111
 
    padding:0.25em;
112
 
    background-color: #f2f3f7;
113
 
    border-bottom: 1px solid #e2e3e7;
114
 
    text-transform:lowercase;
115
 
}
116
 
.hidecss {
117
 
    display:none;
118
 
}
119
 
#fineprint {
120
 
    font-size:0.68em;
121
 
    color: #333;
122
 
    margin:2em 0 0 0;   
123
 
    padding:0.25em;
124
 
    background-color: #f2f3f7;
125
 
    border-top: 1px solid #e2e3e7;
126
 
    text-transform:lowercase;
127
 
}
128
 
#fineprint p {
129
 
    margin:0;
130
 
    line-height:1em;
131
 
}
132
 
.nonvisual {
133
 
    display:none;
134
 
}
135
 
.clear {clear:both}
136
 
#clear {
137
 
    clear:both;
138
 
}
139
 
 
140
 
/* --------------- Images --------------- */
141
 
 
142
 
img {border:0;}
143
 
 
144
 
 
145
 
 
146
 
/* --------------- Typography --------------- */
147
 
#intro h1 {
148
 
    margin:0;
149
 
    line-height:0.8em;
150
 
}
151
 
dd {
152
 
    margin: 0 0 1em 1em;
153
 
}
154
 
.section {
155
 
    font-family:monospace;
156
 
    font-size: 0.9em;
157
 
    position:absolute;
158
 
    top: 0px;
159
 
    left:70px;
160
 
    text-transform: uppercase;
161
 
    letter-spacing: 0.08em;
162
 
    background-color: #c70036;
163
 
    line-height: 20px;
164
 
    color:white;
165
 
    padding: 0 5px 0 5px;
166
 
    margin:0;
167
 
}
168
 
.section em {
169
 
    font-style:normal;
170
 
    color:white;
171
 
}
172
 
strong {
173
 
    font-weight:bold;
174
 
}
175
 
 
176
 
p {
177
 
    margin: 0.1em 0 0.4em 0;    
178
 
    line-height:1.5em;
179
 
}
180
 
em {
181
 
    color: #666;
182
 
}
183
 
 
184
 
h1, h2, h3, h4, h5, h6 {
185
 
    font-weight: normal;
186
 
}
187
 
h1 {
188
 
    font-size: 218%; margin:0.5em 0 0.5em 0;
189
 
}
190
 
h2 {
191
 
    font-size: 164%; margin: 1em 0 0.25em 0;
192
 
}
193
 
h3 {
194
 
    font-size: 145%;
195
 
}
196
 
h4 {
197
 
    font-size: 118%;
198
 
}
199
 
blockquote {
200
 
    margin: 0;
201
 
}
202
 
hr {
203
 
    background-color:#cdcdcd;
204
 
    height:1px;
205
 
    border:0;
206
 
    display:none;
207
 
}
208
 
pre {
209
 
    font-family: monospace;
210
 
    font-size: 0.73em;
211
 
    line-height:1.5em;
212
 
}
213
 
 
214
 
th {
215
 
    text-align:left;
216
 
}
217
 
blockquote {
218
 
    margin-left: 1em;
219
 
    font-size:0.73em;
220
 
}
221
 
code {
222
 
    background-color: #f2f3f7;
223
 
    border: 1px solid #e2e3e7;
224
 
    padding: 0 0.25em 0 0.25em;
225
 
    text-decoration:none;
226
 
}
227
 
 
228
 
tt a {
229
 
    background-color: #fffede;
230
 
    border: 1px solid #eae9cb;
231
 
    padding: 0 0.25em 0 0.25em;
232
 
    text-decoration:none;
233
 
}
234
 
tt a:hover {
235
 
    background-color:transparent;
236
 
    border-color:transparent;
237
 
}
238
 
 
239
 
dt {
240
 
    font-weight:bold;
241
 
    margin:0;
242
 
}
243
 
dd {
244
 
    margin-left:1em;
245
 
}
246
 
#mirrors h1 {
247
 
    margin-top:70px;
248
 
    padding: 0.25em 0 0 0;
249
 
    border-top: 1px solid #c70036;
250
 
}
251
 
#mirrors pre {
252
 
    font-size:0.75em;
253
 
}
254
 
#mirrors td, #mirrors th {
255
 
    font-size:0.73em;
256
 
    padding-right:1em;
257
 
}
258
 
#mirrors code {
259
 
    background:transparent;
260
 
    border:none;
261
 
}
262
 
/*--------------- Small Type Group -------------*/
263
 
 
264
 
.small, #footer,#news, #security,.planet #sidebar, .planet .date, .wikitoc, .wiki #sidebar, .wiki #pageinfo.info, .wiki #spotlight {
265
 
    font-size:0.73em;
266
 
}
267
 
 
268
 
 
269
 
 
270
 
/* --------------------- Links ---------------------- */
271
 
 
272
 
a:link {
273
 
    color: #0035c7;
274
 
    text-decoration:none;
275
 
}
276
 
 
277
 
a:link:hover {
278
 
    text-decoration: underline;
279
 
    color: #2e00c7;
280
 
}
281
 
a:visited {
282
 
    text-decoration:none;
283
 
    color: #0035c7;
284
 
}
285
 
a:visited:hover {
286
 
    text-decoration:underline;
287
 
}
288
 
a:link:active {
289
 
    color: #c70036;
290
 
    background-color:transparent;
291
 
}
292
 
 
293
 
 
294