Benutzer:Joe-le/wikia.css: Unterschied zwischen den Versionen
imported>Joe-le (Der Seiteninhalt wurde durch einen anderen Text ersetzt: „→* Change width of page to a different fixed value *: .WikiaPage { width: 1200px !important; }“) |
imported>Joe-le |
||
Zeile 1: | Zeile 1: | ||
− | /* | + | @import url("/index.php?title=MediaWiki:Concealer.css&ctype=text/css&action=raw"); |
− | . | + | |
− | + | /* | |
+ | .WikiaPagesOnWikiModule { | ||
+ | background-color:transparent !important; | ||
+ | } | ||
+ | |||
+ | ...for later use. | ||
+ | WikiaMainContent { width:inherit; float:none; } | ||
+ | WikiaRail { width:inherit; float:none; } | ||
+ | WikiaRail form, #WikiaRail section { width:95%; } | ||
+ | */ | ||
+ | |||
+ | .WikiaHeader { | ||
+ | background-color:transparent !important; | ||
+ | border-top-width: 0px !important; | ||
} | } |
Version vom 17. November 2010, 00:00 Uhr
@import url("/index.php?title=MediaWiki:Concealer.css&ctype=text/css&action=raw");
/*
.WikiaPagesOnWikiModule {
background-color:transparent !important;
}
...for later use.
WikiaMainContent { width:inherit; float:none; }
WikiaRail { width:inherit; float:none; }
WikiaRail form, #WikiaRail section { width:95%; }
*/
.WikiaHeader {
background-color:transparent !important;
border-top-width: 0px !important;
}