X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=main.scss;h=c408248c5e355ff3a739d30707717234d5e90918;hb=0e6a0638d0826ea832e11d3e08351cbf3bdf30bc;hp=8e16e960c9b52b01eab28e2fa2025107f722a9fd;hpb=eeee0af1a25001353eac235cbb880486f2796e2d;p=disinclined.org.git diff --git a/main.scss b/main.scss index 8e16e96..c408248 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'); @@ -96,8 +97,6 @@ main { } .title { - margin-left:17px; - color:black; font-family:'bree_serifregular'; font-size: 404%; } @@ -112,7 +111,28 @@ main { } +// ---------------------------------- +// Index Specific +// ---------------------------------- +#exhibit { + float:right; + 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%; +}