2.596
Bearbeitungen
Keine Bearbeitungszusammenfassung |
Keine 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. */ | ||
@font-face { | @font-face { | ||
Zeile 81: | Zeile 49: | ||
.pre-content h1, .content h1, .content h2, .mw-body h1, .mw-body-content h1, .mw-body-content h2 { | .pre-content h1, .content h1, .content h2, .mw-body h1, .mw-body-content h1, .mw-body-content h2 { | ||
font-family: 'Rajdhani',sans-serif,Arial,Tahoma,Verdana; | font-family: 'Rajdhani',sans-serif,Arial,Tahoma,Verdana; | ||
font-weight:bold; | |||
} | } | ||
Zeile 86: | Zeile 55: | ||
p, p *, li, li * { | p, p *, li, li * { | ||
font-family: Arial,Tahoma,Verdana; | font-family: Arial,Tahoma,Verdana; | ||
} | |||
.cb { | |||
clear:both; | |||
} | |||
.underline { | |||
text-decoration:underline; | |||
} | |||
.blue { | |||
color:#0099ff; | |||
} | |||
.orange{ | |||
color:#ef7f00; | |||
} | |||
.red{ | |||
color:#ff0000; | |||
} | |||
table.standardtable { | |||
border: 1px solid black; | |||
border-collapse:collapse; | |||
} | |||
table.standardtable td, table.standardtable th{ | |||
padding:5px; | |||
border: 1px solid black; | |||
} | |||
ul.widegallery { | |||
text-align:left; | |||
} | } | ||