User:Fizzmaister/wikia.css

From SD Gundam G Generation Wars Wiki
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* These three effectively hide the rail but keep the search box */
/* Hide the three widgets */
.WikiaActivityModule, .WikiaPagesOnWikiModule, .LatestPhotosModule, .WikiaSpotlightsModule, #WikiaSpotlightsModule {display:none !important; width:0 !important;}

/* Increase the width of the actual page content so I'm looking at an article and not stupid, unused white-space  */
.WikiaArticle {width:980px !important;}
.WikiaPageHeader details {width:970px !important;}
.WikiaArticleCategories {width:950px !important;}

/* Hide "Image added by" on articles, because nobody cares */
div.picture-attribution {display:none !important;}
 
/* Same as above but for preview, as to increase my protection from Wikia's branding fail */
.skin-oasis #wikiPreview {margin-right:10px !important;}

/*No Facebook*/ 
.fb_edge_widget_with_comment { display:none !important; }

  body.mediawiki.skin-oasis
   { color: black !important; }

.mw-headline 
{ font-weight: bold; }