fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-10-31 07:49 am

[dw-nonfree] Revamp /update

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/b92243ddf207]

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

Styling for tropo* site skins which apply to the new update page.

Patch by [personal profile] fu.

Files modified:
  • htdocs/stc/tropo/tropo-base.css
  • htdocs/stc/tropo/tropo-purple.css
  • htdocs/stc/tropo/tropo-red.css
  • schemes/tropo-common.tt
--------------------------------------------------------------------------------
diff -r 9a847bee0816 -r b92243ddf207 htdocs/stc/tropo/tropo-base.css
--- a/htdocs/stc/tropo/tropo-base.css	Mon Oct 31 01:23:30 2011 +0800
+++ b/htdocs/stc/tropo/tropo-base.css	Mon Oct 31 15:50:19 2011 +0800
@@ -50,6 +50,10 @@
     border-style: solid;
     border-width: 2em 0;
 }
+.ui-widget {
+    font-size: 0.75em;
+}
+
 #page {
     max-width: 80em;
     margin: 0 auto;
@@ -190,6 +194,18 @@
 #menu .appwidget-search input#search {
     width: 15.5em;
 }
+#menu .appwidget-search {
+    margin-left: 25em;
+}
+#menu .appwidget-search {
+    white-space: nowrap;
+}
+#menu .appwidget-search input {
+    max-width: 30%;
+}
+#menu .appwidget-search select {
+    max-width: 20%;
+}
 
 /**
  * Footer
@@ -392,3 +408,7 @@
 #page_inbox .InboxItem_Content {
     max-width: 80em;
 }
+
+.slidepanel {
+    margin-top: -2em;
+}
diff -r 9a847bee0816 -r b92243ddf207 htdocs/stc/tropo/tropo-purple.css
--- a/htdocs/stc/tropo/tropo-purple.css	Mon Oct 31 01:23:30 2011 +0800
+++ b/htdocs/stc/tropo/tropo-purple.css	Mon Oct 31 15:50:19 2011 +0800
@@ -363,6 +363,26 @@
      border: 1px solid #fff;
 }
 
+/* post page */
+.token:hover, .token.hover, .token:focus, .token.focus {
+    color: #7e27c1;
+    border-color: #5e3da6;
+}
+
+.token .token_remove:hover, .token .token_remove:focus {
+    color: #7e27c1;
+    background-color: #d3afec;
+}
+
+#iconselector_icons_list li:hover, .kwmenu .selected, #iconselector_icons_list .iconselector_selected {
+    border-color: #5e3da6;
+}
+
+.slidecontrols a:hover {
+    color: #7e27c1;
+}
+
+
 /* contextualhover.css */
 div.ContextualPopup div.Inner {
     background-color: #fff !important;
@@ -496,7 +516,8 @@
 }
 input.text,
 textarea.text,
-select.select {
+select.select,
+.autocomplete_container {
     background: #fff url("/img/input-bg.gif") repeat-x 0 -1px;
     border: 1px solid #bbb;
     border-top: 1px solid #999;
diff -r 9a847bee0816 -r b92243ddf207 htdocs/stc/tropo/tropo-red.css
--- a/htdocs/stc/tropo/tropo-red.css	Mon Oct 31 01:23:30 2011 +0800
+++ b/htdocs/stc/tropo/tropo-red.css	Mon Oct 31 15:50:19 2011 +0800
@@ -294,10 +294,10 @@
     border-color: #c1272c;
 }
 
-.simple-form .error input {
+.simple-form .error input, form .error input {
     border: 3px solid #ff0000;
 }
-.simple-form .error .error-msg {
+.simple-form .error .error-msg, form .error .error-msg {
     color: #ff0000;
     display: block;
 }
@@ -359,6 +359,27 @@
      border: 1px solid #fff;
 }
 
+/* post page */
+.token:hover, .token.hover, .token:focus, .token.focus {
+    color: #c1272c;
+    border-color: #b66;
+}
+
+.token .token_remove:hover, .token .token_remove:focus {
+     color: #c1272c;
+     background-color: #ffd8d8;
+}
+#iconselector_icons_list li:hover, .kwmenu .selected, #iconselector_icons_list .iconselector_selected {
+    border-color: #c1272d;
+}
+.slidecontrols a:hover {
+    color: #b63333;
+}
+
+.ui-widget-header, a.component-header-hover, .selected {
+    color: #C1272D;
+}
+
 /* contextualhover.css */
 div.ContextualPopup div.Inner {
     background-color: #fff !important;
@@ -493,7 +514,8 @@
 }
 input.text,
 textarea.text,
-select.select {
+select.select,
+.autocomplete_container {
     background: #fff url("/img/input-bg.gif") repeat-x 0 -1px;
     border: 1px solid #bbb;
     border-top: 1px solid #999;
diff -r 9a847bee0816 -r b92243ddf207 schemes/tropo-common.tt
--- a/schemes/tropo-common.tt	Mon Oct 31 01:23:30 2011 +0800
+++ b/schemes/tropo-common.tt	Mon Oct 31 15:50:19 2011 +0800
@@ -23,6 +23,7 @@
             'stc/reset.css',
             'stc/jquery/jquery.ui.theme.smoothness.css',
             'stc/lj_base-app.css',
+            'stc/base-colors-light.css',
             'stc/tropo/tropo-base.css',
             'stc/tropo/tropo-' _ tropo_color _ '.css' );
         dw_scheme.need_res({ group => 'jquery' }, 'js/nav-jquery.js' );
@@ -69,4 +70,4 @@
         <div id="shim-alpha"> </div>
     </body>
 </html>
-[%- END -%]
\ No newline at end of file
+[%- END -%]
--------------------------------------------------------------------------------

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