1.5.2pl2: "Yellow" skin's vote instruction invisible due to color choice

Yuan

Joined: 2003-12-03
Posts: 144
Posted: Tue, 2006-03-14 19:28
Quote:
#: ../view_album.php:560
msgid ", "
#: ../view_album.php:566
msgid "To vote for an image, click on %s."
#: ../view_album.php:567
msgid "You MUST click on %s for your vote to be recorded."

The above were displayed in black color in 1.4.4. But with 1.5.2pl2, the text is yellowish (#FBFF7F, base.css.default and screen.css.default), which in a light yellow background (#FFFFD4) that the Yellow skin uses becomes nearly invisible.

I'm not sure how many other skins #FBFF7F would have served well, but the Yellow skin does not redefine either the attention class background or text color while the overall background changed. I can put in a quick fix like

Quote:
---
--- css.orig/embedded_style.css Fri Oct 1 16:00:17 2004
+++ css/embedded_style.css Tue Mar 14 11:17:40 2006
@@ -110,6 +110,7 @@
}
.attention /* voting instructions */
{
+ background: blue;
}
.headbox /* box around the page headers */
{
diff -u css.orig/screen.css css/screen.css
--- css.orig/screen.css Thu Apr 21 14:39:54 2005
+++ css/screen.css Tue Mar 14 11:21:32 2006
@@ -114,6 +114,7 @@
}
.attention /* voting instructions */
{
+ background: blue;
}
.headbox /* box around the page headers */
{
---

which renders the "attention" class' background to blue - this really brings the golden text to "attention":-), but might be ugly to some. Using blue text looks better, but still not quite consistent with the skin. Could someone with a better taste fix this skin?

 
ckdake
ckdake's picture

Joined: 2004-02-18
Posts: 2258
Posted: Thu, 2006-03-16 20:07

Please file a bug report for this at http://sf.net/projects/gallery

--
http://ckdake.com/

If you found my help useful, please consider donating to Gallery.