X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=includes%2Fstyle.css;h=4aad85fddc77a3695abd75952d1512e4d15f22f2;hb=06268cf4dd5d7b6a1742077db3a5949144a4761f;hp=2b1fc6c065f1e7ebaef013f025fab22dcad39a3b;hpb=cb76a1615e792897835aa02a164c43a7bd2a43d4;p=dylansserver.git diff --git a/includes/style.css b/includes/style.css index 2b1fc6c..4aad85f 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; } @@ -57,6 +61,7 @@ li { min-height:600px; border:1px solid black; padding:10px; + display:none; } .shownDiv { @@ -64,7 +69,9 @@ li { } #contact_me { - margin-top:100px; + font-family:sans-serif; + text-align:right; + float:right; } /* reprap */ @@ -75,28 +82,24 @@ li { } /* peepshow */ +#peepshow_ { + font-style:italic; +} #peepshow_title_1 { font-style:italic; margin-top:0px; } #peephow_title_2 { - font-style:italic; /* not sure why this isn't working :( */ - background-color:red; - font:3em; + font-size:3em; } #peepshow_entry { font:1.4em "lucida console"; } -/* readoo */ -#readoo_title { - font:1.6em arial; -} - -#readoo_entry { - font:1.6em arial; +#peepshow_entry { + font:1.4em "lucida console"; } /* drawcss */ @@ -125,3 +128,31 @@ 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; +} + +#navigation { + text-align:right; +}