X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=includes%2Fstyle.css;h=265fcca3e0c7e35fbc84f948c14c3c3273a2493a;hb=a74a20d64f0c3c757c9a97f9f9a858adca266221;hp=3ea84a20db026162c48f31fbad54850aaa2dac81;hpb=8d923180e842b42f802b15ad8720087c1462353f;p=dylansserver.git diff --git a/includes/style.css b/includes/style.css index 3ea84a2..265fcca 100644 --- a/includes/style.css +++ b/includes/style.css @@ -44,6 +44,10 @@ li { margin-right:17px; } +#portfolio li{ + font-family:sans-serif; +} + #exhibit { float:right; } @@ -65,6 +69,7 @@ li { #contact_me { margin-top:100px; + font-family:sans-serif; } /* reprap */ @@ -75,6 +80,9 @@ li { } /* peepshow */ +#peepshow_ { + font-style:italic; +} #peepshow_title_1 { font-style:italic; margin-top:0px; @@ -82,7 +90,6 @@ li { #peephow_title_2 { font-size:3em; - font-style:italic; /* not sure why this isn't working :( */ } #peepshow_entry { @@ -124,3 +131,27 @@ li { #i_like_pandora_entry { font:1.4em "lucida console"; } + +/* notes */ +#notes { + float:right; + text-align:right; + margin-top:20px; +} + +#notes h2 { + margin-bottom:10px; + font-family:sans-serif; +} + +.note { + margin-bottom:40px; +} + +.note p { + margin-bottom:5px; +} + +pre { + margin-top:10px; +}