diff -u -x .svn -r ./colors.css /Users/stevel/ws/trunk/feathers/gonzo/chrome/skin/colors.css --- ./colors.css 2008-08-14 02:55:14.000000000 -0700 +++ /Users/stevel/ws/trunk/feathers/gonzo/chrome/skin/colors.css 2008-10-13 10:30:55.000000000 -0700 @@ -672,9 +672,6 @@ .service-pane-spring-load-button { - max-height:16px; - min-height:16px; - margin:0px; } .service-pane-spring-load-button > .button-box { padding:0; @@ -705,9 +702,10 @@ min-height: 53px; max-height: 53px; } -#content_player_wrapper[playercontrols='top'] #status-bar, -#content_player_wrapper[playercontrols='top'] #servicepane-status-bar { +#content_player_wrapper[playercontrols='top'] #servicepane-status-bar-box, +#content_player_wrapper[playercontrols='top'] #status-bar-box { border-bottom:none !important; + max-height:19px; } diff -u -x .svn -r ./feathers.css /Users/stevel/ws/trunk/feathers/gonzo/chrome/skin/feathers.css --- ./feathers.css 2008-08-16 02:55:08.000000000 -0700 +++ /Users/stevel/ws/trunk/feathers/gonzo/chrome/skin/feathers.css 2008-10-13 10:30:55.000000000 -0700 @@ -107,7 +107,7 @@ /****************************************************************************** > BASE - Mostly vanilla elements that act as the startping point for rules to follow. + Mostly vanilla elements that act as the starting point for rules to follow. ******************************************************************************/ wizard, dialog, @@ -177,14 +177,9 @@ menu, menuitem, -listitem, -treechildren::-moz-tree-row( even ) { +listitem { background-color: rgb(255,255,255); } -/* alternating rows for trees - remember that the count starts at 0 (even) */ -treechildren::-moz-tree-row( odd ) { - background-color: rgb(247,247,247); -} /* treecolAutoCompleteComment is document.title in the case of the location bar */ .autocomplete-treebody::-moz-tree-cell-text( treecolAutoCompleteComment ) { @@ -268,7 +263,7 @@ /* Focused state */ -textbox[focused="true"], +textbox[focused="true"]:not(.plain), searchbar[focused="true"] .search-go-button, searchbar[focused="true"] .searchbar-textbox { background-color: rgb(255,255,235) !important; @@ -446,10 +441,17 @@ statusbar { border-top:1px solid rgb(131,131,131); } -#status-bar, -#servicepane-status-bar { +#servicepane-status-bar-box, +#status-bar-box { + border-top:1px solid rgb(131,131,131); border-bottom:1px solid rgb(131,131,131); } +.service-pane-spring-load-button, +.servicepane-toolbar-newitem-button, +sb-displaypane-button > button { + border-right: 1px solid rgb(161,161,161); + border-left: 1px solid rgb(161,161,161); +} @@ -520,6 +522,9 @@ toolbarbutton[disabled="true"] > .toolbarbutton-menulist-dropmarker { opacity:0.25; } +.service-pane-spring-load-button[disabled="true"] >.button-box { + opacity:0.5; +} @@ -683,16 +688,23 @@ - /****************************************************************************** > DISPLAY PANES ******************************************************************************/ -.sb-displaypane-menubutton, .sb-displaypane-header { border-bottom:1px solid rgb(131,131,131); } +.empty-message { + -moz-border-radius:8px; + background-color:rgb(235,235,235); + border:1px solid rgb(200,200,200); + color:rgb(120,120,120); +} +.drop-message { + color:rgb(120,120,120); +} /****************************************************************************** > SPLITTERS @@ -704,8 +716,7 @@ border-right:1px solid rgb(131,131,131); border-left:1px solid rgb(131,131,131); } -#servicepane_splitter, -#displaypane_right_sidebar_splitter { +#servicepane_splitter { border-bottom:1px solid rgb(131,131,131); } #filter_splitter { @@ -774,16 +785,28 @@ /****************************************************************************** -> FIRST RUN WIZARD +> WIZARDS ******************************************************************************/ -.sb-first-run-eula-browser { - border:1px solid rgb(131,131,131); -} + .wizard-header { background-color: rgb(220,220,220); border-bottom:1px solid rgb(131,131,131); } +.sb-wizard-header { + font-weight:bold; + font-size:120%; +} + + + +/****************************************************************************** +> FIRST RUN WIZARD +******************************************************************************/ +.sb-first-run-eula-browser { + border:1px solid rgb(131,131,131); +} + /****************************************************************************** @@ -967,3 +990,19 @@ .error-text { color: rgb(255,0,0); } + +/* text that looks like a link */ +.text-link { + color:#1694d9; + text-decoration:none; +} +.text-link:hover { + text-decoration:underline; +} +.text-link:hover:active { +} +.text-link[visited="true"] { +} + + + diff -u -x .svn -r ./images.css /Users/stevel/ws/trunk/feathers/gonzo/chrome/skin/images.css --- ./images.css 2008-08-16 02:55:08.000000000 -0700 +++ /Users/stevel/ws/trunk/feathers/gonzo/chrome/skin/images.css 2008-10-16 19:33:18.000000000 -0700 @@ -107,6 +107,7 @@ } button:active, button[open], +button[checked="true"], toolbarbutton:active, toolbarbutton[open], toolbarbutton[checked="true"], @@ -114,6 +115,11 @@ menulist[open="true"] { background-position:center -600px; } +button[checked="true"]:hover, +toolbarbutton[checked="true"] { + background-position:center -1200px; +} + button[disabled="true"], toolbarbutton[disabled="true"], menulist[disabled="true"] { @@ -253,16 +259,21 @@ background-repeat:repeat-x; background-position:left top; } -#servicepane-status-bar > statusbarpanel > .service-pane-spring-load-button { - list-style-image: url("chrome://songbird/skin/service-pane/button-hide-service-pane.png"); + +#servicepane-status-bar-box > .service-pane-spring-load-button, +#status-bar-box > .service-pane-spring-load-button { + list-style-image: url("chrome://songbird/skin/service-pane/button-service-pane-toggle.png"); +} +#servicepane-status-bar-box > .service-pane-spring-load-button { + -moz-image-region: rect(0px, 32px, 16px, 16px); } -#status-bar > statusbarpanel > .service-pane-spring-load-button { - list-style-image: url("chrome://songbird/skin/service-pane/button-show-service-pane.png"); +#status-bar-box > .service-pane-spring-load-button { + -moz-image-region: rect(0px, 16px, 16px, 0px); } + + .servicepane-toolbar-newitem-button > .clickhold-button > .button-box > .button-icon { list-style-image: url("chrome://songbird/skin/service-pane/button-new-node.png"); - min-height:14px; - min-width:14px; } @@ -379,6 +390,21 @@ background-repeat:repeat-x; background-position:left center; } + +/* buffering state */ +#faceplate_seekbar_box[buffering="true"] > .hook > .left { + background-image: url('chrome://songbird/skin/media-control-pane/bg-seekbar-buffering-left.png'); +} +#faceplate_seekbar_box[buffering="true"] > .hook > .right { + background-image: url('chrome://songbird/skin/media-control-pane/bg-seekbar-buffering-right.png'); +} +#faceplate_seekbar_box[buffering="true"] > .hook > .middle { + background-image: url('chrome://songbird/skin/media-control-pane/bg-seekbar-buffering.png'); +} +#faceplate_seekbar_box[buffering="true"] > sb-player-seek-slider { + visibility:hidden; +} + /* the seekbar has 4 hboxes that can be used to display notches */ #faceplate_seekbar_box > .notches > hbox+hbox { /* diff -u -x .svn -r ./os-specific/mac/overrides.css /Users/stevel/ws/trunk/feathers/gonzo/chrome/skin/os-specific/mac/overrides.css --- ./os-specific/mac/overrides.css 2008-08-14 02:55:14.000000000 -0700 +++ /Users/stevel/ws/trunk/feathers/gonzo/chrome/skin/os-specific/mac/overrides.css 2008-10-13 10:30:55.000000000 -0700 @@ -59,3 +59,14 @@ window:not([active="true"]) .inactive-box { background-color:rgba(255,255,255,0.33); } + +#content_player_wrapper[playercontrols='top'] #status-bar-box { + padding-right: 12px; +} +#content_player_wrapper[playercontrols='top'] #status-bar-box > sb-displaypane-button.right-sidebar-display-pane-button > button { + min-width:20px !important; + border-right: 1px solid rgb(161,161,161); +} +#content_player_wrapper[playercontrols='top'] #servicepane_splitter { + border-bottom:none; +} \ No newline at end of file