X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=includes%2Fstyle.css;h=5e993a4ad82985114d8c16494ddf2d7f6869d4e7;hb=718e9203005d949b83c51c0f989e8ff00adb880c;hp=2b1fc6c065f1e7ebaef013f025fab22dcad39a3b;hpb=cb76a1615e792897835aa02a164c43a7bd2a43d4;p=dylansserver.git diff --git a/includes/style.css b/includes/style.css index 2b1fc6c..5e993a4 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; } @@ -75,15 +79,16 @@ 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 { @@ -125,3 +130,22 @@ 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; +} + +.note { + margin-bottom:40px; +} + +.note p { + margin-bottom:5px; +}