MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Aloran Kompendium
User (Diskussion | Beiträge) |
User (Diskussion | Beiträge) |
||
Zeile 15: | Zeile 15: | ||
} | } | ||
− | # | + | #header { |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
background-color:#FCF3C8; | background-color:#FCF3C8; | ||
− | + | background-image:url(http://aloran.wikidot.com/local--files/start/logo.gif); | |
− | + | background-position:center; | |
− | + | background-repeat:no-repeat; | |
+ | height:232px; | ||
+ | width:100%; | ||
} | } |
Version vom 18. Juli 2017, 14:57 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ body { background:#FCF3C8; /* background-image:url(http://krpg.wdfiles.com/local--files/admin:manage/marvany.jpg); background-position:center top; background-repeat:repeat; */ width:100%; color:#663300; padding: 0; } #header { background-color:#FCF3C8; background-image:url(http://aloran.wikidot.com/local--files/start/logo.gif); background-position:center; background-repeat:no-repeat; height:232px; width:100%; }