catalogue style change
[wolnelektury.git] / wolnelektury / static / css / catalogue.css
index c971ca8..b08d99b 100755 (executable)
@@ -1,11 +1,74 @@
-#books-list ol {
+.work-list {
     margin: 0;
     padding: 0;
     list-style: none;
 }
 
-#books-list li {
+.work-item {
+    margin: 0;
+    padding: 0;
+}
+
+.books .work-item  {
     display: inline-block;
+}
+
+
+#tagged-object-list .left-column, #tagged-object-list .right-column {
+    width: 48em;
+}
+
+
+/* listing of all books */
+#book-list {
+   padding-left: 50px;
+}
+#book-list-nav {
+    position: absolute;
+    right: 50px;
+    width: 200px;
+    border-left: 1px #cfcfcf solid;
+    padding: 10px;
+    font-size: 1.2em;
+}
+
+#book-list-nav ul {
+    list-style-type: none;
+    margin: 5px;
+    padding: 0;
+}
+
+.book-list-show-index {
+    display: none;
     margin: 0;
     padding: 0;
 }
+
+
+#book-a-list #book-list ol {
+    padding-left: 1em;
+    margin: 0.3em 0 1.2em 0;
+    list-style: none;
+}
+
+#book-a-list #book-list h2 a {
+    color: black;
+}
+
+#book-list-up {
+    position: fixed;
+    bottom: 50px;
+    right: 50px;
+    border-left: 1px #cfcfcf solid;
+    padding: 10px;
+    background-color: white;    
+}
+
+
+
+.catalogue-catalogue h2 {
+    font-size: 2em;
+}
+.catalogue-catalogue ul {
+    -moz-column-width: 30em;
+}
\ No newline at end of file