MediaWiki: Common.css: Unterschied zwischen den Versionen
Aus LehramtsWiki
Lars (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
Lars (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
/* | /* Logo */ | ||
#p-logo { | #p-logo { | ||
position: absolute; | |||
top: -170px !important; | |||
right: 0; | |||
width: 10em; | |||
height: 160px; | |||
} | } | ||
#p-logo a { | #p-logo a { | ||
display: block; | |||
width: 10em; | |||
height: 160px; | |||
background-repeat: no-repeat; | |||
background-position: center center; | |||
text-decoration: none; | |||
} | } |
Version vom 26. Juli 2013, 11:57 Uhr
/* Logo */ #p-logo { position: absolute; top: -170px !important; right: 0; width: 10em; height: 160px; } #p-logo a { display: block; width: 10em; height: 160px; background-repeat: no-repeat; background-position: center center; text-decoration: none; }