MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus DynPG-Wiki
K |
|||
(28 dazwischenliegende Versionen des gleichen Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */ | /* CSS an dieser Stelle wirkt sich auf alle Skins aus */ | ||
+ | |||
+ | p { | ||
+ | color:#444; | ||
+ | } | ||
+ | |||
+ | .main_div { | ||
+ | background-color:#FFFFFF; | ||
+ | border:1px solid #EAEAEA; | ||
+ | } | ||
+ | |||
+ | .main_title { | ||
+ | font-size:125%; | ||
+ | font-weight:bold; | ||
+ | background-color:#F6F6F6; | ||
+ | padding-left:.5em; | ||
+ | } | ||
+ | |||
+ | #welcome, #quicklinks, #main_content, #contribute { | ||
+ | margin-left:15px; | ||
+ | margin-right:15px; | ||
+ | padding-left:7pt; | ||
+ | padding-right:7pt; | ||
+ | } | ||
+ | |||
+ | #welcome { | ||
+ | |||
+ | } | ||
+ | |||
+ | #quicklinks { | ||
+ | |||
+ | } | ||
+ | |||
+ | #main_content { | ||
+ | padding-bottom:50px; | ||
+ | } | ||
+ | |||
+ | #contribute { | ||
+ | margin-top: 15px; | ||
+ | } | ||
+ | |||
+ | #news, #did_you_know { | ||
+ | padding-left:7pt; | ||
+ | padding-right:7pt; | ||
+ | padding-bottom:0; | ||
+ | vertical-align:top | ||
+ | } | ||
+ | |||
+ | #news { | ||
+ | width:60%; | ||
+ | } | ||
+ | |||
+ | #did_you_know { | ||
+ | width:40%; | ||
+ | } | ||
+ | |||
+ | .content_div { | ||
+ | width:50%; | ||
+ | height:100px; | ||
+ | border:1px solid #EAEAEA; | ||
+ | background-color:#F6F6F6; | ||
+ | padding-left:1em; | ||
+ | padding-right:1em; | ||
+ | } | ||
+ | |||
+ | .content_title { | ||
+ | font-variant:small-caps; | ||
+ | font-size:125%; | ||
+ | border-width:1px; | ||
+ | font-weight:bold; | ||
+ | background-color:transparent; | ||
+ | padding-left:0em; | ||
+ | padding-right:10pt; | ||
+ | } | ||
+ | |||
+ | .template_div { | ||
+ | border:1px solid #EAEAEA; | ||
+ | background-color: #F6F6F6; | ||
+ | padding:5px; | ||
+ | margin-bottom:20px | ||
+ | } | ||
+ | |||
+ | #introduction { | ||
+ | |||
+ | } | ||
+ | |||
+ | .annotation_box_info, .annotation_box_note, .annotation_box_caution { | ||
+ | width:100%; | ||
+ | background-color:#F6F6F6; | ||
+ | border: 1px solid #AAA; | ||
+ | margin-top: 10px; | ||
+ | margin-bottom: 10px; | ||
+ | } |
Aktuelle Version vom 12. Januar 2012, 15:30 Uhr
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */ p { color:#444; } .main_div { background-color:#FFFFFF; border:1px solid #EAEAEA; } .main_title { font-size:125%; font-weight:bold; background-color:#F6F6F6; padding-left:.5em; } #welcome, #quicklinks, #main_content, #contribute { margin-left:15px; margin-right:15px; padding-left:7pt; padding-right:7pt; } #welcome { } #quicklinks { } #main_content { padding-bottom:50px; } #contribute { margin-top: 15px; } #news, #did_you_know { padding-left:7pt; padding-right:7pt; padding-bottom:0; vertical-align:top } #news { width:60%; } #did_you_know { width:40%; } .content_div { width:50%; height:100px; border:1px solid #EAEAEA; background-color:#F6F6F6; padding-left:1em; padding-right:1em; } .content_title { font-variant:small-caps; font-size:125%; border-width:1px; font-weight:bold; background-color:transparent; padding-left:0em; padding-right:10pt; } .template_div { border:1px solid #EAEAEA; background-color: #F6F6F6; padding:5px; margin-bottom:20px } #introduction { } .annotation_box_info, .annotation_box_note, .annotation_box_caution { width:100%; background-color:#F6F6F6; border: 1px solid #AAA; margin-top: 10px; margin-bottom: 10px; }