X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/276656dcc680e1a35103d310dea046152ddc3785..70e2bb823a0c5792580a7ad60bef9d3f33978439:/wolnelektury/static/css/book_box.css diff --git a/wolnelektury/static/css/book_box.css b/wolnelektury/static/css/book_box.css index ca58a634e..aefb4550f 100755 --- a/wolnelektury/static/css/book_box.css +++ b/wolnelektury/static/css/book_box.css @@ -1,5 +1,6 @@ .book-mini-box, .Book-item { display: inline-block; + vertical-align: top; } .book-wide-box, .book-box { @@ -7,7 +8,6 @@ vertical-align: top; } - .book-box { width: 48.75em; } @@ -17,7 +17,7 @@ } .book-wide-box { - width: 98.5em; + width: 97.5em; /** This is a fullpage box, it must be aligned with the top menu. This corresponds to a .1em margin below **/ @@ -60,18 +60,47 @@ min-height: 24.4em; } -/*.book-wide-box.search-result .book-box-inner, .book-wide-box.search-result blockquote { - height: auto !important; -}*/ +.search-result { + width: 97.5em; +} + +.search-result .book-box-body { + width: 31em; +} + +.book-list-header { + width: 97.5em; + padding: 0em; + margin-left: -0.1em; +} + +.book-list-header .book-box-inner { + min-height: 1em; +} + +.book-list-header p { + font-size: 2.4em; + margin: 0.5em; +} + + +/* + * 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 { +.book-mini-box img, .book-box img, .book-wide-box img, .search-result img { width: 13.9em; height: 19.3em; } .book-mini-box img { margin-bottom: 1.8em; } -.book-box img, .book-wide-box img { +.book-box-inner img, .book-wide-box img { float: left; margin-right: 1.5em; } @@ -216,28 +245,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; @@ -294,7 +301,48 @@ ul.inline-items li { display: none; } +.snippets { + width: 44em; + float: right; +} + .snippets .snippet-text { font-size: 1.2em; margin: 1.083em 0em; } + +.snippets .anchor { + display: none; +} + + +.cite blockquote p { + margin: 0; +} + +.cite blockquote { + padding: 0; + margin: 0; +} + +.book-wide-box .cite { + /* @ 18pt */ + width: 100%; /*23.055em;*/ + height: 7.222em; + background-color: #f7f7f7; + margin: 0; + position: relative; + top: -0.444em; + right: -0.555em; + vertical-align: center; +} + +.abook-wide-box blockquote div.cite-text { + padding: 0.888em; +} + +.abook-wide-box blockquote p.cite-more { + display: inline; + font-size: 0.611em; + float: right; +}