MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
Zeile 144: | Zeile 144: | ||
font-size: 2em; | font-size: 2em; | ||
font-weight: bold; | font-weight: bold; | ||
color: #336633; | color: #000000; | ||
// color: #336633; | |||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Zeile 152: | Zeile 153: | ||
font-size: 1.8em; | font-size: 1.8em; | ||
font-weight: bold; | font-weight: bold; | ||
color: #447744; | color: #000000; | ||
// color: #447744; | |||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Zeile 159: | Zeile 161: | ||
font-size: 1.6em; | font-size: 1.6em; | ||
font-weight: bold; | font-weight: bold; | ||
color: #558855; | color: #000000; | ||
// color: #558855; | |||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Zeile 166: | Zeile 169: | ||
font-size: 1.4em; | font-size: 1.4em; | ||
font-weight: bold; | font-weight: bold; | ||
color: #669966; | color: #000000; | ||
// color: #669966; | |||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Zeile 173: | Zeile 177: | ||
font-size: 1.2em; | font-size: 1.2em; | ||
font-weight: bold; | font-weight: bold; | ||
color: #77AA77; | color: #000000; | ||
// color: #77AA77; | |||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Zeile 187: | Zeile 192: | ||
font-size: 1em; | font-size: 1em; | ||
font-weight: bold; | font-weight: bold; | ||
color: #88BB88; | color: #000000; | ||
// color: #88BB88; | |||
text-decoration: none; | text-decoration: none; | ||
} | } |
Version vom 30. Mai 2012, 21:22 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ .toclimit-2 .toclevel-1 ul, .toclimit-3 .toclevel-2 ul, .toclimit-4 .toclevel-3 ul, .toclimit-5 .toclevel-4 ul, .toclimit-6 .toclevel-5 ul, .toclimit-7 .toclevel-6 ul { display: none; } //div#content { // background-color: #b0cfac; // border-color: #005500; //} //div.linklist { // display: none; //} pre { background-color: #EEEEEE; border: 1px solid #222222; font-size: 1.2em; } p.story { font-family: "French Script MT", Times, serif; font-size: 2em; width: 80%; margin-left: auto; margin-right: auto; } h2.story { font-family: "French Script MT", Times, serif; font-size: 2em; color: #006666; } .mainnavi_1 { height: 80px; background-color: #CCCCCC; } .mainnavi_2 { height: 80px; background-color: #DDDDDD; } .mainnavi_3 { height: 40px; background-color: #EEEEEE; } .navblock { width: 80px; display: block; } .left { float: left; text-align: left; } .right { float: right; text-align: right; } .center { display: block; margin-left: auto; margin-right: auto; } table.greyscale, .linklist { width: 100%; margin: 0px; padding: 0px; } .linklist_hl0 { background-color: #999999; text-align: center; font-weight: bold; margin-top: 2px; padding-left: 2px; padding-right: 2px; } .linklist_hl1 { background-color: #AAAAAA; text-align: center; font-weight: bold; } .greyscale th, .linklist_hl2, .wissen th, .training th { background-color: #BBBBBB; text-align: center; font-weight: bold; } .greyscale td, .linklist_cell, .wissen td, .training td { background-color: #CCCCCC; vertical-align: top; } .training td { text-align: center; } .training { margin-left: auto; margin-right: auto; } .linklist_fl1 { background-color: #DDDDDD; text-align: center; font-weight: bold; } .linklist_fl2 { background-color: #EEEEEE; text-align: center; font-weight: bold; } .toc { background-color: EEEEEE; border-color: CCCCCC; } .ns-100 #firstHeading, .ns-101 #firstHeading { color: #888800; } .ns-110 #firstHeading, .ns-111 #firstHeading { color: #008888; } .ns-120 #firstHeading, .ns-121 #firstHeading { color: #880088; } .ns-130 #firstHeading, .ns-131 #firstHeading { color: #888888; } h1 { font-size: 2em; font-weight: bold; color: #000000; // color: #336633; text-decoration: none; } h2 { font-size: 1.8em; font-weight: bold; color: #000000; // color: #447744; text-decoration: none; } h3 { font-size: 1.6em; font-weight: bold; color: #000000; // color: #558855; text-decoration: none; } h4 { font-size: 1.4em; font-weight: bold; color: #000000; // color: #669966; text-decoration: none; } h5 { font-size: 1.2em; font-weight: bold; color: #000000; // color: #77AA77; text-decoration: none; } .portlet h5 { font-size: 0.8em; font-weight: bold; color: #111111; text-decoration: none; } h6 { font-size: 1em; font-weight: bold; color: #000000; // color: #88BB88; text-decoration: none; }