MediaWiki:Wikia.css: Difference between revisions

imported>Schiffy
No edit summary
m Schiffy moved page MediaWiki:Monobook.css to MediaWiki:Wikia.css without leaving a redirect
 
(8 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 80: Line 80:
/* Hides image attribution on articles */
/* Hides image attribution on articles */
.WikiaArticle .article-thumb .attribution {
.WikiaArticle .article-thumb .attribution {
     display: none;}
     display: none;
   
}
 
a.tag {
color: inherit;
}
 
section#UserProfileMasthead .tag-container .autoconfirmed-user { /* hide autoconfirmed user tag */
section#UserProfileMasthead .tag-container .autoconfirmed-user { /* hide autoconfirmed user tag */
         display: none;
         display: none;
}
}


section#UserProfileMasthead .tag-container .bureaucrat { /* hide autoconfirmed user tag */
.tag.usergroup-bureaucrat {
        display: none;
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);
} */