X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a1ea2966e73e96e9ea5a192320353e8863687b41..065de51299321ae6510edd47fd3485991e26b242:/wolnelektury/static/css/master.css?ds=sidebyside diff --git a/wolnelektury/static/css/master.css b/wolnelektury/static/css/master.css index 15e48c704..9377c844c 100644 --- a/wolnelektury/static/css/master.css +++ b/wolnelektury/static/css/master.css @@ -23,6 +23,14 @@ a:hover, a:active { text-decoration: underline; } +a.banner { + display: block; + white-space: nowrap; +} +a.banner:hover { + text-decoration: none; +} + input { font: 1em Verdana, Arial, Helvetica, sans-serif; } @@ -71,6 +79,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; @@ -272,6 +290,7 @@ p .ac_input { border-right: 0.15em solid #E3D888; } +#lesmianator #tags-list, #tagged-object-list #tags-list, #book-detail #tags-list { margin-left: 39em; } @@ -1012,7 +1031,7 @@ div.shown-tags p, div.all-tags p { border-radius: 3px; /* font-size: 1.2em;*/ font-weight: bold; - width: 370px; + width: 330px; margin-bottom: 0.25em; display: block; } @@ -1021,8 +1040,13 @@ div.shown-tags p, div.all-tags p { padding-left: 30px; list-style: disc; } + +#document-list li { + padding: 5px; +} + #document-list li li a { - width: 340px; + width: 300px; } #document-list li a:hover, #document-list li a.active { @@ -1048,6 +1072,11 @@ div.shown-tags p, div.all-tags p { padding: 0 } +#document-list .download-doc { + display: none; + color: #00F; +} + /* ====================== */ /* = One percent banner = */ /* ====================== */ @@ -1085,10 +1114,15 @@ div.shown-tags p, div.all-tags p { color: #FFF; text-decoration: none; } + #createNewShelf { -display: none; + display: none; } .widget-code { overflow: hidden; } + +#presentation-frame { + border: 0px none white; +}