add contrib locale to make-locale-pack, various bugfixes
[wolnelektury.git] / wolnelektury / static / css / main_page.css
index b32655b..331e210 100755 (executable)
@@ -1,8 +1,6 @@
 
 #promo-box {
-    float: right;
     width: 32em;
-    margin-top: -5.1em;
 }
 #promo-box-header {
     padding-top: 2em;
     color: white;
 }
 #promo-box-header h2 {
-    font-size: 1.1em;
-    padding-top: .1em;
+    font-size: 1.3em;
 }
 #promo-box-body {
     border-bottom: 2px solid #efefef;
     padding: 2em 2.8em;
-    height: 30em;
     background: #efefef;
 }
-#promo-box-title {
-    color: #02ADB7;
-    height: 2.75em;
+#promo-box h3 {
+    color: #0d777e;
+    font-size: 1.1em;
+    height: 2.5em; /* 2.75@1.1 */
     margin: 0;
+    font-family: "Andale Mono", "Lucida Sans Typewriter", "Courier New";
+    font-weight: normal;
 }
-#promo-box-title span {
-    font-size: 1.1em;
+#promo-box h3:after {
+       content: " >";
+}
+#promo-box a {
+       color: #0d777e;
+}
+#promo-box-body a {
+       display: block;
+    color: #6c6c6c;
 }
 #promo-box-body p {
     margin-top: 0;
-}
-#promo-box-content {
     font-size: 1.2em;
     line-height: 1.55em;
-    color: #989898;
+    color: #6c6c6c;
 }
 
 .main-last {
@@ -59,7 +63,7 @@
     color: #989898;
 }
 .infopages-box h2 {
-    color: #02ADB7;
+    color: #017e85;
     height: 2.8em;
     padding-top: 2.5em;
 }
     line-height: 1.45em;
 }
 
+.infopages-box li {
+       margin-bottom: .25em;
+}
 
 .infopages-box .social-links {
     margin-top: 1em;
 }
 
 .infopages-box .social-links a {
-    font-family: WL-Nav;
+    font-family: WL-Nav, courier;
     font-size: 3em;
     color: #281d1c;
     margin-right: .2em;