From: Robert Kaiser Date: Sun, 12 Sep 2010 21:16:02 +0000 (+0200) Subject: update both themes for toolkit winstripe changes up to 2010-08-29 X-Git-Tag: LCARStrek-2.1b1~14 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=706c344c03f7c434b9407c67e1bd904eab88778d;ds=sidebyside update both themes for toolkit winstripe changes up to 2010-08-29 --- diff --git a/EarlyBlue/global/icons/delete.png b/EarlyBlue/global/icons/delete.png new file mode 100644 index 00000000..5f08a3ab Binary files /dev/null and b/EarlyBlue/global/icons/delete.png differ diff --git a/EarlyBlue/global/splitter.css b/EarlyBlue/global/splitter.css index 932fb426..59591686 100644 --- a/EarlyBlue/global/splitter.css +++ b/EarlyBlue/global/splitter.css @@ -97,6 +97,10 @@ splitter[orient="vertical"][state="collapsed"][substate="after"] { cursor: n-resize; } +splitter[disabled="true"] { + cursor: default !important; +} + /* ::::: splitter grippy ::::: */ grippy { diff --git a/EarlyBlue/global/textbox.css b/EarlyBlue/global/textbox.css index 1258006a..d8d7e895 100644 --- a/EarlyBlue/global/textbox.css +++ b/EarlyBlue/global/textbox.css @@ -55,12 +55,6 @@ textbox { min-height: 19px; } -/* this color should be on the -moz-placeholder -textbox[isempty="true"] { - color: #CCD0DD; -} -*/ - html|*.textbox-input, html|*.textbox-textarea { margin: 0px !important; @@ -71,6 +65,11 @@ html|*.textbox-textarea { font: inherit; } +html|*.textbox-input:-moz-placeholder, +html|*.textbox-textarea:-moz-placeholder { + color: #CCD0DD; +} + .textbox-input-box menupopup { cursor: default; } diff --git a/EarlyBlue/global/headsUpDisplay.css b/EarlyBlue/global/webConsole.css similarity index 98% rename from EarlyBlue/global/headsUpDisplay.css rename to EarlyBlue/global/webConsole.css index 7b290a5a..0953184f 100644 --- a/EarlyBlue/global/headsUpDisplay.css +++ b/EarlyBlue/global/webConsole.css @@ -85,10 +85,6 @@ color: red; font-weight: bold; } -.hud-hidden { - display: none; -} - .hud-msg-node { width: 100%; margin-top: 0.3em; @@ -105,6 +101,10 @@ width: 100%; } +.hud-filtered-by-type, .hud-filtered-by-string { + display: none; +} + .hud-group:first-child .hud-divider { display: none; } diff --git a/EarlyBlue/mozapps/extensions/extensions.css b/EarlyBlue/mozapps/extensions/extensions.css index 213422ef..efbbfacd 100644 --- a/EarlyBlue/mozapps/extensions/extensions.css +++ b/EarlyBlue/mozapps/extensions/extensions.css @@ -35,18 +35,14 @@ * * ***** END LICENSE BLOCK ***** */ - -.pane-splitter { - -moz-appearance: none; - border: none; - -moz-border-start: 1px solid #666699; - background-color: transparent; - background-image: none; - min-width: 1px; +#addons-page { + background-color: #CCD0DD; + margin: 20px; } -.view-pane { +#view-port { background-color: #FFFFFF; + border: 1px solid #666699; } @@ -55,12 +51,16 @@ #categories { -moz-appearance: none; border: none; - margin: 0px; + -moz-margin-end: -1px; + background-color: transparent; + position: relative; } .category { - border: none; - -moz-appearance: none; + border-width: 1px; + -moz-border-end-width: 0; + border-style: solid; + border-color: transparent; padding: 10px 4px; -moz-box-align: center; overflow: hidden; @@ -81,8 +81,9 @@ } .category[selected] { - background-color: #9999CC; + background-color: #FFFFFF; color: #000000; + border-color: #666699; } .category-name { @@ -136,12 +137,8 @@ /*** header ***/ #header { - background-color: #666699; - border: 1px inset #666699; - padding: 8px; - margin: 0px; - -moz-box-align: center; - height: 4.5em; + margin-bottom: 20px; + height: 2em; } #header-name, #header-link { @@ -170,7 +167,6 @@ } .view-header { - background: #9999CC; padding: 4px; margin: 0px; border-bottom: 1px solid #666699; @@ -226,101 +222,36 @@ /*** list ***/ .list { - -moz-appearance: none; margin: 0px; border: none; + background-color: transparent; } -.addon[status="installed"], .addon[status="installing"] { - background-color: #CCD0DD; - /* -moz-border-radius: 10px; */ - border: 1px solid #9999CC; - padding: 6px 7px; - margin: 3px 8px; +.addon { + border-bottom: 1px solid #9999CC; + padding: 5px; } .addon[status="installing"] { -moz-box-align: center; - border-color: #336699; -} - -.addon[selected]:not([status="uninstalled"]) { - background: #DDDDDD; - border-style: inset; - color: inherit; -} - -.addon[status="installed"][selected]:not([pending="true"]) { - border: none; - padding: 8px 9px; -} - -.addon[status="installed"][active="false"] .fade { - opacity: 0.5; -} - -.addon[status="installed"][pending="true"] { - border-color: red; -} - -.addon[selected] { - /* color: -moz-dialogtext; */ -} - -.addon[selected] .text-link { - /* color: -moz-nativehyperlinktext; */ } -.addon .toggle-more { - /* -moz-border-radius: 100%; */ - padding: 0px 6px; - margin: 0px 6px; - min-width: 12px !important; - list-style-image: url("chrome://global/skin/arrow/arrow-down.gif"); - -moz-box-direction: reverse; - border: 1px solid transparent; - background: transparent; +.details { cursor: pointer; + margin: 0; + -moz-margin-start: 10px; } -.addon .toggle-more > .button-box > .button-icon { - -moz-padding-start: 4px; -} - -.addon[show-extra] .toggle-more { - list-style-image: url("chrome://global/skin/arrow/arrow-up.gif"); -} - -.addon .toggle-more:hover { - background-color: #CCD0DD; - border: 1px outset #CCD0DD; -} - -.addon[selected] .toggle-more:hover { - background-color: #CCD0DD; - border: 1px outset #CCD0DD; -} - -.addon .extra-details { - height: 0px; - overflow: hidden; - opacity: 0; - text-align: end; - -moz-transition-property: height, opacity; - -moz-transition-duration: 0.5s, 0.5s; -} - -.addon[show-extra] .extra-details { - opacity: 1; - -moz-transition-property: height, opacity; - -moz-transition-duration: 0.5s, 0.5s; +.icon-container { + width: 48px; + height: 48px; + margin: 7px; } -.addon .icon { - margin: 7px 5px; - width: 32px; - height: 32px; +.icon { list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png"); + max-width: 48px; + max-height: 48px; } .addon[type="theme"] .icon { @@ -335,54 +266,92 @@ list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); } -.addon .name-container { - -moz-box-align: end; -} - -.addon .name, -.addon .version { +.name, +.version, +.update-postfix { font-size: 150%; margin-bottom: 0px; } -.addon .disabled-postfix { +.disabled-postfix { font-size: 130%; } -.addon .description { +.description-container { margin-top: 8px; -moz-margin-start: 6px; } -.addon .warning { +.description { + margin: 0; +} + +.warning, .pending, .error, .info { + -moz-margin-start: 48px; +} + +.addon:not([selected]) .warning { + color: #808000; +} + +.addon:not([selected]) .error { color: #FF0000; - -moz-box-align: start; +} + +.addon:not([selected]) .pending { + color: #33FF33; } .addon .warning-icon { opacity: 0.7; list-style-image: url("chrome://global/skin/icons/warning-16.png"); + width: 16px; + height: 16px; + margin: 0; } -.addon[selected] .warning-icon { - opacity: 1; +.addon .error-icon { + list-style-image: url("chrome://global/skin/icons/error-16.png"); + width: 16px; + height: 16px; + margin: 0; } -.addon .details-container { - -moz-box-align: end; - -moz-margin-start: 20px; +.addon .pending-icon, +.addon .info-icon { + list-style-image: url("chrome://global/skin/icons/information-16.png"); + width: 16px; + height: 16px; + margin: 0; } -.addon .control-container { - -moz-box-align: center; - -moz-box-pack: end; - margin-top: 6px; +.addon[notification="warning"] { + background-color : #FFFFCC; +} + +.addon[notification="error"] { + background-color: #FFD0DD; +} + +.addon[notification="info"] { + background-color: #9999CC; } -.addon[selected] .details-container { - border-color: #9999CC; +.addon[pending="enable"], +.addon[pending="upgrade"], +.addon[pending="install"] { + background-color: #CCFFDD; } +.addon[pending="disable"], +.addon[pending="uninstall"] { + background-color: #808080; +} + + +.remove-container { + width: 16px; +} /*** item - uninstalled ***/ @@ -406,13 +375,37 @@ /*** search view ***/ -.search-filter { - padding: 20px; +#search-filter { + padding: 5px 20px; -moz-box-align: center; background-color: #FFFFFF; font-size: 120%; } +#search-filter-label { + font-weight: bold; + color: #808080; +} + +.search-filter-radio { + -moz-appearance: none; + padding: 0px 6px; + margin: 0px 3px; + -moz-border-radius: 100%; +} + +.search-filter-radio[selected] { + background-color: #3366699; + color: #000000; +} + +.search-filter-radio .radio-check-box1 { + display: none; +} + +.search-filter-radio .radio-icon { + display: none; +} /*** detail view ***/ @@ -638,11 +631,27 @@ /*** buttons ***/ -.addon-control { - padding: 0px 5px; +.remove-button { + background: transparent; + padding: 0; + margin: 0; + list-style-image: url("chrome://global/skin/icons/delete.png"); + border: 1px solid transparent; +} + +.remove-button .button-box { + padding: 0; +} + +.remove-button:hover { + border: 1px outset #CCD0DD; +} + +.remove-button:active { + border: 1px inset #CCD0DD; } -.addon-control[disabled="true"] { +.remove-button .button-text { display: none; } @@ -658,4 +667,5 @@ color: #CCCCFF; cursor: pointer; min-width: 0; + margin: 0 6px; } diff --git a/LCARStrek/global/icons/delete.png b/LCARStrek/global/icons/delete.png new file mode 100644 index 00000000..6058fc39 Binary files /dev/null and b/LCARStrek/global/icons/delete.png differ diff --git a/LCARStrek/global/splitter.css b/LCARStrek/global/splitter.css index 4f43f8a6..a45d395a 100644 --- a/LCARStrek/global/splitter.css +++ b/LCARStrek/global/splitter.css @@ -104,6 +104,10 @@ splitter[orient="vertical"][state="collapsed"][substate="after"] { cursor: n-resize; } +splitter[disabled="true"] { + cursor: default !important; +} + /* ::::: splitter grippy ::::: */ grippy { diff --git a/LCARStrek/global/textbox.css b/LCARStrek/global/textbox.css index a08ac434..a564909b 100644 --- a/LCARStrek/global/textbox.css +++ b/LCARStrek/global/textbox.css @@ -57,12 +57,6 @@ textbox { min-height: 19px; } -/* this color should be on the -moz-placeholder -textbox[isempty="true"] { - color: #6000CF; -} -*/ - html|*.textbox-input, html|*.textbox-textarea { -moz-border-radius: 3px; @@ -74,6 +68,11 @@ html|*.textbox-textarea { font: inherit; } +html|*.textbox-input:-moz-placeholder, +html|*.textbox-textarea:-moz-placeholder { + color: #6000CF; +} + .textbox-input-box menupopup { cursor: default; } diff --git a/LCARStrek/global/headsUpDisplay.css b/LCARStrek/global/webConsole.css similarity index 98% rename from LCARStrek/global/headsUpDisplay.css rename to LCARStrek/global/webConsole.css index c23e43e0..8772cb45 100644 --- a/LCARStrek/global/headsUpDisplay.css +++ b/LCARStrek/global/webConsole.css @@ -85,10 +85,6 @@ color: red; font-weight: bold; } -.hud-hidden { - display: none; -} - .hud-msg-node { width: 100%; margin-top: 0.3em; @@ -105,6 +101,10 @@ width: 100%; } +.hud-filtered-by-type, .hud-filtered-by-string { + display: none; +} + .hud-group:first-child .hud-divider { display: none; } diff --git a/LCARStrek/mozapps/extensions/extensions.css b/LCARStrek/mozapps/extensions/extensions.css index 88b09574..534a8892 100644 --- a/LCARStrek/mozapps/extensions/extensions.css +++ b/LCARStrek/mozapps/extensions/extensions.css @@ -35,18 +35,14 @@ * * ***** END LICENSE BLOCK ***** */ - -.pane-splitter { - -moz-appearance: none; - border: none; - -moz-border-start: 1px solid #9C9CFF; - background-color: transparent; - background-image: none; - min-width: 1px; +#addons-page { + background-color: #000000; + margin: 20px; } -.view-pane { - background-color: #000000; +#view-port { + border: 1px solid #9C9CFF; + -moz-border-radius: 5px; } @@ -55,18 +51,32 @@ #categories { -moz-appearance: none; border: none; - margin: 0px; + -moz-margin-end: -1px; + background-color: transparent; + position: relative; } .category { - border: none; - -moz-border-radius: 8px; + border-width: 1px; + -moz-border-end-width: 0; + border-style: solid; + border-color: transparent; padding: 10px 4px; -moz-box-align: center; overflow: hidden; min-height: 0px; } +.category:-moz-locale-dir(ltr) { + -moz-border-radius-topleft: 5px; + -moz-border-radius-bottomleft: 5px; +} + +.category:-moz-locale-dir(rtl) { + -moz-border-radius-topright: 5px; + -moz-border-radius-bottomright: 5px; +} + .category[disabled] { height: 0px; opacity: 0; @@ -81,8 +91,8 @@ } .category[selected] { - background-color: #008484; - color: #FFCF00; + color: FFCF00; + border-color: #9C9CFF; } .category-name { @@ -135,12 +145,8 @@ /*** header ***/ #header { - background-color: #FF9F00; - -moz-border-radius: 8px; - padding: 2px 4em; - margin: 3px; - -moz-box-align: center; - height: 4.5em; + margin-bottom: 20px; + height: 2em; } #header-name, #header-link { @@ -169,8 +175,6 @@ } .view-header { - background-color: #9C9CFF; - color: #000000; -moz-border-radius: 8px; padding: 0px 4em; margin: 3px; @@ -230,99 +234,36 @@ /*** list ***/ .list { - -moz-appearance: none; margin: 0px; border: none; + background-color: transparent; } -.addon[status="installed"], .addon[status="installing"] { - background-color: #000000; - -moz-border-radius: 10px; - border: 1px solid #9C9CFF; - padding: 6px 7px; - margin: 3px; +.addon { + border-bottom: 1px solid #9C9CFF; + padding: 5px; } .addon[status="installing"] { -moz-box-align: center; - border-color: #FF9F00; -} - -.addon[selected]:not([status="uninstalled"]) { - background-color: #008484; - color: #FFCF00; -} - -.addon[status="installed"][selected]:not([pending="true"]) { - border: none; - padding: 7px 8px; -} - -.addon[status="installed"][active="false"] .fade { - opacity: 0.5; -} - -.addon[status="installed"][pending="true"] { - border-color: red; -} - -.addon[selected] { - /* color: -moz-dialogtext; */ -} - -.addon[selected] .text-link { - /* color: -moz-nativehyperlinktext; */ } -.addon .toggle-more { - padding: 0px 6px; - margin: 0px 6px; - min-width: 12px !important; - list-style-image: url("chrome://global/skin/arrow/arrow-down.gif"); - -moz-box-direction: reverse; - /* border: 1px solid transparent; - background: transparent; */ +.details { cursor: pointer; + margin: 0; + -moz-margin-start: 10px; } -.addon .toggle-more > .button-box > .button-icon { - -moz-padding-start: 4px; -} - -.addon[show-extra] .toggle-more { - list-style-image: url("chrome://global/skin/arrow/arrow-up.gif"); -} - -.addon .toggle-more:hover { - /* background-color: #FFCF00; - color: #FFCF00; */ -} - -.addon[selected] .toggle-more:hover { - /* background-color: #FFCF00; - color: #FFCF00; */ -} - -.addon .extra-details { - height: 0px; - overflow: hidden; - opacity: 0; - text-align: end; - -moz-transition-property: height, opacity; - -moz-transition-duration: 0.5s, 0.5s; -} - -.addon[show-extra] .extra-details { - opacity: 1; - -moz-transition-property: height, opacity; - -moz-transition-duration: 0.5s, 0.5s; +.icon-container { + width: 48px; + height: 48px; + margin: 7px; } -.addon .icon { - margin: 7px 5px; - width: 32px; - height: 32px; +.icon { list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png"); + max-width: 48px; + max-height: 48px; } .addon[type="theme"] .icon { @@ -337,55 +278,95 @@ list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); } -.addon .name-container { - -moz-box-align: end; -} - -.addon .name, -.addon .version { +.name, +.version, +.update-postfix { font-size: 150%; margin-bottom: 0px; } -.addon .disabled-postfix { +.disabled-postfix { font-size: 130%; } -.addon .description { +.description-container { margin-top: 8px; -moz-margin-start: 6px; } -.addon .warning { +.description { + margin: 0; +} + +.warning, .pending, .error, .info { + -moz-margin-start: 48px; +} + +.addon:not([selected]) .warning { + color: #FFCF00; +} + +.addon:not([selected]) .error { color: #FF0000; - -moz-box-align: start; +} + +.addon:not([selected]) .pending { + color: #008484; } .addon .warning-icon { - opacity: 0.7; list-style-image: url("chrome://global/skin/icons/warning-16.png"); + width: 16px; + height: 16px; + margin: 0; } -.addon[selected] .warning-icon { - opacity: 1; +.addon .error-icon { + list-style-image: url("chrome://global/skin/icons/error-16.png"); + width: 16px; + height: 16px; + margin: 0; } -.addon .details-container { - -moz-box-align: end; - -moz-margin-start: 20px; +.addon .pending-icon, +.addon .info-icon { + list-style-image: url("chrome://global/skin/icons/information-16.png"); + width: 16px; + height: 16px; + margin: 0; } -.addon .control-container { - -moz-box-align: center; - -moz-box-pack: end; - margin-top: 6px; +.addon[notification="warning"] { + background-color : #FFCF00; + color: #000000; +} + +.addon[notification="error"] { + background-color: #FF0000; + color: #000000; +} + +.addon[notification="info"] { + background-color: #9C9CFF; + color: #000000; +} + +.addon[pending="enable"], +.addon[pending="upgrade"], +.addon[pending="install"] { + background-color: #008484; } -.addon[selected] .details-container { - border-color: #FFCF00; +.addon[pending="disable"], +.addon[pending="uninstall"] { + color: #8050B0; } +.remove-container { + width: 16px; +} + /*** item - uninstalled ***/ .addon[status="uninstalled"] { @@ -408,13 +389,36 @@ /*** search view ***/ -.search-filter { - padding: 20px; +#search-filter { + padding: 5px 20px; -moz-box-align: center; background-color: #000000; font-size: 120%; } +#search-filter-label { + font-weight: bold; + color: #FFCF00; +} + +.search-filter-radio { + padding: 0px 6px; + margin: 0px 3px; + -moz-border-radius: 100%; +} + +.search-filter-radio[selected] { + background-color: #008484; + color: #000000; +} + +.search-filter-radio .radio-check-box1 { + display: none; +} + +.search-filter-radio .radio-icon { + display: none; +} /*** detail view ***/ @@ -637,11 +641,18 @@ /*** buttons ***/ -.addon-control { - padding: 0px 5px; +.remove-button { + padding: 0; + margin: 0; + list-style-image: url("chrome://global/skin/icons/delete.png"); + -moz-image-region: rect(0, 16px, 16px, 0px); +} + +.remove-button:hover, .remove-button:active { + -moz-image-region: rect(0, 32px, 16px, 16px); } -.addon-control[disabled="true"] { +.remove-button .button-text { display: none; } @@ -657,4 +668,5 @@ color: blue; cursor: pointer; min-width: 0; + margin: 0 6px; }