MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus FürthWiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 33: | Zeile 33: | ||
div#Ueberschrift_Box { | div#Ueberschrift_Box { | ||
background-attachment: scroll; | background-attachment: scroll; | ||
background-color: | background-color: #4E8A3E; | ||
background-image: url("/wiki/external_images/fue_wappen.jpg"); | background-image: url("/wiki/external_images/fue_wappen.jpg"); | ||
background-position: 5px 0; | background-position: 5px 0; | ||
Zeile 44: | Zeile 44: | ||
div#Ueberschrift_Startseite { | div#Ueberschrift_Startseite { | ||
background-attachment: scroll; | background-attachment: scroll; | ||
background-color: # | background-color: #4E8A3E; | ||
background-image: none; | background-image: none; | ||
background-position: 0 0; | background-position: 0 0; | ||
Zeile 56: | Zeile 56: | ||
div#Ueberschrift_Light { | div#Ueberschrift_Light { | ||
background-attachment: scroll; | background-attachment: scroll; | ||
background-color: # | background-color: #8FCB7F; | ||
background-image: none; | background-image: none; | ||
background-position: 0 0; | background-position: 0 0; |
Version vom 19. Dezember 2012, 05:13 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
div#startseite_links {
float: left;
text-align: left;
margin-right: 4px;
margin-top: 4px;
width: 68%;
}
div#startseite_rechts {
background-color: #F9F9F9;
float: right;
margin-top: 4px;
width: 30%;
}
div#startseite_oben {
border: 1px solid #AAAAAA;
margin-bottom: 4px;
padding: 1px;
text-align: center;
}
div#startseite_interlink {
font-size: 0.9em;
font-style: italic;
margin-right: 4px;
text-align: right;
}
div#Inhalt_Box {
border: 1px solid #AAAAAA;
margin-bottom: 4px;
padding: 1px;
}
div#Ueberschrift_Box {
background-attachment: scroll;
background-color: #4E8A3E;
background-image: url("/wiki/external_images/fue_wappen.jpg");
background-position: 5px 0;
background-repeat: no-repeat;
border: 1px solid #AAAAAA;
height: 24px;
padding: 2px 2px 2px 38px;
text-align: left;
}
div#Ueberschrift_Startseite {
background-attachment: scroll;
background-color: #4E8A3E;
background-image: none;
background-position: 0 0;
background-repeat: repeat;
border: 1px solid #AAAAAA;
height: 24px;
padding: 2px;
text-align: center;
vertical-align: middle;
}
div#Ueberschrift_Light {
background-attachment: scroll;
background-color: #8FCB7F;
background-image: none;
background-position: 0 0;
background-repeat: repeat;
border: 1px solid #AAAAAA;
padding: 2px;
text-align: center;
}
/* Die folgenden Styles sind für die Formatierung des Skins ohne es anzutasten! */
a {
color: #006600;
}
a:visited {
color: #004400;
}
.mw-body a.external {
color: #006600;
}
.mw-body a.external:visited {
color: #004400;
}
#mw-panel.collapsible-nav .portal.collapsed h5 a {
color: #4D4D4D;
}