X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fcommunicator.css;h=e396d160ac3f87cc6284089826f5f5f218ca5dfd;hp=eaec4c5823fa316aa12f30fbbe7555d75003e1fa;hb=dd676468138b64245f5026a8923f26307b8f3ebc;hpb=351107c90e7ee7a17d9bf63798f2861307118309 diff --git a/LCARStrek/communicator/communicator.css b/LCARStrek/communicator/communicator.css index eaec4c58..e396d160 100644 --- a/LCARStrek/communicator/communicator.css +++ b/LCARStrek/communicator/communicator.css @@ -35,41 +35,87 @@ * * ***** END LICENSE BLOCK ***** */ -@import url(chrome://global/skin/); - -@import url(chrome://communicator/skin/box.css); -@import url(chrome://communicator/skin/button.css); -@import url(chrome://communicator/skin/brand.css); -@import url(chrome://communicator/skin/formatting.css); -@import url(chrome://communicator/skin/toolbar.css); +@import url("chrome://global/skin/"); +@import url("chrome://communicator/content/communicator.css"); +@import url("chrome://communicator/skin/brand.css"); +@import url("chrome://communicator/skin/button.css"); +@import url("chrome://communicator/skin/toolbar.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */ -@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */ - -#offline-status[offline="true"] - { - list-style-image : url("chrome://communicator/skin/offline.gif"); - } - -#offline-status - { - list-style-image : url("chrome://communicator/skin/online.gif"); - } - + +/* ==== communicator.css ==================================================== + == Styles shared everywhere throughout the Communicator suite. + ========================================================================== */ + +toolbar { + -moz-binding: url("chrome://global/skin/globalBindings.xml#grippytoolbar"); +} + +menubar { + -moz-binding: url("chrome://global/skin/globalBindings.xml#grippymenubar"); +} + +.toolbar-primary { + -moz-binding: url("chrome://global/skin/globalBindings.xml#grippytoolbar-primary"); +} + +toolbar[xpfe="false"] { + -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar"); +} + +menubar[xpfe="false"] { + -moz-binding: url("chrome://global/skin/globalBindings.xml#menubar"); +} + +/* ::::: autocomplete ::::: */ + +.autocomplete-history-popup { + max-height: 25em; +} + +/* ::::: online/offline icons ::::: */ + +#offline-status[offline="true"] { + list-style-image: url("chrome://communicator/skin/icons/offline.gif"); +} + +#offline-status { + list-style-image: url("chrome://communicator/skin/icons/online.gif"); +} + +/* ::::: spell checker ::::: */ + +.spell-suggestion { + font-weight: bold; +} + +/* ::::: directional button icons ::::: */ + .up { - list-style-image:url("chrome://global/skin/scroll-up.gif"); + list-style-image:url("chrome://global/skin/arrow/arrow-up.gif"); min-width: 0px; } .up[disabled="true"] { - list-style-image:url("chrome://global/skin/scroll-up-disabled.gif"); + list-style-image:url("chrome://global/skin/arrow/arrow-up-disabled.gif"); } .down { min-width: 0px; - list-style-image:url("chrome://global/skin/scroll-down.gif"); + list-style-image:url("chrome://global/skin/arrow/arrow-down.gif"); } .down[disabled="true"] { - list-style-image:url("chrome://global/skin/scroll-down-disabled.gif"); + list-style-image:url("chrome://global/skin/arrow/arrow-down-disabled.gif"); +} + +.sidebarTree { + border: none; + margin: 0px !important; +} + +/* ::::: download manager ::::: */ + +#downloadView > treechildren::-moz-tree-image(Name) { + margin-right: 2px; }