Benutzer:Curilias/monobook.css: Unterschied zwischen den Versionen

Aus MIDGARD-Wiki
Zur Navigation springen Zur Suche springen
K
K
Zeile 1: Zeile 1:
div.ib_container2 {
div.ib_container2 {
        margin: 0px;
margin: 0px;
        padding: 2px;
padding: 2px;
        border: 1px solid #aaaaaa;
border: 1px solid #aaaaaa;
        text-align: center;
text-align: center;
        border-collapse: collapse;
border-collapse: collapse;
        font-size: 95%;
font-size: 95%;
        clear:both;
clear:both;
}
}


div.ib_container2 div.ib_head2 {
div.ib_container2 div.ib_head2 {
        height: 1.6em;
height: 1.6em;
        font-weight: bold;
font-weight: bold;
        font-size: 100%;
font-size: 100%;
        background-color: #efefef;
background-color: #efefef;
}
}


.ib_toggle2 {
.ib_toggle2 {
      font-size: x-small;
font-size: x-small;
      float:right;
float:right;
background-color: #efefef;
}
}

Version vom 23. Juli 2008, 15:34 Uhr

div.ib_container2 {
	margin: 0px;
	padding: 2px;
	border: 1px solid #aaaaaa;
	text-align: center;
	border-collapse: collapse;
	font-size: 95%;
	clear:both;
}

div.ib_container2 div.ib_head2 {
	height: 1.6em;
	font-weight: bold;
	font-size: 100%;
	background-color: #efefef;
}

.ib_toggle2 {
	font-size: x-small;
	float:right;
	background-color: #efefef;
}