From: Robert Kaiser Date: Sat, 20 Mar 2010 18:30:04 +0000 (+0100) Subject: update both themes for toolkit winstripe trunk changes up to 2009-11-06 X-Git-Tag: EarlyBlue-2.1a1~15 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=3b1530c2325c37e07e8f75e72bf2d157ed606175 update both themes for toolkit winstripe trunk changes up to 2009-11-06 --- diff --git a/EarlyBlue/global/appPicker.css b/EarlyBlue/global/appPicker.css index e0abd8f1..561333ee 100644 --- a/EarlyBlue/global/appPicker.css +++ b/EarlyBlue/global/appPicker.css @@ -1,39 +1,20 @@ #app-picker { - width:320px !important; - max-width:320px !important; + width: 320px; } #content-description { - font-weight:bold; + font-weight: bold; } -#suggested-filename { - font-weight:normal; +#content-icon, +.listcell-icon { + height: 32px; + width: 32px; } -#file-info { +#content-icon, +.listcell-icon, +.listcell-label { + margin: 5px; } - -#app-picker-list { - height:225px; - min-height:225px; -} - -#app-picker-item { - padding-bottom:5px; - padding-top:5px; -} - -#app-picker-item-image { -} - -#app-picker-item-cell { - font-weight:normal; - -moz-padding-end:10px; - -moz-padding-start:10px; -} - -#browse-button { - margin-top:10px; -} \ No newline at end of file diff --git a/EarlyBlue/global/global.css b/EarlyBlue/global/global.css index ae402252..6b8cea4f 100644 --- a/EarlyBlue/global/global.css +++ b/EarlyBlue/global/global.css @@ -169,6 +169,26 @@ toolbar[mode="text"] .toolbarbutton-text { /* ::::: miscellaneous formatting ::::: */ +:root:-moz-lwtheme, +[lwthemefooter="true"] { + -moz-appearance: none; +} + +:root:-moz-lwtheme-darktext { + text-shadow: 1px 1px 2px #FFFFFF; +} + +:root:-moz-lwtheme-brighttext { + text-shadow: 1px 1px 2px #000000; +} + +statusbar:-moz-lwtheme, +sidebarheader:-moz-lwtheme { + -moz-appearance: none; + background: none; + border-style: none; +} + .inset { border: 1px inset #CCD0DD; /* margin: 0px 5px 5px; */ diff --git a/EarlyBlue/global/media/videocontrols.css b/EarlyBlue/global/media/videocontrols.css index 7ac72755..f6d5495e 100644 --- a/EarlyBlue/global/media/videocontrols.css +++ b/EarlyBlue/global/media/videocontrols.css @@ -162,6 +162,8 @@ } .statusOverlay { + -moz-box-align: center; + -moz-box-pack: center; background-color: rgba(0,0,0,0.55); } diff --git a/EarlyBlue/global/menu.css b/EarlyBlue/global/menu.css index 7e3adcff..d4af721b 100644 --- a/EarlyBlue/global/menu.css +++ b/EarlyBlue/global/menu.css @@ -114,6 +114,10 @@ menulist > menupopup > menu { max-width: none; } +menubar > menu:-moz-lwtheme { + -moz-appearance: none; +} + /* ..... internal content .... */ .menu-text, diff --git a/EarlyBlue/global/notification.css b/EarlyBlue/global/notification.css index 6d17a07b..5488ed13 100644 --- a/EarlyBlue/global/notification.css +++ b/EarlyBlue/global/notification.css @@ -3,6 +3,7 @@ notification { background-color : #FFFFCC; color: #000000; + text-shadow: none; } notification[type="info"] { diff --git a/EarlyBlue/global/printPreview.css b/EarlyBlue/global/printPreview.css index 3ebcd4d1..f9c0933c 100644 --- a/EarlyBlue/global/printPreview.css +++ b/EarlyBlue/global/printPreview.css @@ -46,11 +46,11 @@ list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp-end.gif"); } -.left-arrow, .right-arrow:-moz-locale-dir(rtl) { +.previous-arrow, .next-arrow:-moz-locale-dir(rtl) { list-style-image: url("chrome://global/skin/arrow/arrow-left-sharp.gif"); } -.right-arrow, .left-arrow:-moz-locale-dir(rtl) { +.next-arrow, .previous-arrow:-moz-locale-dir(rtl) { list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp.gif"); } diff --git a/EarlyBlue/global/splitter.css b/EarlyBlue/global/splitter.css index d6f13fe2..eafe243a 100644 --- a/EarlyBlue/global/splitter.css +++ b/EarlyBlue/global/splitter.css @@ -59,6 +59,10 @@ splitter:hover:active { background-color: #999999; } +splitter:-moz-lwtheme { + background: none; +} + /* ::::: splitter (horizontal) ::::: */ splitter[orient="vertical"] { diff --git a/EarlyBlue/global/toolbar.css b/EarlyBlue/global/toolbar.css index 1bef5d8f..53a0103e 100644 --- a/EarlyBlue/global/toolbar.css +++ b/EarlyBlue/global/toolbar.css @@ -62,6 +62,15 @@ toolbaritem > menubar { background-color: transparent; } +/* ::::: lightweight theme ::::: */ + +toolbox:-moz-lwtheme, +toolbar:-moz-lwtheme { + -moz-appearance: none; + background: none; + border-style: none; +} + /* ::::: toolbar decorations ::::: */ toolbarseparator { diff --git a/EarlyBlue/global/toolbarbutton.css b/EarlyBlue/global/toolbarbutton.css index 59a76908..4cd99274 100644 --- a/EarlyBlue/global/toolbarbutton.css +++ b/EarlyBlue/global/toolbarbutton.css @@ -104,6 +104,10 @@ toolbarbutton[disabled="true"][open="true"] { color: #999999; } +toolbarbutton:-moz-lwtheme { + text-shadow: none; +} + /* ..... checked state ..... */ toolbarbutton[checked="true"] { diff --git a/EarlyBlue/global/tree.css b/EarlyBlue/global/tree.css index bd00dd7a..4e4c8a21 100644 --- a/EarlyBlue/global/tree.css +++ b/EarlyBlue/global/tree.css @@ -300,13 +300,13 @@ treecol[dragging="true"] { color: #000000; } -tree:-moz-locale-dir(ltr) treecol[insertafter="true"], -tree:-moz-locale-dir(rtl) treecol[insertbefore="true"] { +treecol[insertafter="true"]:-moz-locale-dir(ltr), +treecol[insertbefore="true"]:-moz-locale-dir(rtl) { border-right: 1px solid #000000; } -tree:-moz-locale-dir(rtl) treecol[insertafter="true"], -tree:-moz-locale-dir(ltr) treecol[insertbefore="true"] { +treecol[insertafter="true"]:-moz-locale-dir(rtl), +treecol[insertbefore="true"]:-moz-locale-dir(ltr) { border-left: 1px solid #000000; } diff --git a/EarlyBlue/mozapps/extensions/extensions.css b/EarlyBlue/mozapps/extensions/extensions.css index 52a184f3..fb5994c1 100644 --- a/EarlyBlue/mozapps/extensions/extensions.css +++ b/EarlyBlue/mozapps/extensions/extensions.css @@ -128,6 +128,14 @@ richlistitem[selected="true"] .text-link { max-height: 32px; } +richlistitem[plugin] .addonIcon > image { + list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); +} + +richlistitem[lwtheme] .addonIcon > image { + list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png"); +} + .updateBadge, .notifyBadge { width: 16px; @@ -318,7 +326,7 @@ vbox[typeName="status"][type="header-recommended"] { -moz-padding-start: 10px; } -#viewGroup radio { +#viewGroup > radio { margin: 0px; padding: 1px 3px; min-width: 4.5em; @@ -326,11 +334,11 @@ vbox[typeName="status"][type="header-recommended"] { border: 1px solid transparent; } -#viewGroup radio:hover { +#viewGroup > radio:hover { border: 1px outset #CCD0DD; } -#viewGroup radio[selected="true"] { +#viewGroup > radio[selected="true"] { border: 1px inset #CCD0DD; background-color: #DDDDDD; } diff --git a/EarlyBlue/mozapps/plugins/pluginBlocked-16.png b/EarlyBlue/mozapps/plugins/pluginBlocked-16.png new file mode 100644 index 00000000..83ddf233 Binary files /dev/null and b/EarlyBlue/mozapps/plugins/pluginBlocked-16.png differ diff --git a/EarlyBlue/mozapps/plugins/pluginDisabled-16.png b/EarlyBlue/mozapps/plugins/pluginDisabled-16.png new file mode 100644 index 00000000..4a2c02c9 Binary files /dev/null and b/EarlyBlue/mozapps/plugins/pluginDisabled-16.png differ diff --git a/EarlyBlue/mozapps/plugins/pluginGeneric-16.png b/EarlyBlue/mozapps/plugins/pluginGeneric-16.png new file mode 100644 index 00000000..445200e5 Binary files /dev/null and b/EarlyBlue/mozapps/plugins/pluginGeneric-16.png differ diff --git a/EarlyBlue/mozapps/plugins/pluginOutdated-16.png b/EarlyBlue/mozapps/plugins/pluginOutdated-16.png new file mode 100644 index 00000000..8e0cbd19 Binary files /dev/null and b/EarlyBlue/mozapps/plugins/pluginOutdated-16.png differ diff --git a/LCARStrek/global/appPicker.css b/LCARStrek/global/appPicker.css index e0abd8f1..561333ee 100644 --- a/LCARStrek/global/appPicker.css +++ b/LCARStrek/global/appPicker.css @@ -1,39 +1,20 @@ #app-picker { - width:320px !important; - max-width:320px !important; + width: 320px; } #content-description { - font-weight:bold; + font-weight: bold; } -#suggested-filename { - font-weight:normal; +#content-icon, +.listcell-icon { + height: 32px; + width: 32px; } -#file-info { +#content-icon, +.listcell-icon, +.listcell-label { + margin: 5px; } - -#app-picker-list { - height:225px; - min-height:225px; -} - -#app-picker-item { - padding-bottom:5px; - padding-top:5px; -} - -#app-picker-item-image { -} - -#app-picker-item-cell { - font-weight:normal; - -moz-padding-end:10px; - -moz-padding-start:10px; -} - -#browse-button { - margin-top:10px; -} \ No newline at end of file diff --git a/LCARStrek/global/global.css b/LCARStrek/global/global.css index a112b919..0ee50ab3 100644 --- a/LCARStrek/global/global.css +++ b/LCARStrek/global/global.css @@ -213,6 +213,26 @@ toolbar[mode="text"] .toolbarbutton-text { /* ::::: miscellaneous formatting ::::: */ +:root:-moz-lwtheme, +[lwthemefooter="true"] { + -moz-appearance: none; +} + +:root:-moz-lwtheme-darktext { + text-shadow: 1px 1px 2px #FFCF00; +} + +:root:-moz-lwtheme-brighttext { + text-shadow: 1px 1px 2px #000000; +} + +statusbar:-moz-lwtheme, +sidebarheader:-moz-lwtheme { + -moz-appearance: none; + background: none; + border-style: none; +} + .inset { /* border: 1px inset #FF9F00; margin: 0px 5px 5px; */ diff --git a/LCARStrek/global/media/videocontrols.css b/LCARStrek/global/media/videocontrols.css index 8229cd45..9bd50071 100644 --- a/LCARStrek/global/media/videocontrols.css +++ b/LCARStrek/global/media/videocontrols.css @@ -188,6 +188,8 @@ } .statusOverlay { + -moz-box-align: center; + -moz-box-pack: center; background-color: rgba(0,0,0,0.55); } diff --git a/LCARStrek/global/menu.css b/LCARStrek/global/menu.css index 0f78a138..9c5075b8 100644 --- a/LCARStrek/global/menu.css +++ b/LCARStrek/global/menu.css @@ -115,6 +115,10 @@ menulist > menupopup > menu { max-width: none; } +menubar > menu:-moz-lwtheme { + -moz-appearance: none; +} + /* ..... internal content .... */ .menu-text, diff --git a/LCARStrek/global/notification.css b/LCARStrek/global/notification.css index 86e321f5..ce6108ff 100644 --- a/LCARStrek/global/notification.css +++ b/LCARStrek/global/notification.css @@ -3,6 +3,7 @@ notification { background-color : #FFCF00; color: #000000; + text-shadow: none; -moz-border-radius: 8px; } diff --git a/LCARStrek/global/printPreview.css b/LCARStrek/global/printPreview.css index 8a8456c4..1a033c78 100644 --- a/LCARStrek/global/printPreview.css +++ b/LCARStrek/global/printPreview.css @@ -54,19 +54,19 @@ list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp-end-hover.gif"); } -.left-arrow, .right-arrow:-moz-locale-dir(rtl) { +.previous-arrow, .next-arrow:-moz-locale-dir(rtl) { list-style-image: url("chrome://global/skin/arrow/arrow-left-sharp.gif"); } -.left-arrow:hover, .right-arrow:-moz-locale-dir(rtl):hover { +.previous-arrow:hover, .next-arrow:-moz-locale-dir(rtl):hover { list-style-image: url("chrome://global/skin/arrow/arrow-left-sharp-hover.gif"); } -.right-arrow, .left-arrow:-moz-locale-dir(rtl) { +.next-arrow, .previous-arrow:-moz-locale-dir(rtl) { list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp.gif"); } -.right-arrow:hover, .left-arrow:-moz-locale-dir(rtl):hover { +.next-arrow:hover, .previous-arrow:-moz-locale-dir(rtl):hover { list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp-hover.gif"); } diff --git a/LCARStrek/global/splitter.css b/LCARStrek/global/splitter.css index acce973b..f1c025c3 100644 --- a/LCARStrek/global/splitter.css +++ b/LCARStrek/global/splitter.css @@ -65,6 +65,10 @@ splitter.tree-splitter { margin: 0px; } +splitter:-moz-lwtheme { + background: none; +} + /* ::::: splitter (horizontal) ::::: */ splitter[orient="vertical"] { diff --git a/LCARStrek/global/toolbar.css b/LCARStrek/global/toolbar.css index a07e5033..21ccb067 100644 --- a/LCARStrek/global/toolbar.css +++ b/LCARStrek/global/toolbar.css @@ -126,6 +126,15 @@ toolbaritem > menubar { background-color: transparent; } +/* ::::: lightweight theme ::::: */ + +toolbox:-moz-lwtheme, +toolbar:-moz-lwtheme { + -moz-appearance: none; + background: none; + border-style: none; +} + /* ::::: toolbar decorations ::::: */ toolbarseparator { diff --git a/LCARStrek/global/toolbarbutton.css b/LCARStrek/global/toolbarbutton.css index 5e415927..087dcd70 100644 --- a/LCARStrek/global/toolbarbutton.css +++ b/LCARStrek/global/toolbarbutton.css @@ -110,6 +110,11 @@ toolbarbutton[disabled="true"][checked="true"] { color: #8050B0; } +toolbarbutton:-moz-lwtheme { + text-shadow: none; +} + + /* ..... checked state ..... */ toolbarbutton[checked="true"] { diff --git a/LCARStrek/global/tree.css b/LCARStrek/global/tree.css index 8bb5d53c..ccc192ec 100644 --- a/LCARStrek/global/tree.css +++ b/LCARStrek/global/tree.css @@ -324,13 +324,13 @@ treecol[dragging="true"] { color: #000000; } -tree:-moz-locale-dir(ltr) treecol[insertafter="true"], -tree:-moz-locale-dir(rtl) treecol[insertbefore="true"] { +treecol[insertafter="true"]:-moz-locale-dir(ltr), +treecol[insertbefore="true"]:-moz-locale-dir(rtl) { border-right: 1px solid #FFCF00; } -tree:-moz-locale-dir(rtl) treecol[insertafter="true"], -tree:-moz-locale-dir(ltr) treecol[insertbefore="true"] { +treecol[insertafter="true"]:-moz-locale-dir(rtl), +treecol[insertbefore="true"]:-moz-locale-dir(ltr) { border-left: 1px solid #FFCF00; } diff --git a/LCARStrek/mozapps/extensions/extensions.css b/LCARStrek/mozapps/extensions/extensions.css index 79852879..8899198f 100644 --- a/LCARStrek/mozapps/extensions/extensions.css +++ b/LCARStrek/mozapps/extensions/extensions.css @@ -130,6 +130,14 @@ richlistitem[selected="true"] .text-link { max-height: 32px; } +richlistitem[plugin] .addonIcon > image { + list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); +} + +richlistitem[lwtheme] .addonIcon > image { + list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png"); +} + .updateBadge, .notifyBadge { width: 16px; @@ -322,7 +330,7 @@ vbox[typeName="status"][type="header-recommended"] { -moz-padding-start: 10px; } -#viewGroup radio { +#viewGroup > radio { -moz-border-radius: 5px; margin: 0px; padding: 1px 3px; @@ -331,12 +339,12 @@ vbox[typeName="status"][type="header-recommended"] { border: 1px solid transparent; } -#viewGroup radio:hover { +#viewGroup > radio:hover { background-color: #FFCF00; color: #000000; } -#viewGroup radio[selected="true"] { +#viewGroup > radio[selected="true"] { background-color: #008484; color: #000000; } diff --git a/LCARStrek/mozapps/plugins/pluginBlocked-16.png b/LCARStrek/mozapps/plugins/pluginBlocked-16.png new file mode 100644 index 00000000..15e06cbb Binary files /dev/null and b/LCARStrek/mozapps/plugins/pluginBlocked-16.png differ diff --git a/LCARStrek/mozapps/plugins/pluginBlocked.png b/LCARStrek/mozapps/plugins/pluginBlocked.png index 8aa8e965..d98cc554 100644 Binary files a/LCARStrek/mozapps/plugins/pluginBlocked.png and b/LCARStrek/mozapps/plugins/pluginBlocked.png differ diff --git a/LCARStrek/mozapps/plugins/pluginDisabled-16.png b/LCARStrek/mozapps/plugins/pluginDisabled-16.png new file mode 100644 index 00000000..890bcead Binary files /dev/null and b/LCARStrek/mozapps/plugins/pluginDisabled-16.png differ diff --git a/LCARStrek/mozapps/plugins/pluginGeneric-16.png b/LCARStrek/mozapps/plugins/pluginGeneric-16.png new file mode 100644 index 00000000..7d0659a9 Binary files /dev/null and b/LCARStrek/mozapps/plugins/pluginGeneric-16.png differ diff --git a/LCARStrek/mozapps/plugins/pluginOutdated-16.png b/LCARStrek/mozapps/plugins/pluginOutdated-16.png new file mode 100644 index 00000000..96e7b3e5 Binary files /dev/null and b/LCARStrek/mozapps/plugins/pluginOutdated-16.png differ