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

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


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




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

Version vom 31. Juli 2008, 01:02 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 */
A[title^=Publikation] { 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;} */