X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=main.scss;h=c6e9bbbe1d32e74bf5adcf6b0567e8f2d77d8c86;hb=0824a47daf6bf75d266ce183b9da4b48442755c0;hp=8e16e960c9b52b01eab28e2fa2025107f722a9fd;hpb=eeee0af1a25001353eac235cbb880486f2796e2d;p=disinclined.org.git diff --git a/main.scss b/main.scss index 8e16e96..c6e9bbb 100644 --- a/main.scss +++ b/main.scss @@ -6,6 +6,7 @@ // Fonts // ---------------------------------- + @font-face { font-family: 'bree_serifregular'; src: url('/assets/fonts/breeserif-regular-webfont.eot'); @@ -81,13 +82,26 @@ li { } +// ---------------------------------- +// Header +// ---------------------------------- + +#header a:visited { + color: black; +} + + // ---------------------------------- // Primary Structure // ---------------------------------- +html { + margin: 20px; +} body { margin-top: 30px; + font-size: 110%; } main { @@ -95,24 +109,43 @@ main { margin:0px auto 0; } -.title { - margin-left:17px; - color:black; +#header .title { font-family:'bree_serifregular'; font-size: 404%; + margin-left: -1%; } #wrapper { width:725px; min-height:300px; margin-bottom:20px; - margin-right:15px; text-align:left; - padding:5px 5px 25px 20px; } +// ---------------------------------- +// Index Specific +// ---------------------------------- +#exhibit { + float:right; + margin-top:55px; + margin-left:17px; + font-family:InconsolataMedium; + font-size:1.4em; +} +.exhibit { + width:300px; + min-height:475px; + border:1px solid #000; + display:none; + text-align:left; + padding:10px; +} +.exhibit h1 { + margin-bottom:15px; + font-size: 180%; +}