Intelligent fragment folding and unfolding.
[wolnelektury.git] / media / css / master.css
index 942111c..530062a 100644 (file)
@@ -1,5 +1,5 @@
 body {
-    margin: 2em;
+    margin: 0 2em 2em 2em;
     font: 70% Verdana, Arial, Helvetica, sans-serif;
     line-height: 1.5em;
     background: #FFF url(/media/img/bg.png) repeat-x;
@@ -61,6 +61,7 @@ em {
 /* ================================== */
 #header {
     position: relative;
+    margin-top: 1.5em;
 }
 
 #header #logo {
@@ -312,6 +313,15 @@ em {
     display: block;
 }
 
+.cuteform span.help-text {
+    display: block;
+    font-size: 0.8em;
+    color: #999;
+}
+
+.cuteform .error {
+    color: #BF3024;
+}
 
 /* ================ */
 /* = Modal Window = */
@@ -379,3 +389,18 @@ em {
     list-style: none;
 }
 
+#top-message {
+    background-color: #2F4110;
+    color: #FFF;
+    margin: 0 -2em;
+    padding: 0 2em;
+    line-height: 2em;
+}
+
+/* ================= */
+/* = Fragment list = */
+/* ================= */
+.fragment {
+    margin-bottom: 1.5em;
+}
+