Difference between revisions of "MediaWiki:Common.css"

From Math Wiki
Jump to navigation Jump to search
m
m
Line 7: Line 7:
 
   
 
   
 
.inlink {background-color: #FFEFC9;box-shadow: 1px 1px 2px #888;}
 
.inlink {background-color: #FFEFC9;box-shadow: 1px 1px 2px #888;}
 +
 +
#article {
 +
background-color:#ffffff;
 +
}
 +
 +
#articleFooter {
 +
background-color:#ffffff;
 +
}

Revision as of 19:44, 11 April 2015

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

.biglink {font-family: "Times New Roman", Times, serif; font-weight: bold;
border-style:solid; border-width:thin; background-color: #FFEFC9;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;}

#article {
background-color:#ffffff;
}
 
#articleFooter {
background-color:#ffffff;
}