X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/7e890833260e5aef8ae217d195309b76fa91c02f..cce0cc98d6a95c2fd1517dca73ca2c3b682318f9:/wolnelektury/static/css/master.css diff --git a/wolnelektury/static/css/master.css b/wolnelektury/static/css/master.css index 459c68279..48fa38789 100644 --- a/wolnelektury/static/css/master.css +++ b/wolnelektury/static/css/master.css @@ -49,10 +49,10 @@ h2 { } h3 { - font-size: 1em; + font-size: 1.15em; font-weight: bold; - margin: 0.2em 0 -1em 0; - color: #333; + margin: 2em 0 .5em 0; + color: #2F4110; } em { @@ -60,6 +60,13 @@ em { background-color: #F5DC7D; } +hr { + border: 0; + border-top: 1px solid #2F4110; + margin: 2em 0; + height: 0; +} + .clearboth { clear: both; } @@ -79,6 +86,16 @@ em { #header #logo { float: left; } +#header #logo img { + margin-bottom: -1.25em; +} +#header #logo a { + display:block; + color: #777; +} +#logo a:hover { + text-decoration: none; +} #header #user-info { margin: 0 0 0 auto; @@ -902,6 +919,46 @@ div.shown-tags p, div.all-tags p { width: 30em; } + +.big-top-link { + margin-top: .6em; + font-size: 2em; + /*max-width: 15em;*/ + line-height: 1.2em; +} + +#suggest-publishing-window { + position: absolute; + display: none; + width: 45em; + background-color: transparent; + margin-top: -0.5em; + margin-left: 1em; +} + +#suggest-publishing-window div.header { + background-color: #FFF; + border-right: 0.3em solid #DDD; + width: 4em; + right: 0; + left: auto; + padding: 0.5em 1em 0.5em 1em; + float: right; + text-align: center; +} + +#suggest-publishing-window div.target { + clear: both; + background-color: #FFF; + border-right: 0.3em solid #DDD; + border-bottom: 0.3em solid #DDD; + padding: 1em; +} +#suggest-publishing-form textarea { + width: 40em; + height: 6em; +} + /* ======================== */ /* = Alphabetic book list = */ /* ======================== */