From 796b58bf9654f3f6fd821273335e8ea8da50da42 Mon Sep 17 00:00:00 2001 From: "kairo%kairo.at" Date: Wed, 17 Jan 2007 20:36:43 +0000 Subject: [PATCH] bug 360109 - make suiterunner help use SeaMonkey theme icons, r+sr=Neil --- suite/common/helpOverlay.xul | 2 + themes/classic/communicator/helpOverlay.css | 120 ++++++++++++++ themes/classic/jar.mn | 1 + themes/modern/communicator/helpOverlay.css | 1 + themes/modern/help/help.css | 172 ++++++++++++++++++++ themes/modern/help/home-act.gif | Bin 0 -> 2230 bytes themes/modern/help/home-dis.gif | Bin 0 -> 1821 bytes themes/modern/help/home-hov.gif | Bin 0 -> 2222 bytes themes/modern/help/home.gif | Bin 0 -> 2222 bytes themes/modern/jar.mn | 11 +- 10 files changed, 306 insertions(+), 1 deletion(-) create mode 100644 themes/classic/communicator/helpOverlay.css create mode 100644 themes/modern/communicator/helpOverlay.css create mode 100644 themes/modern/help/help.css create mode 100644 themes/modern/help/home-act.gif create mode 100644 themes/modern/help/home-dis.gif create mode 100644 themes/modern/help/home-hov.gif create mode 100644 themes/modern/help/home.gif diff --git a/suite/common/helpOverlay.xul b/suite/common/helpOverlay.xul index eda291e0d96f..fe3f7ed8e6d4 100644 --- a/suite/common/helpOverlay.xul +++ b/suite/common/helpOverlay.xul @@ -37,6 +37,8 @@ ***** END LICENSE BLOCK ***** --> + + + * + * Alternatively, the contents of this file may be used under the terms of + * either of the GNU General Public License Version 2 or later (the "GPL"), + * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + * in which case the provisions of the GPL or the LGPL are applicable instead + * of those above. If you wish to allow use of your version of this file only + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the MPL, indicate your + * decision by deleting the provisions above and replace them with the notice + * and other provisions required by the GPL or the LGPL. If you do not delete + * the provisions above, a recipient may use your version of this file under + * the terms of any one of the MPL, the GPL or the LGPL. + * + * ***** END LICENSE BLOCK ***** */ + +/* ==== helpOverlay.css ===================================================== + == overlay for toolkit help viewer to fit within SeaMonkey. + ========================================================================== */ + +@import url("chrome://communicator/skin/"); + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +/* ::::: toolbar icons ::::: */ + +#HelpToolbar > toolbarbutton { + list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png"); +} + +#help-back-button toolbarbutton, +#help-forward-button toolbarbutton { + list-style-image: inherit; + -moz-image-region: inherit; +} + +#help-back-button { + -moz-image-region: rect(60px 29px 89px 0); +} + +#help-back-button:not([disabled="true"]):hover { + -moz-image-region: rect(60px 59px 89px 30px); +} + +#help-back-button:not([disabled="true"]):hover:active { + -moz-image-region: rect(60px 89px 89px 60px); +} + +#help-back-button[disabled="true"] { + -moz-image-region: rect(60px 119px 89px 90px); +} + +#help-forward-button { + -moz-image-region: rect(90px 29px 119px 0); +} + +#help-forward-button:not([disabled="true"]):hover { + -moz-image-region: rect(90px 59px 119px 30px); +} + +#help-forward-button:not([disabled="true"]):hover:active { + -moz-image-region: rect(90px 89px 119px 60px); +} + +#help-forward-button[disabled="true"] { + -moz-image-region: rect(90px 119px 119px 90px); +} + +#help-home-button { + -moz-image-region: rect(120px 29px 149px 0); +} + +#help-home-button:not([disabled="true"]):hover { + -moz-image-region: rect(120px 59px 149px 30px); +} + +#help-home-button:not([disabled="true"]):hover:active { + -moz-image-region: rect(120px 89px 149px 60px); +} + +#help-home-button[disabled="true"] { + -moz-image-region: rect(120px 119px 149px 90px); +} + +#help-print-button { + -moz-image-region: rect(0 29px 29px 0); +} + +#help-print-button:not([disabled="true"]):hover { + -moz-image-region: rect(0 59px 29px 30px); +} + +#help-print-button:not([disabled="true"]):hover:active { + -moz-image-region: rect(0 89px 29px 60px); +} + +#help-print-button[disabled="true"] { + -moz-image-region: rect(0 119px 29px 90px); +} diff --git a/themes/classic/jar.mn b/themes/classic/jar.mn index 78fd9b2a71cb..0924e037bee1 100644 --- a/themes/classic/jar.mn +++ b/themes/classic/jar.mn @@ -23,6 +23,7 @@ classic.jar: skin/classic/communicator/brand.css (communicator/brand.css) skin/classic/communicator/dialogs.css (communicator/dialogs.css) skin/classic/communicator/communicator.css (communicator/communicator.css) + skin/classic/communicator/helpOverlay.css (communicator/helpOverlay.css) skin/classic/communicator/prefpanels.css (communicator/prefpanels.css) skin/classic/communicator/smileys.css (communicator/smileys.css) skin/classic/communicator/bookmarks/bookmark-folder-button.gif (communicator/bookmarks/bookmark-folder-button.gif) diff --git a/themes/modern/communicator/helpOverlay.css b/themes/modern/communicator/helpOverlay.css new file mode 100644 index 000000000000..560b52e52c52 --- /dev/null +++ b/themes/modern/communicator/helpOverlay.css @@ -0,0 +1 @@ +/* modern help is styled in its own help component */ diff --git a/themes/modern/help/help.css b/themes/modern/help/help.css new file mode 100644 index 000000000000..875941fd4edb --- /dev/null +++ b/themes/modern/help/help.css @@ -0,0 +1,172 @@ +/* ***** BEGIN LICENSE BLOCK ***** + * Version: MPL 1.1/GPL 2.0/LGPL 2.1 + * + * The contents of this file are subject to the Mozilla Public License Version + * 1.1 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * http://www.mozilla.org/MPL/ + * + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is mozilla.org code. + * + * The Initial Developer of the Original Code is + * Netscape Communications Corporation. + * Portions created by the Initial Developer are Copyright (C) 1998-1999 + * the Initial Developer. All Rights Reserved. + * + * Contributor(s): + * Joe Hewitt (hewitt@netscape.com) + * Robert Kaiser + * + * Alternatively, the contents of this file may be used under the terms of + * either the GNU General Public License Version 2 or later (the "GPL"), or + * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + * in which case the provisions of the GPL or the LGPL are applicable instead + * of those above. If you wish to allow use of your version of this file only + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the MPL, indicate your + * decision by deleting the provisions above and replace them with the notice + * and other provisions required by the GPL or the LGPL. If you do not delete + * the provisions above, a recipient may use your version of this file under + * the terms of any one of the MPL, the GPL or the LGPL. + * + * ***** END LICENSE BLOCK ***** */ + +@import url("chrome://communicator/skin/"); +@import url("chrome://communicator/skin/sidebar/sidebar.css"); + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +/* ::::: primary toolbar masthead ::::: */ + +/* pick up modern's usual primary toolbar style */ +#HelpToolbar { + -moz-binding: url("chrome://communicator/skin/toolbar/toolbarBindings.xml#toolbar-primary"); + background-color: #B1BDC9; +} + +.toolbar-primary-holder { + -moz-box-align: start; + background-image: url("chrome://communicator/skin/toolbar/prtb-bg-noline.gif"); +} + +.toolbar-primary-icon { + display: none; +} + +#HelpToolbar > toolbarbutton, +#HelpToolbar > toolbarbutton[type="menu-button"] > .toolbarbutton-menubutton-stack + > .toolbarbutton-menubutton-button +{ + -moz-box-orient: vertical; + -moz-box-pack: start; + border: none !important; + padding: 0px !important; +} + +/* hide labels for the toolbar because not all of them are set in help viewer + make sure we always display the icon though */ +#HelpToolbar .toolbarbutton-text { + display: none; +} + +#HelpToolbar .toolbarbutton-icon { + display: -moz-box; +} + +#help-back-button > .toolbarbutton-menubutton-stack + > .toolbarbutton-menubutton-dropmarker, +#help-forward-button > .toolbarbutton-menubutton-stack + > .toolbarbutton-menubutton-dropmarker +{ + margin: 30px 0px 0px 34px; +} + +/* Set the minimum sidebar width so the help contents aren't squeezed together.*/ +#help-sidebar { + min-width: 15em; + width: 20em; + max-width: 25em; + background-color: #BDC7D6; +} + +/* ::::: primary toolbar buttons ::::: */ + +toolbar toolbarbutton { + list-style-image: url("chrome://navigator/skin/icons/btn1.gif"); +} + +#help-back-button { + -moz-image-region: rect(0, 41px, 38px, 0); +} + +#help-back-button:hover { + -moz-image-region: rect(0, 83px, 38px, 42px); +} + +#help-back-button:hover:active { + -moz-image-region: rect(0, 125px, 38px, 84px); +} + +#help-back-button[disabled="true"] { + -moz-image-region: rect(0, 167px, 38px, 126px) !important; +} + +#help-forward-button { + -moz-image-region: rect(39px, 41px, 77px, 0); +} + +#help-forward-button:hover { + -moz-image-region: rect(39px, 83px, 77px, 42px); +} + +#help-forward-button:hover:active { + -moz-image-region: rect(39px, 125px, 77px, 84px); +} + +#help-forward-button[disabled="true"] { + -moz-image-region: rect(39px, 167px, 77px, 126px) !important; +} + +#help-home-button { + list-style-image: url("chrome://help/skin/home.gif"); +} + +#help-home-button:hover { + list-style-image: url("chrome://help/skin/home-hov.gif"); +} + +#help-home-button:hover:active { + list-style-image: url("chrome://help/skin/home-act.gif"); +} + +#help-home-button[disabled="true"] { + list-style-image: url("chrome://help/skin/home-dis.gif") !important; +} + +#help-print-button { + list-style-image: url("chrome://communicator/skin/icons/btn1.gif"); + -moz-image-region: rect(0, 49px, 33px, 0); +} + +#help-print-button:hover { + -moz-image-region: rect(0, 99px, 33px, 50px); +} + +#help-print-button:hover:active { + -moz-image-region: rect(0, 149px, 33px, 100px); +} + +#help-print-button[disabled="true"] { + -moz-image-region: rect(0, 199px, 33px, 150px) !important; +} + +/* ::::: OTHER ::::: */ + +#context-copy[disabled="true"] { + display: none; +} diff --git a/themes/modern/help/home-act.gif b/themes/modern/help/home-act.gif new file mode 100644 index 0000000000000000000000000000000000000000..090b4937c9f0057976f01bc390cb6b1e6463d994 GIT binary patch literal 2230 zcmV;n2ub%xNk%w1VJZM80QUd@xWmqgnW;5BNO^{qg^{1?`T3%-zOuf`?)v$>#?ebv zW606kovgZOc7;7cN%s8wdWe{r%gup~oW97@OH*CC#n8gc*1Xf%bAgeEqO8-}<9CIX z{{a6oH9MxX!PVU4t-8kDVK`@qW7VQ_)8z|8yo{e6#|lbfT;)7*xXq-=VLL`qUw zWpmu*?0SfnDJ?V3*574xgnQCeis*x_(} zjDU=rb%K!H_V(G}=xTU~isgOr-7xW?q>e2JH&vcI*?)5Y4~s<_40-Q{h3ip z;D3dT;`H@=iI}Oj!>qZ*nVzLvYkQ2Sv8=PbGB`ib*y4VRn5eeH^!)r%U20}^h}iG& zEHXQstGU?U=xKL|e2SY)QC7p(+~fB4;Pv&w%G9UL(YM0R)baAOzsp@}d17a69wI5w z*Wtg((@0KKd5D>+ueD@yf+8m_*4*aJ*WX@gbwWr@!OPWKXnjysTV`~FUv7WhDu7v*x%={yvW+&>Db=qu)WFm{r%F};@sov+282hlsKm5-jRmc7GmdyBEY$)v`~-1YQaY<;7# zzoWdv-s9`w^Ynj=owB~k%H835jGMmP-|6`Hz{}Qsnx$G?V64>Eg^7@Qfrr!E<9>;l zc!iTkP+83E?5DNC-0|}E`~0f4!iArzwZhJqu(`Fu&B)K$aDR`Jps(EG>&DO8z{%6B zx5U`s=iv7CA^8LV00000EC2ui04e|{000R808a@VNU)&6g9r_lTF9`W!-o(fN}Ncs zqQ#3CGdc_rqSP^N9W^pUMY5#Hk}g8HNXe1o%9Ai-rkY8!X02JZ7`EiNaMr9`Kvk(q zl`B}yqd=1?Em>-32ssNDXwmYMhO1&iTxs2^G^x<9LXDN#qd?&j9~dm0T_MOgA}3svK^2ai;D&&;vjMBcwS@3^9!OW-qE3-~bO8EZ3Z#dtUjc2nEzb z00C-<(Euea2op&d30SZ|3XjJBP|2ID&0suc?(0fKD>UgmQ84CCy zhJ#fgAcCK3;_mCG(hJ7TwHNS39V{z&pivALE;lwbg=>kFT9aK4Fw>806g-^ z2hKQAVB^NihsXd&JD4#4kVHT6HnIg66{{)B2TtJ706y#>k-;JbL_SE|KP<6G5IMN< z#SqJoFozW?K%AjN$|a17y%m6guc|!w(_K*G!r zGLQg77rz(*O%m`{UmHFB5#_2U>?MfiA($<0Ls&b9jLIX3M8Nc zVDzB|ClCn|2p}COSV05UxW-YaZx^JRMt#SHS`hdrR619!|L7m{EH5LlxGVHji>Mmfqsn(`4>ID`Nk zFo!)Dfe1eU!V8F?iyh!W6qNV{9t*(*ZQ#NNRB%Qlh(U}n5c8PFv29PU;`WQMgX9} z0BAsi3jn>sJIr7M5EPW5C{-vdS^?2J+`$Zg@W2(4pbc#p0H8^@f(LM62OAKS3M@^j zP#p?U5V({HFnz~6JiyeQ+JU4$1!^k{Dpa99lnN2OgAHt8hOT;bs{{oBR;Nl;g$4uw EJ7DrSGynhq literal 0 HcmV?d00001 diff --git a/themes/modern/help/home-dis.gif b/themes/modern/help/home-dis.gif new file mode 100644 index 0000000000000000000000000000000000000000..cbe0c7ff97a657f3f344024b076adfa0289f4df9 GIT binary patch literal 1821 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 literal 0 HcmV?d00001 diff --git a/themes/modern/help/home.gif b/themes/modern/help/home.gif new file mode 100644 index 0000000000000000000000000000000000000000..6043cee8005aeadebf098fa769e8308a37f3c797 GIT binary patch literal 2222 zcmV;f2vPS(Nk%w1VJZM80QUd@LQGb9iJ7v#%2ZuuX>xq>^!A;sy6W!nXnBbxD>re0 zk*>PNTx4vx!p*tF&!Vutc7>L1evakp?!d~_QDSw|+T($do;*WLYjuFm*59kR#MRv7 zzR1%3{r$qs*0jLPl%J}sxW$>Kw93=mp{=^d(b@U>`%`6jrnJGYyT?miaoyzXw7$yB z)ZJcgfHFEnj-095;_6vxeMeAOo~gFk;N{WR-K)04yvEVQ&DYS_;MCjVevO^k;OMr( z&6cFG)!gFk@ba3fxUjp&y2a3AZh7?f_@J)5*4^cjpss+9p0vQq;O6R#nyH7Cr94Vn z-Q?@V&e({Tq@1g{vcAdQ8!cM(AeUNn5IirV6M5vskXz%(b}@T$->IihLoYb$kR_*WiB;A*x%?@XnVK9&T4v$ zv%t%#w85sbzofFiq_DhXb%)&I=g`;SZF-B#)7#0?*}uutzR1vZe~5X9nObXp`uqG^ zW^!9-de+?L&DP(^(%Z<<*}}`!{{a7)sJCNug-%;+gpr_hg_B%reBI;gvAxOb^#9!B z>)hh%+u`Zj;ON-j=dirU+TrQg-siBr$3+~exr&~JZ_*x%-{zRJPO)n|B#v%lBhc3zncUSRL!Zs;gI~ONojliu6>rg*+b}3NUWlwk|~& zbsJJa79drsWXbB0iWRCGt%W+a+baXppX4gn4xaN%(9LC>8Vs#y7cMlg#u{m0qQff{oY$LgT&R*tX;%zDKopz2CI|~dz`%zEQYayX6#gX9&3_0? zz)T*Qv;c<=JM>mT1-zlx11%g-lTSF$MW@FCFd$F>8=e1Ou%3lxNL27FkIkimhA z99Y2yt)Suo0SsUh9flz^fj|cxkXb+w5>#OU85Z!+Mi*P~5RC&kOn^lr#bl7dihBZs z$`LbwpyL9&)Nv@Hl$6P66=W#?!9xJO{PKq-!4TrZ8OCVBsi%wVsR}I?ToBuA$f#-p zq8+rlXrnN+5dZ`V`~rp-BBT&Z1DdATLJJwZvVkg>L@>Z~)u~zl8YWOei3vuSaexH3 zI0Az-3Pey&9AJd8K1>{_S89^LCj5|6kQ4RuDc=E{$ z0X%?03cEU~i6h`9xJe~NTsMU}^AID!0S5rV4m&ht!Ali8w6Mf5iIm~OCx7&E#1#PZ zip4(rn3IMM=d>`6AN%$H_lqJ-Xnl_o(n8Qo4H=X`g(tJPFbM!#1Yp1+>9F9-9yvr2 z#gpM~@XH12^p}JJ8`Pjk72LGZ3%*3`;D|6(%p#5qfouVW6YumB#s@^;;z15MV3CK4 z6(n&1C?diTN(O8I;SMhl;2VJhEeJCPKa&JYr!1}Ai0E>;w-W^r&!vwe?075Xp5e|We1)$>tK4^dg1VKttHsF*EAmtSp z0f0ZmK@_s1-6R3nJxosF2>q~y22!90LO=r=g7~E{g&B=seqaGg_{0_x@Pa3JAr4+} z!ygi0Nf{(z3YzQ(3c|2}RdnzJzZ8Ht$4O2BSfdsx=tmnw;RP_f;17S;f*YKX2q$3k z9S`Wo6?8d^hiOUKnF@tQn;cPt4P5DzMz3AG(i#&fB+A)@D2mK;~huH=RU&_ zf(7`qpdcNnD^`)vIm{spctF7ws?m>rJRqNkxB?1nfd>urGX*3KsZI}?&;^)O11PnH wEl@zznc^V~HeEmpaJq_r>Qtu)U8+w*0Msy8)v6i@K|hs>Q&%{3paB5@JImNzHvj+t literal 0 HcmV?d00001 diff --git a/themes/modern/jar.mn b/themes/modern/jar.mn index 527d04eb6dd7..a204eeb7d91f 100644 --- a/themes/modern/jar.mn +++ b/themes/modern/jar.mn @@ -3,6 +3,7 @@ modern.jar: % skin communicator modern/1.0 %skin/modern/communicator/ % skin editor modern/1.0 %skin/modern/editor/ % skin global modern/1.0 %skin/modern/global/ +% skin help modern/1.0 %skin/modern/help/ % skin messenger modern/1.0 %skin/modern/messenger/ % skin navigator modern/1.0 %skin/modern/navigator/ #else @@ -19,7 +20,8 @@ modern.jar: skin/modern/communicator/button.css (communicator/button.css) skin/modern/communicator/toolbar.css (communicator/toolbar.css) skin/modern/communicator/dialogs.css (communicator/dialogs.css) - skin/modern/communicator/smileys.css (communicator/smileys.css) + skin/modern/communicator/helpOverlay.css (communicator/helpOverlay.css) + skin/modern/communicator/smileys.css (communicator/smileys.css) skin/modern/communicator/communicator.css (communicator/communicator.css) skin/modern/communicator/bookmarks/bookmark-folder-closed.gif (communicator/bookmarks/bookmark-folder-closed.gif) skin/modern/communicator/bookmarks/bookmark-folder-dis.gif (communicator/bookmarks/bookmark-folder-dis.gif) @@ -159,6 +161,7 @@ modern.jar: skin/modern/global/console.css (global/console.css) skin/modern/global/dropmarker.css (global/dropmarker.css) skin/modern/global/filepicker.css (global/filepicker.css) + skin/modern/global/findBar.css (/toolkit/themes/winstripe/global/findBar.css) skin/modern/global/formatting.css (global/formatting.css) skin/modern/global/groupbox.css (global/groupbox.css) skin/modern/global/listbox.css (global/listbox.css) @@ -298,6 +301,12 @@ modern.jar: skin/modern/global/tree/twisty-clsd.gif (global/tree/twisty-clsd.gif) skin/modern/global/tree/twisty-open.gif (global/tree/twisty-open.gif) skin/modern/global/tree/columnpicker.gif (global/tree/columnpicker.gif) + skin/modern/help/help.css (help/help.css) + skin/modern/help/helpFileLayout.css (/toolkit/themes/winstripe/help/helpFileLayout.css) + skin/modern/help/home.gif (help/home.gif) + skin/modern/help/home-act.gif (help/home-act.gif) + skin/modern/help/home-dis.gif (help/home-dis.gif) + skin/modern/help/home-hov.gif (help/home-hov.gif) skin/modern/messenger/threadPaneLabels.css (messenger/threadPaneLabels.css) skin/modern/messenger/accountCentral.css (messenger/accountCentral.css) skin/modern/messenger/accountManage.css (messenger/accountManage.css)