MediaWiki:Wikia.css: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
No edit summary
No edit summary
Line 21: Line 21:


.WikiHeader .buttons {
.WikiHeader .buttons {
   width: 248px !important;
   width: 251px !important;
}
}

Revision as of 18:38, 6 May 2011

/*LEAVE THIS IMPORT ABOVE EVERYTHING ELSE*/
@import url("http://tardis.wikia.com/index.php?title=MediaWiki:Common.css&usemsgcache=yes&ctype=text/css&smaxage=86400&action=raw&maxage=86400");

/* === Hide "Image added by" on articles === */
 .picture-attribution { display:none !important; }

/* Fix for rewrite title */
#title-meta i { font-style: italic !important; }

/* kills read more and category galleries, thanks to Sovq */
.RelatedPagesModule {
	display: none;
}
.categories {
        display: none !important;
}

.category-gallery {
	display: none;
}

.WikiHeader .buttons {
  width: 251px !important;
}