Entropia:Sandkasten:CSS: Unterschied zwischen den Versionen
aus dem Wiki des Entropia e.V., CCC Karlsruhe
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 13: | Zeile 13: | ||
z-index: 12; | z-index: 12; | ||
} | } | ||
div#Hauptlink img { | |||
z-index: 11; | |||
} | |||
div#mw-content-text.mw-content-ltr div#toc.toc { | div#mw-content-text.mw-content-ltr div#toc.toc { | ||
z-index: 10; | z-index: 10; | ||
} | } |
Version vom 14. Juni 2014, 20:21 Uhr
div#Hauptlink { color: #ababab; background-color: none; position:absolute; top: 0px; right: 0px; float: right; display: block; width: 100%; padding-top: 5px; padding-right: 24px; direction: rtl; z-index: 12; }
div#Hauptlink img { z-index: 11; }
div#mw-content-text.mw-content-ltr div#toc.toc { z-index: 10; }