MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Aloran Kompendium
User (Diskussion | Beiträge) |
User (Diskussion | Beiträge) |
||
Zeile 15: | Zeile 15: | ||
#header { | #header { | ||
− | background | + | background: url(http://krpg.wdfiles.com/local--files/admin:manage/marvany.jpg) bottom left repeat-x; |
− | + | position: relative; | |
− | + | min-height: 39px; | |
+ | height: 3em; | ||
+ | padding: 15px 0; | ||
} | } |
Version vom 18. Juli 2017, 15:08 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ body { background-image:url(http://krpg.wdfiles.com/local--files/admin:manage/marvany.jpg); background-position:center top; background-repeat:repeat; width:90%; color:#663300; padding: 0; align: center; } #header { background: url(http://krpg.wdfiles.com/local--files/admin:manage/marvany.jpg) bottom left repeat-x; position: relative; min-height: 39px; height: 3em; padding: 15px 0; }