Difference between revisions of "MediaWiki:Common.css"
Steve Cable (Talk | contribs) |
Steve Cable (Talk | contribs) |
||
(47 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 */ | ||
− | @import url( | + | @import url(https://www.nads-sc.uiowa.edu/minisim/css/bootstrap.css); |
+ | @import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700); | ||
+ | @import url(https://www.nads-sc.uiowa.edu/minisim/css/font-awesome-4.7.0/css/font-awesome.min.css); | ||
+ | @import url(https://www.nads-sc.uiowa.edu/minisim/css/minisim2015.css?v=<?php echo time();?>); | ||
body { font-family: 'Noto Sans', sans-serif; } | body { font-family: 'Noto Sans', sans-serif; } | ||
− | h1,h2 { font-family: 'Noto Sans', sans-serif !important; } | + | h1,h2,h3,h4 { font-family: 'Noto Sans', sans-serif !important; font-weight:normal !important; } |
+ | h1 { letter-spacing:-0.07em; font-size:36px !important; } | ||
+ | h2 { letter-spacing:-0.05em; } | ||
+ | h3 { letter-spacing:-0.05em; } | ||
+ | h4 { letter-spacing:-0.05em;} | ||
+ | .firstH1 { margin-top:0; } | ||
+ | #toc { border:1px solid rgba(0,0,0,0.1); border-radius:3px; background:rgba(100,100,100,0.1); padding:8px; } | ||
+ | h1 span a, h2 span a, h3 span a, h4 span a { letter-spacing:normal; } |
Latest revision as of 09:21, 11 January 2018
/* CSS placed here will be applied to all skins */ @import url(https://www.nads-sc.uiowa.edu/minisim/css/bootstrap.css); @import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700); @import url(https://www.nads-sc.uiowa.edu/minisim/css/font-awesome-4.7.0/css/font-awesome.min.css); @import url(https://www.nads-sc.uiowa.edu/minisim/css/minisim2015.css?v=<?php echo time();?>); body { font-family: 'Noto Sans', sans-serif; } h1,h2,h3,h4 { font-family: 'Noto Sans', sans-serif !important; font-weight:normal !important; } h1 { letter-spacing:-0.07em; font-size:36px !important; } h2 { letter-spacing:-0.05em; } h3 { letter-spacing:-0.05em; } h4 { letter-spacing:-0.05em;} .firstH1 { margin-top:0; } #toc { border:1px solid rgba(0,0,0,0.1); border-radius:3px; background:rgba(100,100,100,0.1); padding:8px; } h1 span a, h2 span a, h3 span a, h4 span a { letter-spacing:normal; }