MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus DynPG-Wiki
K |
K |
||
| Zeile 80: | Zeile 80: | ||
width:100%; | width:100%; | ||
background-color:#F6F6F6; | background-color:#F6F6F6; | ||
| − | border: 1px solid # | + | border: 1px solid #AAA; |
margin-top: 10px; | margin-top: 10px; | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
} | } | ||
Version vom 27. September 2011, 13:40 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:#EAEAEA;
padding-left:.5em;
}
#welcome, #quicklinks, #main_content, #contribute {
margin-left:15px;
margin-right:15px;
padding-left:7pt;
padding-right:7pt;
}
#welcome {
margin-bottom: 15px;
}
#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;
}