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

Aus MIDGARD-Wiki
Zur Navigation springen Zur Suche springen
K
K
Zeile 23: Zeile 23:
/* Test für den Namensraum Publikation */
/* Test für den Namensraum Publikation */
/* Alle Links auf Publikationen werden in Small-Caps dargestellt */
/* Alle Links auf Publikationen werden in Small-Caps dargestellt */
#bodyContent A[title^=Publikation] { font-variant: small-caps; }
.ns-1 #bodyContent A[title^=Publikation] { font-variant: small-caps; }


/* before funktioniert, das image ist allerdings ein wenig groß :O) */
/* before funktioniert, das image ist allerdings ein wenig groß :O) */

Version vom 31. Juli 2008, 12:48 Uhr

#p-logo { display: none; }
#column-one { padding-top: 0; }

/* Highlight clicked reference in blue to help navigation */
ol.references > li:target {
    background-color: #DEF;
}

sup.reference:target { 
    background-color: #DEF;
}

/* Einzelnachweisziffern etwas kleiner und vertikal passend ausrichten, damit der Zeilenabstand über den gesamten Text erhalten bleibt */
sup.reference {
    vertical-align:top;
    font-size:0.8em;
}

/* prevent ugly horizontal page expansion */
pre { overflow: auto; }


/* Test für den Namensraum Publikation */
/* Alle Links auf Publikationen werden in Small-Caps dargestellt */
.ns-1 #bodyContent A[title^=Publikation] { font-variant: small-caps; }

/* before funktioniert, das image ist allerdings ein wenig groß :O) */
/* A[title^=Publikation]::before {
    content: url(images/7/7b/Geprüft.png) "\00a0";
} */


/* Testweise für den IE-Bug */
/* .ta_toggle {float:right;font-size:x-small;margin:2px;} */