MediaWiki:Monobook.css: Unterschied zwischen den Versionen
Aus X-Lexikon
Zur Navigation springenZur Suche springen
(Spoilerdefinition für externe Links) |
(Korrekturen für neue Mediawiki-Version) |
||
| Zeile 41: | Zeile 41: | ||
color: #272727 !important; | color: #272727 !important; | ||
background: none !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; | |||
} | } | ||
Version vom 5. Februar 2011, 16:53 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;
}