- 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) |
|||
Line 11: | Line 11: | ||
.watchlistredir { | .watchlistredir { | ||
font-style: italic; | font-style: italic; | ||
+ | } | ||
+ | |||
+ | /* Sitenotice AutoScroll CSS */ | ||
+ | #scrollDiv{ | ||
+ | width: 100%; | ||
+ | height: 25px; | ||
+ | line-height: 25px; | ||
+ | overflow: hidden | ||
+ | } | ||
+ | |||
+ | #scrollDiv li{ | ||
+ | height: 25px; | ||
+ | padding-left: 10px; | ||
+ | list-style: none; | ||
} | } |
Revision as of 09:04, 29 March 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;
}
/* Sitenotice AutoScroll CSS */
#scrollDiv{
width: 100%;
height: 25px;
line-height: 25px;
overflow: hidden
}
#scrollDiv li{
height: 25px;
padding-left: 10px;
list-style: none;
}