]> 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 007cfe18af12eaf92e143b26351cf4f9b20e9a6e..a32d644a5974cc8f842f61d5b190738589510c1a 100644 (file)
@@ -1,5 +1,12 @@
-a {
+body {
     color: black;
+    background-color: white;
+}
+
+a { color: black; }
+
+a:hover {
+    text-decoration: none;
 }
 
 .quote {
@@ -16,3 +23,13 @@ a {
 .quote .author .name {
     font-style: italic;
 }
+
+.permalink {
+    font-size: 0.8em;
+    text-align: right;
+}
+
+.hidden_details {
+    /* displayed through Javascript */
+    display: none;
+}