• 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
Line 8: Line 8:
 
overflow: hidden
 
overflow: hidden
 
}
 
}
 
 
#scrollDiv li{
 
#scrollDiv li{
 
height: 25px;
 
height: 25px;

Revision as of 16:02, 17 April 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;
}