Difference between revisions of "MediaWiki:Common.css"

From Karnataka Open Educational Resources
Jump to navigation Jump to search
Line 3: Line 3:
  
 
span.Uniq1234 a { color: green; }
 
span.Uniq1234 a { color: green; }
 +
 +
.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;
 +
}

Revision as of 05:11, 7 March 2014

/* CSS placed here will be applied to all skins */
body.page-Main_Page h1.firstHeading { display:none; }

span.Uniq1234 a { color: green; }

.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;
}