Add sponsors page; remove some unused files.
[edumed.git] / edumed / static / css / base.css
index 24cc530..27f9ccf 100644 (file)
@@ -1,3 +1,4 @@
+@charset "UTF-8";
 @import url(http://fonts.googleapis.com/css?family=Dosis:400,700&subset=latin,latin-ext);
 a {
   text-decoration: none;
@@ -44,12 +45,12 @@ header.main {
     text-align: center;
     /*position:relative;*/ }
   header.main nav a {
-    color: #ed7831;
+    color: #363a3e;
     display: block;
     vertical-align: bottom;
     font-size: .85em; }
   header.main nav a:hover {
-    color: #363a3e; }
+    color: #ed7831; }
   header.main nav a:before {
     display: block;
     margin-bottom: .8em; }
@@ -116,11 +117,11 @@ footer.main {
     width: 13.75em; }
     footer.main .footer-item p {
       font-size: .75em; }
-  footer.main .footer-item-half {
+  footer.main .sponsors-column {
     float: left;
-    margin-right: 1.25em;
+    margin-left: 1.25em;
     width: 6.25em; }
-    footer.main .footer-item-half p {
+    footer.main .sponsors-column p {
       font-size: .75em; }
 
 #search {
@@ -152,3 +153,14 @@ footer.main {
     text-transform: uppercase; }
   #search input::-ms-placeholder {
     text-transform: uppercase; }
+
+.link-list {
+  list-style: none;
+  padding: 0; }
+  .link-list a:before {
+    content: "→";
+    margin-right: .5em; }
+  .link-list a {
+    color: #363a3e; }
+  .link-list a:hover {
+    color: #ed7831; }