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

Aus MIDGARD-Wiki
Zur Navigation springen Zur Suche springen
K
K
Zeile 30: Zeile 30:
         background-color: #efefef;
         background-color: #efefef;
         position:relative;
         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 {
a.ib_toggle {
     font-size: x-small;
    font-weight:normal;
     font-size: smaller;
     float:right;
     float:right;
}
}

Version vom 23. Juli 2008, 00:34 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;
}
a.ib_toggle {
    font-weight:normal;
    font-size: smaller;
    float:right;
}