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

Aus MIDGARD-Wiki
Zur Navigation springen Zur Suche springen
K
K
 
Zeile 22: Zeile 22:


/* Test für den Namensraum Publikation */
/* Test für den Namensraum Publikation */
/* Eingrenzung auf NR 'Artikel' wäre .ns-0 */
/* Alle Links auf Publikationen werden in Small-Caps dargestellt */
/* Alle Links auf Publikationen werden in Small-Caps dargestellt */
.ns-0 #bodyContent A[title^=Publikation] { font-variant: small-caps; }
#bodyContent A[title^=Publikation] { font-variant: small-caps;background-color: #DEF; }


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

Aktuelle Version vom 7. August 2008, 22:25 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 */
/* Eingrenzung auf NR 'Artikel' wäre .ns-0 */
/* Alle Links auf Publikationen werden in Small-Caps dargestellt */
#bodyContent A[title^=Publikation] { font-variant: small-caps;background-color: #DEF; }

/* 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;} */