Difference between revisions of "MediaWiki:Common.css"

From Electromagnetic Field
Jump to navigation Jump to search
(changed the bottom text and the links in the personal menu to white.)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
 +
/* the countdown clock on the front page of the wiki. See common.js for the script. */
 
#clockdiv{
 
#clockdiv{
 
font-family: sans-serif;
 
font-family: sans-serif;
Line 23: Line 24:
 
background: #00816A;
 
background: #00816A;
 
display: inline-block;
 
display: inline-block;
         width:80px;
+
         width:50px;
         height:80px;
+
         height:50px;
 
}
 
}
  
Line 30: Line 31:
 
padding-top: 5px;
 
padding-top: 5px;
 
font-size: 16px;
 
font-size: 16px;
 +
}
 +
 +
/* A more emf like template on the wiki. */
 +
#mw-head-base {
 +
    background-image: url('/w/images/5/5e/Header.jpg');
 +
}
 +
 +
#p-personal ul li a {
 +
color: white;
 +
}
 +
 +
div#footer {
 +
    background-image: url('/w/images/e/e9/Footer.jpg');
 +
    color: white;
 +
}
 +
 +
div#footer a {
 +
color:white;
 
}
 
}

Latest revision as of 19:12, 26 July 2016

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

/* the countdown clock on the front page of the wiki. See common.js for the script. */
#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;
        margin-left: 10px;
}

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

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

/* A more emf like template on the wiki. */
#mw-head-base {
    background-image: url('/w/images/5/5e/Header.jpg');
}

#p-personal ul li a {
color: white;
}

div#footer {
    background-image: url('/w/images/e/e9/Footer.jpg');
    color: white;
}

div#footer a {
color:white;
}