pretty cite on main
[wolnelektury.git] / wolnelektury / static / css / base.css
index 5ce2f5a..a89116a 100755 (executable)
@@ -35,6 +35,12 @@ h1 {
     margin-top: .4em
 }
 
+ul.plain {
+    list-style:none;
+    margin: 0;
+    padding: 0;
+}
+
 .left-column {
     width: 47em;
     float: left;
@@ -57,7 +63,7 @@ h2 {
 
 .mono {
     font-family: "Andale Mono", "Lucida Sans Typewriter", "Courier New";
-    font-weight: bold;
+/*    font-weight: bold; */
 }
 
 .accent1 {
@@ -87,6 +93,16 @@ h2 {
     clear: both;
 }
 
+.white-box {
+    border: 1px solid #ddd;
+    padding: 1em;
+    background: #fff;
+    -moz-box-shadow: 2px 2px 2px #ddd;
+    -webkit-box-shadow: 2px 2px 2px #ddd;
+    box-shadow: 2px 2px 2px #ddd;
+}
+
+
 #header-content, div#main-content, div#half-header-content, #footer-content {
     width: 97.5em;
     margin: auto;
@@ -136,22 +152,6 @@ h2 {
 }
 
 
-a.cite {
-    display: block;
-    color: black;
-    background: white;
-    padding: 3em 2em .1em 8em;
-}
-.cite-body {
-    font-size: 1.8em;
-    line-height: 1.3em;
-}
-.cite p {
-    color: #444;
-    font-size: 1.1em;
-    margin-top: 1.6em;
-}
-
 .see-also {
     margin-left: 8em;
     float: left;
@@ -178,8 +178,7 @@ a.cite {
 
 
 #footer {
-    color: #777;
-    eborder-top: 1px solid #ddd;
+    color: #767676;
     margin-top: 5em;
     padding-top:3em;
     background: #fff;