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 * https://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;
93 /* new block formatting context,
94 * to clear background from floating content */
99 border: 1px solid
#ccc;
121 /* …and replace it with the image */
124 /* Use same SVG support hack as mediawiki.legacy's shared.css */
125 background: url
( images
/magnify-clip-ltr
.png
) center center no-repeat
;
127 background-image: linear-gradient
( transparent
, transparent
), url
( images
/magnify-clip-ltr
.svg
);
128 /* Don't annoy people who copy-paste everything too much */
129 -moz-user-select: none
;
130 -webkit-user-select: none
;
131 -ms-user-select: none
;
139 border-width: .5em 0 .8em 1.4em;
147 border-width: .5em 1.4em .8em 0;
151 border: 1px solid
#ddd;
154 /* Page history styling */
155 /* the auto-generated edit comments */
166 border: 1px solid
#bba;
167 background-color: #f7f8ff;
171 display: inline-block
;
174 /* IE7 and earlier */
181 /* CSS for backwards-compatibility with cached page renders and creative uses in wikitext */
184 border-collapse: collapse
;
187 /* Remove additional paddings inside table-cells that are not present in <div>s */
204 list-style-type: none
;
205 list-style-image: none
;
220 /* preference page with js-genrated toc */
223 margin: 1em 1em 1em 1em;
228 border: 1px solid
#fff;
231 #preftoc li
.selected
{
232 background-color: #f9f9f9;
233 border: 1px dashed
#aaa;
265 /* small for tables and similar */
274 /* use this instead of #toc for page content */
276 border: 1px solid
#aaa;
277 background-color: #f9f9f9;
283 border: 1px solid
#aaa;
285 padding-right: 0.5em;
288 .sharedUploadNotice {
313 border-color: #808080;
322 .editExternallyHelp {
328 text-decoration: line-through
;
333 /* Classes for Exif data display */
338 table
.mw_metadata caption
{
342 table
.mw_metadata th
{
346 table
.mw_metadata td
{
352 border-collapse: collapse
;
355 table
.mw_metadata td
,
356 table
.mw_metadata th
{
357 border: 1px solid
#aaa;
362 table
.mw_metadata th
{
363 background-color: #f9f9f9;
366 table
.mw_metadata td
{
367 background-color: #fcfcfc;
370 table
.mw_metadata td
.spacer
{
380 /* Allmessages table */
381 #allmessagestable th
{
382 background-color: #b2b2ff;
385 #allmessagestable tr
.orig
{
386 background-color: #ffe2e2;
389 #allmessagestable tr
.new
{
390 background-color: #e2ffe2;
393 #allmessagestable tr
.def
{
394 background-color: #f0f0ff;
401 div
.multipageimagenavbox
{
402 border: solid
1px #c0c0c0;
408 div
.multipageimagenavbox div
.thumb
{
414 div
.multipageimagenavbox hr
{
418 table
.multipageimage td
{
426 .MediaTransformError {
427 border: thin solid
#777;
428 background-color: #ccc;
432 .MediaTransformError td {
434 vertical-align: middle
;
445 background-color: #ffffec;
449 background-color: #fff;
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
{
466 html
> body
.rtl
.mw-body ul#filetoc
{
470 /* RTL specific CSS ends here **/