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: linear-gradient
(transparent
, transparent
), url
(images
/magnify-clip-ltr
.svg
);
126 /* Don't annoy people who copy-paste everything too much */
127 -moz-user-select: none
;
128 -webkit-user-select: none
;
129 -ms-user-select: none
;
137 border-width: .5em 0 .8em 1.4em;
145 border-width: .5em 1.4em .8em 0;
149 border: 1px solid
#dddddd;
152 /* Page history styling */
153 /* the auto-generated edit comments */
164 border: 1px solid
#bba;
165 background-color: #f7f8ff;
169 display: inline-block
;
172 /* IE7 and earlier */
179 /* CSS for backwards-compatibility with cached page renders and creative uses in wikitext */
182 border-collapse: collapse
;
185 /* Remove additional paddings inside table-cells that are not present in <div>s */
202 list-style-type: none
;
203 list-style-image: none
;
218 /* preference page with js-genrated toc */
221 margin: 1em 1em 1em 1em;
226 border: 1px solid White
;
229 #preftoc li
.selected
{
230 background-color: #f9f9f9;
231 border: 1px dashed
#aaaaaa;
263 /* small for tables and similar */
272 /* use this instead of #toc for page content */
274 border: 1px solid
#aaaaaa;
275 background-color: #f9f9f9;
281 border: 1px solid
#aaaaaa;
283 padding-right: 0.5em;
286 .sharedUploadNotice {
297 background-color: #00FF00;
325 .editExternallyHelp {
331 text-decoration: line-through
;
336 /* Classes for Exif data display */
341 table
.mw_metadata caption
{
345 table
.mw_metadata th
{
349 table
.mw_metadata td
{
355 border-collapse: collapse
;
358 table
.mw_metadata td
,
359 table
.mw_metadata th
{
360 border: 1px solid
#aaaaaa;
365 table
.mw_metadata th
{
366 background-color: #f9f9f9;
369 table
.mw_metadata td
{
370 background-color: #fcfcfc;
373 table
.mw_metadata td
.spacer
{
383 /* Allmessages table */
384 #allmessagestable th
{
385 background-color: #b2b2ff;
388 #allmessagestable tr
.orig
{
389 background-color: #ffe2e2;
392 #allmessagestable tr
.new
{
393 background-color: #e2ffe2;
396 #allmessagestable tr
.def
{
397 background-color: #f0f0ff;
404 div
.multipageimagenavbox
{
405 border: solid
1px silver
;
411 div
.multipageimagenavbox div
.thumb
{
417 div
.multipageimagenavbox hr
{
421 table
.multipageimage td
{
429 .MediaTransformError {
430 border: thin solid
#777;
431 background-color: #ccc;
435 .MediaTransformError td {
437 vertical-align: middle
;
448 background-color: #ffffec;
452 background-color: white
;
455 /** RTL specific CSS starts here **/
459 * The following lines don't have a visible effect on non-Gecko browsers
460 * They fix a problem with Gecko browsers rendering lists to the right of
461 * left-floated objects in an RTL layout.
464 html
> body
.rtl div#article ul
{
469 html
> body
.rtl
.mw-body ul#filetoc
{
473 /* RTL specific CSS ends here **/