Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→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; font-size...") |
m |
||
Line 2: | Line 2: | ||
.biglink {font-family: "Times New Roman", Times, serif; font-weight: bold; | .biglink {font-family: "Times New Roman", Times, serif; font-weight: bold; | ||
− | border-style:solid; border-width:thin | + | border-style:solid; border-width:thin; background-color: #FFEFC9;box-shadow: 2px 2px 3px #888;} |
.exam {font-family: "Times New Roman", Times, serif; font-size:135%; } | .exam {font-family: "Times New Roman", Times, serif; font-size:135%; } | ||
.inlink {font-weight: bold; background-color: #FFEFC9;box-shadow: 2px 2px 3px #888;} | .inlink {font-weight: bold; background-color: #FFEFC9;box-shadow: 2px 2px 3px #888;} |
Revision as of 18:53, 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: 2px 2px 3px #888;} .exam {font-family: "Times New Roman", Times, serif; font-size:135%; } .inlink {font-weight: bold; background-color: #FFEFC9;box-shadow: 2px 2px 3px #888;}