notes/ now working!
[dylansserver.git] / includes / style.css
index 2b1fc6c..265fcca 100644 (file)
@@ -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,15 +80,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 +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;
+}