Link colors
Artur Kedzierski <[email protected]> Fri, 9 Aug 2002 08:19:13 -0700 (PDT)
| Newsgroups | gmane.comp.web.cthumb.devel |
|---|---|
| Message-ID | <[email protected]> |
I remembered having a problem with another theme that had the same background and link color (which resulted in links being invisible). I used find/grep to discover two more themes with such problem: ./ithumb.theme/theme.conf ./spotlight.theme/theme.conf These themes don't have information about the authors so I am posting a patch that fixes the problem here on the list. Basically, I set the color of a link to the color of visited link. If you are the author and/or you don't like the new color, please let us know. These problems are visible on a slide page when you have "SlidePictureGeometry" set to a few resolutions in your album file. For example, SlidePictureGeometry: 400x300 640x480 800x600 0x0 The problem may still exists if the link and background color are only slightly different. It would be nice to test it. Carlos, could you generate the cthumb examples on the cthumb webpage using the 'SlidePictureGeometry'? Even two resolutions would be enough. -- ================================================================= Artur Kedzierski, || [email protected] Computer Science Graduate Division || http://www.kedzierski.org/ University of California, Riverside ||
link_color.patch
(text/plain, 1.4 KB)
Index: themes/ithumb.theme/theme.conf =================================================================== RCS file: /cvsroot/cthumb/cthumb/themes/ithumb.theme/theme.conf,v retrieving revision 1.1 diff -c -p -r1.1 theme.conf *** themes/ithumb.theme/theme.conf 22 Nov 2001 00:14:04 -0000 1.1 --- themes/ithumb.theme/theme.conf 9 Aug 2002 15:07:31 -0000 *************** BGColor: #ffffff *** 4,10 **** DecorBGColor: #000000 TextColor: #000000 CommentColor: #000000 ! LinkColor: #ffffff ALinkColor: gold VLinkColor: #d6c5a5 LinkSize: 1 --- 4,10 ---- DecorBGColor: #000000 TextColor: #000000 CommentColor: #000000 ! LinkColor: #d6c5a5 ALinkColor: gold VLinkColor: #d6c5a5 LinkSize: 1 Index: themes/spotlight.theme/theme.conf =================================================================== RCS file: /cvsroot/cthumb/cthumb/themes/spotlight.theme/theme.conf,v retrieving revision 1.1.1.1 diff -c -p -r1.1.1.1 theme.conf *** themes/spotlight.theme/theme.conf 13 Nov 2001 19:08:18 -0000 1.1.1.1 --- themes/spotlight.theme/theme.conf 9 Aug 2002 15:07:32 -0000 *************** BGColor: #000000 *** 4,10 **** TextColor: #dddddd CommentColor: #dddddd FilmBGColor: #000000 ! LinkColor: #000000 ALinkColor: #ffff00 VLinkColor: #777777 LinkSize: 1 --- 4,10 ---- TextColor: #dddddd CommentColor: #dddddd FilmBGColor: #000000 ! LinkColor: #777777 ALinkColor: #ffff00 VLinkColor: #777777 LinkSize: 1