X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/63ddc9d98e6d626c91935ad7270c0a659c381ea3..e794fa9b575d60d53d5a5416e1ea4985977693b1:/wolnelektury/media/css/master.css?ds=sidebyside diff --git a/wolnelektury/media/css/master.css b/wolnelektury/media/css/master.css index b86875aa0..2f7259d96 100644 --- a/wolnelektury/media/css/master.css +++ b/wolnelektury/media/css/master.css @@ -174,7 +174,7 @@ em { margin-right: 29em; } -#main-page #themes-list ul, #main-page #categories-list ul { +#categories-list ul, #themes-list ul { -moz-column-width: 12em; -webkit-column-width: 12em; column-width: 12em; @@ -191,10 +191,27 @@ em { border-right: 0.15em solid #E3D888; } -#books #tags-list, #book-detail #tags-list { +#tagged-object-list #tags-list, #book-detail #tags-list { margin-left: 39em; } +#book-info, #categories-list { + float: left; + width: 47.5%; +} + +#themes-list { + margin-left: 52.5%; +} + +#tagged-object-list #categories-list, #book-detail #book-info { + width: 12em; +} + +#tagged-object-list #themes-list, #book-detail #themes-list { + margin-left: 14em; +} + #tags-list ol, #tags-list ul { padding: 0; margin: 0.3em 0 1.2em 0; @@ -206,20 +223,27 @@ em { margin: 0; } -#main-page #categories-list { - float: left; - width: 47.5%; -} - -#main-page #themes-list { - margin-left: 52.5%; -} - #books-list { width: 38em; float: left; } +/* ============== */ +/* = Propaganda = */ +/* ============== */ +#propaganda { + float: right; + width: 28.5em; + margin: 0; + height: 21em; + background-image: url(/media/img/shelf.jpg); + background-repeat: no-repeat; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; + background-color: #FFF; +} + /* ===================== */ /* = Latest blog posts = */ /* ===================== */ @@ -243,7 +267,7 @@ em { text-align: justify; } -#toggle-description, #books .pagination { +#toggle-description, #tagged-object-list .pagination { width: 100%; height: 1.5em; background-color: #EEE;