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
;
131 /* CSS for backwards-compatibility with cached page renders and creative uses in wikitext */
134 border-collapse: collapse
;
136 /* Remove additional paddings inside table-cells that are not present in <div>s */
151 list-style-type: none
;
152 list-style-image: none
;
170 /* preference page with js-genrated toc */
173 margin: 1em 1em 1em 1em;
177 border: 1px solid White
;
179 #preftoc li
.selected
{
180 background-color:#f9f9f9;
181 border:1px dashed
#aaaaaa;
198 fieldset
.prefsection
{
201 fieldset
.operaprefsection
{
215 /* small for tables and similar */
223 /* use this instead of #toc for page content */
225 border: 1px solid
#aaaaaa;
226 background-color: #f9f9f9;
231 border: 1px solid
#aaaaaa;
233 padding-right: 0.5em;
239 .sharedUploadNotice {
249 background-color: #00FF00;
279 .editExternallyHelp {
285 text-decoration: line-through
;
290 /* Classes for Exif data display */
295 table
.mw_metadata caption
{
298 table
.mw_metadata th
{
301 table
.mw_metadata td
{
307 border-collapse: collapse
;
309 table
.mw_metadata td
,
310 table
.mw_metadata th
{
311 border: 1px solid
#aaaaaa;
315 table
.mw_metadata th
{
316 background-color: #f9f9f9;
318 table
.mw_metadata td
{
319 background-color: #fcfcfc;
321 table
.mw_metadata td
.spacer
{
326 table
.collapsed tr
.collapsable
{
334 /* Allmessages table */
335 #allmessagestable th
{
336 background-color: #b2b2ff;
339 #allmessagestable tr
.orig
{
340 background-color: #ffe2e2;
343 #allmessagestable tr
.new
{
344 background-color: #e2ffe2;
347 #allmessagestable tr
.def
{
348 background-color: #f0f0ff;
355 div
.multipageimagenavbox
{
356 border: solid
1px silver
;
362 div
.multipageimagenavbox div
.thumb
{
368 div
.multipageimagenavbox hr
{
372 table
.multipageimage td
{
377 Table pager (e.g. Special:Imagelist)
378 - remove underlines from the navigation link
380 - set the borders to outsets (similar to Special:Allmessages)
381 - remove line wrapping for all td and th, set background color
382 - restore line wrapping for the last two table cells (description and size)
385 text-decoration: none
;
388 border-collapse: collapse
;
393 border: 0.15em solid
#777777;
394 padding: 0 0.15em 0 0.15em;
397 background-color: #eeeeff;
400 background-color: #ffffff;
402 .TablePager tr:hover td {
403 background-color: #eeeeff;
410 .imagelist .TablePager_col_links {
411 background-color: #eeeeff;
413 .imagelist .TablePager_col_img_description {
416 .imagelist th.TablePager_sort {
417 background-color: #ccccff;
424 .MediaTransformError {
425 border: thin solid
#777;
426 background-color: #ccc;
429 .MediaTransformError td {
431 vertical-align: middle
;
442 background-color: #ffffec;
445 background-color: white
;
448 /** RTL specific CSS starts here **/
452 * The following lines don't have a visible effect on non-Gecko browsers
453 * They fix a problem with Gecko browsers rendering lists to the right of
454 * left-floated objects in an RTL layout.
457 html
> body
.rtl div#article ul
{
461 html
> body
.rtl div#bodyContent ul#filetoc
{
465 /* RTL specific CSS ends here **/