Fragments.
[wolnelektury.git] / media / css / master.css
index 4450eb1..bbce7b5 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 {
@@ -391,4 +392,19 @@ em {
 #top-message {
     background-color: #2F4110;
     color: #FFF;
-}
\ No newline at end of file
+    margin: 0 -2em;
+    padding: 0 2em;
+    line-height: 2em;
+}
+
+/* ================= */
+/* = Fragment list = */
+/* ================= */
+.fragment {
+    margin-bottom: 1.5em;
+}
+
+.fragment-text {
+    max-height: 12em;
+    overflow: hidden;
+}