MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 36: | Zeile 36: | ||
.hauptseite-rechts h2 { | .hauptseite-rechts h2 { | ||
text-indent: 0.8em; | text-indent: 0.8em; | ||
} | |||
.wikiEditor-toolbar-spritedButton { | |||
background-image: linear-gradient(transparent, transparent), url("/extensions/WikiEditor/modules/images/toolbar/button-sprite.svg?v=001") !important; | |||
background-position: 0px 0px; /* This gets over-ridden with inline style to move sprite into view of relevant part */ | |||
background-repeat: no-repeat !important; | |||
} | } | ||
Version vom 6. August 2015, 17:38 Uhr
body.page-Hauptseite h1.firstHeading { display:none; }
body {
font-family: "Palatino Linotype";
}
#bodyContent {
font-family: "Palatino Linotype";
font-size: 0.95em;
}
#hauptseite table {
background: transparent;
background-color: white;
}
.formtable {
border: 1px solid #1C86EE;
padding: 1em;
width: 100%;
background-color: #F0F8FF;
}
#boxhead {
font-weight: bold;
padding-bottom: 0.5em;
border-bottom: 1px solid darkgrey;
}
.hauptseite-links,
.hauptseite-rechts {
margin-bottom: 1em;
}
.hauptseite-links {
margin-right: 0.5em;
}
.hauptseite-rechts {
margin-left: 0.5em;
}
.hauptseite-links h2,
.hauptseite-rechts h2 {
text-indent: 0.8em;
}
.wikiEditor-toolbar-spritedButton {
background-image: linear-gradient(transparent, transparent), url("/extensions/WikiEditor/modules/images/toolbar/button-sprite.svg?v=001") !important;
background-position: 0px 0px; /* This gets over-ridden with inline style to move sprite into view of relevant part */
background-repeat: no-repeat !important;
}