X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=main.scss;h=cbc01a7ad152677ab00d6c29c75f62a8b059fc24;hb=c39d05da76d42e61f845675e06b2c03ee1cda561;hp=8fe29f723baa7d5494bf6142b59c18c40adb959a;hpb=cd4935d507ddca5509ad90553c29dfbe493a4646;p=disinclined.org.git diff --git a/main.scss b/main.scss index 8fe29f7..cbc01a7 100644 --- a/main.scss +++ b/main.scss @@ -109,9 +109,9 @@ main { margin:0px auto 0; } -#header .title { +#header, #site-title { font-family:'bree_serifregular'; - font-size: 404%; + font-size: 204%; margin-left: -1%; } @@ -130,9 +130,10 @@ main { #exhibit { float:right; + margin-top:55px; margin-left:17px; font-family:InconsolataMedium; - font-size:1.4em; + font-size:1.2em; } .exhibit { @@ -148,3 +149,58 @@ main { margin-bottom:15px; font-size: 180%; } + +.page-header { + margin-top:30px; + margin-bottom:30px; + font-size: 300%; +} + + +// ---------------------------------- +// Notes +// ---------------------------------- + + +.article { + margin-bottom:30px; +} + +.page-date { + color:grey; +} + +.page-title { + margin-top:30px; + margin-bottom:30px; + font-size: 150%; + font-family: 'bree_serifregular'; +} + +article { + margin-bottom: 40px; + margin-left: 10px; + font-family: InconsolataMedium; +} + +.pagination { + font-size: 150%; +} + +pre { + margin-top: 20px; + margin-bottom: 20px; + width: 100%; + overflow: auto; +} + + + + + + + + + + +