~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to MoinMoin/web/static/htdocs/rightsidebar/css/screen.css

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080622211713-inlv5k4eifxckelr
Import upstream version 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*  screen.css - MoinMoin Default Styles
2
 
 
3
 
Copyright (c) 2001, 2002, 2003 by Juergen Hermann
4
 
*/
5
 
 
6
 
/* content styles */
7
 
 
8
 
body {
9
 
    margin: 0;
10
 
    padding: 0;
11
 
    border: 0;
12
 
}
13
 
 
14
 
a.download {
15
 
    font-size: 120%; 
16
 
    letter-spacing: 0.05em;
17
 
    font-weight: bold;
18
 
    background: #E7E7E7;
19
 
    border: 1px solid #9C9C9C;
20
 
    padding: 0.5em;
21
 
    text-align: center;
22
 
}
23
 
 
24
 
.footnotes div {
25
 
    width: 5em;
26
 
    border-top: 1px solid #e5e5e5;
27
 
}
28
 
 
29
 
input {
30
 
    font-size: 1em;
31
 
    font-family: Arial, Lucida Grande, sans-serif;
32
 
}
33
 
 
34
 
textarea {
35
 
    font-size: 1em;
36
 
    font-family: monospace;
37
 
}
38
 
 
39
 
span.sep {
40
 
    display: none;
41
 
}
42
 
 
43
 
/* user interface styles */
44
 
 
45
 
#header {
46
 
    background: #e5e5e5;
47
 
    border-bottom: 1px solid #9C9C9C;
48
 
    line-height: 1.1em;
49
 
}
50
 
 
51
 
#logo {
52
 
    float: left;
53
 
    margin: 5px 10px;
54
 
    padding: 0;
55
 
    /* For text only logo */
56
 
    font-size: 1.4em;
57
 
    line-height: 1em;
58
 
    font-weight: bold;
59
 
}
60
 
 
61
 
*[dir="rtl"] #logo {
62
 
    float: right;
63
 
}
64
 
 
65
 
#logo img {
66
 
    vertical-align: middle;
67
 
}
68
 
 
69
 
#logo a {
70
 
    color: black;
71
 
    text-decoration: none;
72
 
}
73
 
 
74
 
#searchform {
75
 
    float: right;
76
 
    margin: 5px 10px 0 10px;
77
 
    padding: 0;
78
 
    white-space: nowrap;
79
 
}
80
 
 
81
 
*[dir="rtl"] #searchform {
82
 
    float: left;
83
 
}
84
 
 
85
 
#searchform form div {
86
 
    display: inline;
87
 
}
88
 
 
89
 
#page {
90
 
    margin: 10px 220px 10px 10px;
91
 
    padding: 4px;
92
 
    border: 1px solid #9c9c9c;
93
 
    border-bottom: 2px solid #9c9c9c;
94
 
    background-color: white;
95
 
}
96
 
 
97
 
#sidebar {
98
 
    display: inline;
99
 
    margin: 10px;
100
 
    float: right;
101
 
    clear: right;
102
 
    width: 200px;
103
 
    padding: 0;    
104
 
    font-size: 0.88em;
105
 
    overflow: hidden;
106
 
}
107
 
 
108
 
.sidepanel {
109
 
    margin: 0 0 10px 0;
110
 
    float: right;
111
 
    width: 200px;    
112
 
    background: tan;
113
 
    border: 1px solid #9c9c9c;
114
 
    border-bottom: 2px solid #9c9c9c;                              
115
 
}
116
 
 
117
 
.sidepanel h1 {
118
 
    margin: 0;
119
 
    padding: 0.2em 10px;
120
 
    text-align: center;
121
 
    border: none;
122
 
    border-top: 1px solid white;
123
 
    border-bottom: 1pt solid #BFAE8F;
124
 
    font-size: 1em;
125
 
    color: black;
126
 
    background: #e5e5e5;
127
 
}
128
 
 
129
 
.sidepanel h2 {
130
 
    margin: 0;
131
 
    padding: 0.2em 10px;
132
 
    font-size: 1em;
133
 
    border: none;
134
 
    color: black;
135
 
    background: #BFAE8F;
136
 
}
137
 
 
138
 
.sidepanel ul {
139
 
    list-style-type: none;
140
 
    margin: 0;
141
 
    padding: 0;
142
 
}
143
 
 
144
 
.sidepanel li {
145
 
    margin: 0;
146
 
    padding: 2px 10px;
147
 
    border-bottom: 1pt solid #BFAE8F;
148
 
    background: tan;
149
 
}
150
 
 
151
 
.sidepanel li form {
152
 
    margin: 0;
153
 
}
154
 
 
155
 
.sidepanel a {
156
 
    text-decoration: none;
157
 
    display: block;
158
 
}
159
 
 
160
 
.sidepanel a:hover {
161
 
    text-decoration: underline;
162
 
}
163
 
 
164
 
.actionsmenu select {
165
 
    width: 180px;
166
 
}
167
 
 
168
 
#pagetrail {
169
 
    clear: right;
170
 
    margin: 5px 11px;
171
 
    padding: 0;
172
 
    font-size: 0.88em;
173
 
}
174
 
 
175
 
*[dir="rtl"] #pagetrail {
176
 
    clear: left;
177
 
    margin: 0px 11px;
178
 
}
179
 
 
180
 
#interwiki {
181
 
    margin: 5px 11px;
182
 
    display: inline;
183
 
    font-size: 1em;
184
 
}
185
 
 
186
 
*[dir="rtl"] #interwiki {
187
 
    margin: 0;
188
 
}
189
 
 
190
 
#interwiki span:after {
191
 
    content: ":";
192
 
}
193
 
 
194
 
#locationline {
195
 
    clear: right;
196
 
    padding: 3px 0;
197
 
}
198
 
 
199
 
*[dir="rtl"] #locationline {
200
 
    clear: left;
201
 
}
202
 
 
203
 
#pagelocation {
204
 
    display: inline;
205
 
    margin: 0 0.25em;
206
 
    padding: 0px 3px;
207
 
    font-size: 1.5em;
208
 
}
209
 
 
210
 
#pagetrail li, #pagelocation li {
211
 
    display: inline;
212
 
    margin: 0;
213
 
}
214
 
 
215
 
/* XXX Warning: non-ascii characters! */
216
 
#pagetrail li:after {
217
 
    content: " » ";
218
 
}
219
 
 
220
 
*[dir="rtl"] #pagetrail li:after {
221
 
    content: " « ";
222
 
}
223
 
 
224
 
#pagetrail li:last-child:after {
225
 
    content: "";
226
 
}
227
 
 
228
 
#pagelocation li:after {
229
 
    content: "/ ";
230
 
}
231
 
 
232
 
*[dir="rtl"] #pagelocation li:after {
233
 
    content: " \\ "; /* TODO: check what looks best with RTL */
234
 
}
235
 
 
236
 
#pagelocation li:last-child:after {
237
 
    content: "";
238
 
}
239
 
 
240
 
#navibar li.current {
241
 
    border: none;
242
 
    background: #BFAE8F;
243
 
}
244
 
 
245
 
.editbar form, .editbar form div {
246
 
    display: inline;
247
 
    margin: 0;
248
 
}
249
 
 
250
 
#message {
251
 
    margin: 10px 220px 10px 10px;
252
 
    padding: 4px;
253
 
    background-color: #F0ECE6;
254
 
    border: 1px solid #9c9c9c;
255
 
    border-bottom: 2px solid #9c9c9c;
256
 
}
257
 
 
258
 
#message p {
259
 
    margin: 5px 0;
260
 
    padding: 0;
261
 
    font-weight: bold;
262
 
}
263
 
 
264
 
#message div.buttons {
265
 
    font-weight: normal;
266
 
}
267
 
 
268
 
form.dialog {
269
 
    margin: 0 15px;
270
 
}
271
 
 
272
 
.dialog td {
273
 
    border: none;
274
 
    padding: 5px;
275
 
}
276
 
 
277
 
.dialog td.label {
278
 
    text-align: right;
279
 
    font-weight: bold;
280
 
    width: 25%;
281
 
}
282
 
 
283
 
*[dir="rtl"] .dialog td.label {
284
 
    text-align: left;
285
 
}
286
 
 
287
 
.dialog td.content input {
288
 
    width: 100%;
289
 
}
290
 
 
291
 
/* We use here dumb css1 ids because of IE suckiness */
292
 
#editor-comment {width: 70%;}
293
 
#editor-textarea {width: 100%;}
294
 
 
295
 
#preview, #previewbelow {
296
 
    border: 2px solid #e5e5e5;
297
 
    padding: .5em;
298
 
    background: url(../img/draft.png);
299
 
}
300
 
 
301
 
#textcha {
302
 
    font-size: 100%;
303
 
    margin-top: 0.5em;
304
 
    border: 2px solid #FF8888;
305
 
    color: black;
306
 
    vertical-align: middle;
307
 
    padding: 3px 2px;
308
 
}
309
 
 
310
 
#textcha-answer {
311
 
    border: 2px solid #000000;
312
 
    padding: 3px 2px;
313
 
}
314
 
 
315
 
#pagebottom {
316
 
    clear: both;
317
 
}
318
 
 
319
 
#footer {
320
 
    clear: both;
321
 
    margin: 0;
322
 
    padding: 0;
323
 
}
324
 
 
325
 
#credits, #version, #timings{
326
 
    margin: 5px 10px;
327
 
    padding: 0;
328
 
    text-align: center;
329
 
    font-size: 0.88em;
330
 
    color: #6C7680;
331
 
}
332
 
 
333
 
#credits li, #timings li {
334
 
    display: inline;
335
 
    padding: 0 2px;
336
 
    margin: 0 4px;
337
 
}
338
 
 
339
 
#credits img {
340
 
    vertical-align: middle;
341
 
}
342
 
 
343
 
.diff {
344
 
    width: 99%;
345
 
    table-layout: fixed;
346
 
}
347
 
 
348
 
.diff-title {
349
 
    background-color: #C0C0C0;
350
 
}
351
 
 
352
 
.diff-added {
353
 
    background-color: #E0FFE0;
354
 
    vertical-align: top;
355
 
    width: 50%;
356
 
    white-space: pre-wrap;
357
 
    word-wrap: break-word;
358
 
    font-family: courier, monospace;
359
 
}
360
 
 
361
 
.diff-removed {
362
 
    background-color: #FFFFE0;
363
 
    vertical-align: top;
364
 
    width: 50%;
365
 
    white-space: pre-wrap;
366
 
    word-wrap: break-word;
367
 
    font-family: courier, monospace;
368
 
}
369
 
 
370
 
.diff-added span {
371
 
    background-color: #80FF80;
372
 
}
373
 
 
374
 
.diff-removed span {
375
 
    background-color: #FFFF80;
376
 
}
377
 
 
378
 
td.diff-info {
379
 
    vertical-align: top;
380
 
}
381
 
 
382
 
div.diff-info {
383
 
    white-space: nowrap;
384
 
}
385
 
 
386
 
div.diff-info-rev-comment span.diff-info-value {
387
 
    white-space: normal;
388
 
}
389
 
 
390
 
div.diff-info-header {
391
 
    background-color: #E8E8E8;
392
 
    width: 100%;
393
 
    padding: 0.25em 0.5em;
394
 
    margin: -0.25em -0.5em;
395
 
    margin-bottom: 0.25em;
396
 
    text-align: center;
397
 
}
398
 
 
399
 
td.diff-same {
400
 
    text-align: center;
401
 
    border: 0;
402
 
}
403
 
 
404
 
.searchresult dd span {
405
 
    font-weight: bold;
406
 
}
407
 
 
408
 
#openididentifier {
409
 
    background: url(../../common/openid.png) no-repeat;
410
 
    background-position: 0 50%;
411
 
    padding-left: 18px;
412
 
}