~ubuntu-branches/ubuntu/natty/xfce4-panel/natty

« back to all changes in this revision

Viewing changes to docs/manual/html/xfce4-panel.css

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-12-04 15:45:53 UTC
  • mfrom: (1.1.25 upstream)
  • Revision ID: james.westby@ubuntu.com-20101204154553-c1k0n2p2j83chld0
Tags: 4.7.5-0ubuntu1
Upload to natty (pkg-xfce svn r4611).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
html { height: 100%; }
 
3
body {
 
4
  margin: 0px;
 
5
  background-color: #f9f9f6;
 
6
  padding: 12px;
 
7
  min-height: 100%;
 
8
  direction: ltr;
 
9
}
 
10
ul, ol, dl, dd { margin: 0; }
 
11
div, pre, p, li, dt { margin: 1em 0 0 0; padding: 0; }
 
12
.first-child { margin-top: 0; }
 
13
li.condensed { margin-top: 0.2em; }
 
14
a {
 
15
  text-decoration: none;
 
16
  color: #1f609f;
 
17
}
 
18
a:visited {
 
19
  color: #9f1f6f;
 
20
}
 
21
a:hover { text-decoration: underline; }
 
22
 
 
23
div.headbar {
 
24
  margin: 0;
 
25
  max-width: 48em;
 
26
}
 
27
div.footbar {
 
28
  margin: 0;
 
29
  max-width: 48em;
 
30
}
 
31
div.body {
 
32
  margin: 0;
 
33
  padding: 1em;
 
34
  max-width: 48em;
 
35
  min-height: 20em;
 
36
  -moz-border-radius: 6px;
 
37
  border: solid 1px #e0e0df;
 
38
  background-color: #ffffff;
 
39
}
 
40
div.navbar {
 
41
  margin: 0;
 
42
  float: right;
 
43
}
 
44
a.navbar-prev::before {
 
45
  content: '◀  ';
 
46
  color: #3f3f3f;
 
47
}
 
48
a.navbar-next::after {
 
49
  content: '  ▶';
 
50
  color: #3f3f3f;
 
51
}
 
52
div.copyrights {
 
53
  text-align: center;
 
54
  color: #3f3f3f;
 
55
}
 
56
div.section { margin-top: 2.4em; clear: both; }
 
57
div.section div.section {
 
58
  margin-top: 1.72em;
 
59
  margin-left: 1.72em;
 
60
}
 
61
div.section div.section div.section { margin-top: 1.44em; }
 
62
div.header {
 
63
  margin: 0;
 
64
  color: #3f3f3f;
 
65
  border-bottom: solid 1px #e0e0df;
 
66
}
 
67
h1 {
 
68
  font-size: 1.44em;
 
69
  margin: 0;
 
70
}
 
71
h2, h3, h4, h5, h6, h7 {
 
72
  font-size: 1.2em;
 
73
  margin: 0;
 
74
}
 
75
table { border-collapse: collapse; }
 
76
 
 
77
div.autolinks ul { margin: 0; padding: 0; }
 
78
div.autolinks div.title { margin: 1em 0 0 1em; }
 
79
div.autolinks div.title span {
 
80
  border-bottom: solid 1px #e0e0df;
 
81
}
 
82
li.autolink { margin: 0.5em 0 0 0; padding: 0 0 0 1em; list-style-type: none; }
 
83
 
 
84
div.linktrails {
 
85
  margin: 0;
 
86
}
 
87
div.linktrail {
 
88
  font-size: 0.83em;
 
89
  margin: 0 1px 0.2em 1px;
 
90
  padding-left: 1.2em;
 
91
  color: #3f3f3f;
 
92
}
 
93
 
 
94
table.twocolumn { width: 100%; }
 
95
td.twocolumnleft { width: 48%; vertical-align: top; padding: 0; margin: 0; }
 
96
td.twocolumnright {
 
97
  width: 52%; vertical-align: top;
 
98
  margin: 0; padding: 0;
 
99
  padding-left: 1em;
 
100
}
 
101
 
 
102
div.linkdiv div.title {
 
103
  font-size: 1em;
 
104
  color: inherit;
 
105
}
 
106
div.linkdiv {
 
107
  margin: 0;
 
108
  padding: 0.5em;
 
109
  -moz-border-radius: 6px;
 
110
  border: solid 1px #ffffff;
 
111
}
 
112
div.linkdiv:hover {
 
113
  border-color: #c0c9ff;
 
114
  background-color: #f0f9ff;
 
115
}
 
116
div.linkdivsep {
 
117
  margin: 0.5em;
 
118
  list-style-type: none;
 
119
  max-width: 24em;
 
120
  border-bottom: solid 1px #e0e0df;
 
121
}
 
122
 
 
123
div.title {
 
124
  margin: 0 0 0.2em 0;
 
125
  font-weight: bold;
 
126
  color: #3f3f3f;
 
127
}
 
128
div.desc { margin: 0 0 0.2em 0; }
 
129
div.desc-listing, div.desc-synopsis { font-style: italic; }
 
130
div.desc-figure { margin: 0.2em 0 0 0; }
 
131
pre.code {
 
132
  /* FIXME: In RTL locales, we really want to align this left, but the watermark
 
133
   * we have is designed to fit in the top right corner.  Either we need a new
 
134
   * watermark, or we need a separate RTL version.
 
135
   */
 
136
  background: url('watermark-code.png') no-repeat top right;
 
137
  border: solid 2px #e0e0df;
 
138
  padding: 0.5em 1em 0.5em 1em;
 
139
}
 
140
div.example {
 
141
  border-left: solid 4px #e0e0df;
 
142
  padding-left: 1em;
 
143
}
 
144
div.figure {
 
145
  margin-left: 1.72em;
 
146
  padding: 4px;
 
147
  color: #3f3f3f;
 
148
  border: solid 1px #e0e0df;
 
149
  background-color: #f9f9f6;
 
150
}
 
151
div.figure-contents {
 
152
  margin: 0;
 
153
  padding: 0.5em 1em 0.5em 1em;
 
154
  text-align: center;
 
155
  color: #000000;
 
156
  border: solid 1px #e0e0df;
 
157
  background-color: #ffffff;
 
158
}
 
159
div.listing-contents { margin: 0; padding: 0; }
 
160
div.note {
 
161
  padding: 0.5em 6px 0.5em 6px;
 
162
  border-top: solid 1px #ffc0c0;
 
163
  border-bottom: solid 1px #ffc0c0;
 
164
  background-color: #fffff0;
 
165
}
 
166
div.note-inner {
 
167
  margin: 0;
 
168
  padding-left: 60px;
 
169
  background-position: left top;
 
170
  background-repeat: no-repeat;
 
171
  min-height: 48px;
 
172
  background-image: url("admon-note.png");
 
173
}
 
174
div.note-advanced div.note-inner {  }
 
175
div.note-bug div.note-inner { background-image: url("admon-bug.png"); }
 
176
div.note-important div.note-inner { background-image: url("admon-important.png"); }
 
177
div.note-tip div.note-inner { background-image: url("admon-tip.png"); }
 
178
div.note-warning div.note-inner { background-image: url("admon-warning.png"); }
 
179
div.note-contents { margin: 0; padding: 0; }
 
180
div.quote-inner {
 
181
  margin: 0;
 
182
  background-image: url('watermark-blockquote-201C.png');
 
183
  background-repeat: no-repeat;
 
184
  background-position: top left;
 
185
  padding: 0.5em;
 
186
  padding-left: 4em;
 
187
}
 
188
div.title-quote {
 
189
  margin-left: 4em;
 
190
}
 
191
blockquote { margin: 0; padding: 0; }
 
192
div.cite-comment {
 
193
  margin-top: 0.5em;
 
194
  color: #3f3f3f;
 
195
}
 
196
div.cite-quote {
 
197
  margin-top: 0.5em;
 
198
  color: #3f3f3f;
 
199
}
 
200
div.cite-quote::before {
 
201
  
 
202
  content: '― ';
 
203
}
 
204
pre.screen {
 
205
  padding: 0.5em 1em 0.5em 1em;
 
206
  background-color: #f9f9f6;
 
207
  border: solid 2px #e0e0df;
 
208
}
 
209
div.synopsis-contents {
 
210
  margin: 0;
 
211
  padding: 0.5em 1em 0.5em 1em;
 
212
  border-top: solid 2px;
 
213
  border-bottom: solid 2px;
 
214
  border-color: #c0c9ff;
 
215
  background-color: #f9f9f6;
 
216
}
 
217
div.synopsis pre.code {
 
218
  background: none;
 
219
  border: none;
 
220
  padding: 0;
 
221
}
 
222
 
 
223
div.list-contents { margin: 0; padding: 0; }
 
224
div.title-list { margin-bottom: 0.5em; }
 
225
ol.list, ul.list { margin: 0; padding: 0; }
 
226
li.item-list { margin-left: 1.44em; }
 
227
 
 
228
div.steps-contents {
 
229
  margin: 0;
 
230
  padding: 0.5em 1em 0.5em 1em;
 
231
  border-top: solid 2px;
 
232
  border-bottom: solid 2px;
 
233
  border-color: #c0c9ff;
 
234
  background-color: #fffff0;
 
235
}
 
236
div.steps-contents div.steps-contents {
 
237
  padding: 0;
 
238
  border: none;
 
239
  background-color: none;
 
240
}
 
241
ol.steps, ul.steps { margin: 0; padding: 0; }
 
242
li.item-steps { margin-left: 1.44em; }
 
243
 
 
244
div.terms-contents { margin: 0; }
 
245
dt.item-next { margin-top: 0; }
 
246
dd.item-terms {
 
247
  margin-top: 0.2em;
 
248
  margin-left: 1.44em;
 
249
}
 
250
 
 
251
ul.tree {
 
252
  margin: 0; padding: 0;
 
253
  list-style-type: none;
 
254
}
 
255
li.item-tree { margin: 0; padding: 0; }
 
256
div.item-tree { margin: 0; padding: 0; }
 
257
ul.tree ul.tree { margin-left: 1.44em; }
 
258
div.tree-lines ul.tree { margin-left: 0; }
 
259
 
 
260
table.table {
 
261
  border-collapse: collapse;
 
262
  border-color: #555753;
 
263
  border-width: 1px;
 
264
}
 
265
table.table td {
 
266
  padding: 0.1em 0.5em 0.1em 0.5em;
 
267
  border-color: #888a85;
 
268
  border-width: 1px;
 
269
  vertical-align: top;
 
270
}
 
271
 
 
272
span.app { font-style: italic; }
 
273
span.cmd {
 
274
  font-family: monospace;
 
275
  background-color: #f9f9f6;
 
276
  padding: 0 0.2em 0 0.2em;
 
277
}
 
278
span.code { font-family: monospace; }
 
279
span.em { font-style: italic; }
 
280
span.email { color: red; }
 
281
span.file { font-family: monospace; }
 
282
span.gui, span.guiseq { color: #3f3f3f; }
 
283
span.input { font-family: monospace; }
 
284
span.hi {
 
285
  background-color: #fffff0;
 
286
}
 
287
span.key {
 
288
  color: #3f3f3f;
 
289
  border: solid 1px #e0e0df;
 
290
  padding: 0 0.2em 0 0.2em;
 
291
}
 
292
span.keyseq {
 
293
  color: #3f3f3f;
 
294
}
 
295
span.output { font-family: monospace; }
 
296
pre.screen span.output {
 
297
  color: #3f3f3f;
 
298
}
 
299
pre.screen span.output-error {
 
300
 
 
301
  color: #ff0000;
 
302
}
 
303
pre.screen span.output-prompt { font-weight: bold; }
 
304
span.sys { font-family: monospace; }
 
305
span.var { font-style: italic; }
 
306
 
 
307
div.version {
 
308
  position: absolute;
 
309
  right: 12px;
 
310
  opacity: 0.2;
 
311
  margin-top: -1em;
 
312
  padding: 0.5em 1em 0.5em 1em;
 
313
  max-width: 24em;
 
314
  -moz-border-radius: 6px;
 
315
  border: solid 1px #e0e0df;
 
316
  background-color: #fffff0;
 
317
}
 
318
div.version:hover { opacity: 0.8; }
 
319
div.version p.version { margin-top: 0.2em; }
 
320
div.linkdiv div.title span.status {
 
321
  font-size: 0.83em;
 
322
  font-weight: normal;
 
323
  padding-left: 0.2em;
 
324
  padding-right: 0.2em;
 
325
  color: #3f3f3f;
 
326
  border: solid 1px #ffc0c0;
 
327
}
 
328
div.linkdiv div.title span.status-stub { background-color: #fff0f0; }
 
329
div.linkdiv div.title span.status-draft { background-color: #fff0f0; }
 
330
div.linkdiv div.title span.status-incomplete { background-color: #fff0f0; }
 
331
div.linkdiv div.title span.status-review { background-color: #fffff0; }
 
332
div.linkdiv div.desc {
 
333
  margin-top: 0.2em;
 
334
  color: #3f3f3f;
 
335
}
 
336
div.comment {
 
337
  padding: 0.5em;
 
338
  border: solid 2px #ffc0c0;
 
339
  background-color: #fff0f0;
 
340
}
 
341
div.comment div.comment {
 
342
  margin: 1em 1em 0 1em;
 
343
}
 
344
div.comment div.cite {
 
345
  margin: 0 0 0.5em 0;
 
346
  font-style: italic;
 
347
}