Difference between revisions of "MediaWiki:Common.css"

From ExeWiki
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
#yambe{background-color:#b0c4de;font-family: 'Trebuchet MS', Helvetica, sans-serif;}
 
#yambe{background-color:#b0c4de;font-family: 'Trebuchet MS', Helvetica, sans-serif;}
 +
 +
#note{width: 95%;
 +
margin-left: auto;
 +
margin-right: auto;
 +
background-color: #FFFFFF;
 +
border: 1px solid #0066FF;
 +
border-radius: 15px;}

Revision as of 10:00, 10 August 2011

/* CSS placed here will be applied to all skins */
#yambe{background-color:#b0c4de;font-family: 'Trebuchet MS', Helvetica, sans-serif;}

#note{width: 95%; 
margin-left: auto;
margin-right: auto;
background-color: #FFFFFF; 
border: 1px solid #0066FF;
border-radius: 15px;}