- 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"
Jump to navigation
Jump to search
m (adding css to this file does not actually work) |
m (close thread) |
||
Line 12: | Line 12: | ||
font-style: italic; | font-style: italic; | ||
} | } | ||
+ | |||
+ | /* Close threads | ||
+ | -------------------------------*/ | ||
+ | #comm-158461 .article-comm-reply { display:none; } |
Revision as of 12:26, 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;
}
/* Close threads
-------------------------------*/
#comm-158461 .article-comm-reply { display:none; }