wolne okladki gallery link
[wolnelektury.git] / wolnelektury / static / css / master.css
index 1ea2366..e30fbda 100644 (file)
@@ -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;
 }
@@ -893,6 +912,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 = */
 /* ======================== */
@@ -1055,7 +1114,7 @@ div.shown-tags p, div.all-tags p {
 
 #document-list .download-doc {
     display: none;
-    color: #EE2124;
+    color: #00F;
 }
 
 /* ====================== */