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 */
122 /* Use same SVG support hack as mediawiki.legacy's shared.css */
123 background: url
(images
/magnify-clip-ltr
.png
) center center no-repeat
;
125 background-image: -webkit-linear-gradient
(transparent
, transparent
), url
(images
/magnify-clip-ltr
.svg
);
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
#dddddd;
154 /* Page history styling */
155 /* the auto-generated edit comments */
166 border: 1px solid
#bba;
167 background-color: #f7f8ff;
171 display: -moz-inline-block
;
172 display: inline-block
;
175 /* IE7 and earlier */
182 /* CSS for backwards-compatibility with cached page renders and creative uses in wikitext */
185 border-collapse: collapse
;
188 /* Remove additional paddings inside table-cells that are not present in <div>s */
205 list-style-type: none
;
206 list-style-image: none
;
226 /* preference page with js-genrated toc */
229 margin: 1em 1em 1em 1em;
234 border: 1px solid White
;
237 #preftoc li
.selected
{
238 background-color: #f9f9f9;
239 border: 1px dashed
#aaaaaa;
260 fieldset
.prefsection
{
264 fieldset
.operaprefsection
{
279 /* small for tables and similar */
288 /* use this instead of #toc for page content */
290 border: 1px solid
#aaaaaa;
291 background-color: #f9f9f9;
297 border: 1px solid
#aaaaaa;
299 padding-right: 0.5em;
302 .sharedUploadNotice {
313 background-color: #00FF00;
345 .editExternallyHelp {
351 text-decoration: line-through
;
356 /* Classes for Exif data display */
361 table
.mw_metadata caption
{
365 table
.mw_metadata th
{
369 table
.mw_metadata td
{
375 border-collapse: collapse
;
378 table
.mw_metadata td
,
379 table
.mw_metadata th
{
380 border: 1px solid
#aaaaaa;
385 table
.mw_metadata th
{
386 background-color: #f9f9f9;
389 table
.mw_metadata td
{
390 background-color: #fcfcfc;
393 table
.mw_metadata td
.spacer
{
403 /* Allmessages table */
404 #allmessagestable th
{
405 background-color: #b2b2ff;
408 #allmessagestable tr
.orig
{
409 background-color: #ffe2e2;
412 #allmessagestable tr
.new
{
413 background-color: #e2ffe2;
416 #allmessagestable tr
.def
{
417 background-color: #f0f0ff;
424 div
.multipageimagenavbox
{
425 border: solid
1px silver
;
431 div
.multipageimagenavbox div
.thumb
{
437 div
.multipageimagenavbox hr
{
441 table
.multipageimage td
{
449 .MediaTransformError {
450 border: thin solid
#777;
451 background-color: #ccc;
455 .MediaTransformError td {
457 vertical-align: middle
;
468 background-color: #ffffec;
472 background-color: white
;
475 /** RTL specific CSS starts here **/
479 * The following lines don't have a visible effect on non-Gecko browsers
480 * They fix a problem with Gecko browsers rendering lists to the right of
481 * left-floated objects in an RTL layout.
484 html
> body
.rtl div#article ul
{
489 html
> body
.rtl
.mw-body ul#filetoc
{
493 /* RTL specific CSS ends here **/