Benutzer:Curilias/monobook.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
K |
K |
||
(34 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
#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;} */ |
Aktuelle Version vom 7. August 2008, 21: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;} */