• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Difference between revisions of "MediaWiki:Common.css"

From Kancolle Wiki
Jump to navigation Jump to search
m (close thread)
m (Undo revision 230582 by Dragonjet (talk) doesnt work)
Line 12: Line 12:
 
   font-style: italic;
 
   font-style: italic;
 
}
 
}
 
/* Close threads
 
-------------------------------*/
 
#comm-158461 .article-comm-reply { display:none; }
 

Revision as of 12:28, 15 February 2015

/***** CSS placed here will be applied to all skins on the entire site. *****/

/* Mark redirects in Special:Allpages and Special:Watchlist
-------------------------------*/
.allpagesredirect {
   font-style: italic;
}
.allpagesredirect:after {
   color: #808080; content: " (redirect)"
}
.watchlistredir {
   font-style: italic;
}