MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
body { | body { | ||
| Zeile 8: | Zeile 9: | ||
min-height: 400px; | min-height: 400px; | ||
} | } | ||
.firstHeading { display: none } | |||
#contentSub, #p-tb, .mw-search-formheader, #p-namespaces, .toc, #toc, #footer-places-about { | |||
display: none } | |||
body.page-Main_Page h1.firstHeading { display:none; } | |||
#mw-pages p { display: none; } | |||
a:visited { | a:visited { | ||
| Zeile 32: | Zeile 44: | ||
} | } | ||
div#mw-panel { | |||
width: 12em; | |||
} | |||
# | div#content, div#footer { | ||
margin-left: 12em; | |||
} | |||
input {font-weight: bold; font-size: 120%} | input {font-weight: bold; font-size: 120%} | ||
Version vom 10. November 2014, 08:46 Uhr
/* CSS placed here will be applied to all skins */
body {
background-color: #f3f3f3;
background-color: #ffffff;
background-image: none;
font-family: Verdana,Geneva,sans-serif;
min-height: 400px;
}
.firstHeading { display: none }
#contentSub, #p-tb, .mw-search-formheader, #p-namespaces, .toc, #toc, #footer-places-about {
display: none }
body.page-Main_Page h1.firstHeading { display:none; }
#mw-pages p { display: none; }
a:visited {
color: #008ACC !important;
}
div#mw-panel div.portal div.body ul li a:link, a:visited, a:active {
color: #008ACC;
}
div.vectorTabs li a:link, a:visited, a:active {
color: #008ACC;
}
#bodyContent a:link, a:visited, a:active {
color: #008ACC;
text-decoration: underline;
font-weight: bold;
}
#bodyContent a:hover a:focus {
color: #008ACC;
text-decoration: none;
}
div#mw-panel {
width: 12em;
}
div#content, div#footer {
margin-left: 12em;
}
input {font-weight: bold; font-size: 120%}
div#content {
background-image: none;
clear: both;
border: none;
}
#mw-page-base {
background-color: #F3F3F3;
background-color: #ffffff;
background-image: none;
}
div.vectorTabs {
background-color: #F3F3F3;
background-color: #ffffff;
background-image: none;
}
div.selected {
background-color: #ffffff;
background-image: none;
}
#mw-head-base {
background-color: #F3F3F3;
background-color: #ffffff;
background-image: none;
}
div.vectorTabs ul li {
background-color: #F3F3F3;
background-color: #ffffff;
background-image: none;
}
div.vectorTabs span {
background-color: #F3F3F3;
background-color: #ffffff;
background-image: none;
}
div#mw-head div.vectorMenu h5{
background-color: #F3F3F3;
background-color: #ffffff;
background-image: none;
}
div#mw-head div.vectorMenu h5 a{
background-color: #F3F3F3;
background-color: #ffffff;
background-image: none;
}
.mw-normal-catlinks a !important {
color: black;
}
.mw-normal-catlinks a:link, a:visited, a:active !important{
color: black;
}
#footer a {
color: black;
}
div#footer {
background-color: #F3F3F3;
background-color: #ffffff;
background-image: none;
border-top: 1px solid;
}
#footer-info { display: none; }