add a basic index of all pages...
[photo-tags.git] / style.css
index 021c204a70cbd30ae0a88c0ac1886f6bae3af45d..6c25246b87d914593d1b16b761f0cb2a306d6c69 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1,6 +1,22 @@
 
 h1 {color:red}
-body {background-color: black}
+body {
+    background-color: black;
+    color: #eee;
+}
+
+.permalink {
+    float:right;
+    color: #eee;
+    padding-right: 1em;
+}
+
+a[visited]{ color: #aaa;}
+
+.index {
+    margin: 0 auto;
+    width:70%;
+}
 
 .pics li { 
   display: inline;
@@ -22,3 +38,6 @@ footer {
     color: #999;
     float:right;
 }
+
+
+.debug { position: absolute; top:0; left:0}
\ No newline at end of file