X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/05062d251dfe096e5e54aba912d5744d2695d164..77effa3964014b07dbdf73a9e67eb0b20749d50b:/media/css/master.css diff --git a/media/css/master.css b/media/css/master.css index 41c40c0f5..2fe2e3424 100644 --- a/media/css/master.css +++ b/media/css/master.css @@ -1,5 +1,5 @@ body { - margin: 2em; + margin: 0 2em 2em 2em; font: 70% Verdana, Arial, Helvetica, sans-serif; line-height: 1.5em; background: #FFF url(/media/img/bg.png) repeat-x; @@ -61,6 +61,7 @@ em { /* ================================== */ #header { position: relative; + margin-top: 1.5em; } #header #logo { @@ -259,9 +260,9 @@ em { color: #999; } -/* ============== */ -/* = Books list = */ -/* ============== */ +/* ============================ */ +/* = Books and fragments list = */ +/* ============================ */ #books-list { margin: 0; } @@ -280,6 +281,23 @@ em { border-radius: 3px; } +.fragment { + border-bottom: 0.1em solid #EEE; + margin-top: 0.5em; +} + +.fragment-text, .fragment-short-text { + padding: 0.5em; + background-color: #FFF; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; +} + +.fragment-metadata { + padding: 0.5em 0.5em 1.5em 0.5em; +} + .book .change-sets { float: right; } @@ -388,3 +406,11 @@ em { list-style: none; } +#top-message { + background-color: #2F4110; + color: #FFF; + margin: 0 -2em; + padding: 0 2em; + line-height: 2em; +} +