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-05-19 01:20 pm

[dw-free] Blueshift and Gradation need their own background images

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

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

Images for Blueshift and Gradation

Patch by [personal profile] branchandroot.

Files modified:
  • htdocs/img/blueshift/blueshift-arrow-down.gif
  • htdocs/img/blueshift/blueshift-arrow-right.gif
  • htdocs/img/blueshift/blueshift-borderpixel.gif
  • htdocs/img/gradation/gradgray-arrow-down.gif
  • htdocs/img/gradation/gradgray-arrow-right.gif
  • htdocs/img/gradation/gradgray-borderpixel.gif
  • htdocs/img/level1.gif
  • htdocs/img/level2.gif
  • htdocs/img/level3.gif
  • htdocs/img/level4.gif
  • htdocs/img/level5.gif
  • htdocs/stc/blueshift/blueshift.css
  • htdocs/stc/gradation/gradation-vertical.css
--------------------------------------------------------------------------------
diff -r 79b537fef902 -r 696b46d3cec7 htdocs/img/blueshift/blueshift-arrow-down.gif
Binary file htdocs/img/blueshift/blueshift-arrow-down.gif has changed
diff -r 79b537fef902 -r 696b46d3cec7 htdocs/img/blueshift/blueshift-arrow-right.gif
Binary file htdocs/img/blueshift/blueshift-arrow-right.gif has changed
diff -r 79b537fef902 -r 696b46d3cec7 htdocs/img/blueshift/blueshift-borderpixel.gif
Binary file htdocs/img/blueshift/blueshift-borderpixel.gif has changed
diff -r 79b537fef902 -r 696b46d3cec7 htdocs/img/gradation/gradgray-arrow-down.gif
Binary file htdocs/img/gradation/gradgray-arrow-down.gif has changed
diff -r 79b537fef902 -r 696b46d3cec7 htdocs/img/gradation/gradgray-arrow-right.gif
Binary file htdocs/img/gradation/gradgray-arrow-right.gif has changed
diff -r 79b537fef902 -r 696b46d3cec7 htdocs/img/gradation/gradgray-borderpixel.gif
Binary file htdocs/img/gradation/gradgray-borderpixel.gif has changed
diff -r 79b537fef902 -r 696b46d3cec7 htdocs/img/level1.gif
Binary file htdocs/img/level1.gif has changed
diff -r 79b537fef902 -r 696b46d3cec7 htdocs/img/level2.gif
Binary file htdocs/img/level2.gif has changed
diff -r 79b537fef902 -r 696b46d3cec7 htdocs/img/level3.gif
Binary file htdocs/img/level3.gif has changed
diff -r 79b537fef902 -r 696b46d3cec7 htdocs/img/level4.gif
Binary file htdocs/img/level4.gif has changed
diff -r 79b537fef902 -r 696b46d3cec7 htdocs/img/level5.gif
Binary file htdocs/img/level5.gif has changed
diff -r 79b537fef902 -r 696b46d3cec7 htdocs/stc/blueshift/blueshift.css
--- a/htdocs/stc/blueshift/blueshift.css	Tue May 19 11:03:56 2009 +0000
+++ b/htdocs/stc/blueshift/blueshift.css	Tue May 19 21:11:13 2009 +0800
@@ -252,8 +252,13 @@ table.table_layerbrowse,
 table.table_layerbrowse,
 table.table_layerbrowse td,
 table#table_yourlayers,
-table#table_yourlayers td { border: 1px solid #333333; }
+table#table_yourlayers td { border: 1px solid #999; }
 
+table#table_layerbrowse_classes,
+table#table_layerbrowse_classes td {border: none; }
+
+table.table_layerbrowse td,
+table#table_yourlayers td { padding: .15em .25em; }
 
 /**
  * Content Layouts
@@ -522,16 +527,16 @@ h2.widget-header, .theme-item.current, .
     border: 2px solid #3960A0;
 }
 .customize-inner-wrapper {
-    background: url("/img/celerity/celgrn-borderpixel.gif") repeat-y scroll 134px 50%;
+    background: url("/img/blueshift/blueshift-borderpixel.gif") repeat-y scroll 134px 50%;
 }
 .customize-content .subheader {
-    background-image: url("/img/celerity/celgrn-arrow-right.gif");
+    background-image: url("/img/blueshift/blueshift-arrow-right.gif");
 	background-position: left center;
 	background-repeat: no-repeat;
     border-bottom: 1px solid #E6ECF9;
 }
 .customize-content .subheader.on {
-    background-image: url("/img/celerity/celgrn-arrow-down.gif");
+    background-image: url("/img/blueshift/blueshift-arrow-down.gif");
 	background-position: left center ;
 	background-repeat: no-repeat;
 }
@@ -556,7 +561,7 @@ h2.widget-header, .theme-item.current, .
 
 /*themenav.css*/
 .theme-nav-inner-wrapper {
-    background: url("/img/celerity/celgrn-borderpixel.gif") repeat-y scroll 134px 50%;
+    background: url("/img/blueshift/blueshift-borderpixel.gif") repeat-y scroll 134px 50%;
 }
 .theme-selector-nav {
     background-color: #E6ECF9;
diff -r 79b537fef902 -r 696b46d3cec7 htdocs/stc/gradation/gradation-vertical.css
--- a/htdocs/stc/gradation/gradation-vertical.css	Tue May 19 11:03:56 2009 +0000
+++ b/htdocs/stc/gradation/gradation-vertical.css	Tue May 19 21:11:13 2009 +0800
@@ -294,6 +294,11 @@ table#table_yourlayers,
 table#table_yourlayers,
 table#table_yourlayers td { border: 1px solid #888888; }
 
+table#table_layerbrowse_classes,
+table#table_layerbrowse_classes td {border: none; }
+
+table.table_layerbrowse td,
+table#table_yourlayers td { padding: .15em .25em; }
 
 /**
  * Content Layouts
@@ -568,16 +573,16 @@ h2.widget-header, .theme-item.current, .
     border: 2px solid #888888;
 }
 .customize-inner-wrapper {
-    background: url("/img/celerity/celgrn-borderpixel.gif") repeat-y scroll 134px 50%;
+    background: url("/img/gradation/gradgray-borderpixel.gif") repeat-y scroll 134px 50%;
 }
 .customize-content .subheader {
-    background-image: url("/img/celerity/celgrn-arrow-right.gif");
+    background-image: url("/img/gradation/gradgray-arrow-right.gif");
 	background-position: left center;
 	background-repeat: no-repeat;
     border-bottom: 1px solid #666666;
 }
 .customize-content .subheader.on {
-    background-image: url("/img/celerity/celgrn-arrow-down.gif");
+    background-image: url("/img/gradation/gradgray-arrow-down.gif");
 	background-position: left center ;
 	background-repeat: no-repeat;
 }
@@ -602,7 +607,7 @@ h2.widget-header, .theme-item.current, .
 
 /*themenav.css*/
 .theme-nav-inner-wrapper {
-    background: url("/img/celerity/celgrn-borderpixel.gif") repeat-y scroll 134px 50%;
+    background: url("/img/gradation/gradgray-borderpixel.gif") repeat-y scroll 134px 50%;
 }
 .theme-selector-nav {
     background-color: #444444;
--------------------------------------------------------------------------------

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org