mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-09-21 06:20 am

[dw-free] multiple layouts hardcode time font color

[commit: http://hg.dwscoalition.org/dw-free/rev/17e2bcf8bc14]

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

Convert more colors to be configurable by the user.

Patch by [personal profile] kareila.

Files modified:
  • bin/upgrading/s2layers/basicboxes/layout.s2
  • bin/upgrading/s2layers/boxesandborders/layout.s2
  • bin/upgrading/s2layers/colorside/layout.s2
  • bin/upgrading/s2layers/modish/layout.s2
  • bin/upgrading/s2layers/steppingstones/layout.s2
  • bin/upgrading/s2layers/tranquilityiii/layout.s2
--------------------------------------------------------------------------------
diff -r f1fc3bdc85fa -r 17e2bcf8bc14 bin/upgrading/s2layers/basicboxes/layout.s2
--- a/bin/upgrading/s2layers/basicboxes/layout.s2	Mon Sep 21 00:54:01 2009 -0500
+++ b/bin/upgrading/s2layers/basicboxes/layout.s2	Mon Sep 21 06:20:23 2009 +0000
@@ -155,12 +155,12 @@ ul.entry-interaction-links { text-align:
 .comment-content { margin-top: 1em; }
 
 .comment .ljedittime { margin-top: 1em; }
-.comment-content .datetime { color: #666; }
+.comment .header .datetime { color: $*color_entry_title; }
 
 .comment .multiform-checkbox { display: block;
     text-align: right;
     font-size: small;
-    color: #666;
+    color: $*color_entry_text;
 }
 
 .comment .footer { margin: .5em 0; }
diff -r f1fc3bdc85fa -r 17e2bcf8bc14 bin/upgrading/s2layers/boxesandborders/layout.s2
--- a/bin/upgrading/s2layers/boxesandborders/layout.s2	Mon Sep 21 00:54:01 2009 -0500
+++ b/bin/upgrading/s2layers/boxesandborders/layout.s2	Mon Sep 21 06:20:23 2009 +0000
@@ -162,12 +162,12 @@ ul.entry-interaction-links { text-align:
 .comment-content { margin-top: 1em; }
 
 .comment .ljedittime { margin-top: 1em; }
-.comment-content .datetime { color: #666; }
+.comment .header .datetime { color: $*color_entry_title; }
 
 .comment .multiform-checkbox { display: block;
    text-align: right;
    font-size: small;
-   color: #666;
+   color: $*color_entry_text;
 }
 
 .comment .footer { margin: .5em 0; }
diff -r f1fc3bdc85fa -r 17e2bcf8bc14 bin/upgrading/s2layers/colorside/layout.s2
--- a/bin/upgrading/s2layers/colorside/layout.s2	Mon Sep 21 00:54:01 2009 -0500
+++ b/bin/upgrading/s2layers/colorside/layout.s2	Mon Sep 21 06:20:23 2009 +0000
@@ -234,9 +234,6 @@ ul.entry-interaction-links { text-align:
 .partial .comment-title { display: inline; }
 .comment-title h3 { font-family: $*font_entry_title; }
 
-.comment .datetime { font-size: small;
-    color: #eee; }
-
 .comment .poster { display: block; }
 .partial .poster { display: inline; }
 .comment .poster-ip { font-size: small;
@@ -249,12 +246,13 @@ right: 5px;}
 .comment-content { margin-top: 1em; }
 
 .comment .ljedittime { margin-top: 1em; }
-.comment-content .datetime { color: #666; }
+.comment .header .datetime { font-size: small;
+    color: $*color_entry_title; }
 
 .comment .multiform-checkbox { display: block;
     text-align: right;
     font-size: small;
-    color: #666;
+    color: $*color_entry_text;
 }
 
 .comment .footer { margin: .5em 0; }
diff -r f1fc3bdc85fa -r 17e2bcf8bc14 bin/upgrading/s2layers/modish/layout.s2
--- a/bin/upgrading/s2layers/modish/layout.s2	Mon Sep 21 00:54:01 2009 -0500
+++ b/bin/upgrading/s2layers/modish/layout.s2	Mon Sep 21 06:20:23 2009 +0000
@@ -128,12 +128,12 @@ ul.entry-interaction-links { text-align:
 .comment-content { margin-top: 1em; }
 
 .comment .ljedittime { margin-top: 1em; }
-.comment-content .datetime { color: #666; }
+.comment .header .datetime { color: $*color_entry_title; }
 
 .comment .multiform-checkbox { display: block;
     text-align: right;
     font-size: small;
-    color: #666;
+    color: $*color_entry_text;
 }
 
 .comment .footer { margin: .5em 0; }
diff -r f1fc3bdc85fa -r 17e2bcf8bc14 bin/upgrading/s2layers/steppingstones/layout.s2
--- a/bin/upgrading/s2layers/steppingstones/layout.s2	Mon Sep 21 00:54:01 2009 -0500
+++ b/bin/upgrading/s2layers/steppingstones/layout.s2	Mon Sep 21 06:20:23 2009 +0000
@@ -174,12 +174,12 @@ ul.entry-interaction-links { text-align:
 .comment-content { margin-top: 1em; }
 
 .comment .ljedittime { margin-top: 1em; }
-.comment-content .datetime { color: #666; }
+.comment .header .datetime { color: $*color_entry_title; }
 
 .comment .multiform-checkbox { display: block;
     text-align: right;
     font-size: small;
-    color: #666;
+    color: $*color_entry_text;
 }
 
 .comment .footer { margin: .5em 0; }
diff -r f1fc3bdc85fa -r 17e2bcf8bc14 bin/upgrading/s2layers/tranquilityiii/layout.s2
--- a/bin/upgrading/s2layers/tranquilityiii/layout.s2	Mon Sep 21 00:54:01 2009 -0500
+++ b/bin/upgrading/s2layers/tranquilityiii/layout.s2	Mon Sep 21 06:20:23 2009 +0000
@@ -164,8 +164,6 @@ ul.entry-interaction-links li.entry-read
 
 .partial .comment-title { display: inline; margin: 0; }
 
-.comment .header .datetime { font-size: small; }
-
 .comment .poster-ip { font-size: small;
     color: #999999; }
 
@@ -175,12 +173,13 @@ ul.entry-interaction-links li.entry-read
 .comment-content { margin-top: 1em; }
 
 .comment .ljedittime { margin-top: 1em; }
-.comment-content .datetime { color: #666; }
+.comment .header .datetime { font-size: small;
+    color: $*color_entry_title; }
 
 .comment .multiform-checkbox { display: block;
     text-align: right;
     font-size: small;
-    color: #666;
+    color: $*color_entry_text;
 }
 
 .comment .footer { margin: .5em 0;
--------------------------------------------------------------------------------