]> gitweb.fperrin.net Git - djsite.git/blobdiff - quotes/static/quotes/style.css
Add a 'work' concept
[djsite.git] / quotes / static / quotes / style.css
index 6898422c211255b696c03672593501c7a5c26ca4..e49678241fcccf381491fd186e3b291c28bcbfae 100644 (file)
@@ -22,7 +22,7 @@ a:hover {
     text-align: right;
 }
 
-.quote .author .name {
+.quote .author .work_name {
     font-style: italic;
 }
 
@@ -33,7 +33,13 @@ a:hover {
 
 .hidden_details {
     /* displayed through Javascript */
-    display: none;
+    height: 0;
+    overflow: hidden;
+    transition: height 3s linear;
+    /* visibility: hidden; */
+    /* opacity: 0; */
+    /* transition: opacity 2s linear; */
+
 }
 
 .tag_link {