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;
90 background-color: #f9f9f9;
97 border: 1px solid
#ccc;
119 /* …and replace it with the image */
123 background: url
(images
/magnify-clip-ltr
.png
) center center no-repeat
;
124 /* Don't annoy people who copy-paste everything too much */
125 -moz-user-select: none
;
126 -webkit-user-select: none
;
127 -ms-user-select: none
;
131 /* Temporary WMF deployment hack, to be removed before 1.24 release */
140 border-width: .5em 0 .8em 1.4em;
148 border-width: .5em 1.4em .8em 0;
152 border: 1px solid
#dddddd;
155 /* Page history styling */
156 /* the auto-generated edit comments */
167 border: 1px solid
#bba;
168 background-color: #f7f8ff;
172 display: -moz-inline-block
;
173 display: inline-block
;
176 /* IE7 and earlier */
183 /* CSS for backwards-compatibility with cached page renders and creative uses in wikitext */
186 border-collapse: collapse
;
189 /* Remove additional paddings inside table-cells that are not present in <div>s */
206 list-style-type: none
;
207 list-style-image: none
;
227 /* preference page with js-genrated toc */
230 margin: 1em 1em 1em 1em;
235 border: 1px solid White
;
238 #preftoc li
.selected
{
239 background-color: #f9f9f9;
240 border: 1px dashed
#aaaaaa;
261 fieldset
.prefsection
{
265 fieldset
.operaprefsection
{
280 /* small for tables and similar */
289 /* use this instead of #toc for page content */
291 border: 1px solid
#aaaaaa;
292 background-color: #f9f9f9;
298 border: 1px solid
#aaaaaa;
300 padding-right: 0.5em;
303 .sharedUploadNotice {
314 background-color: #00FF00;
346 .editExternallyHelp {
352 text-decoration: line-through
;
357 /* Classes for Exif data display */
362 table
.mw_metadata caption
{
366 table
.mw_metadata th
{
370 table
.mw_metadata td
{
376 border-collapse: collapse
;
379 table
.mw_metadata td
,
380 table
.mw_metadata th
{
381 border: 1px solid
#aaaaaa;
386 table
.mw_metadata th
{
387 background-color: #f9f9f9;
390 table
.mw_metadata td
{
391 background-color: #fcfcfc;
394 table
.mw_metadata td
.spacer
{
404 /* Allmessages table */
405 #allmessagestable th
{
406 background-color: #b2b2ff;
409 #allmessagestable tr
.orig
{
410 background-color: #ffe2e2;
413 #allmessagestable tr
.new
{
414 background-color: #e2ffe2;
417 #allmessagestable tr
.def
{
418 background-color: #f0f0ff;
425 div
.multipageimagenavbox
{
426 border: solid
1px silver
;
432 div
.multipageimagenavbox div
.thumb
{
438 div
.multipageimagenavbox hr
{
442 table
.multipageimage td
{
450 .MediaTransformError {
451 border: thin solid
#777;
452 background-color: #ccc;
456 .MediaTransformError td {
458 vertical-align: middle
;
469 background-color: #ffffec;
473 background-color: white
;
476 /** RTL specific CSS starts here **/
480 * The following lines don't have a visible effect on non-Gecko browsers
481 * They fix a problem with Gecko browsers rendering lists to the right of
482 * left-floated objects in an RTL layout.
485 html
> body
.rtl div#article ul
{
490 html
> body
.rtl
.mw-body ul#filetoc
{
494 /* RTL specific CSS ends here **/