Oberflächenadministratoren, SMW-Administratoren, SMW-Kuratoren, SMW-Editoren, Oversighter, Administratoren, Widget-Bearbeiter
1.219
Bearbeitungen
Keine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
#startseite_links { | |||
box-sizing: border-box; | box-sizing: border-box; | ||
float: left; | float: left; | ||
Zeile 9: | Zeile 9: | ||
margin: 0; | margin: 0; | ||
} | } | ||
#startseite_rechts { | |||
box-sizing: border-box; | box-sizing: border-box; | ||
float: right; | float: right; | ||
Zeile 17: | Zeile 17: | ||
margin: 0; | margin: 0; | ||
} | } | ||
#startseite_oben { | |||
border: 1px solid #AAAAAA; | border: 1px solid #AAAAAA; | ||
margin-bottom: 4px; | margin-bottom: 4px; | ||
Zeile 23: | Zeile 23: | ||
text-align: center; | text-align: center; | ||
} | } | ||
#startseite_interlink { | |||
font-size: 0.9em; | font-size: 0.9em; | ||
font-style: italic; | font-style: italic; | ||
Zeile 29: | Zeile 29: | ||
text-align: right; | text-align: right; | ||
} | } | ||
#Inhalt_Box { | |||
background: #F3F3F3; | background: #F3F3F3; | ||
border: 1px solid #AAAAAA; | border: 1px solid #AAAAAA; | ||
margin-bottom: 15px; | margin-bottom: 15px; | ||
padding: 1px; | padding: 1px; | ||
min-width: 400px; | |||
} | } | ||
#Inhalt_Box > * { | |||
padding: 0px 5px; | padding: 0px 5px; | ||
} | } | ||
#Ueberschrift_Box { | |||
background-attachment: scroll; | background-attachment: scroll; | ||
box-sizing: border-box; | |||
border-bottom: 1px solid #AAAAAA; | border-bottom: 1px solid #AAAAAA; | ||
height: 29px; | height: 29px; | ||
Zeile 48: | Zeile 50: | ||
line-height: 25px; | line-height: 25px; | ||
} | } | ||
#Ueberschrift_Box > .floatleft { | |||
margin: 0px 5px 0px 0px; | margin: 0px 5px 0px 0px; | ||
} | } | ||
#Ueberschrift_Startseite { | |||
background-attachment: scroll; | background-attachment: scroll; | ||
background-color: #5E9A4E; /* #4E8A3E; */ | background-color: #5E9A4E; /* #4E8A3E; */ | ||
Zeile 59: | Zeile 61: | ||
text-align: center; | text-align: center; | ||
} | } | ||
#Ueberschrift_Light { | |||
background-attachment: scroll; | background-attachment: scroll; | ||
background-color: #8FCB7F; | background-color: #8FCB7F; |
Bearbeitungen