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
35 h1
, h2
, h3
, h4
, h5
, h6
{
39 /* Now the custom parts */
62 margin: 0.3em 0.5em 0.5em 0;
88 border: 1px solid
#ccc;
89 padding: 3px !important
;
90 background-color: #f9f9f9;
97 border: 1px solid
#ccc;
104 padding: 3px !important
;
110 border: none
!important
;
111 background: none
!important
;
118 border: none
!important
;
119 background: none
!important
;
126 border-width: .5em 0 .8em 1.4em;
134 border-width: .5em 1.4em .8em 0;
138 border: 1px solid
#dddddd;
141 /* Page history styling */
142 /* the auto-generated edit comments */
153 border: 1px solid
#bba;
154 background-color: #f7f8ff;
158 display: -moz-inline-block
;
159 display: inline-block
;
162 /* IE7 and earlier */
169 /* CSS for backwards-compatibility with cached page renders and creative uses in wikitext */
172 border-collapse: collapse
;
175 /* Remove additional paddings inside table-cells that are not present in <div>s */
192 list-style-type: none
;
193 list-style-image: none
;
213 /* preference page with js-genrated toc */
216 margin: 1em 1em 1em 1em;
221 border: 1px solid White
;
224 #preftoc li
.selected
{
225 background-color: #f9f9f9;
226 border: 1px dashed
#aaaaaa;
247 fieldset
.prefsection
{
251 fieldset
.operaprefsection
{
266 /* small for tables and similar */
275 /* use this instead of #toc for page content */
277 border: 1px solid
#aaaaaa;
278 background-color: #f9f9f9;
284 border: 1px solid
#aaaaaa;
286 padding-right: 0.5em;
294 .sharedUploadNotice {
305 background-color: #00FF00;
337 .editExternallyHelp {
343 text-decoration: line-through
;
348 /* Classes for Exif data display */
353 table
.mw_metadata caption
{
357 table
.mw_metadata th
{
361 table
.mw_metadata td
{
367 border-collapse: collapse
;
370 table
.mw_metadata td
,
371 table
.mw_metadata th
{
372 border: 1px solid
#aaaaaa;
377 table
.mw_metadata th
{
378 background-color: #f9f9f9;
381 table
.mw_metadata td
{
382 background-color: #fcfcfc;
385 table
.mw_metadata td
.spacer
{
391 table
.collapsed tr
.collapsable
{
399 /* Allmessages table */
400 #allmessagestable th
{
401 background-color: #b2b2ff;
404 #allmessagestable tr
.orig
{
405 background-color: #ffe2e2;
408 #allmessagestable tr
.new
{
409 background-color: #e2ffe2;
412 #allmessagestable tr
.def
{
413 background-color: #f0f0ff;
420 div
.multipageimagenavbox
{
421 border: solid
1px silver
;
427 div
.multipageimagenavbox div
.thumb
{
433 div
.multipageimagenavbox hr
{
437 table
.multipageimage td
{
442 Table pager (e.g. Special:Imagelist)
443 - remove underlines from the navigation link
445 - set the borders to outsets (similar to Special:Allmessages)
446 - remove line wrapping for all td and th, set background color
447 - restore line wrapping for the last two table cells (description and size)
450 text-decoration: none
;
454 border-collapse: collapse
;
460 border: 0.15em solid
#777777;
461 padding: 0 0.15em 0 0.15em;
465 background-color: #eeeeff;
469 background-color: #ffffff;
472 .TablePager tr:hover td {
473 background-color: #eeeeff;
481 .imagelist .TablePager_col_links {
482 background-color: #eeeeff;
485 .imagelist .TablePager_col_img_description {
489 .imagelist th.TablePager_sort {
490 background-color: #ccccff;
497 .MediaTransformError {
498 border: thin solid
#777;
499 background-color: #ccc;
503 .MediaTransformError td {
505 vertical-align: middle
;
516 background-color: #ffffec;
520 background-color: white
;
523 /** RTL specific CSS starts here **/
527 * The following lines don't have a visible effect on non-Gecko browsers
528 * They fix a problem with Gecko browsers rendering lists to the right of
529 * left-floated objects in an RTL layout.
532 html
> body
.rtl div#article ul
{
537 html
> body
.rtl div#bodyContent ul#filetoc
{
541 /* RTL specific CSS ends here **/