Difference between revisions of "MediaWiki:Common.css"
Steve Cable (Talk | contribs) |
Steve Cable (Talk | contribs) |
||
Line 8: | Line 8: | ||
h1 { letter-spacing:-0.07em; } | h1 { letter-spacing:-0.07em; } | ||
h2 { letter-spacing:-0.05em; } | h2 { letter-spacing:-0.05em; } | ||
− | h3 { letter-spacing:-0.05em | + | h3 { letter-spacing:-0.05em; } |
− | h4 { | + | h4 { letter-spacing:-0.05em;} |
.firstH1 { margin-top:0; } | .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; } | #toc { border:1px solid rgba(0,0,0,0.1); border-radius:3px; background:rgba(100,100,100,0.1); padding:8px; } |
Revision as of 12:10, 27 May 2016
/* CSS placed here will be applied to all skins */ @import url(http://nads-minisimweb.iowa.uiowa.edu/css/bootstrap.css); @import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700); @import url(http://nads-minisimweb.iowa.uiowa.edu/css/minisim2015.css); 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; } 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; }