MediaWiki:Wikia.css: Difference between revisions
From Tardis Wiki, the free Doctor Who reference
(temporarily turning off collision prevention to see something) |
|||
Line 26: | Line 26: | ||
/* Fixes for bug in Wikia skin */ | /* Fixes for bug in Wikia skin */ | ||
/* Make menu button dropdowns appear on top of user page content | /* Make menu button dropdowns appear on top of user page content */ | ||
.WikiaUserPagesHeader .wikia-button, | .WikiaUserPagesHeader .wikia-button, | ||
.WikiaUserPagesHeader .wikia-menu-button { | .WikiaUserPagesHeader .wikia-menu-button { | ||
z-index: 3; | z-index: 3; | ||
} | } |
Revision as of 16:19, 25 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;
}
/* Fixes for bug in Wikia skin */
/* Make menu button dropdowns appear on top of user page content */
.WikiaUserPagesHeader .wikia-button,
.WikiaUserPagesHeader .wikia-menu-button {
z-index: 3;
}