X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ca7f934164aa070cd408bfcf0b4246acd980bd8b..42f52375b9d61ca9276f43205fc4d4d56243d3b8:/wolnelektury/media/css/master.css diff --git a/wolnelektury/media/css/master.css b/wolnelektury/media/css/master.css index 8ac1260fe..3d0f47741 100644 --- a/wolnelektury/media/css/master.css +++ b/wolnelektury/media/css/master.css @@ -37,9 +37,9 @@ h2 { } h3 { - font-size: 1.3em; + font-size: 1em; font-weight: bold; - margin: 0.2em 0 0 0; + margin: 0.2em 0 -1em 0; color: #333; } @@ -218,6 +218,23 @@ p .ac_input { width: 12em; } +#book-detail #formats .change-sets { + margin-right: 0.5em; +} + +#formats .wrap a { + display: block; + width: 100%; + height: 1.5em; + background-color: #EEE; + margin-top: 0.5em; + padding: 0.5em 0; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; + text-align: center; +} + #tagged-object-list #themes-list, #book-detail #themes-list { margin-left: 14em; } @@ -242,12 +259,12 @@ p .ac_input { display: none; } -div.shown-tags p { +div.shown-tags p, div.all-tags p { margin: -1em 0 1em 0; text-align: right; } -.show-all-tags { +.show-all-tags, .hide-all-tags { text-decoration: underline; padding-right: 1em; } @@ -306,7 +323,24 @@ div.shown-tags p { text-align: justify; } -#toggle-description, #tagged-object-list .pagination { +#description .meta { + margin: 0.5em; + width: 18em; + list-style: none; + float: right; +} + +#description dt { + font-weight: bold; + display: inline; +} + +#description dd { + margin: 0; + display: inline; +} + +#toggle-description, #tagged-object-list .pagination, #book-detail .pagination { width: 100%; height: 1.5em; background-color: #EEE; @@ -379,6 +413,13 @@ div.shown-tags p { float: right; } +.change-sets a { + padding: 0.2em; + margin: 0.3em; + border: 0.1em solid #EEE; + background-color: #F9F9F9; +} + .book-description { margin-left: 3.5em; } @@ -553,6 +594,39 @@ div.shown-tags p { } #top-message a { - color: #999; + color: #AAA; +} + + +/* =========== */ +/* = Columns = */ +/* =========== */ +.column-left { + width: 37em; + float: left; + text-align: justify; + margin-top: 1em; +} + +.column-right { + margin-left: 40em; + text-align: justify; + margin-top: 1em; +} + +.see-more { + text-align: right; +} + +.remove-from-shelf { + float: right; + padding: 0.2em; + margin: 0.3em; + color: #900; } +.remove-from-shelf:active, .remove-from-shelf:hover { + color: #FFF; + background-color: #900; + text-decoration: none; +} \ No newline at end of file