Benutzer:NRGSille/wikia.css: Unterschied zwischen den Versionen
imported>NRGSille (neu angelegt) |
imported>NRGSille |
||
Zeile 20: | Zeile 20: | ||
width: 90%; | width: 90%; | ||
} | } | ||
+ | |||
+ | /* Seitenleiste entfernen und Suchbox behalten */ | ||
+ | .WikiaActivityModule, .WikiaPagesOnWikiModule, .LatestPhotosModule, .PopularBlogPostsModule, .WikiaPopularBlogPostsModule, .WikiaSpotlightsModule, #WikiaSpotlightsModule {display:none !important; width:0 !important;} | ||
+ | |||
+ | /* Breite des Seiteninhalts vergrössern */ | ||
+ | .WikiaArticle {width:980px !important;} | ||
+ | .WikiaPageHeader details {width:970px !important;} | ||
+ | .WikiaArticleCategories {width:950px !important;} | ||
+ | |||
+ | /* Als Vorschau */ | ||
+ | .skin-oasis #wikiPreview {margin-right:10px !important;} | ||
+ | |||
+ | /* Kein Facebook */ | ||
+ | .fb_edge_widget_with_comment { display:none !important; } | ||
+ | .mw-headline | ||
+ | { font-weight: bold; } | ||
+ | |||
+ | /* 'share' Button verstecken */ | ||
+ | li#ca-share_feature {display:none !important;} | ||
+ | |||
+ | /* Werbung am Ende entfernen */ | ||
+ | #WikiaArticleBottomAd {display: none !important;} | ||
+ | #WikiaRail section {display:none !important;} |
Aktuelle Version vom 19. Februar 2011, 17:02 Uhr
/* --- SEITENFORMAT --- */
.WikiaPage {
width: 89.4%;
border: none;
}
.WikiaMainContent {
width: 71%;
}
.WikiaHeader {
width: 90%;
}
.WikiaPage .WikiaFooter {
width: 90%;
}
.WikiaPage .WikiaFooter .toolbar {
width: 90%;
}
.WikiaPageHeader details {
width: 90%;
}
/* Seitenleiste entfernen und Suchbox behalten */
.WikiaActivityModule, .WikiaPagesOnWikiModule, .LatestPhotosModule, .PopularBlogPostsModule, .WikiaPopularBlogPostsModule, .WikiaSpotlightsModule, #WikiaSpotlightsModule {display:none !important; width:0 !important;}
/* Breite des Seiteninhalts vergrössern */
.WikiaArticle {width:980px !important;}
.WikiaPageHeader details {width:970px !important;}
.WikiaArticleCategories {width:950px !important;}
/* Als Vorschau */
.skin-oasis #wikiPreview {margin-right:10px !important;}
/* Kein Facebook */
.fb_edge_widget_with_comment { display:none !important; }
.mw-headline
{ font-weight: bold; }
/* 'share' Button verstecken */
li#ca-share_feature {display:none !important;}
/* Werbung am Ende entfernen */
#WikiaArticleBottomAd {display: none !important;}
#WikiaRail section {display:none !important;}