Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| (13 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 */ | ||
| + | |||
| + | .noautonum .tocnumber { display: none; } | ||
.biglink {font-weight: bold; | .biglink {font-weight: bold; | ||
| − | border-style:solid; border-width:thin; background-color: #FFEFC9;box-shadow: 1px 1px 2px #888;} | + | 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%; } | ||
| − | .inlink {background-color: #FFEFC9;box-shadow: 1px 1px 2px #888;} | + | .inlink {background-color: #FFEFC9; border-radius: 3px; box-shadow: 1px 1px 2px #888;} |
| + | |||
| + | .boxed {width:80%;margin:20px;padding:20px;border:1px solid black;background-color: #fcffde;} | ||
| − | body {background-color: #d3e0e7;} | + | body {border: none; background-color: #d3e0e7;} |
#mw-head {background-color: #d3e0e7;} | #mw-head {background-color: #d3e0e7;} | ||
| + | #mw-head-base {background-color: #d3e0e7;} | ||
| + | #mw-page-base {border: none; background-color: #d3e0e7;} | ||
| + | #p-logo {background-color: #d3e0e7;} | ||
Latest revision as of 13:37, 21 October 2015
/* CSS placed here will be applied to all skins */
.noautonum .tocnumber { display: none; }
.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; border-radius: 3px; box-shadow: 1px 1px 2px #888;}
.boxed {width:80%;margin:20px;padding:20px;border:1px solid black;background-color: #fcffde;}
body {border: none; background-color: #d3e0e7;}
#mw-head {background-color: #d3e0e7;}
#mw-head-base {background-color: #d3e0e7;}
#mw-page-base {border: none; background-color: #d3e0e7;}
#p-logo {background-color: #d3e0e7;}