MediaWiki:Monobook.css: Unterschied zwischen den Versionen
Aus X-Lexikon
Zur Navigation springenZur Suche springen
K (Ergänzung für class="not-patrolled" auf Spezial:Neue Seiten) |
K (Ergänzung für div#mw-js-message (z.B. Meldung über Beobachtungslistenaufnahme)) |
||
| Zeile 104: | Zeile 104: | ||
.not-patrolled { | .not-patrolled { | ||
background-color: #464646; | background-color: #464646; | ||
} | |||
div#mw-js-message { | |||
background-color: #171717; | |||
} | } | ||
Version vom 2. April 2011, 20:32 Uhr
/** Do not force 'lowercase' */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
text-transform: none;
}
/** neue Spoilerdefinition (für Links) */
font.spoiler a {
text-decoration: underline;
color: #272727;
font-weight:bold;
}
font.spoiler a:visited {
text-decoration: underline;
color: #272727;
}
font.spoiler a:active {
text-decoration: underline;
color: #272727;
}
font.spoiler a:hover {
text-decoration: underline;
color: #272727;
}
font.spoiler a:visited {
text-decoration: underline;
color: #272727;
font-weight:bold;
}
font.spoiler a.external {
color: #272727 !important;
background: none !important;
}
/* Korrekturen für neue Mediawiki-Version */
table.wikitable {
background-color: #272727;
color: #FEFEFE;
}
table.wikitable th {
background-color: #171717;
}
table.filehistory th {
background-color: #171717;
}
h4.mw-specialpagesgroup {
background-color: #171717;
}
abbr, acronym, .explain {
color: #fff;
}
.mw-search-formheader {
background-color: #171717;
}
#mw-allmessagestable {
color: black;
}
fieldset#mw-searchoptions {
background-color: #464646;
}
fieldset#mw-searchoptions table {
background-color: #464646;
}
.mw-search-formheader div.search-types ul li.current a {
color: #CCCCCC;
}
#p-cactions .pBody {
background-color: transparent;
border-right-style: none;
border-top-style: none;
}
table.mw_metadata th {
background-color: #171717;
}
table.mw_metadata td {
background-color: #272727;
}
.not-patrolled {
background-color: #464646;
}
div#mw-js-message {
background-color: #171717;
}