MediaWiki:Common.css: Unterschied zwischen den Versionen
Admin (Diskussion | Beiträge)  | 
				Admin (Diskussion | Beiträge)   | 
				||
| Zeile 33: | Zeile 33: | ||
padding-top: 19px;  | padding-top: 19px;  | ||
}  | }  | ||
| + | |||
| + | /*für die Table in der Hilfe*/  | ||
.prettytable {  | .prettytable {  | ||
| Zeile 48: | Zeile 50: | ||
background-color:#FFEBAD;  | background-color:#FFEBAD;  | ||
}  | }  | ||
| + | |||
| + | /*für die wiki tabellen*/  | ||
.wikitable{  | .wikitable{  | ||
Version vom 7. Juli 2009, 14:42 Uhr
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
body {
font-family:Verdana,sans-serif;
}
/*2SpaltenLayout divs*/
div.right {
float:right;
width:49%;
}
div.left {
clear: left;
float:left;
width:49%;
}
div.cleardiv {
clear:both;
display:block;
font-size:0;
height:0;
}
/*Logo besser positionieren*/
#column-one {
padding-top: 0;
}
#p-logo {
position: relative;
padding-top: 19px;
}
/*für die Table in der Hilfe*/
.prettytable {
background:#F9F9F9 none repeat scroll 0 0;
border:1px solid #AAAAAA;
border-collapse:collapse;
empty-cells:show;
margin:1em 1em 1em 0;
}
.prettytable td {
border:1px solid #AAAAAA;
padding:0.3em;
}
.hintergrundfarbe8 {
background-color:#FFEBAD;
}
/*für die wiki tabellen*/
.wikitable{
border-spacing: 5px;
}
.wikitable td{
padding-right: 15px;
padding-bottom: 5px;
}