[dev] Themes CSS [patch]

Marc Jauvin marc at r4l.com
Fri May 20 12:13:26 PDT 2005


Man, you're tough on me... ;)

Here is the diff the way you want it.


Chuck Hagenbuch <chuck at horde.org> wrote:

> Quoting Marc Jauvin <marc at r4l.com>:
>
>> The attached diff file contains a fix for many themes that made
>> certain elements unreadable in some combination of headers with a
>> dark background.
>>
>> For example, when using the "purple horde" theme, while editing a
>> contact in turba, the "edit" & "delete" links were very hard to see.
>
> Please patch the themes that actually have the problem, not the ones
> that are okay... we should get as many colors as possible out of the
> base screen.css.
>
> -chuck
>
> --
> "But she goes not abroad in search of monsters to destroy." - John
> Quincy Adams
>
> --
> Horde developers mailing list - Join the hunt: http://horde.org/bounties/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: dev-unsubscribe at lists.horde.org
>



-- 
Marc Jauvin
http://register4less.com
514-905-6500
-------------- next part --------------
Index: NeXTgrey/screen.css
===================================================================
RCS file: /repository/horde/themes/NeXTgrey/screen.css,v
retrieving revision 1.7
diff -u -r1.7 screen.css
--- NeXTgrey/screen.css	29 Apr 2005 15:30:19 -0000	1.7
+++ NeXTgrey/screen.css	20 May 2005 19:11:07 -0000
@@ -22,6 +22,9 @@
     color: #9f9fa0;
     background-color: #000;
 }
+.header a {
+    color: #9f9fa0;
+}
 .smallheader {
     color: #9f9fa0;
     background-color: #000;
Index: azur/screen.css
===================================================================
RCS file: /repository/horde/themes/azur/screen.css,v
retrieving revision 1.8
diff -u -r1.8 screen.css
--- azur/screen.css	4 May 2005 03:39:00 -0000	1.8
+++ azur/screen.css	20 May 2005 19:11:07 -0000
@@ -15,6 +15,9 @@
     color: #fff;
     background-color: #069;
 }
+.header a {
+    color: #fff;
+}
 .smallheader {
     color: #fff;
     background-color: #069;
Index: bluemoon/screen.css
===================================================================
RCS file: /repository/horde/themes/bluemoon/screen.css,v
retrieving revision 1.15
diff -u -r1.15 screen.css
--- bluemoon/screen.css	29 Apr 2005 15:30:19 -0000	1.15
+++ bluemoon/screen.css	20 May 2005 19:11:07 -0000
@@ -54,6 +54,9 @@
     font-weight: bold;
     font-size: 16px;
 }
+.header a {
+    color: #270042;
+}
 td.header {
     padding-left: 3px;
     padding-right: 3px;
Index: burntorange/screen.css
===================================================================
RCS file: /repository/horde/themes/burntorange/screen.css,v
retrieving revision 1.8
diff -u -r1.8 screen.css
--- burntorange/screen.css	4 May 2005 03:39:01 -0000	1.8
+++ burntorange/screen.css	20 May 2005 19:11:07 -0000
@@ -18,6 +18,10 @@
     color: #fff;
     background: #c60;
 }
+.header a {
+    color: #fff;
+}
+
 .smallheader {
     color: #fff;
     background: #c60;
Index: camouflage/screen.css
===================================================================
RCS file: /repository/horde/themes/camouflage/screen.css,v
retrieving revision 1.7
diff -u -r1.7 screen.css
--- camouflage/screen.css	23 Nov 2004 03:41:37 -0000	1.7
+++ camouflage/screen.css	20 May 2005 19:11:07 -0000
@@ -27,6 +27,12 @@
     color: #999966;
     background-color: #293d22;
 }
+.header a:hover {
+    color: #996;
+}
+.header a {
+    color: #999966;
+}
 a.header:hover {
     color: #996;
 }
Index: green/screen.css
===================================================================
RCS file: /repository/horde/themes/green/screen.css,v
retrieving revision 1.7
diff -u -r1.7 screen.css
--- green/screen.css	29 Apr 2005 15:30:22 -0000	1.7
+++ green/screen.css	20 May 2005 19:11:07 -0000
@@ -21,6 +21,9 @@
     color: #fff;
     background-color: #136865;
 }
+.header a {
+    color: #fff;
+}
 .smallheader {
     background-color: #136865;
 }
Index: grey/screen.css
===================================================================
RCS file: /repository/horde/themes/grey/screen.css,v
retrieving revision 1.20
diff -u -r1.20 screen.css
--- grey/screen.css	4 May 2005 03:39:02 -0000	1.20
+++ grey/screen.css	20 May 2005 19:11:07 -0000
@@ -30,6 +30,9 @@
     color: #ddd;
     background: #545456;
 }
+.header a {
+    color: #ddd;
+}
 a.light:hover {
     color: #fff;
 }
Index: purple/screen.css
===================================================================
RCS file: /repository/horde/themes/purple/screen.css,v
retrieving revision 1.5
diff -u -r1.5 screen.css
--- purple/screen.css	4 May 2005 03:39:03 -0000	1.5
+++ purple/screen.css	20 May 2005 19:11:07 -0000
@@ -22,10 +22,15 @@
     padding: 3px;
     clear: both;
 }
+.header a:hover {
+    color: #fff;
+}
+.header a {
+    color: #cce;
+}
 a.header:hover {
     color: #fff;
 }
-
 a {
     color: #339;
     text-decoration: none;
Index: simplex/screen.css
===================================================================
RCS file: /repository/horde/themes/simplex/screen.css,v
retrieving revision 1.10
diff -u -r1.10 screen.css
--- simplex/screen.css	20 Jan 2005 19:52:43 -0000	1.10
+++ simplex/screen.css	20 May 2005 19:11:07 -0000
@@ -26,6 +26,9 @@
     color: #fff;
     background-color: #7390b9;
 }
+.header a {
+    color: #fff;
+}
 .light {
     color: #4e5d72;
 }


More information about the dev mailing list