more orange
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Wed, 24 Oct 2012 14:04:12 +0000 (16:04 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Wed, 24 Oct 2012 14:04:12 +0000 (16:04 +0200)
prawokultury/static/css/base.css
prawokultury/static/css/base.scss
prawokultury/static/css/entry.css
prawokultury/static/css/entry.scss
prawokultury/static/css/footer.css
prawokultury/static/css/footer.scss
prawokultury/static/css/menu.css
prawokultury/static/css/menu.scss

index 60a7acc..9c3ddd8 100644 (file)
@@ -10,7 +10,8 @@ body {
   background-position: 50% 0; }
 
 a {
-  text-decoration: none; }
+  text-decoration: none;
+  color: #ed7f00; }
 
 a:hover {
   text-decoration: underline; }
@@ -20,7 +21,7 @@ img {
 
 h1 {
   margin: 0 0 .5em 0;
-  color: #01519a;
+  color: #ed7f00;
   font-size: 2em; }
 
 .warning {
index 792bca5..18db75e 100644 (file)
@@ -13,6 +13,7 @@ body {
 
 a {
     text-decoration: none;
+    color: #ed7f00;
 }
 a:hover {
     text-decoration: underline;
@@ -25,7 +26,7 @@ img {
 
 h1 {
     margin: 0 0 .5em 0;
-    color: #01519a;
+    color: #ed7f00;
     font-size: 2em;
 }
 
index ea26986..a75d2d6 100644 (file)
@@ -12,7 +12,7 @@
   margin-left: 8em; }
   .entry-wrapped h1, .entry-wrapped h2 {
     margin: 0;
-    color: #01519a;
+    color: #ed7f00;
     font-size: 1.3em; }
     .entry-wrapped h1 a, .entry-wrapped h2 a {
       color: #01519a; }
index 62de95a..9058042 100644 (file)
@@ -17,7 +17,7 @@
 
     h1, h2 {
         margin: 0;
-        color: #01519a;
+        color: #ed7f00;
         font-size: 1.3em;
 
         a {
index 280815d..4e32cab 100644 (file)
@@ -6,6 +6,8 @@
   margin-left: 1em;
   margin-right: 1em;
   margin-bottom: 1em; }
+  #footer-bar a {
+    color: black; }
 
 .footer-item {
   width: 24em;
index 65b5672..9ee7be2 100644 (file)
@@ -6,6 +6,10 @@
     margin-left: 1em;
     margin-right: 1em;
     margin-bottom: 1em;
+
+    a {
+        color: black;
+    }
 }
 
 .footer-item {
index d9b2f4a..cfd717c 100644 (file)
   #menu li.active {
     font-weight: bold; }
   #menu li.active:before {
-    color: #004e98;
+    color: #ed7f00;
     content: "(";
     position: absolute;
     left: -0.7em;
     font-size: 2em;
     top: -0.25em; }
   #menu li.active:after {
-    color: #004e98;
+    color: #ed7f00;
     content: ")";
     position: absolute;
     right: -0.7em;
     font-size: 2em;
     top: -0.25em; }
   #menu #item-lang a {
-    color: #0050a2; }
+    color: #ed952f; }
index 2509d6f..29948bc 100644 (file)
@@ -27,7 +27,7 @@
         font-weight: bold;
     }
     li.active:before {
-        color: #004e98;
+        color: #ed7f00;
         content: "(";
         position: absolute;
         left: -.7em;
@@ -35,7 +35,7 @@
         top: -.25em;
     }
     li.active:after {
-        color: #004e98;
+        color: #ed7f00;
         content: ")";
         position: absolute;
         right: -.7em;
@@ -44,6 +44,6 @@
     }
 
     #item-lang a {
-        color: #0050a2;
+        color: #ed952f; 
     }
 }
\ No newline at end of file