~ubuntu-branches/ubuntu/wily/xubuntu-docs/wily-proposed

« back to all changes in this revision

Viewing changes to desktop-guide/libs/xubuntu-book.css

  • Committer: Package Import Robot
  • Author(s): Matthew East, Matthew East, Jeremy Bicha
  • Date: 2012-09-19 20:38:04 UTC
  • Revision ID: package-import@ubuntu.com-20120919203804-1t50gcb1xi8xbyzo
Tags: 12.10.1
[ Matthew East ]
* Complete rewrite of desktop-guide by Pasi Lallinaho
* Change to folder structure of desktop-guide to allow translations

[ Jeremy Bicha ]
* debian/control:
  - Bump Standards-Version to 3.9.3 and debhelper to 8
  - Don't build-depend on ubuntu-docs
* debian/preinst: Dropped, not needed after 12.04 LTS

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
@import url('reset.css');
9
9
 
10
10
html {
11
 
        background-color: #f5f5f5;
 
11
        background-color: #eee;
12
12
        color: #111;
13
13
 
14
14
        font-family: "Droid Sans", sans-serif;
25
25
        max-width: 950px;
26
26
        margin: 3em auto 0 auto;
27
27
 
28
 
        background: transparent url(images/logo_title.png) 0 0 no-repeat;
29
28
        color: #04a;
30
29
        height: 90px;
31
30
}
 
31
        #masthead a {
 
32
                border-bottom: none;
 
33
        }
32
34
 
33
35
body > div.book,
34
36
body > div.chapter,
35
37
body > div.sect1,
36
38
body > div.section,
37
 
body > div.appendix {
 
39
body > div.appendix,
 
40
body > div.legalnotice {
38
41
        max-width: 950px;
39
42
        margin: 0 auto;
40
43
        padding: 3em;
47
50
        -moz-border-radius: 10px;
48
51
        border-radius: 10px;
49
52
}
 
53
        body > div.legalnotice {
 
54
                margin: 3em auto;
 
55
        }
50
56
 
51
57
.navfooter {
52
58
        max-width: 950px;
80
86
        margin-left: 3em;
81
87
}
82
88
 
 
89
dt {
 
90
        margin-bottom: 1em;
 
91
}
 
92
 
 
93
dd dl dt {
 
94
        margin-bottom: 0;
 
95
}
 
96
 
 
97
dd dl {
 
98
        margin-top: -0.8em;
 
99
}
 
100
 
83
101
h1 {
84
102
        margin: 0 0 1em 0;
85
103
        font-size: 200%;
87
105
}
88
106
 
89
107
h2,
90
 
div.abstract p.title {
91
 
        margin: 1em 0;
 
108
div.abstract p.title,
 
109
p.legalnotice-title {
 
110
        margin: 1.5em 0 1em 0;
92
111
 
93
112
        font-size: 180%;
94
113
        font-weight: normal;
96
115
 
97
116
        color: #555;
98
117
}
99
 
        body > div.chapter h2:first-child,
100
 
        body > div.sect1 h2:first-child,
101
 
        body > div.section h2:first-child,
102
 
        body > div.appendix h2:first-child {
 
118
        body > div.chapter > div:first-child h2,
 
119
        body > div.sect1 > div:first-child h2,
 
120
        body > div.section > div:first-child h2,
 
121
        body > div.appendix > div:first-child h2,
 
122
        body > div.legalnotice p.legalnotice-title {
103
123
                margin-top: 0;
104
124
        }
105
125
 
114
134
        color: #555;
115
135
}
116
136
 
 
137
h4 {
 
138
        margin: 1em 0;
 
139
 
 
140
        font-size: 130%;
 
141
        font-weight: normal;
 
142
        color: #888;
 
143
}
 
144
 
117
145
hr {
118
146
        border: none;
119
147
        border-top: 1px solid #aaa;
129
157
}
130
158
        ol li { list-style-type: decimal; }
131
159
        ul li { list-style-type: disc; }
132
 
        li p { margin-bottom: 0.3em; }
133
 
 
 
160
        li p { margin-bottom: 0.1em; }
134
161
 
135
162
/*
136
163
 *  Specific element styles
156
183
                font-weight: bold;
157
184
        }
158
185
 
 
186
        .chapter .toc dt {
 
187
                margin-bottom: 0;
 
188
        }
 
189
 
159
190
        .toc dd dl dt {
160
191
                margin-top: 0.2em;
161
192
                font-weight: normal;
162
193
        }
163
194
 
 
195
        .chapter .toc + p {
 
196
                margin-top: 2em;
 
197
        }
 
198
 
164
199
div.caution,
165
200
div.important,
166
201
div.note,
167
202
div.tip,
168
203
div.warning {
169
 
        margin: 1em 0 !important;
 
204
        margin: 2em 0 !important;
170
205
        padding: 1em 1.5em;
171
206
 
172
207
        background-color: #eee;
 
208
        border: 1px solid #d1d1d1;
173
209
 
174
210
        -webkit-border-radius: 10px;
175
211
        -moz-border-radius: 10px;
195
231
        padding-bottom: 16px;
196
232
}
197
233
 
 
234
div.caution .filename img,
 
235
div.important .filename img,
 
236
div.note .filename img,
 
237
div.tip .filename img,
 
238
div.warning .filename img {
 
239
        margin-bottom: -0.25em;
 
240
        margin-right: 0;
 
241
        padding-bottom: 0;
 
242
}
 
243
 
 
244
div.caution .keycap img,
 
245
div.important .keycap img,
 
246
div.note .keycap img,
 
247
div.tip .keycap img,
 
248
div.warning .keycap img {
 
249
        margin-bottom: -0.25em;
 
250
        margin-right: 0.15em;
 
251
        padding-bottom: 0;
 
252
}
 
253
 
198
254
.orderedlist {
199
255
        margin-top: 1em;
200
256
}
202
258
                margin-bottom: 0;
203
259
        }
204
260
 
205
 
.screen, .programlisting { 
206
 
        padding: 0.3em 0.6em;
207
 
 
 
261
.filename, .literal {
 
262
        font-family: "Liberation Mono", monospace;
 
263
        font-size: 85%;
 
264
}
 
265
        .literal {
 
266
                font-weight: bold;
 
267
                display: inline-table;
 
268
                vertical-align: middle;
 
269
                margin-right: 0.25em;
 
270
        }
 
271
 
 
272
.screen, .programlisting, .userinput, { 
 
273
        padding: 0.2em 0.6em;
 
274
 
 
275
        font-family: "Liberation Mono", monospace;
208
276
        font-size: 110%;
209
277
 
210
278
        background-color: #ccc;
211
279
        color: #131926;
212
 
 
280
}
 
281
        .userinput {
 
282
                background-color: #ddd;
 
283
                padding: 0.1em 0.3em;
 
284
                font-weight: normal;
 
285
        }
 
286
 
 
287
        .segmentedlist .userinput {
 
288
                background-color: inherit;
 
289
        }
 
290
 
 
291
p .application .guimenu {
 
292
        margin: 0 0.25em;
 
293
}
213
294
 
214
295
.guimenu, .guimenuitem, .guisubmenu {
215
296
        font-style: italic;
216
297
        color: #465364;
 
298
        color: #016;
 
299
}
 
300
 
 
301
.guiicon img,
 
302
.filename img {
 
303
        margin-bottom: -0.25em;
 
304
}
 
305
 
 
306
.inline-icon-pkg img {
 
307
        margin: 0 0.35em -0.35em 0.25em;
 
308
}
 
309
 
 
310
.inline-icon-key img {
 
311
        margin: 0 0.35em -0.20em 0.25em;
217
312
}
218
313
 
219
314
.question { 
224
319
        padding-bottom: 1em;
225
320
}
226
321
 
 
322
.segmentedlist table {
 
323
        border: 1px solid #444;
 
324
        width: 100%;
 
325
}
 
326
 
 
327
.segmentedlist thead {
 
328
        background-color: #333;
 
329
        color: #fff;
 
330
}
 
331
 
 
332
.segmentedlist th,
 
333
.segmentedlist td {
 
334
        padding: 0.2em 0.4em;
 
335
        text-align: left;
 
336
}
 
337
 
 
338
.segmentedlist tr.seglistitem:nth-child(odd) {
 
339
        background-color: #f1f1f1;
 
340
}
 
341
 
 
342
.segmentedlist tr.seglistitem:nth-child(even) {
 
343
        background-color: #d1d1d1;
 
344
}
 
345
 
 
346
.keycap strong,
 
347
.keycombo strong {
 
348
        font-weight: normal;
 
349
        font-style: oblique;
 
350
}