dynamic catalogue menu
[wolnelektury.git] / wolnelektury / static / css / book_box.css
index e033263..c23f606 100755 (executable)
     margin: 0.5em;
 }
 
-/*.book-wide-box.search-result .book-box-inner, .book-wide-box.search-result blockquote {
-    height: auto !important;
-}*/
+
+/* 
+ * ingenous float containment hack 
+ * http://www.mikepadgett.com/technology/technical/alternative-to-the-pie-clearfix-hack/
+ */
+.search-result .book-box-inner {
+    height: 1%;
+    overflow: hidden;
+}
 
 .book-mini-box img, .book-box img, .book-wide-box img, .search-result img {
     width: 13.9em;
     font-size: 1.1em;
     color: #707b7a;
     display: block;
+    overflow:hidden;
+    text-overflow: ellipsis;
+    white-space: nowrap;
 }
 .book-mini-box .title {
     font-size: 1.4em;
 }
 
 .book-wide-box .book-box-body {
-    height: 21.8em;
+    min-height: 17em;
 }
 
 .book-box-head {
     margin-top: 1.4em;
     margin-bottom: 1em;
 }
+.book-box-head a {
+    color: black;
+}
 .book-box-head .author {
     font-size: 1.1em;
 }
     margin-left: 14em;
 }
 
+.book-wide-box #theme-list-wrapper {
+    margin-left: 15.4em;
+}
+
+
+
 .book-box-read a:before {
     content: "\2609";
     font-family: WL-Nav;
     font-weight: normal;
 }
 
-.book-box-download a:before {
+.book-box-download a.downarrow:before {
     content: "\21E9";
     font-family: WL-Nav;
     font-size: 2.25em;
@@ -239,28 +257,6 @@ ul.book-box-tools {
     width: 41.5em;
 }
 
-.book-wide-box blockquote.cite-body {
-    /* @ 18pt */
-    width: 100%; /*23.055em;*/
-    height: 7.222em;
-    background-color: #f7f7f7;
-    margin: 0;
-    position: relative;
-    top: -0.444em;
-    right: -0.555em;
-    vertical-align: center;
-}
-
-.book-wide-box blockquote div.cite-text {
-    padding: 0.888em;
-}
-
-.book-wide-box blockquote p.cite-more {
-    display: inline;
-    font-size: 0.611em;
-    float: right;
-}
-
 ul.inline-items, ul.inline-items li {
     margin: 0;
     padding: 0;
@@ -279,7 +275,7 @@ ul.inline-items li {
 
 .book-wide-box .other-download {
     float: left;
-    width: 22.5em;
+    width: 22em;
     margin: 6em 1.5em 0em 1.5em;
 }
 
@@ -315,6 +311,7 @@ ul.inline-items li {
 
 .unlike .if-like {
     display: none;
+}
 
 .snippets {
     width: 44em;
@@ -322,10 +319,12 @@ ul.inline-items li {
 }
 
 .snippets .snippet-text {
+    background: #f7f7f7;
     font-size: 1.2em;
     margin: 1.083em 0em;
+    padding: 1em;
 }
 
-.snipptes .anchor {
+.snippets .anchor {
     display: none;
 }