MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus WIKI LAUER-FISCHER GmbH
Zeile 15: | Zeile 15: | ||
/***** 2. COLOR CLASSES FOR CONTENT *****/ | /***** 2. COLOR CLASSES FOR CONTENT *****/ | ||
− | /* Border colors */ .borderc1 { | + | /* Border colors */ .borderc1 { transparent } .borderc2 { transparent } .borderc3 { transparent } .borderc4 { transparent } .borderc5 { transparent } .borderc6 { transparent } .borderc7 { border-color: transparent } .borderc8 { transparent } |
/* 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; } | /* 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; } | ||
+ | <br>/** 4. MAIN PAGE STYLING **/ | ||
− | |||
− | |||
#mainpage_topbox { | #mainpage_topbox { | ||
− | + | ||
− | + | background: #c7d7e8; padding: 0px; border: transparent; margin: 0.2em 10px 10px; } .mainpage_boxtitle, .mainpage_hubtitle, #mainpage_pagetitle { font-size: 105%; padding: 0.4em; background-color: #c7d7e8; border-bottom: transparent; } .mainpage_boxtitle { line-height: 120%; } | |
− | + | ||
− | |||
− | } | ||
− | .mainpage_boxtitle, .mainpage_hubtitle, #mainpage_pagetitle { | ||
− | |||
− | |||
− | |||
− | |||
− | } | ||
− | .mainpage_boxtitle { | ||
− | |||
− | |||
#mainpage_pagetitle { | #mainpage_pagetitle { | ||
− | + | ||
− | + | color: #c7d7e8; font-size: 200% !important; } | |
− | + | ||
#mainpage_sitelinks { | #mainpage_sitelinks { | ||
− | + | ||
− | + | padding: 0.2em; text-align: center; background-color: white; } .mainpage_hubtitle { text-align: center; } .mainpage_boxcontents, .mainpage_boxcontents_small { background: #ffffff; padding: 0.2em 0.4em; } .mainpage_boxcontents_small { font-size: 95%; } .mainpage_hubbox, #mainpage_newscell, #mainpage_downloadcell { padding: 0; border: 0px solid #aaaaaa; } .mainpage_hubbox { margin-bottom: 0; } | |
− | + | ||
− | } | ||
− | .mainpage_hubtitle { | ||
− | |||
− | } | ||
− | .mainpage_boxcontents, .mainpage_boxcontents_small { | ||
− | |||
− | |||
− | } | ||
− | .mainpage_boxcontents_small { | ||
− | |||
− | } | ||
− | .mainpage_hubbox, #mainpage_newscell, #mainpage_downloadcell { | ||
− | |||
− | |||
− | } | ||
− | .mainpage_hubbox { | ||
− | |||
− | |||
#mainpage_newscell { | #mainpage_newscell { | ||
− | + | ||
− | + | margin-bottom: 15px; margin-top: 0 !important; } | |
− | + | ||
#mainpage_newscell .mainpage_boxtitle { | #mainpage_newscell .mainpage_boxtitle { | ||
− | + | ||
− | + | background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/20px-Exquisite-khelpcenter.png); background-repeat: no-repeat; background-position: 99% 0.3em; padding-right: 25px; } | |
− | + | ||
− | |||
− | |||
#mainpage_downloadcell { | #mainpage_downloadcell { | ||
− | + | ||
− | + | width: 17em; margin-bottom: 5px; } | |
− | + | ||
#mainpage_downloadcell .mainpage_boxtitle { | #mainpage_downloadcell .mainpage_boxtitle { | ||
− | + | ||
− | + | background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Crystal_Clear_action_build.png/18px-Crystal_Clear_action_build.png); background-repeat: no-repeat; background-position: 96% 0.33em; padding-right: 25px; } | |
− | + | ||
− | |||
− | |||
#mainpage_mwtitle { color: #005288; } /* The words 'MediaWiki.org' in the title. */ | #mainpage_mwtitle { color: #005288; } /* The words 'MediaWiki.org' in the title. */ |
Version vom 10. Mai 2011, 11:11 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ /** 1. INDICATION OF NAMESPACES **/ /* Pseudo NS Special (light grey) */ .ns--2 #content { background-color: #e7edf5; } .ns--2 div.thumb { border-color: #000000; } /* NS Project + Project_talk (light sky blue) */ .ns-4 #content, .ns-5 #content { background-color: #e7edf5; } .ns-4 div.thumb, .ns-5 div.thumb { border-color: #FFFFFF; } /* NS MediaWiki + MediaWiki_talk (light grey) */ .ns-8 #content, .ns-9 #content { background-color: #e7edf5; } .ns-8 div.thumb, .ns-9 div.thumb { border-color: #FFFFFF; } /* NS Manual + Manual_talk (light bluish violet) */ .ns-100 #content, .ns-101 #content { background-color: #e7edf5; } .ns-100 div.thumb, .ns-101 div.thumb { border-color: #FFFFFF; } <br> /***** 2. COLOR CLASSES FOR CONTENT *****/ /* Border colors */ .borderc1 { transparent } .borderc2 { transparent } .borderc3 { transparent } .borderc4 { transparent } .borderc5 { transparent } .borderc6 { transparent } .borderc7 { border-color: transparent } .borderc8 { transparent } /* 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; } <br>/** 4. MAIN PAGE STYLING **/ #mainpage_topbox { background: #c7d7e8; padding: 0px; border: transparent; margin: 0.2em 10px 10px; } .mainpage_boxtitle, .mainpage_hubtitle, #mainpage_pagetitle { font-size: 105%; padding: 0.4em; background-color: #c7d7e8; border-bottom: transparent; } .mainpage_boxtitle { line-height: 120%; } #mainpage_pagetitle { color: #c7d7e8; font-size: 200% !important; } #mainpage_sitelinks { padding: 0.2em; text-align: center; background-color: white; } .mainpage_hubtitle { text-align: center; } .mainpage_boxcontents, .mainpage_boxcontents_small { background: #ffffff; padding: 0.2em 0.4em; } .mainpage_boxcontents_small { font-size: 95%; } .mainpage_hubbox, #mainpage_newscell, #mainpage_downloadcell { padding: 0; border: 0px solid #aaaaaa; } .mainpage_hubbox { margin-bottom: 0; } #mainpage_newscell { margin-bottom: 15px; margin-top: 0 !important; } #mainpage_newscell .mainpage_boxtitle { background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/20px-Exquisite-khelpcenter.png); background-repeat: no-repeat; background-position: 99% 0.3em; padding-right: 25px; } #mainpage_downloadcell { width: 17em; margin-bottom: 5px; } #mainpage_downloadcell .mainpage_boxtitle { background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Crystal_Clear_action_build.png/18px-Crystal_Clear_action_build.png); background-repeat: no-repeat; background-position: 96% 0.33em; padding-right: 25px; } #mainpage_mwtitle { color: #005288; } /* The words 'MediaWiki.org' in the title. */