MediaWiki:Wikia.css: Difference between revisions

imported>Schiffy
Undo revision 7780 by Schiffy (talk) Bad idea
m Schiffy moved page MediaWiki:Monobook.css to MediaWiki:Wikia.css without leaving a redirect
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
/*LEAVE THIS IMPORT ABOVE EVERYTHING ELSE*/
/*LEAVE THIS IMPORT ABOVE EVERYTHING ELSE*/
@import url("http://katawashoujo.wikia.com/wiki/MediaWiki:Common.css?usemsgcache=yes&ctype=text/css&action=raw");
@import url("/wiki/MediaWiki:Common.css?usemsgcache=yes&ctype=text/css&action=raw");


/* Timer CSS */
/* Timer CSS */
Line 77: Line 77:
}
}
*/
*/
/* Hides image attribution on articles */
.WikiaArticle .article-thumb .attribution {
    display: none;
}
a.tag {
color: inherit;
}
section#UserProfileMasthead .tag-container .autoconfirmed-user { /* hide autoconfirmed user tag */
        display: none;
}
.tag.usergroup-bureaucrat {
color: black !important;
}
.tag.usergroup-sysop {
color: black !important;
}
/* #WallNotifications .bubbles {
  background-image: url(https://images.wikia.nocookie.net/__cb20140522063436/katawashoujo/images/4/40/Notify_bubble.png);
} */