MediaWiki:Metrolook.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 101: | Zeile 101: | ||
} | } | ||
.simpleTile-small { | .simpleTile-small { | ||
width: | width: 150; | ||
height: | height: 150; | ||
background-color: #005ba0; | background-color: #005ba0; | ||
} | } | ||
Version vom 7. Mai 2023, 21:00 Uhr
/* All CSS here will be loaded for users of the Metrolook skin */
body {
background-color: #202020;
}
.mw-body, .parsoid-body {
background-color: #313131;
color: #efefef;
}
#mw-page-base {
height: 2.5em;
background-position: bottom left;
background-repeat: repeat-x;
background-color: #0088f4;
background-image: linear-gradient(to bottom,#0088f4 50%,#0088f4 100%);
min-width: 100%;
position: fixed;
top: 0px;
z-index: 3;
}
div.vectorMenu h5 span {
display: inline-block;
width: 24px;
height: 2em;
background-color: #0088f4;
background-image: url(/skins/Metrolook/images/arrow-down-icon.svg?85fb7);
background-position: 30% 30%;
background-repeat: no-repeat;
}
div.vectorMenu:hover h5 span {
background-color: #005ba0;
}
div.vectorMenu:hover {
background-color: #005ba0;
}
.onhoverbg:hover {
background: #005ba0;
}
div.vectorTabs a:hover {
background: #005ba0;
}
div.vectorMenu:hover h5 span {
background-color: #005ba0;
}
div.vectorMenu:hover {
background-color: #005ba0;
}
img.downarrow {
background-image: url( /skins/Metrolook/images/downarrow.svg );
}
img.downarrow:hover {
position: inherit;
background: #005ba0;
background-image: url( /skins/Metrolook/images/downarrow.svg );
width: 28px;
height: 40px;
margin: 0;
padding: 0;
background-repeat: no-repeat;
}
.hoverbox:hover {
background: #005ba0;
}
div.vectorTabs li.new a, div.vectorTabs li.new a:visited {
color: #ff8100;
}
h1, h2, h3, h4, h5, h6 {
color: #efefef;
margin: 0;
padding-top: 0.5em;
padding-bottom: 0.17em;
overflow: hidden;
}
.mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited {
color: #bd51bd;
}
#footer ul li {
margin: 0;
padding: 0;
padding-top: 0.5em;
padding-bottom: 0.5em;
color: #efefef;
font-size: 0.8em;
}
a {
text-decoration: none;
color: #36b;
background: none;
}
a:visited {
color: #36b;
}
#footer-places-privacy, #footer-places-about, #footer-places-disclaimer {
display: none;
}
#footer-places-Copyright {
display: block;
width: 100%;
}
#mw-panel div.portal div.body ul li a:visited {
color: #36b;
}
.simpleTile-small {
width: 150;
height: 150;
background-color: #005ba0;
}
.mw-editsection {
display: none;
}