MediaWiki:Common.css: Difference between revisions

From /i/nsurgency W/i/ki
Jump to navigationJump to search
>Admin
Created page with 'CSS placed here will be applied to all skins: .tagcloud { width: 98%; text-align: center; background-color: #FDFDFD; border: 1px solid #EEEEEE; padding: 15px 10px 15px...'
(No difference)

Revision as of 09:37, 11 March 2009

/* CSS placed here will be applied to all skins */
 .tagcloud {
	width: 98%;
	text-align: center;
	background-color: #FDFDFD;
	border: 1px solid #EEEEEE;
	padding: 15px 10px 15px 10px;
 }
 .tagcloud a {
	color: #0052CB;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
 }