afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-10-03 03:11 pm

[dw-free] no background color on the Tags Page of Negatives

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

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

Make Negatives tags page look as much as the entry as possible, to avoid
visibility problems.

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/negatives/layout.s2
--------------------------------------------------------------------------------
diff -r c70e0288b6b8 -r eda8343e263c bin/upgrading/s2layers/negatives/layout.s2
--- a/bin/upgrading/s2layers/negatives/layout.s2	Sat Oct 03 14:47:27 2009 +0000
+++ b/bin/upgrading/s2layers/negatives/layout.s2	Sat Oct 03 15:09:56 2009 +0000
@@ -433,6 +433,42 @@ function Page::print_default_stylesheet(
 	margin-left: 0;
 	padding-left: 0;
     }
+
+    .tags-container {
+        color: $*color_entry_text;
+        margin: 5px;
+        padding: 5px;
+        $entry_background;
+    }
+
+    .tags-container h2 {
+        font-weight: bold !important;
+        margin: 0 !important;
+        padding-bottom: 10px !important;
+        $entry_title_font
+    }
+
+    .tags-container .ljtaglist {
+        padding-bottom: 5px !important;
+    }
+
+    .tags-container a {
+        color: $*color_entry_link !important;
+    }
+    .tags-container a:visited {
+        color: $*color_entry_link_visited !important;
+    }
+    .tags-container a:hover {
+        color: $*color_entry_link_hover !important;
+    }
+    .tags-container a:active {
+        color: $*color_entry_link_active !important;
+    }
+
+    .page-tags .manage-tags-link {
+        text-align: center;
+    }
+
    .module-navlinks ul, .module-navlinks li {
         font-weight: bold;
         display: inline;
--------------------------------------------------------------------------------