WCAG 2.0 1.4.3: contrast
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Tue, 31 Jan 2012 11:02:40 +0000 (12:02 +0100)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Tue, 31 Jan 2012 11:25:06 +0000 (12:25 +0100)
wolnelektury/static/css/base.css
wolnelektury/static/css/book_box.css
wolnelektury/static/css/header.css
wolnelektury/static/css/main_page.css
wolnelektury/static/css/social/shelf_tags.css

index 298fd9a..70bf83d 100755 (executable)
@@ -27,7 +27,7 @@ a img {
        border: 0;
 }
 a {
-    color: #1199a2; /* #01adba; */
+    color: #0d7e85; /*#1199a2;*/ /* #01adba; */
     text-decoration: none;
 }
 
index 0ba168c..abf07de 100755 (executable)
 }
 .book-mini-box .author {
     font-size: 1.1em;
-    color: #707b7a;
+    color: #6d7877;
     display: block;
     overflow:hidden;
     text-overflow: ellipsis;
@@ -310,6 +310,7 @@ ul.inline-items li {
     background: none;
     margin: 0;
     padding: 0;
+    color: #757575;
 }
 
 .if-like a {
index fc89f82..bdc2bff 100755 (executable)
@@ -25,6 +25,9 @@
     color: #989898;
     background: #191919;
 }
+#header a {
+       color: #17CFDB;
+}
 
 #half-header {
     padding-bottom: 0;
 }
 #tagline span {
     font-size: 1.3em;
-    color: #ccc;
-}
-#tagline a,
-#user-info a {
-       color: #17cfdb;
+    color: #bbb;
 }
 
 #search-area {
 {
     font-family: Georgia;
     font-style: italic;
-    color: #888;
+    color: #767676;
 }
 
 #search.placeholder
 {
     font-family: Georgia;
     font-style: italic;
-    color: #888;
+    color: #767676;
 }
 
 #search:-moz-placeholder
 {
     font-family: Georgia;
     font-style: italic;
-    color: #888;
+    color: #767676;
 }
 
 #search-button {
     display: inline-block;
-    background: #02adb7;
+    background: #018189;
     color: white;
     padding: 0;
     margin: 0;
     font-size: 1em;
     height: 4.5em;
     border: none;
-    background: #02adb7;
+    background: #018189;
     color: white;
     width: 100%;
     padding: 0;
@@ -184,6 +183,7 @@ a.menu {
     /* must match grid-line */
     height: 3.1em;
     padding-top: 1.8em;
+    color: #0c7076;
 }
 a.menu span {
     font-size: 1.1em;
@@ -191,7 +191,7 @@ a.menu span {
 
 
 #lang-button {
-    color: #aaa;
+    color: #717171;
 }
 #lang-button:after {
     padding-left: 1em;
@@ -218,7 +218,7 @@ a.menu span {
 #lang-menu-items button {
     display: none;
     background: #f7f7f7;
-    color: #777;
+    color: #6f6f6f;
     cursor: pointer;
     width: 100%;
     border: solid #ddd;
index e4daf54..e52a283 100755 (executable)
     background: #efefef;
 }
 #promo-box-title {
-    color: #02ADB7;
+    color: #0d777e;
     height: 2.75em;
     margin: 0;
 }
+#promo-box-title a {
+       color: #0d777e;
+}
 #promo-box-title span {
     font-size: 1.1em;
 }
@@ -36,7 +39,7 @@
 #promo-box-content {
     font-size: 1.2em;
     line-height: 1.55em;
-    color: #989898;
+    color: #6c6c6c;
 }
 
 .main-last {
@@ -58,7 +61,7 @@
     color: #989898;
 }
 .infopages-box h2 {
-    color: #02ADB7;
+    color: #017e85;
     height: 2.8em;
     padding-top: 2.5em;
 }
index 812a1c9..8843af6 100755 (executable)
@@ -23,7 +23,7 @@
     display: block;
     padding: .3em 1em;
     background: #ABDADE;
-    color: #0b838d;
+    color: #08646b;
     border-radius: 1em;
 }