pretty cite on main
[wolnelektury.git] / wolnelektury / static / css / master.css
index a87ae38..26c13cc 100644 (file)
@@ -56,8 +56,6 @@ h3 {
 }
 
 em {
-    font-style: normal;
-    background-color: #F5DC7D;
 }
 
 hr {
@@ -89,10 +87,16 @@ hr {
 #header #logo img {
     margin-bottom: -1.25em;
 }
-#header #logo a {
+#header a.logo {
     display:block;
     color: #777;
 }
+
+#tagline {
+    color: #777;
+    position: absolute;
+}
+
 #logo a:hover {
     text-decoration: none;
 }
@@ -143,6 +147,10 @@ hr {
        border-right: none;
 }
 
+#lang-menu-items {
+    z-index: 1;
+}
+
 /* ======================== */
 /* = Footer with sponsors = */
 /* ======================== */
@@ -409,6 +417,11 @@ p .ac_input {
     padding: 0 10px 0 10px;    
 }
 
+#formats .wrap div.download .custom-pdf {
+    text-align: left;
+}
+
+
 #czytamysluchajac {
     margin-top: 2.5em;
 }
@@ -1170,3 +1183,38 @@ div.shown-tags p, div.all-tags p {
 #presentation-frame {
     border: 0px none white;
 }
+
+
+/* dictionary */
+
+.dictionary-note-source {
+    margin-top: -1em;
+}
+
+#footnotes .pagination {
+    margin-top: 1em;
+}
+
+
+/* report */
+.stats td {
+    vertical-align: top;
+}
+
+/* ============ */
+/* = Pictures = */
+/* ============ */
+
+
+#picture-list .picture .title {
+    font-weight: bold;
+}
+
+#picture-list .picture {
+    background-color: white;
+    padding: 0.8em;
+    margin: 0.8em;
+    border: black 1px solid;
+    width: 600px;
+}
+