MediaWiki:Common.css
Aus DynPG-Wiki
Version vom 26. September 2011, 10:16 Uhr von Torsten (Diskussion | Beiträge)
Hinweis: Leere nach dem Speichern den Browser-Cache, um die Änderungen sehen zu können.
- Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
- Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
- Internet Explorer: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
- Opera: Extras → Internetspuren löschen … → Individuelle Auswahl → Den kompletten Cache löschen
/* 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 {
border: 1px solid #EAEAEA;
margin-top: 10px;
margin-bottom: 10px;
}