MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus WIKI LAUER-FISCHER GmbH
(Die Seite wurde neu angelegt: „→Das folgende CSS wird für alle Benutzeroberflächen geladen.: →**** 2. COLOR CLASSES FOR CONTENT ****: →Border colors: .borderc1 { border-color: #…“) |
|||
Zeile 1: | Zeile 1: | ||
− | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | + | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ |
− | /***** 2. COLOR CLASSES FOR CONTENT | + | /***** 2. COLOR CLASSES FOR CONTENT *****/ |
− | + | ||
− | /* Border colors */ | + | /* Border colors */ .borderc1 { border-color: #000000; border-width: thin; } .borderc2 { border-color: #000000; border-width: thin; } .borderc3 { border-color: #000000; border-width: thin; } .borderc4 { border-color: #000000; border-width: thin; } .borderc5 { border-color: #000000; border-width: thin; } .borderc6 { border-color: #000000; border-width: thin; } .borderc7 { border-color: #000000; border-width: thin; } .borderc8 { border-color: #000000; border-width: thin; } |
− | .borderc1 { border-color: #000000; border-width: thin; } | + | |
− | .borderc2 { border-color: #000000; border-width: thin; } | + | /* Background colors */ .backgroundc1 { background-color: #e7edf5; } .backgroundc2 { background-color: #e7edf5; } .backgroundc3 { background-color: #e7edf5; } .backgroundc4 { background-color: #e7edf5; } .backgroundc5 { background-color: #e7edf5; } .backgroundc6 { background-color: #e7edf5; } .backgroundc7 { background-color: #e7edf5; } .backgroundc8 { background-color: #e7edf5; } |
− | .borderc3 { border-color: #000000; border-width: thin; } | + | |
− | .borderc4 { border-color: #000000; border-width: thin; } | + | #mainpage_topbox { |
− | .borderc5 { border-color: #000000; border-width: thin; } | + | background: #40576c; |
− | .borderc6 { border-color: #000000; border-width: thin; } | + | padding: 0px; |
− | .borderc7 { border-color: #000000; border-width: thin; } | + | border: 0px solid #aaaaaa; |
− | .borderc8 { border-color: #000000; border-width: thin; } | + | margin: 0.2em 10px 10px; |
− | + | } | |
− | /* Background colors */ | ||
− | .backgroundc1 { background-color: #e7edf5; } | ||
− | .backgroundc2 { background-color: #e7edf5; } | ||
− | .backgroundc3 { background-color: #e7edf5; } | ||
− | .backgroundc4 { background-color: #e7edf5; } | ||
− | .backgroundc5 { background-color: #e7edf5; } | ||
− | .backgroundc6 { background-color: #e7edf5; } | ||
− | .backgroundc7 { background-color: #e7edf5; } | ||
− | .backgroundc8 { background-color: #e7edf5; } |
Version vom 10. Mai 2011, 09:27 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ /***** 2. COLOR CLASSES FOR CONTENT *****/ /* Border colors */ .borderc1 { border-color: #000000; border-width: thin; } .borderc2 { border-color: #000000; border-width: thin; } .borderc3 { border-color: #000000; border-width: thin; } .borderc4 { border-color: #000000; border-width: thin; } .borderc5 { border-color: #000000; border-width: thin; } .borderc6 { border-color: #000000; border-width: thin; } .borderc7 { border-color: #000000; border-width: thin; } .borderc8 { border-color: #000000; border-width: thin; } /* Background colors */ .backgroundc1 { background-color: #e7edf5; } .backgroundc2 { background-color: #e7edf5; } .backgroundc3 { background-color: #e7edf5; } .backgroundc4 { background-color: #e7edf5; } .backgroundc5 { background-color: #e7edf5; } .backgroundc6 { background-color: #e7edf5; } .backgroundc7 { background-color: #e7edf5; } .backgroundc8 { background-color: #e7edf5; } #mainpage_topbox { background: #40576c; padding: 0px; border: 0px solid #aaaaaa; margin: 0.2em 10px 10px; }