Benutzer:Curilias/monobook.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
K |
K |
||
Zeile 8: | Zeile 8: | ||
div.Boxmerge, | div.Boxmerge, | ||
div. | div.ib_container{ | ||
margin: 0px; | margin: 0px; | ||
padding: 2px; | padding: 2px; | ||
Zeile 16: | Zeile 16: | ||
font-size: 95%; | font-size: 95%; | ||
} | } | ||
div.Boxmerge div. | div.Boxmerge div.ib_container{ | ||
border-style: none; | border-style: none; | ||
border-style: hidden; | border-style: hidden; | ||
} | } | ||
div. | div.ib_container + div.ib_container { | ||
border-top-style: none; | border-top-style: none; | ||
border-top-style: hidden; | border-top-style: hidden; | ||
} | } | ||
div. | div.ib_container div.ib_head { | ||
div. | |||
height: 1.6em; | height: 1.6em; | ||
font-weight: bold; | font-weight: bold; | ||
Zeile 37: | Zeile 31: | ||
position:relative; | position:relative; | ||
} | } | ||
div. | div.ib_container p { | ||
font-size: 100%; | font-size: 100%; | ||
} | } | ||
div. | div.ib_container div.ib_content { | ||
font-size: 100%; | font-size: 100%; | ||
} | } | ||
div. | div.ib_container div.ib_container p { | ||
font-size: 100%; | font-size: 100%; | ||
} | } | ||
a.ib_toggle { | |||
a. | |||
position:absolute; | position:absolute; | ||
top:0px; | top:0px; |
Version vom 22. Juli 2008, 23:26 Uhr
/* Einzelnachweise (Referenzen) kleiner darstellen */ ol.references { font-size: 85%; } sup.reference {font-size: 50%;} /* sup.reference { display:none; } */ div.Boxmerge, div.ib_container{ margin: 0px; padding: 2px; border: 1px solid #aaaaaa; text-align: center; border-collapse: collapse; font-size: 95%; } div.Boxmerge div.ib_container{ border-style: none; border-style: hidden; } div.ib_container + div.ib_container { border-top-style: none; border-top-style: hidden; } div.ib_container div.ib_head { height: 1.6em; font-weight: bold; font-size: 100%; background-color: #efefef; position:relative; } div.ib_container p { font-size: 100%; } div.ib_container div.ib_content { font-size: 100%; } div.ib_container div.ib_container p { font-size: 100%; } a.ib_toggle { position:absolute; top:0px; right:3px; font-weight:normal; font-size:smaller; }