[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
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3667
http://bugs.dwscoalition.org/attachment.cgi?id=5246
Patch by
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;
--------------------------------------------------------------------------------
