fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-07-20 05:03 pm

[dw-free] New Style: Crisped by timeasmymeasure

[commit: http://hg.dwscoalition.org/dw-free/rev/9bf1410a79bc]

http://bugs.dwscoalition.org/show_bug.cgi?id=3667

Correctly prioritize link colors

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/crisped/layout.s2
--------------------------------------------------------------------------------
diff -r b7d59d141dbe -r 9bf1410a79bc bin/upgrading/s2layers/crisped/layout.s2
--- a/bin/upgrading/s2layers/crisped/layout.s2	Thu Jul 21 01:01:45 2011 +0800
+++ b/bin/upgrading/s2layers/crisped/layout.s2	Thu Jul 21 01:03:01 2011 +0800
@@ -326,9 +326,9 @@
     }
 
 .comment-wrapper .comment a { color: $*color_entry_link; }
+.comment-wrapper .comment a:visited { color: $*color_entry_link_visited; }
+.comment-wrapper .comment a:hover { color: $*color_entry_link_hover; }
 .comment-wrapper .comment a:active { color: $*color_entry_link_active; }
-.comment-wrapper .comment a:hover { color: $*color_entry_link_hover; }
-.comment-wrapper .comment a:visited { color: $*color_entry_link_visited; }
 
 .comment .header {
     background-color: $*color_comment_title_background;
@@ -384,9 +384,9 @@
     }
 
 .bottomcomment a { color: $*color_entry_link; }
+.bottomcomment a:visited { color: $*color_entry_link_visited; }
+.bottomcomment a:hover { color: $*color_entry_link_hover; }
 .bottomcomment a:active { color: $*color_entry_link_active; }
-.bottomcomment a:hover { color: $*color_entry_link_hover; }
-.bottomcomment a:visited { color: $*color_entry_link_visited; }
 
 #qrformdiv input {
     margin: 1px;
@@ -419,9 +419,9 @@
     }
 
 .month a { color: $*color_entry_link; }
+.month a:visited { color: $*color_entry_link_visited; }
+.month a:hover { color: $*color_entry_link_hover; }
 .month a:active { color: $*color_entry_link_active; }
-.month a:hover { color: $*color_entry_link_hover; }
-.month a:visited { color: $*color_entry_link_visited; }
 
 .month table {
     border: none;
@@ -502,9 +502,9 @@
     }
 
 .page-tags .tags-container a { color: $*color_entry_link; }
+.page-tags .tags-container a:visited { color: $*color_entry_link_visited; }
+.page-tags .tags-container a:hover { color: $*color_entry_link_hover; }
 .page-tags .tags-container a:active { color: $*color_entry_link_active; }
-.page-tags .tags-container a:hover { color: $*color_entry_link_hover; }
-.page-tags .tags-container a:visited { color: $*color_entry_link_visited; }
 
 .page-tags .tags-container h2 {
     background-color: $*color_entry_title_background;
@@ -535,9 +535,9 @@
     }
 
 .page-icons .icons-container a { color: $*color_entry_link; }
+.page-icons .icons-container a:visited { color: $*color_entry_link_visited; }
+.page-icons .icons-container a:hover { color: $*color_entry_link_hover; }
 .page-icons .icons-container a:active { color: $*color_entry_link_active; }
-.page-icons .icons-container a:hover { color: $*color_entry_link_hover; }
-.page-icons .icons-container a:visited { color: $*color_entry_link_visited; }
 
 .page-icons .icons-container h2 {
     background-color: $*color_entry_title_background;
--------------------------------------------------------------------------------