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-12 01:31 pm

[dw-free] New Style: Crisped by timeasmymeasure

[commit: http://hg.dwscoalition.org/dw-free/rev/7d3326c1a5e3]

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

http://bugs.dwscoalition.org/attachment.cgi?id=5246

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/crisped/layout.s2
--------------------------------------------------------------------------------
diff -r 30d7a18f063c -r 7d3326c1a5e3 bin/upgrading/s2layers/crisped/layout.s2
--- a/bin/upgrading/s2layers/crisped/layout.s2	Tue Jul 12 21:29:29 2011 +0800
+++ b/bin/upgrading/s2layers/crisped/layout.s2	Tue Jul 12 21:31:00 2011 +0800
@@ -325,6 +325,11 @@
     margin-bottom: 15px;
     }
 
+.comment-wrapper .comment a { color: $*color_entry_link; }
+.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;
     color: $*color_comment_title;
@@ -333,6 +338,10 @@
     text-align: right;
     }
 
+.comment .comment-title a {
+    color: $*color_comment_title;
+    }
+
 .partial .comment-title {
     margin-bottom: 5px;
     padding: 5px 10px;
@@ -370,9 +379,15 @@
     background-color: $*color_entry_background;
     border-right: 1px solid $*color_entry_border;
     border-bottom: 2px solid $*color_entry_border;
+    color: $*color_entry_text;
     padding: 10px;
     }
 
+.bottomcomment a { color: $*color_entry_link; }
+.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;
     }
@@ -403,6 +418,11 @@
     padding: 20px;
     }
 
+.month a { color: $*color_entry_link; }
+.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;
     margin: auto;
@@ -481,6 +501,11 @@
     margin-bottom: 10px;
     }
 
+.page-tags .tags-container a { color: $*color_entry_link; }
+.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;
     color: $*color_entry_title;
@@ -509,6 +534,11 @@
     margin-bottom: 10px;
     }
 
+.page-icons .icons-container a { color: $*color_entry_link; }
+.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;
     color: $*color_entry_title;
--------------------------------------------------------------------------------