- 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
Gensui Hime (talk | contribs) |
Gensui Hime (talk | contribs) |
||
Line 1: | Line 1: | ||
/***** CSS placed here will be applied to all skins on the entire site. *****/ | /***** CSS placed here will be applied to all skins on the entire site. *****/ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
/* Sitenotice AutoScroll CSS */ | /* Sitenotice AutoScroll CSS */ | ||
Line 25: | Line 13: | ||
padding-left: 10px; | padding-left: 10px; | ||
list-style: none; | list-style: none; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* Mark redirects in Special:Allpages and Special:Watchlist | ||
+ | -------------------------------*/ | ||
+ | .allpagesredirect { | ||
+ | font-style: italic; | ||
+ | } | ||
+ | .allpagesredirect:after { | ||
+ | color: #808080; content: " (redirect)" | ||
+ | } | ||
+ | .watchlistredir { | ||
+ | font-style: italic; | ||
} | } |
Revision as of 09:15, 29 March 2015
/***** CSS placed here will be applied to all skins on the entire site. *****/
/* Sitenotice AutoScroll CSS */
#scrollDiv{
width: 100%;
height: 25px;
line-height: 25px;
overflow: hidden
}
#scrollDiv li{
height: 25px;
padding-left: 10px;
list-style: none;
}
/* Mark redirects in Special:Allpages and Special:Watchlist
-------------------------------*/
.allpagesredirect {
font-style: italic;
}
.allpagesredirect:after {
color: #808080; content: " (redirect)"
}
.watchlistredir {
font-style: italic;
}