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
44 /* Now the custom parts */
67 margin: 0.3em 0.5em 0.5em 0;
93 border: 1px solid
#ccc;
95 background-color: #f9f9f9;
98 /* new block formatting context,
99 * to clear background from floating content */
104 border: 1px solid
#ccc;
126 /* …and replace it with the image */
129 /* Use same SVG support hack as mediawiki.legacy's shared.css */
130 background: url
( images
/magnify-clip-ltr
.png
) center center no-repeat
;
132 background-image: linear-gradient
( transparent
, transparent
), url
( images
/magnify-clip-ltr
.svg
);
133 /* Don't annoy people who copy-paste everything too much */
134 -moz-user-select: none
;
135 -webkit-user-select: none
;
136 -ms-user-select: none
;
144 border-width: 0.5em 0 0.8em 1.4em;
152 border-width: 0.5em 1.4em 0.8em 0;
156 border: 1px solid
#ddd;
159 /* Page history styling */
160 /* the auto-generated edit comments */
171 border: 1px solid
#bba;
172 background-color: #f7f8ff;
176 display: inline-block
;
179 /* IE7 and earlier */
181 *display: inline
; /* stylelint-disable-line declaration-block-no-duplicate-properties */
184 /* CSS for backwards-compatibility with cached page renders and creative uses in wikitext */
187 border-collapse: collapse
;
190 /* Remove additional paddings inside table-cells that are not present in <div>s */
207 list-style-type: none
;
208 list-style-image: none
;
223 /* preference page with js-genrated toc */
226 margin: 1em 1em 1em 1em;
231 border: 1px solid
#fff;
234 #preftoc li
.selected
{
235 background-color: #f9f9f9;
236 border: 1px dashed
#aaa;
268 /* small for tables and similar */
277 /* use this instead of #toc for page content */
279 border: 1px solid
#aaa;
280 background-color: #f9f9f9;
286 border: 1px solid
#aaa;
288 padding-right: 0.5em;
291 .sharedUploadNotice {
314 border: 1px solid
#808080;
323 .editExternallyHelp {
329 text-decoration: line-through
;
334 /* Classes for Exif data display */
338 border-collapse: collapse
;
341 table
.mw_metadata caption
{
345 table
.mw_metadata td
,
346 table
.mw_metadata th
{
347 border: 1px solid
#aaa;
352 table
.mw_metadata th
{
353 background-color: #f9f9f9;
357 table
.mw_metadata td
{
358 background-color: #fcfcfc;
360 padding-bottom: 0.1em;
363 table
.mw_metadata td
.spacer
{
372 /* Allmessages table */
373 #allmessagestable th
{
374 background-color: #b2b2ff;
377 #allmessagestable tr
.orig
{
378 background-color: #ffe2e2;
381 #allmessagestable tr
.new
{
382 background-color: #e2ffe2;
385 #allmessagestable tr
.def
{
386 background-color: #f0f0ff;
393 div
.multipageimagenavbox
{
394 border: 1px solid
#c0c0c0;
400 div
.multipageimagenavbox div
.thumb
{
406 div
.multipageimagenavbox hr
{
410 table
.multipageimage td
{
418 .MediaTransformError {
419 border: thin solid
#777;
420 background-color: #ccc;
424 .MediaTransformError td {
426 vertical-align: middle
;
437 background-color: #ffffec;
441 background-color: #fff;
444 /** RTL specific CSS starts here **/
448 * The following lines don't have a visible effect on non-Gecko browsers
449 * They fix a problem with Gecko browsers rendering lists to the right of
450 * left-floated objects in an RTL layout.
453 html
> body
.rtl div#article ul
{
458 html
> body
.rtl
.mw-body ul#filetoc
{
462 /* RTL specific CSS ends here **/