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

Aus MIDGARD-Wiki
Zur Navigation springen Zur Suche springen
K
K
Zeile 7: Zeile 7:
/* sup.reference { display:none; } */
/* sup.reference { display:none; } */


div.Boxmerge,
div.ib_container {
div.ib_container{
         margin: 0px;
         margin: 0px;
         padding: 2px;
         padding: 0px;
         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%;
}
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 {
div.ib_container div.ib_head {
Zeile 34: Zeile 25:
     font-weight:normal;
     font-weight:normal;
     font-size: smaller;
     font-size: smaller;
    float:right;
}
}

Version vom 23. Juli 2008, 00:57 Uhr

/* Einzelnachweise (Referenzen) kleiner darstellen */
ol.references {
    font-size: 85%;
}

sup.reference {font-size: 50%;}
/* sup.reference { display:none; } */

div.ib_container {
        margin: 0px;
        padding: 0px;
        border: 1px solid #aaaaaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}
div.ib_container div.ib_head {
        height: 1.6em;
        font-weight: bold;
        font-size: 100%;
        background-color: #efefef;
        position:relative;
}
a.ib_toggle {
    font-weight:normal;
    font-size: smaller;
}