Smaller title and subtitles.
[wolnelektury.git] / wolnelektury / media / css / master.book.css
index b789bcd..2a72d9f 100644 (file)
@@ -35,6 +35,7 @@ img {
     height: 1.5em;
     background: #333;
     color: #FFF;
+    opacity: 0.9;
 }
 
 #menu ul {
@@ -63,7 +64,7 @@ img {
     background: #FFF url(/media/img/arrow-up.png) no-repeat center right;
 }
 
-#toc {
+#toc, #themes {
     position: fixed;
     left: 0em;
     top: 1.5em;
@@ -76,9 +77,10 @@ img {
     height: 16em;
     overflow-x: hidden;
     overflow-y: auto;
+    opacity: 0.9;
 }
 
-#toc ol {
+#toc ol, #themes ol {
     list-style: none;
     padding: 0;
     margin: 0;
@@ -204,21 +206,21 @@ p {
 /* = Custom elements = */
 /* =================== */
 span.author {
-    font-size: 0.75em;
+    font-size: 0.5em;
     display: block;
     line-height: 1.5em;
     margin-bottom: 0.25em;
 }
 
 span.collection {
-    font-size: 0.75em;
+    font-size: 0.375em;
     display: block;
     line-height: 1.5em;
     margin-bottom: -0.25em;
 }
 
 span.subtitle {
-    font-size: 0.75em;
+    font-size: 0.5em;
     display: block;
     line-height: 1.5em;
     margin-top: -0.25em;