3 * This file contains CSS settings common to Wikistandard, Nostalgia and
4 * CologneBlue, the old pre-Monobook skins
7 /* For clarity, explicitly state some recommendations from
8 * http://www.w3.org/TR/CSS21/sample.html to make sure the editsection links scale right
11 h1
{ font-size: 2em; }
12 h2
{ font-size: 1.5em; }
13 h3
{ font-size: 1.17em; }
14 h5
{ font-size: .83em; }
15 h6
{ font-size: .75em; }
16 h1
, h2
, h3
, h4
, h5
, h6
{
20 /* Now the custom parts */
22 /* Make edit sections (which are inside h# tags) normal-sized */
26 h1
.editsection
{ font-size: 50%; }
27 h2
.editsection
{ font-size: 66.7%; }
28 h3
.editsection
{ font-size: 85.5%; }
29 h5
.editsection
{ font-size: 120%; }
30 h6
.editsection
{ font-size: 133%; }
32 #footer { clear: both
}
50 margin: 0.3em 0.5em 0.5em 0;
75 border: 1px solid
#ccc;
76 padding: 3px !important
;
77 background-color: #f9f9f9;
83 border: 1px solid
#ccc;
89 padding: 3px !important
;
94 border: none
!important
;
95 background: none
!important
;
100 border: none
!important
;
101 background: none
!important
;
107 border-width: .5em 0 .8em 1.4em;
114 border-width: .5em 1.4em .8em 0;
117 border: 1px solid
#dddddd;
120 /* Page history styling */
121 /* the auto-generated edit comments */
122 .autocomment { color: #4b4b4b; }
124 img
{ border: none
; }
128 border: 1px solid
#bba;
129 background-color: #f7f8ff;
144 list-style-type: none
;
145 list-style-image: none
;
163 /* preference page with js-genrated toc */
169 margin: 1em 1em 1em 1em;
173 border: 1px solid White
;
175 #preftoc li
.selected
{
176 background-color:#f9f9f9;
177 border:1px dashed
#aaaaaa;
194 fieldset
.prefsection
{
197 fieldset
.operaprefsection
{
211 /* small for tables and similar */
219 /* use this instead of #toc for page content */
221 border: 1px solid
#aaaaaa;
222 background-color: #f9f9f9;
227 border: 1px solid
#aaaaaa;
229 padding-right: 0.5em;
235 .sharedUploadNotice {
245 background-color: #00FF00;
275 .editExternallyHelp {
281 text-decoration: line-through
;
286 /* Classes for EXIF data display */
291 table
.mw_metadata caption
{
294 table
.mw_metadata th
{
297 table
.mw_metadata td
{
303 border-collapse: collapse
;
305 table
.mw_metadata td
,
306 table
.mw_metadata th
{
307 border: 1px solid
#aaaaaa;
311 table
.mw_metadata th
{
312 background-color: #f9f9f9;
314 table
.mw_metadata td
{
315 background-color: #fcfcfc;
317 table
.mw_metadata td
.spacer
{
322 table
.collapsed tr
.collapsable
{
330 /* Allmessages table */
331 #allmessagestable th
{
332 background-color: #b2b2ff;
335 #allmessagestable tr
.orig
{
336 background-color: #ffe2e2;
339 #allmessagestable tr
.new
{
340 background-color: #e2ffe2;
343 #allmessagestable tr
.def
{
344 background-color: #f0f0ff;
351 div
.multipageimagenavbox
{
352 border: solid
1px silver
;
358 div
.multipageimagenavbox div
.thumb
{
364 div
.multipageimagenavbox hr
{
368 table
.multipageimage td
{
373 Table pager (e.g. Special:Imagelist)
374 - remove underlines from the navigation link
376 - set the borders to outsets (similar to Special:Allmessages)
377 - remove line wrapping for all td and th, set background color
378 - restore line wrapping for the last two table cells (description and size)
381 text-decoration: none
;
384 border-collapse: collapse
;
389 border: 0.15em solid
#777777;
390 padding: 0 0.15em 0 0.15em;
393 background-color: #eeeeff;
396 background-color: #ffffff;
398 .TablePager tr:hover td {
399 background-color: #eeeeff;
406 .imagelist .TablePager_col_links {
407 background-color: #eeeeff;
409 .imagelist .TablePager_col_img_description {
412 .imagelist th.TablePager_sort {
413 background-color: #ccccff;
420 .MediaTransformError {
421 border: thin solid
#777;
422 background-color: #ccc;
425 .MediaTransformError td {
427 vertical-align: middle
;
438 background-color: #ffffec;
441 background-color: white
;
444 /** RTL specific CSS starts here **/
448 * The following lines don't have a visible effect on non-Gecko browsers
449 * They fix a problem with Gecko browsers rendering lists to the right of
450 * left-floated objects in an RTL layout.
453 html
> body
.rtl div#article ul
{
457 html
> body
.rtl div#bodyContent ul#filetoc
{
461 /* RTL specific CSS ends here **/