From 7c2179b2b63e874bfa7f935c7a9c5449c997b1d2 Mon Sep 17 00:00:00 2001 From: piro Date: Tue, 24 Mar 2009 14:17:44 +0000 Subject: [PATCH] =?UTF-8?q?-moz-border-image=E3=81=AE=E5=AE=9F=E9=A8=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@3866 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- chrome.manifest | 1 + images/metal-selected.xcf | Bin 2883 -> 2883 bytes images/metal.xcf | Bin 3512 -> 3512 bytes install.rdf | 2 +- skin/classic/treestyletab/metal.css | 266 ++---------------- .../treestyletab/metal/fullsize-active-l.png | Bin 0 -> 664 bytes .../treestyletab/metal/fullsize-active-r.png | Bin 0 -> 649 bytes .../metal/fullsize-active-selected-l.png | Bin 0 -> 439 bytes .../metal/fullsize-active-selected-r.png | Bin 0 -> 477 bytes .../metal/fullsize-inactive-l.png | Bin 0 -> 641 bytes .../metal/fullsize-inactive-r.png | Bin 0 -> 614 bytes .../metal/fullsize-inactive-selected-l.png | Bin 0 -> 433 bytes .../metal/fullsize-inactive-selected-r.png | Bin 0 -> 465 bytes skin/classic/treestyletab/metal/tab-3.5.css | 96 +++++++ skin/classic/treestyletab/metal/tab.css | 237 ++++++++++++++++ 15 files changed, 351 insertions(+), 251 deletions(-) create mode 100644 skin/classic/treestyletab/metal/fullsize-active-l.png create mode 100644 skin/classic/treestyletab/metal/fullsize-active-r.png create mode 100644 skin/classic/treestyletab/metal/fullsize-active-selected-l.png create mode 100644 skin/classic/treestyletab/metal/fullsize-active-selected-r.png create mode 100644 skin/classic/treestyletab/metal/fullsize-inactive-l.png create mode 100644 skin/classic/treestyletab/metal/fullsize-inactive-r.png create mode 100644 skin/classic/treestyletab/metal/fullsize-inactive-selected-l.png create mode 100644 skin/classic/treestyletab/metal/fullsize-inactive-selected-r.png create mode 100644 skin/classic/treestyletab/metal/tab-3.5.css create mode 100644 skin/classic/treestyletab/metal/tab.css diff --git a/chrome.manifest b/chrome.manifest index 7a2d502e..f74e4497 100644 --- a/chrome.manifest +++ b/chrome.manifest @@ -18,3 +18,4 @@ locale treestyletab ru-RU jar:chrome/treestyletab.jar!/locale/ru-RU/treestyletab skin treestyletab classic/1.0 jar:chrome/treestyletab.jar!/skin/classic/treestyletab/ style chrome://browser/content/browser.xul chrome://treestyletab/skin/treestyletab-3.1.css appversion>=3.1b3pre +#override chrome://treestyletab/skin/metal/tab.css chrome://treestyletab/skin/metal/tab-3.5.css appversion>=3.5b4pre diff --git a/images/metal-selected.xcf b/images/metal-selected.xcf index 097406ac203188c7a47a94ab63fc6ebb65076c5d..529a61a2bb29467f0b1027075328dcdbc4f1aea5 100644 GIT binary patch delta 62 xcmX>sc35n~2}VYS$qSg=Ckrt3gIQOg{0S^Fn{P1BV})|}ao#~lO#a8^3ILT@6)OM$ delta 48 ucmX>sc35n~3C77DEFO~unEJu=bEaM(owE4`^E_6tz&_49Ac4vMxLg6n-V&<- diff --git a/images/metal.xcf b/images/metal.xcf index b6d4b55c6504501a0491d0cb134722e7a900cd37..766e30ad1a8e4067bf5956257ef715445f5e89fc 100644 GIT binary patch delta 20 ccmdlXy+e9KD9hyeOe&MJ*i<&pWs&9t08fVorvLx| delta 16 XcmdlXy+e9KD9dCwHjmA7S)@4uG!_L< diff --git a/install.rdf b/install.rdf index d394858b..14648a3b 100644 --- a/install.rdf +++ b/install.rdf @@ -149,7 +149,7 @@ + em:maxVersion="3.5b4pre" /> diff --git a/skin/classic/treestyletab/metal.css b/skin/classic/treestyletab/metal.css index 7f8ebe26..5afd59ce 100644 --- a/skin/classic/treestyletab/metal.css +++ b/skin/classic/treestyletab/metal.css @@ -1,6 +1,22 @@ +@import url("chrome://treestyletab/skin/metal/tab.css"); + @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] + .tabs-bottom, +tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] + .tabs-left, +tabbrowser[treestyletab-style="metal"][treestyletab-tabbar-position="bottom"] + .tabs-bottom, +tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] + .tab-text-shadow, /* Mac OS X */ +tabbrowser[treestyletab-style="metal"][treestyletab-tabbar-position="bottom"] + .tab-text-shadow /* Mac OS X */ { + display: none !important; +} + + tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] .tabbrowser-tabs * { width: 100% !important; @@ -84,253 +100,3 @@ tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] text-align: center !important; } -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab, -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab:hover, -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab[selected="true"], -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab[selected="true"]:hover { - background: transparent none !important; - border: 2px solid transparent !important; - color: black !important; - height: 30px !important; - margin-top: -2px !important; - margin-right: 0; - margin-bottom: -2px !important; - margin-left: 0; - padding: 0 !important; - -moz-border-top-colors: transparent transparent !important; - -moz-border-right-colors: transparent transparent !important; - -moz-border-bottom-colors: transparent transparent !important; - -moz-border-left-colors: transparent transparent !important; - -moz-border-radius: 0 !important; -} - -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"]:not([treestyletab-appearance-inverted="true"]) - .tabbrowser-tab:not([treestyletab-drop-position]), -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"]:not([treestyletab-appearance-inverted="true"]) - .tabbrowser-tab[selected="true"]:not([treestyletab-drop-position]) { - border-right: 0 none !important; - -moz-border-right-colors: none !important; -} -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab:not([treestyletab-drop-position]), -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab[selected="true"]:not([treestyletab-drop-position]) { - border-left: 0 none !important; - -moz-border-left-colors: none !important; -} -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"]:not([treestyletab-appearance-inverted="true"]) - .tabbrowser-tab:not([treestyletab-drop-position]) .tab-image-right, -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"]:not([treestyletab-appearance-inverted="true"]) - .tabbrowser-tab[selected="true"]:not([treestyletab-drop-position]) .tab-image-right, -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab:not([treestyletab-drop-position]) .tab-image-left, -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab[selected="true"]:not([treestyletab-drop-position]) .tab-image-left { - width: 10px !important; -} - - -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab .tab-image-middle, -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab:hover .tab-image-middle, -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab .tab-close-button, -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab:hover .tab-close-button { - background: url("metal/tab-active-middle.png") repeat-x top left !important; - margin: 0 !important; -} -:root:not([active="true"]) tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab .tab-image-middle, -:root:not([active="true"]) tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab:hover .tab-image-middle, -:root:not([active="true"]) tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab .tab-close-button, -:root:not([active="true"]) tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab:hover .tab-close-button { - background-image: url("metal/tab-inactive-middle.png") !important; -} - -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab .tab-image-left, -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab:hover .tab-image-left { - background: url("metal/tab-active-left-l.png") no-repeat top left !important; - width: 10px !important; -} -:root:not([active="true"]) tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab .tab-image-left, -:root:not([active="true"]) tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab:hover .tab-image-left { - background-image: url("metal/tab-inactive-left-l.png") !important; -} - -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab .tab-image-right, -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab:hover .tab-image-right { - background: url("metal/tab-active-right-l.png") no-repeat top right !important; - width: 8px !important; -} -:root:not([active="true"]) tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab .tab-image-right, -:root:not([active="true"]) tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab:hover .tab-image-right { - background-image: url("metal/tab-inactive-right-l.png") !important; -} - -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab[selected="true"] .tab-image-middle, -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab[selected="true"]:hover .tab-image-middle, -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab[selected="true"] .tab-close-button, -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab[selected="true"]:hover .tab-close-button, -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab[selected="true"] .tab-image-right, -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab[selected="true"]:hover .tab-image-right { - background: url("metal/tab-active-middle-selected.png") repeat-x top left !important; -} -:root:not([active="true"]) tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab[selected="true"] .tab-image-middle, -:root:not([active="true"]) tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab[selected="true"]:hover .tab-image-middle, -:root:not([active="true"]) tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab[selected="true"] .tab-close-button, -:root:not([active="true"]) tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab[selected="true"]:hover .tab-close-button, -:root:not([active="true"]) tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab[selected="true"] .tab-image-right, -:root:not([active="true"]) tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab[selected="true"]:hover .tab-image-right { - background-image: url("metal/tab-inactive-middle-selected.png") !important; -} - -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab[selected="true"] .tab-image-left, -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab[selected="true"]:hover .tab-image-left { - background: url("metal/tab-active-left-selected-l.png") no-repeat top left !important; -} -:root:not([active="true"]) tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab[selected="true"] .tab-image-left, -:root:not([active="true"]) tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabbrowser-tab[selected="true"]:hover .tab-image-left { - background-image: url("metal/tab-inactive-left-selected-l.png") !important; -} - - - - -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab .tab-image-middle, -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab:hover .tab-image-middle, -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab .tab-close-button, -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab:hover .tab-close-button { - background: url("metal/tab-active-middle.png") repeat-x top left !important; -} -:root:not([active="true"]) tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab .tab-image-middle, -:root:not([active="true"]) tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab:hover .tab-image-middle, -:root:not([active="true"]) tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab .tab-close-button, -:root:not([active="true"]) tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab:hover .tab-close-button { - background-image: url("metal/tab-inactive-middle.png") !important; -} - -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab .tab-image-left, -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab:hover .tab-image-left { - background: url("metal/tab-active-left-r.png") no-repeat top left !important; - width: 8px !important; -} -:root:not([active="true"]) tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab .tab-image-left, -:root:not([active="true"]) tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab:hover .tab-image-left { - background-image: url("metal/tab-inactive-left-r.png") !important; -} - -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab .tab-image-right, -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab:hover .tab-image-right { - background: url("metal/tab-active-right-r.png") no-repeat top right !important; - width: 10px !important; -} -:root:not([active="true"]) tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab .tab-image-right, -:root:not([active="true"]) tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab:hover .tab-image-right { - background-image: url("metal/tab-inactive-right-r.png") !important; -} - -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab[selected="true"] .tab-image-middle, -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab[selected="true"]:hover .tab-image-middle, -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab[selected="true"] .tab-close-button, -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab[selected="true"]:hover .tab-close-button, -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab[selected="true"] .tab-image-left, -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab[selected="true"]:hover .tab-image-left { - background: url("metal/tab-active-middle-selected.png") repeat-x top left !important; -} -:root:not([active="true"]) tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab[selected="true"] .tab-image-middle, -:root:not([active="true"]) tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab[selected="true"]:hover .tab-image-middle, -:root:not([active="true"]) tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab[selected="true"] .tab-close-button, -:root:not([active="true"]) tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab[selected="true"]:hover .tab-close-button, -:root:not([active="true"]) tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab[selected="true"] .tab-image-left, -:root:not([active="true"]) tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab[selected="true"]:hover .tab-image-left { - background-image: url("metal/tab-inactive-middle-selected.png") !important; -} - -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab[selected="true"] .tab-image-right, -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab[selected="true"]:hover .tab-image-right { - background: url("metal/tab-active-right-selected-r.png") no-repeat top right !important; -} -:root:not([active="true"]) tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab[selected="true"] .tab-image-right, -:root:not([active="true"]) tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] - .tabbrowser-tab[selected="true"]:hover .tab-image-right { - background-image: url("metal/tab-inactive-right-selected-r.png") !important; -} - - - -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabs-bottom, -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tabs-left, -tabbrowser[treestyletab-style="metal"][treestyletab-tabbar-position="bottom"] - .tabs-bottom, -tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] - .tab-text-shadow, /* Mac OS X */ -tabbrowser[treestyletab-style="metal"][treestyletab-tabbar-position="bottom"] - .tab-text-shadow /* Mac OS X */ { - display: none !important; -} diff --git a/skin/classic/treestyletab/metal/fullsize-active-l.png b/skin/classic/treestyletab/metal/fullsize-active-l.png new file mode 100644 index 0000000000000000000000000000000000000000..c3c63ca14625ada82fc1d0bcdf6f5cf6fed11e9d GIT binary patch literal 664 zcmV;J0%!e+P)-#62sx}J%A5I+oPGaR;6jG*Xwm>xm-rq->-XN zg-!=RboKS>t+nbG|U_m8IVy*SNV+twj5rE+_ zgoF-}l1d1`0HBkutVw(qgdReNh_NPyl!uHaX+VfiNE0zqrK|SQN+T34BBm`N zhg_4_xuz8%1rbf5sb&p}Vp<}iNE(vX%^Fuk<3tFmLX074MDDxB0=Sva=idf{!O4GO zr{{Xt&s!o|M2t|ZuDl>L#ssHtPESY*fJTalFv~Kv+wF9krr~O}irr050NhNc(;rb3 zl`e9Naa?CSeTSYuG$waqM0Ay_h^Xy$n~cZf=Ol&u9jb1I_JM7;eIkM^%Yr0Lbdn_D za6E- zw@6k&8~6-C(1kZ%bZNBcws6p<7CA4APy#JeN(%m}97-M{vW!y2)J%FplV)6Op z!wCSa!@UZohi>9IfcK-(==}Q2^;-ZrfIa}#HAopl@BQTL)7i5CmmLZO05Bepj{`{W zpdeY6y^9o42Lk~x3O=cxuSt56o}dHZNV=%>RH7W4Lbc?m+JEXu4F!OjLQm3x6@+`@ zfx8SEuN47;3GxiMQrhaYT0p0fo2d9 zaYBjJs4LRAc$X0$O%eHoUDxwt)yRff4+K*7k#5YI8WAdwY(Nm~N)Z>sXrXu!als=6 zxS5b}JQLONU$I;+mjM38^GMlQtK$izvd0%5E-o*=g-NX%8#PIZAWE}JOYJk!rkm8; z%Fpv$&1SQoL6K_1+KYElFY!SU-_kqyk8QoK1oJ%SbUM9p&i&c~F)z&vYpt=?(psyH zF-5=M_bqQuRXaNM1c(BF)oS(Q^yBI6d_MmUU{$Y91>m@YGWB6tz6;)1Z%y$Xeb=z| jT_Y*kdL1>d*1_rlkF#sP&mYDA00000NkvXXu0mjfHXIcb literal 0 HcmV?d00001 diff --git a/skin/classic/treestyletab/metal/fullsize-active-selected-l.png b/skin/classic/treestyletab/metal/fullsize-active-selected-l.png new file mode 100644 index 0000000000000000000000000000000000000000..b31754b957ffe69a6c36018ccf6d5213823c64e2 GIT binary patch literal 439 zcmV;o0Z9IdP){qxHKJUXrp2vPOh#z zg^O+9kHIHk@gZs#7e&Mck{j&ez`Zf)Nl3US3_re*lY_zUG5`}0fYV%7)9bB_J!b(N z17qL<7&Yg?p67dkw1^Q91ed`)%d#w5L`z`{o1V*(?#<@SgVpnD9fsk9>$*b}l_jNN z1839ebe<&1BZ^D@00l5k)ASwh>d8>n`C`?h_LfedBXEo^@ hNeJZ-xo@hPz(3U4Gqp{YXT$&i002ovPDHLkV1kl0u-gCt literal 0 HcmV?d00001 diff --git a/skin/classic/treestyletab/metal/fullsize-active-selected-r.png b/skin/classic/treestyletab/metal/fullsize-active-selected-r.png new file mode 100644 index 0000000000000000000000000000000000000000..c135b50f5b143eae535afbe366dbaae0fd7ce169 GIT binary patch literal 477 zcmV<30V4j1P)|0a{5!K~zY`?bpFd0#Ovk@&D*F5;BWu71-K+WJ|3#=mmNpHL{*! z_PVL9M2nK#2qLsF5u%_X#<00+)8<^6bnU$^JTMIRGK(LF!|)vk*k`r%3rvAX9wm2i z@*@{GULhg|X23V_0lWh5a#l%<)2KJ%6?X(RQIpm~>plpAp#R)|1o{G-V~jv_g<&{u zx7#<>^J)d?0bkNFQWz}X_qU71;%PpgKLB=sEx<7j(N!vyPJms&(|1-Ng~P(pT683r z%k2Tabi^JclgYS(NNIx=NMbBfR%b;2!xmL*Q5(nxvd)m12x|h;4_&= zj6>4tH1$UPT9R614dQto&1UmXIx^7^*JLML*NtnJwF{-xlcclhJUnN!StF3aU@$CK z%2(ZP_ZAoeYl;RETH5&6Hb1_}qYaEGd7{DaoOPj+VSLb!D T!6v>Q00000NkvXXu0mjf^+CVF literal 0 HcmV?d00001 diff --git a/skin/classic/treestyletab/metal/fullsize-inactive-l.png b/skin/classic/treestyletab/metal/fullsize-inactive-l.png new file mode 100644 index 0000000000000000000000000000000000000000..bace442214a15da3c68223b4f7b01b3905a48aa0 GIT binary patch literal 641 zcmV-{0)G98P)8`kE zNZyauPe7Y09YqRq5fUyiF^AcmF9inqR*R1${26H&+rzRyKF_Sz3Sm<<*Ht{Jg(lFI zM*vz?JUNUCKo|gKG#bTMZ?EnE+yO|AIjM+XwOZ+-D0H6Z(R4a(MIMv}U><%xd?tAh z;1$kfK1h_NX_w>|oY}Mwa(i?85f?BY!~pnoNf1>7`EUu4D6n=!04xC3x{3`Q$G_;x z?QfE#A*s1B9R&ui&m@8XFeE|JMu9J^YfyaVpZV8(rS=^IfF>!GA|?c48zwuZnJu_b z>>(fwD6~&8Hq?;vYD6|4LP}VXQ`AUET>(H4e6B`LZKkRZh{)wYYK5voim+BACugaE zlu%scC3wztgd{}-6z;YGTL_zF+4o+r_x?ZkI1I!m-BiCdB4V{y#dbIxep5=>>K6Tr zulGbh??^h5Rz$4wNL$@*_vLsz{_3n_!?UGnO$j|`o{SL@wOA}np69JB%i5F4q+@(t z%d$kj-~V-ebNvpidVQnTK6eLR+vP~IEK5AD9#Is9n$PEv2~~5NroU&i*^j|s@FtGq z*IMgDYaKUuqP1?<&RD38j0H!A({qBj00000NkvXXu0mjfxwi~o literal 0 HcmV?d00001 diff --git a/skin/classic/treestyletab/metal/fullsize-inactive-r.png b/skin/classic/treestyletab/metal/fullsize-inactive-r.png new file mode 100644 index 0000000000000000000000000000000000000000..2d382e4e924a40f58be0af69e776010650e43afd GIT binary patch literal 614 zcmV-s0-61ZP)Q0mHB4XF58Tn`3=vfuB!Ua!Ylma#GBy~#WQxSZY0E=Qx$Gk{8~A!CpR zIe_oO!{NpK-TgNJ9sO@gO{B(05&1ElPCuwDc18pMaQx-?^M64Ez*im5&WRj(LdLBSQrl6$iZRfdd;DwUjivd0DOPc zG;tzIqN$w`Vc}XE&a-d|$f{VGOC3#WA`;Yyc7`MFkcgY!jQM>2M>pM&@rn33B3p}7 zA{0gOyY0|ASt|g(bJlrZ0#P07-pc)^W9aPs?7{2E%V?OnWZ|;)yrDOw<>&kwUS%Ozhb@eN?>kJHxdY&$h zAs)xyPPg|yVjyvB{-2LMQJGr{wp()W6>3~*ZraYp%0BVl*>inCA7+<|bj?5LxW}+N z-jQ3k)bk;SYwRSAJIsm`96mkvyk}m?dCZl;fFb64NPpzz8;^JnupE$UaQJR5bxe}u zvb1~Uy!q2oEA^Mg6rE$$>6Q)rFzwlRP~$#YWne1&G^-Gwsqf0wl|B9~QeRRR@;Z3_Xhnd-!y&uYIlnwpguNpaE*2 zQfs?-NCG=625EqA;1hUL>z4wWNn}~pt{8->s>&ouuA(Tqh~xMkcve8QQ4p=NET57j z83#dd4&*?o%j95CuIq01`~8zJ40iz+=;%G8AXj>iZ$AI-)yPL)ZrSr8USJWDWAioYMXWkZK;r3P_r!H!1?u)*KN+Fuk6RfsZ*? z%myO>*^%`2dVWz94=Os=I