Looks okay, gotta decide on a cms
[dylansserver.git] / includes / style.css
index 3ea84a2..5e993a4 100644 (file)
@@ -44,6 +44,10 @@ li {
        margin-right:17px;
 }
 
+#portfolio li{
+       font-family:sans-serif;
+}
+
 #exhibit {
        float:right;
 }
@@ -75,6 +79,9 @@ li {
 }
 
 /* peepshow */
+#peepshow_ {
+       font-style:italic;
+}
 #peepshow_title_1 {
        font-style:italic;
        margin-top:0px;
@@ -82,7 +89,6 @@ li {
 
 #peephow_title_2 {
        font-size:3em;
-       font-style:italic; /* not sure why this isn't working :( */
 }
 
 #peepshow_entry {
@@ -124,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;
+}