Difference between revisions of "MediaWiki:Common.css"

From Grad Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
.biglink {font-weight: bold; border-style:solid; border-width:thin; background-color: #FFEFC9;box-shadow: 1px 1px 2px #888;}
+
.biglink {font-weight: bold; border-style:solid; border-width:thin; background-color: #FFEFC9; border-radius: 4px; box-shadow: 1px 1px 2px #888;}
  
 
.exam {font-family: "Times New Roman", Times, serif; font-size:135%; }
 
.exam {font-family: "Times New Roman", Times, serif; font-size:135%; }

Revision as of 09:44, 12 April 2015

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

.biglink {font-weight: bold; border-style:solid; border-width:thin; background-color: #FFEFC9; border-radius: 4px; box-shadow: 1px 1px 2px #888;}

.exam {font-family: "Times New Roman", Times, serif; font-size:135%; }

.inlink {background-color: #FFEFC9;box-shadow: 1px 1px 2px #888;}

body {background-color: #d3e0e7;}
#mw-head {background-color: #d3e0e7;}