visual changes
[edumed.git] / edumed / static / css / base.scss
index 4b3a53d..e2be168 100644 (file)
@@ -46,7 +46,12 @@ header.main {
     }
     #organizer {
         float: right;
-        margin-top: 1.3em;
+        font-size: .75em;
+        color: #777;
+        
+        img {
+            margin-top: .5em;
+        }
     }
 
 
@@ -66,14 +71,14 @@ header.main {
             /*position:relative;*/
         }
         a {
-            color: $oranji;
+            color: $ciemny;
             display: block;
             vertical-align: bottom;
             font-size: .85em;
             
         }
         a:hover {
-            color: $ciemny;
+            color: $oranji;
         }
         a:before {
             display: block;
@@ -141,9 +146,9 @@ footer.main {
             font-size: .75em;
         }
     }
-    .footer-item-half {
+    .sponsors-column {
         float: left;
-        margin-right: 20 * $px;
+        margin-left: 20 * $px;
         width: 100 * $px;
         p {
             font-size: .75em;
@@ -192,4 +197,25 @@ footer.main {
         text-transform: uppercase;
     }
 
-}
\ No newline at end of file
+}
+
+
+.link-list {
+    list-style: none;
+    padding: 0;
+
+    li {
+        margin-bottom: .5em;
+    }
+
+    a:before {
+        content: "→";
+        margin-right: .5em;
+    }
+    a {
+        color: $ciemny;
+    }
+    a:hover {
+        color: $oranji;
+    }
+}