MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus KiwiThek
Wechseln zu: Navigation, Suche
Zeile 12: Zeile 12:
 
float:left;
 
float:left;
 
width:49%;
 
width:49%;
 +
}
 +
 +
div.cleardiv {
 +
border-bottom-color:black;
 +
border-bottom-style:dotted;
 +
border-bottom-width:1px;
 +
clear:both;
 +
display:block;
 +
font-size:0;
 +
height:0;
 +
margin-right:20px;
 +
padding-top:15px;
 
}
 
}
  

Version vom 7. Juli 2009, 13:50 Uhr

/* CSS an dieser Stelle wirkt sich auf alle Skins aus */


/*2SpaltenLayout divs*/

div.right {
float:right;
width:49%;
}
div.left {
clear: left;
float:left;
width:49%;
}

div.cleardiv {
border-bottom-color:black;
border-bottom-style:dotted;
border-bottom-width:1px;
clear:both;
display:block;
font-size:0;
height:0;
margin-right:20px;
padding-top:15px;
}

#column-one {
padding-top: 0;
}

#p-logo {
position: relative;
padding-top: 19px;
}

.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;
}

.wikitable1{
border-spacing: 5px;
}
.wikitable1 td{
padding: 10px;
margin: 10px;
}