Difference between revisions of "MediaWiki:Common.css"

From Electromagnetic Field
Jump to navigation Jump to search
(some CSS for the countdown clock)
 
(making the thing look nicer)
Line 15: Line 15:
 
background: #00BF96;
 
background: #00BF96;
 
display: inline-block;
 
display: inline-block;
 +
        width:120px;
 +
        height:120px;
 +
        margin-left: 10px;
 
}
 
}
  

Revision as of 16:15, 19 July 2016

/* CSS placed here will be applied to all skins */

#clockdiv{
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
}

#clockdiv > div{
	padding: 10px;
	border-radius: 3px;
	background: #00BF96;
	display: inline-block;
        width:120px;
        height:120px;
        margin-left: 10px;
}

#clockdiv div > span{
	padding: 15px;
	border-radius: 3px;
	background: #00816A;
	display: inline-block;
}

.clocksmalltext{
	padding-top: 5px;
	font-size: 16px;
}