]> gitweb.fperrin.net Git - djsite.git/blobdiff - quotes/static/quotes/style.css
Hide by default details about the quotes
[djsite.git] / quotes / static / quotes / style.css
index db5467189a4638c85f27d2bd39d3d02042871301..a32d644a5974cc8f842f61d5b190738589510c1a 100644 (file)
@@ -1,7 +1,10 @@
-a {
+body {
     color: black;
+    background-color: white;
 }
 
+a { color: black; }
+
 a:hover {
     text-decoration: none;
 }
@@ -25,3 +28,8 @@ a:hover {
     font-size: 0.8em;
     text-align: right;
 }
+
+.hidden_details {
+    /* displayed through Javascript */
+    display: none;
+}