Zapamiętywanie ustawień otwarty/zamknięty paska z opisem tagu.
[wolnelektury.git] / wolnelektury / static / css / master.css
index c62bcbc..ec5c765 100644 (file)
@@ -6,6 +6,10 @@ body {
     color: #2F4110;
 }
 
+#header {
+    margin-top: -20px;
+}
+
 img {
     border: none;
 }
@@ -710,3 +714,41 @@ div.shown-tags p, div.all-tags p {
     margin: 0;
     padding: 0
 }
+
+/* ====================== */
+/* = One percent banner = */
+/* ====================== */
+#onepercent-banner {
+    color: #FFF;
+    margin: 0 -1.1em;
+    padding: 0 1.1em;
+    vertical-align: middle;
+    background-color: #FF6B3C;
+    height: 60px;
+    font-size: 1.8em;
+    line-height: 1.5em;
+    position: relative;
+}
+
+#onepercent-text, #onepercent-line:visited, #onepercent-text:hover, #onepercent-text:active {
+    display: block;
+    line-height: 60px;
+    color: #FFF;
+    text-decoration: none;
+}
+
+#onepercent-text strong {
+    font-weight: normal;
+    text-decoration: underline;
+}
+
+#onepercent-see-more, #onepercent-see-more:visited, #onepercent-see-more:hover, #onepercent-see-more:active {
+    position: absolute;
+    right: 2em;
+    width: 9em;
+    text-align: right;
+    bottom: 0;
+    font-size: 12px;
+    color: #FFF;
+    text-decoration: none;
+}
\ No newline at end of file