also das mit der Hilfe kann ich ja noch verkraften, allerdings nervt der fehlende "schließen-Button" bei der Suche schon sehr. Man kommt per Escape wieder raus, aber auch nicht immer. Hoffe das wird in der nächsten Version noch gefixed.
neue Caramel-Theme-Version
-
Erion -
11. November 2004 um 13:00 -
Erledigt
-
-
Zitat von MartinH
War/ist die Hilfe nur auf Deutsch kaputt?
Mit meinem alten Charameleon, das ich unangepasst in Fx1.0 weiterbenutze, sieht die Hilfe so aus wie bei bird nach der Reparatur, nur eben auf Englisch.
Einige Buttons scheinen zu fehlen.Martin
Weiss Du wie man das "reparieren" kann??? Oder welche Datei muss man beachten (bzw beobachten...)???
Gruß
Bird
-
Zitat von mick
also das mit der Hilfe kann ich ja noch verkraften, allerdings nervt der fehlende "schließen-Button" bei der Suche schon sehr. Man kommt per Escape wieder raus, aber auch nicht immer. Hoffe das wird in der nächsten Version noch gefixed.
Ich habe die Lösung für Dich...
Die Datei charamel-browser-1.0.8.jar entpacken. Datei find-toolbar.css mit dem Editor öffnen (die Datei ist im Ordner browser zu finden).
[Edit] - Ich habe bemerkt daß die ganze Icons weg sind... Dann statt nur ein Teil der Datei zu ersetzen sollte man die ganze Datei ersetzen:
(Einfach kopieren und in den Text Editor einfügen und die Datei als find-toolbar.css benennen)
CSS
Alles anzeigen/*:::::::: Charamel Find Toolbar :::::::::: An original style. :::::::::: Developed by Alex W. <lucx@shaw.ca> :::::::::: Design Copyright (C) 2004 Alex W. ::::::::::*/ /*find label*/ #FindToolbar label[value="Find:"]{ /*width:64px; height:20px; background:url(chrome://browser/skin/find-toolbar/find-label.png) no-repeat 8px 50% #DFD2C0; margin:0px; font-size:1px; color:#DFD2C0; padding-right:16px;*/ display:none; } #FindToolbar{ border-bottom:none; padding:0px; } /*button label color*/ #FindToolbar toolbarbutton:not([disabled="true"]){ color: #785130; } /*icon well hilite*/ #FindToolbar toolbarbutton:not([disabled="true"]):not([checked="true"]):hover{ background:none; } #find-next{ list-style-image: url("chrome://global/skin/find-toolbar/find.png"); -moz-image-region: rect(0px 16px 16px 0px); } #find-next:hover{ -moz-image-region: rect(16px 16px 32px 0px); } #find-next:active{ -moz-image-region: rect(32px 16px 48px 0px); } #find-next[disabled="true"]{ -moz-image-region: rect(48px 16px 64px 0px); } #find-previous{ list-style-image: url("chrome://global/skin/find-toolbar/find.png"); -moz-image-region: rect(0px 32px 16px 16px); } #find-previous:hover{ -moz-image-region: rect(16px 32px 32px 16px); } #find-previous:active{ -moz-image-region: rect(32px 32px 48px 16px); } #find-previous[disabled="true"]{ -moz-image-region: rect(48px 32px 64px 16px); } #highlight{ list-style-image: url("chrome://global/skin/find-toolbar/find.png"); -moz-image-region: rect(0px 48px 16px 32px); } #highlight:hover:not([disabled="true"]){ -moz-image-region: rect(16px 48px 32px 32px); } #highlight:not([disabled="true"]):hover:active{ -moz-image-region: rect(32px 48px 48px 32px); } #highlight[disabled="true"]{ -moz-image-region: rect(48px 48px 64px 32px); } /*hilight enabled*/ #highlight[checkState="1"]{ list-style-image: url("chrome://global/skin/find-toolbar/find.png"); -moz-image-region: rect(0px 64px 16px 48px); background:none; } #highlight[checkState="1"]:hover:not([disabled="true"]){ -moz-image-region: rect(16px 64px 32px 48px); } #highlight[checkState="1"]:not([disabled="true"]):hover:active{ -moz-image-region: rect(32px 64px 48px 48px); } #highlight[checkState="1"][disabled="true"]{ -moz-image-region: rect(48px 64px 64px 48px); } /*status message separator*/ #highlight{ border-right-width:2px; border-right-style:solid; -moz-border-right-colors: #F2EADE #DFD2C0; padding-right:8px; } /*Status Icons*/ #find-status-icon { list-style-image: none; margin: 1px 0px 0px 6px; width: 16px; height: 16px; } #find-status { margin: 1px 0px 0px 5px; } #find-status-icon[status="notfound"] { list-style-image: url("chrome://global/skin/find-toolbar/notfound.gif"); } /*Find Field*/ #find-field-container{ padding-left:45px; margin-top:-1px; background:url(chrome://global/skin/find-toolbar/find-label.png) no-repeat 0px 50%; } #find-field { padding-left:20px; background: url("chrome://global/skin/find-toolbar/magnify-glass.gif") no-repeat left bottom; padding-top:2px; border:none; min-height:21px; /*-moz-binding:url("chrome://browser/skin/canvas.xml#find-toolbar");*/ } #find-field .textbox-input-box{ cursor: text; border: 1px solid; -moz-border-top-colors: #E6DED1; -moz-border-bottom-colors: #D5CDBF; -moz-border-right-colors: #E6DED1; border-left:0px; padding: 1px 2px 1px 4px; background:url("chrome://global/skin/textbox/textbox-body.png") repeat-x ; color: -moz-FieldText; } #find-field[status="notfound"]{ background: url("chrome://global/skin/find-toolbar/magnify-notfound.png") no-repeat left bottom; } #FindToolbar[flash="true"] > #find-field-container > #find-field { } #find-status-icon[status="wrapped"] { list-style-image: url("chrome://global/skin/find-toolbar/wrap.gif"); } #find-field-container { } /*close button*/ #find-closebutton { padding-right: 4px; list-style-image: url("chrome://global/skin/icons/close.png"); border: none; -moz-box-sizing:content-box; width:17px; height:17px; margin-right:3px; } #find-closebutton > .toolbarbutton-icon { margin-right: 0px !important; padding-right: 2px !important; padding-left: 2px !important; } #find-closebutton:hover { background: url("chrome://global/skin/icons/hover-light.png") no-repeat center center!important; } #find-closebutton:hover:active { background: url("chrome://global/skin/icons/active.png") no-repeat center center!important; }
Datei wieder packen (geht wunderbar mit IZArc), installieren und voilá...
Es geht auch einfacher (und unsauberer): Die charamel.jar Datei aus deinem Profilordner mit WinRAR öffnen und direckt bearbeiten...
Gruß
Bird
-
-
Zitat von crazy5170
Hallo? WO ich finden Charamel für Thunderbird (0.9)?
Moin, Könnte es vieleicht hier sein:
http://www.deviantart.com/deviation/6982384/ -
Danke schön
-
@ bird
Danke für deine Lösung, geht wunderbar
-
Zitat von mick
@ bird
Danke für deine Lösung, geht wunderbar
Gern geschehen!!!
Ich war eigentlich so auf das "Schliessen Button" konzentriert daß ich gar nicht die fehlende andere Buttons bemerkt hatte!!! Ohne die Symbole sah die Leiste gar nicht gut aus... Jetzt sind die wieder da!
Jetzt fehlt mir nur die Symbole bei der Hilfe...:roll:
Und natürlich eine Windows XP Charamel Theme
Gruß
Bird
-
Oh Gott,
jetzt habe ich völlig den Überblick verloren. Welchen schließen-Button meint ihr denn? Und jetzt fehlen noch mehr Buttons???
Ich starre hier auf meinen Bildschirm und so richtig vermisse ich keinen (außer der Hilfe natürlich). -
Zitat von w.sirin
Oh Gott,
jetzt habe ich völlig den Überblick verloren. Welchen schließen-Button meint ihr denn? Und jetzt fehlen noch mehr Buttons???
Ich starre hier auf meinen Bildschirm und so richtig vermisse ich keinen (außer der Hilfe natürlich).Versuch mal Strg+F... Da öffnet sich die Suche Leiste. Bei dieser Leiste fehlen die gennante Buttons... (in der neuen Version alle, bei der alten das Schliessen Button)
Gruß
Bird
-
Zitat von MoFox
Moin, Könnte es vieleicht hier sein:
http://www.deviantart.com/deviation/6982384/Nix da weil...
[Blockierte Grafik: http://img1.exs.cx/img1/6320/7103.jpg]
-
bird
Danke, ich hatte einfach noch nichts gesucht. Aber jetzt ärgert es mich auch.
Und wie schon gesagt, die Javascriptoptionen.... -
@ crazy5170
Habe noch TB Version 0.8 daher gehts bei mir noch mit dem Theme.Aber warte einfach mal noch n bissl.Wirds bestimmt auch bald für TB 0.9 geben...
-
bird
Ich vergaß, herzlichen Dank für das workaround. -
Zitat von w.sirin
bird
Ich vergaß, herzlichen Dank für das workaround.Bitte schön...
Es ist soweit:
Hier eine bearbeitete help.css. Sie befindet sich in Ordner Help:
CSS
Alles anzeigen/* ***** 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 the property of Mozilla.org. The Initial Developer of the Original Code is ____________________________________________. Portions created by the Initial Developer are Copyright (C) 2004 the Initial Developer. All Rights Reserved. Contributor(s): 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 ***** */ /* ===== global.css ===================================================== == Styles that apply everywhere. ======================================================================= */ @import url("chrome://global/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); toolbar[id="helpToolbar"] > toolbarbutton[class="toolbarbutton-1"], toolbar[id="helpToolbar"] > toolbarbutton[class="browserButton"] { padding: 2px 5px 2px 5px !important; /* adjust irregular margins */ } #helpToolbar[mode="full"] .toolbarbutton-1, #helpToolbar[mode="full"] .browserButton, #helpToolbar[mode="full"] .toolbarbutton-menubutton-button { padding: 0px 5px 2px 5px !important; /* adjust irregular margins */ } #helpToolbar[mode="text"] .toolbarbutton-1, #helpToolbar[mode="text"] .browserButton { padding: 8px 5px 0px 5px !important; /* adjust irregular margins */ } .toolbarbutton-1 { -moz-box-orient: vertical; min-width: 0px; } .browserButton { -moz-box-orient: vertical; min-width: 0px; } /* toolbarbutton:not([disabled="true"]):active , menubutton:not([disabled="true"]):active , toolbarbutton:not([disabled="true"]):active :active, menubutton:not([disabled="true"]):active :active { color: ButtonText !important; } */ /* Set the minimum sidebar width so the help contents aren't squeezed together. #helpsidebar-box {width: 200px}*/ /*** BEGIN TOOLBAR BUTTON CODE ***/ #help-sidebar-button/*[label="Hide Sidebar"]*/ { list-style-image: url("chrome://help/skin/help-toolbar.png") !important; -moz-image-region: rect(0px 256px 32px 224px) !important; } #help-sidebar-button/*[label="Hide Sidebar"]*/:hover{ -moz-image-region: rect(32px 256px 64px 224px) !important; } /* #help-sidebar-button[label="Show Sidebar"]{ list-style-image: url("chrome://help/skin/help-toolbar.png") !important; -moz-image-region: rect(0px 288px 32px 256px) !important; } #help-sidebar-button[label="Show Sidebar"]:hover{ -moz-image-region: rect(32px 288px 64px 256px) !important; } */ #help-find-button { list-style-image: url("chrome://help/skin/help-toolbar.png") !important; -moz-image-region: rect(0px 160px 32px 128px) !important; } #help-find-button:hover { -moz-image-region: rect(32px 160px 64px 128px) !important; } #help-toolbar-customization { list-style-image: url("chrome://help/skin/help-toolbar.png") !important; -moz-image-region: rect(0px 320px 32px 288px) !important; } #help-toolbar-customization:hover { -moz-image-region: rect(32px 320px 64px 288px) !important; } #help-back-button { list-style-image: url("chrome://help/skin/help-toolbar.png") !important; -moz-image-region: rect(0px 32px 32px 0px) !important; } #help-back-button:hover { -moz-image-region: rect(32px 32px 64px 0px) !important; } #help-back-button[disabled="true"] { -moz-image-region: rect(64px 32px 96px 0px) !important; } toolbar:not([mode="icons"]) #help-back-button { margin-top: -5px !important; /* adjust irregular margins */ } toolbar[mode="full"] #help-back-button { margin-top: -2px !important; /* adjust irregular margins */ } #help-back-button:not([mode="text"]) { margin-left: -4px !important; /* adjust irregular margins */ } #help-back-button:not([mode="text"]) .toolbarbutton-menubutton-dropmarker { margin-right: -4px !important; /* adjust irregular margins */ } #help-forward-button { list-style-image: url("chrome://help/skin/help-toolbar.png") !important; -moz-image-region: rect(0px 64px 32px 32px) !important; } #help-forward-button:hover { -moz-image-region: rect(32px 64px 64px 32px) !important; } #help-forward-button[disabled="true"] { -moz-image-region: rect(64px 64px 96px 32px) !important; } toolbar:not([mode="icons"]) #help-forward-button { margin-top: -5px !important; /* adjust irregular margins */ } toolbar[mode="full"] #help-forward-button { margin-top: -2px !important; /* adjust irregular margins */ } #help-forward-button:not([mode="text"]) { margin-left: -4px !important; /* adjust irregular margins */ } #help-forward-button:not([mode="text"]) .toolbarbutton-menubutton-dropmarker { margin-right: -4px !important; /* adjust irregular margins */ } #help-home-button { list-style-image: url("chrome://help/skin/help-toolbar.png") !important; -moz-image-region: rect(0px 96px 32px 64px) !important; } #help-home-button:hover { -moz-image-region: rect(32px 96px 64px 64px) !important; } #help-zoom-small-button { list-style-image: url("chrome://help/skin/help-toolbar.png") !important; -moz-image-region: rect(0px 224px 32px 192px) !important; } #help-zoom-small-button:hover { -moz-image-region: rect(32px 224px 64px 192px) !important; } #help-zoom-large-button { list-style-image: url("chrome://help/skin/help-toolbar.png") !important; -moz-image-region: rect(0px 192px 32px 160px) !important; } #help-zoom-large-button:hover { -moz-image-region: rect(32px 192px 64px 160px) !important; } #help-print-button { list-style-image: url("chrome://help/skin/help-toolbar.png") !important; -moz-image-region: rect(0px 128px 32px 96px) !important; } #help-print-button:hover { -moz-image-region: rect(32px 128px 64px 96px) !important; } /* /** Toolbar Customization stuff **/ toolbar[mode="icons"] > toolbarbutton > .toolbarbutton-icon, toolbar[mode="text"] > toolbarbutton > .toolbarbutton-text toolbar[mode="icons"] > toolbarbutton[type="menu-button"] > .toolbarbutton-icon, toolbar[mode="text"] > toolbarbutton[type="menu-button"] > .toolbarbutton-text { display: -moz-box; } toolbar[mode="icons"] > toolbarbutton > .toolbarbutton-text, toolbar[mode="text"] > toolbarbutton > .toolbarbutton-icon, toolbar[mode="text"] > toolbarbutton > toolbarbutton > .toolbarbutton-icon, toolbar[mode="icons"] > toolbarbutton > toolbarbutton > .toolbarbutton-text { display: none; } */ /** Toolbar Customization stuff **/ toolbar[mode="icons"] > toolbarbutton > .toolbarbutton-icon, toolbar[mode="text"] > toolbarbutton > .toolbarbutton-text, toolbar[mode="icons"] > toolbarbutton[type="menu-button"] > .toolbarbutton-icon, toolbar[mode="text"] > toolbarbutton[type="menu-button"] > .toolbarbutton-text { display: -moz-box; } toolbar[mode="icons"] .toolbarbutton-text, toolbar[mode="text"] .toolbarbutton-icon { display: none; } /* Small icons are not supported. */ #smallicons { display: none; } /* Throbber */ #help-throbber { -moz-appearance: none !important; -moz-user-focus: ignore; -moz-box-pack: center; border: none !important; padding: 0px !important; min-width: 0; background: transparent !important; list-style-image: url("chrome://global/skin/icons/spinner-still.png"); } #help-throbber .button-box{ background:none!important; padding: 0px !important; } #help-throbber[busy="true"] { list-style-image: url("chrome://global/skin/icons/spinner.gif"); } /*.toolbarbutton-menubutton-dropmarker{ padding-top:32px!important; } toolbar[mode="text"] .toolbarbutton-menubutton-dropmarker{ display:none; } */
Es kann sein daß es viele blöde Sachen da gemischt sind und es bedarf Verbesserungen. (Ich habe nämlich keine Ahnung von diesem Zeug....)
Aber es funktioniert...
Das einzige was noch richtig stört ist der Button "Sidebar umscahlten". Es hätte zwei verschiedenne Icons geben müssen, eins für "ausblenden" und ander fürs "einblenden". Verantwortlich dafür sollte der Code sein:
CSS
Alles anzeigen#help-sidebar-button[label="Hide Sidebar"] { list-style-image: url("chrome://help/skin/help-toolbar.png") !important; -moz-image-region: rect(0px 256px 32px 224px) !important; } #help-sidebar-button[label="Hide Sidebar"]:hover{ -moz-image-region: rect(32px 256px 64px 224px) !important; } #help-sidebar-button[label="Show Sidebar"]{ list-style-image: url("chrome://help/skin/help-toolbar.png") !important; -moz-image-region: rect(0px 288px 32px 256px) !important; } #help-sidebar-button[label="Show Sidebar"]:hover{ -moz-image-region: rect(32px 288px 64px 256px) !important; }
Wenn jemand eine Idee hat, bitte sehr...
Gruß
Bird
-
Mittlerweile bin ich auf eine andere bessere (und sauberere) Lösung für das Help Toolbar. Ich habe bemerkt das auch in der Hilfe ist die Suche wie im Browser.
Die wechselnde Buttons habe ich nicht geschaft, aber einen "neuen" Icon zusammengebastelt. Das ganze habe ich gepackt. Falls jemand die Theme möchte, schicke ich gerne... Sagt per PN Bescheid, ok??Gruß
Bird
-
-