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 h4
{ font-size: 1.11em; }
15 h5
{ font-size: 1.05em; }
16 h6
{ font-size: 1em; }
17 h1
, h2
, h3
, h4
, h5
, h6
{
21 /* Now the custom parts */
23 #footer { clear: both
}
41 margin: 0.3em 0.5em 0.5em 0;
66 border: 1px solid
#ccc;
67 padding: 3px !important
;
68 background-color: #f9f9f9;
74 border: 1px solid
#ccc;
80 padding: 3px !important
;
85 border: none
!important
;
86 background: none
!important
;
92 border: none
!important
;
93 background: none
!important
;
99 border-width: .5em 0 .8em 1.4em;
106 border-width: .5em 1.4em .8em 0;
109 border: 1px solid
#dddddd;
112 /* Page history styling */
113 /* the auto-generated edit comments */
114 .autocomment { color: #4b4b4b; }
116 img
{ border: none
; }
120 border: 1px solid
#bba;
121 background-color: #f7f8ff;
125 display: -moz-inline-block
;
126 display: inline-block
;
129 /* IE7 and earlier */
135 /* CSS for backwards-compatibility with cached page renders and creative uses in wikitext */
138 border-collapse: collapse
;
140 /* Remove additional paddings inside table-cells that are not present in <div>s */
155 list-style-type: none
;
156 list-style-image: none
;
174 /* preference page with js-genrated toc */
177 margin: 1em 1em 1em 1em;
181 border: 1px solid White
;
183 #preftoc li
.selected
{
184 background-color:#f9f9f9;
185 border:1px dashed
#aaaaaa;
202 fieldset
.prefsection
{
205 fieldset
.operaprefsection
{
219 /* small for tables and similar */
227 /* use this instead of #toc for page content */
229 border: 1px solid
#aaaaaa;
230 background-color: #f9f9f9;
235 border: 1px solid
#aaaaaa;
237 padding-right: 0.5em;
243 .sharedUploadNotice {
253 background-color: #00FF00;
283 .editExternallyHelp {
289 text-decoration: line-through
;
294 /* Classes for Exif data display */
299 table
.mw_metadata caption
{
302 table
.mw_metadata th
{
305 table
.mw_metadata td
{
311 border-collapse: collapse
;
313 table
.mw_metadata td
,
314 table
.mw_metadata th
{
315 border: 1px solid
#aaaaaa;
319 table
.mw_metadata th
{
320 background-color: #f9f9f9;
322 table
.mw_metadata td
{
323 background-color: #fcfcfc;
325 table
.mw_metadata td
.spacer
{
330 table
.collapsed tr
.collapsable
{
338 /* Allmessages table */
339 #allmessagestable th
{
340 background-color: #b2b2ff;
343 #allmessagestable tr
.orig
{
344 background-color: #ffe2e2;
347 #allmessagestable tr
.new
{
348 background-color: #e2ffe2;
351 #allmessagestable tr
.def
{
352 background-color: #f0f0ff;
359 div
.multipageimagenavbox
{
360 border: solid
1px silver
;
366 div
.multipageimagenavbox div
.thumb
{
372 div
.multipageimagenavbox hr
{
376 table
.multipageimage td
{
381 Table pager (e.g. Special:Imagelist)
382 - remove underlines from the navigation link
384 - set the borders to outsets (similar to Special:Allmessages)
385 - remove line wrapping for all td and th, set background color
386 - restore line wrapping for the last two table cells (description and size)
389 text-decoration: none
;
392 border-collapse: collapse
;
397 border: 0.15em solid
#777777;
398 padding: 0 0.15em 0 0.15em;
401 background-color: #eeeeff;
404 background-color: #ffffff;
406 .TablePager tr:hover td {
407 background-color: #eeeeff;
414 .imagelist .TablePager_col_links {
415 background-color: #eeeeff;
417 .imagelist .TablePager_col_img_description {
420 .imagelist th.TablePager_sort {
421 background-color: #ccccff;
428 .MediaTransformError {
429 border: thin solid
#777;
430 background-color: #ccc;
433 .MediaTransformError td {
435 vertical-align: middle
;
446 background-color: #ffffec;
449 background-color: white
;
452 /** RTL specific CSS starts here **/
456 * The following lines don't have a visible effect on non-Gecko browsers
457 * They fix a problem with Gecko browsers rendering lists to the right of
458 * left-floated objects in an RTL layout.
461 html
> body
.rtl div#article ul
{
465 html
> body
.rtl div#bodyContent ul#filetoc
{
469 /* RTL specific CSS ends here **/