![]() |
|
Google Light Blue Theme 09.06.27 - Printable Version +- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums) +-- Forum: Proxomitron Config Sets (/forumdisplay.php?fid=43) +--- Forum: Sidki (/forumdisplay.php?fid=44) +--- Thread: Google Light Blue Theme 09.06.27 (/showthread.php?tid=1435) |
Google Light Blue Theme 09.06.27 - ProxRocks - Jul. 14, 2009 11:25 AM i'm not sure if this is a "stumble-upon" or not - for the Google Light Blue Theme, one line has this Code: "a:link, a:link span, .q a:link, a.toplink:visited {color: #0C5AA9;}\r\n"Code: "a:hover, a:hover span, a:visited:hover, .g .fl:hover {color: #1689FF;}\r\n"the 09.04.29 version of the filter has a .q in both lines, so i'm wondering if the latter was meant to be a .q and not a .g ??? RE: Google Light Blue Theme 09.06.27 - sidki3003 - Jul. 14, 2009 03:01 PM I don't think so. Space and comma have different meanings. "," is separating different independent elements for which the rule should be applied, while the translation for ".q .fl" is: All elements with a class name of "fl" that have a parent (or grandparent, or great-grandparent, ...) element with a class name of "q". There aren't any. |