From 73f055ca195e6621106065f915220f90955f010a Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sun, 9 Dec 2012 22:20:44 +0100 Subject: [PATCH] update both themes for browser winstripe changes in the Firefox 18 cycle --- .../browser/devtools/floating-scrollbars.css | 33 ++ LCARStrek/browser/devtools/htmlpanel.css | 378 ------------------ LCARStrek/browser/webRTC-shareDevice-16.png | Bin 0 -> 583 bytes LCARStrek/browser/webRTC-shareDevice-64.png | Bin 0 -> 1652 bytes 4 files changed, 33 insertions(+), 378 deletions(-) create mode 100644 LCARStrek/browser/devtools/floating-scrollbars.css delete mode 100644 LCARStrek/browser/devtools/htmlpanel.css create mode 100644 LCARStrek/browser/webRTC-shareDevice-16.png create mode 100644 LCARStrek/browser/webRTC-shareDevice-64.png diff --git a/LCARStrek/browser/devtools/floating-scrollbars.css b/LCARStrek/browser/devtools/floating-scrollbars.css new file mode 100644 index 00000000..e27de04d --- /dev/null +++ b/LCARStrek/browser/devtools/floating-scrollbars.css @@ -0,0 +1,33 @@ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +scrollbar { + -moz-appearance: none !important; + position: relative; + background-color: transparent; + background-image: none; + z-index: 2147483647; + padding: 2px; +} + +scrollbar[orient="vertical"] { + -moz-margin-start: -8px; + min-width: 8px; + max-width: 8px; +} + +scrollbar[orient="horizontal"] { + margin-top: -8px; + min-height: 8px; + max-height: 8px; +} + +scrollbar thumb { + -moz-appearance: none !important; + border-width: 0px !important; + background-color: rgba(0,0,0,0.2) !important; + border-radius: 3px !important; +} + +scrollbar scrollbarbutton, scrollbar gripper { + display: none; +} diff --git a/LCARStrek/browser/devtools/htmlpanel.css b/LCARStrek/browser/devtools/htmlpanel.css deleted file mode 100644 index 50911c11..00000000 --- a/LCARStrek/browser/devtools/htmlpanel.css +++ /dev/null @@ -1,378 +0,0 @@ -/* - * Software License Agreement (BSD License) - * - * Copyright (c) 2007, Parakey Inc. - * All rights reserved. - * - * Redistribution and use of this software in source and binary forms, with or without modification, - * are permitted provided that the following conditions are met: - * - * * Redistributions of source code must retain the above - * copyright notice, this list of conditions and the - * following disclaimer. - * - * * Redistributions in binary form must reproduce the above - * copyright notice, this list of conditions and the - * following disclaimer in the documentation and/or other - * materials provided with the distribution. - * - * * Neither the name of Parakey Inc. nor the names of its - * contributors may be used to endorse or promote products - * derived from this software without specific prior - * written permission of Parakey Inc. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND - * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR - * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - * IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT - * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - -/* - * Creator: - * Joe Hewitt - * Contributors - * John J. Barton (IBM Almaden) - * Jan Odvarko (Mozilla Corp.) - * Max Stepanov (Aptana Inc.) - * Rob Campbell (Mozilla Corp.) - * Hans Hillen (Paciello Group, Mozilla) - * Curtis Bartley (Mozilla Corp.) - * Mike Collins (IBM Almaden) - * Kevin Decker - * Mike Ratcliffe (Comartis AG) - * Hernan Rodríguez Colmeiro - * Austin Andrews - * Christoph Dorn - * Steven Roussey (AppCenter Inc, Network54) - */ - -html { - background-color: #000000; -} - -body { - margin: 0; - overflow: auto; - font-family: "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif; - font-size: 11px; - /*padding-top: 5px;*/ -} - -h1 { - font-size: 17px; - border-bottom: 1px solid #9C9CFF; -} - -a { - color: #9C9CFF; -} - -pre { - margin: 0; - font: inherit; -} - -code { - display: block; - white-space: pre; -} - -/* DOMPlate */ - -.objectLink-element, -.objectLink-textNode, -.objectLink-function, -.objectBox-stackTrace, -.objectLink-profile { - font-family: "Liberation Mono", Consolas, "Courier New", monospace; -} - -.objectLink-textNode { - white-space: pre-wrap; -} - -.objectLink-styleRule, -.objectLink-element, -.objectLink-textNode { - color: #9C9CFF; -} - -.selectorTag, -.selectorId, -.selectorClass { - font-family: "Liberation Mono", Consolas, "Courier New", monospace; - font-weight: normal; -} - -.selectorTag { - color: #008484; -} - -.selectorId { - color: #9C9CFF; -} - -.selectorClass { - color: #FF0000; -} - -.selectorHidden > .selectorTag { - color: #004444; -} - -.selectorHidden > .selectorId { - color: #6060AA; -} - -.selectorHidden > .selectorClass { - color: #AA0000; -} - -.selectorValue { - font-family: "Liberation Mono", Consolas, "Courier New", monospace; - font-style: italic; - color: #E7ADE7; -} - -.panelNode-html { - -moz-box-sizing: padding-box; - padding: 4px 0 0 2px; -} - -.nodeBox { - position: relative; - font-family: "Liberation Mono", Consolas, "Courier New", monospace; - padding-left: 13px; - -moz-user-select: -moz-none; -} - -.nodeBox.search-selection { - -moz-user-select: text; -} - -.twisty { - position: absolute; - left: 0px; - top: 0px; - width: 14px; - height: 14px; -} - -.nodeChildBox { - margin-left: 12px; - display: none; -} - -.nodeLabel, -.nodeCloseLabel { - margin: -2px 2px 0 2px; - border: 2px solid transparent; - border-radius: 3px; - padding: 0 2px; - color: #9C9CFF; -} - -.nodeCloseLabel { - display: none; -} - -.nodeTag { - cursor: pointer; - color: #9C9CFF; -} - -.nodeValue { - color: #FF0000; - font-weight: normal; -} - -.nodeText, -.nodeComment { - margin: 0 2px; - vertical-align: top; -} - -.nodeText { - color: #8050B0; -} - -.docType { - position: absolute; - /* position DOCTYPE element above/outside the "nodeBox" that contains it */ - /* Note: to be fixed in Bug #688439 */ - top: -16px; - font-family: "Liberation Mono", Consolas, "Courier New", monospace; - padding-left: 8px; - color: #E7ADE7; - white-space: nowrap; - font-style: italic; -} - -.htmlNodeBox { - /* make room for DOCTYPE element to be rendered above/outside "nodeBox" */ - /* Note: to be fixed in Bug #688439 */ - margin-top: 16px; -} - -.nodeWhiteSpace { - border: 1px solid #402858; - white-space: pre; - margin-left: 1px; - color: #8050B0; -} - -.nodeWhiteSpace_Space { - border: 1px solid #402858; -} - -.nodeTextEntity { - border: 1px solid #8050B0; - white-space: pre; - margin-left: 1px; -} - -.nodeComment { - color: #008484; -} - -.nodeBox.highlightOpen > .nodeLabel { - background-color: #FFCF00; - color: #000000; -} - -.nodeBox.highlightOpen > .nodeCloseLabel, -.nodeBox.highlightOpen > .nodeChildBox, -.nodeBox.open > .nodeCloseLabel, -.nodeBox.open > .nodeChildBox { - display: block; -} - -.nodeBox.selected > .nodeLabel > .nodeLabelBox, -.nodeBox.selected > .nodeLabel { - border-color: #9C9CFF; - background-color: 008484; - color: #FFCF00 !important; -} - -.nodeBox.selected > .nodeLabel > .nodeLabelBox, -.nodeBox.selected > .nodeLabel > .nodeLabelBox > .nodeTag, -.nodeBox.selected > .nodeLabel > .nodeLabelBox > .nodeAttr > .nodeValue, -.nodeBox.selected > .nodeLabel > .nodeLabelBox > .nodeText { - color: inherit !important; -} - -.nodeBox.highlighted > .nodeLabel { - border-color: #9C9CFF !important; - background-color: #FFCF00 !important; - color: #000000 !important; -} - -.nodeBox.highlighted > .nodeLabel > .nodeLabelBox, -.nodeBox.highlighted > .nodeLabel > .nodeLabelBox > .nodeTag, -.nodeBox.highlighted > .nodeLabel > .nodeLabelBox > .nodeAttr > .nodeValue, -.nodeBox.highlighted > .nodeLabel > .nodeLabelBox > .nodeText { - color: #000000 !important; -} - -.nodeBox.nodeHidden .nodeLabel > .nodeLabelBox, -.nodeBox.nodeHidden .nodeCloseLabel, -.nodeBox.nodeHidden .nodeLabel > .nodeLabelBox > .nodeText, -.nodeBox.nodeHidden .nodeText { - color: #8050B0; -} - -.nodeBox.nodeHidden .nodeLabel > .nodeLabelBox > .nodeTag, -.nodeBox.nodeHidden .nodeCloseLabel > .nodeCloseLabelBox > .nodeTag { - color: #E7ADE7; -} - -.nodeBox.nodeHidden .nodeLabel > .nodeLabelBox > .nodeAttr > .nodeValue { - color: #E7ADE7; -} - -.nodeBox.nodeHidden.selected > .nodeLabel > .nodeLabelBox, -.nodeBox.nodeHidden.selected > .nodeLabel > .nodeLabelBox > .nodeTag, -.nodeBox.nodeHidden.selected > .nodeLabel > .nodeLabelBox > .nodeAttr > .nodeValue, -.nodeBox.nodeHidden.selected > .nodeLabel > .nodeLabelBox > .nodeText { - color: #8050B0 !important; -} - -.nodeBox.mutated > .nodeLabel, -.nodeAttr.mutated, -.nodeValue.mutated, -.nodeText.mutated, -.nodeBox.mutated > .nodeText { - background-color: #794900; - color: #FF0000 !important; -} - -.nodeBox.selected.mutated > .nodeLabel, -.nodeBox.selected.mutated > .nodeLabel > .nodeLabelBox, -.nodeBox.selected > .nodeLabel > .nodeLabelBox > .nodeAttr.mutated > .nodeValue, -.nodeBox.selected > .nodeLabel > .nodeLabelBox > .nodeAttr > .nodeValue.mutated, -.nodeBox.selected > .nodeLabel > .nodeLabelBox > .nodeText.mutated { - background-color: #794900; - border-color: #6060AA; - color: #FF0000 !important; -} - -.logRow-dirxml { - padding-left: 0; -} - -.soloElement > .nodeBox { - padding-left: 0; -} - -.nodeBox.selected > .nodeLabel > .nodeLabelBox, -.nodeBox.selected > .nodeLabel { - border-color: #9C9CFF; - background-color: #008484; - color: #FFCF00 !important; -} - -.nodeBox.highlighted > .nodeLabel { - border-color: #008484 !important; -} - -/* Twisties */ - -.twisty -{ - background-repeat: no-repeat; - background-position: center; - background-image: url("chrome://global/skin/tree/twisty-closed.gif") !important; -} - -.nodeBox.highlightOpen > .nodeLabel > .twisty, -.nodeBox.open > .nodeLabel > .twisty -{ - background-image: url("chrome://global/skin/tree/twisty-open.gif") !important; -} - -.editingAttributeValue { - background-color: #008484; -} - -#attribute-editor { - visibility: hidden; - position: absolute; - z-index: 5000; - background-color: #000000; - border: 1px solid #9C9CFF; -} - -#attribute-editor.editing { - visibility: visible; -} - -#attribute-editor-input { - border: none; - padding: 2px 5px; - font-family: "Liberation Mono", Consolas, "Courier New", monospace; - font-size: 11px; -} diff --git a/LCARStrek/browser/webRTC-shareDevice-16.png b/LCARStrek/browser/webRTC-shareDevice-16.png new file mode 100644 index 0000000000000000000000000000000000000000..9a9659ca97954bb1494f79d1e091d2dc43d2e445 GIT binary patch literal 583 zcmV-N0=WH&P)7r;Z{z$cLmxdeO$W&kroEW-@M3`Bshz$_4{3X+li z1*n1%B|>$wL1p|67<7^e-v3xc#C**SRXHDq)>H5pSOBbR$ko&Ls2;1ce=tQr%t&d6 zzwuETpLQq)_$&*m@+5Ey=lx6ssGg|Pi6(f}+U8}eP24@iNcj(?LX@4`Jb;9uodkY@ z&zvw;+M<(;6D5ZkD{pb~I~uMdH$G>0YmwR?ka?HaqCvjfSh(k#0F72sz7gVy%bv|;an zJXQdF3lH44=N$tsSMG9a<_eZ4T9y+yDVspe4aWcq0+XX3Ieugn$&&@BIZm3uxp4`Y z17c?gd-uJ;^2RD6y{a)Vrz%U%{`q5amYxD0xtW}E;Z4``GgbNBf06W`^e_yH{R8|? VuhoQIRRaJ3002ovPDHLkV1gw6_HqCK literal 0 HcmV?d00001 diff --git a/LCARStrek/browser/webRTC-shareDevice-64.png b/LCARStrek/browser/webRTC-shareDevice-64.png new file mode 100644 index 0000000000000000000000000000000000000000..83742607d9ce6f51b5903c6f2583b6635f5e73ce GIT binary patch literal 1652 zcmV-)28;QLP)4H{<;>1BK+jLH4OdlL$_@IagQG5_Y1eqd? zzDQqm;vY~6KKS4e^v#JVj%`@i!6?%QonX>tjZN8R|174-O>%R6=*e=D+Ispiu^N z7l23`fYAmaa{%%T83_RCSd0|bl>lbe#{e9o1Vq}1bE76vG7kdr2eTR-2QWs*Y+eDku`(xS+T0{95PLjXJgTzW?%5DE7ToWRc8KZM^iuj{*4 zR-VL}Y`(=j^C?G0anC)B=jxDBCn#yn=~KP<*k@ZeS+ELqn76b(uVX!y;WYwcNtIJ zy&G;<&a%v=C<1;;euLEVVZGI2nHLH|8`9TZ;_e%YSqdHi2&rJ-&-hoq4!jFOD%wd&Tt>G$gIsaDo*|VP zOo@10sZ)Wdp@4Q;SIwD+6tHLLWv-0R&3>UOmi3cu5$ax3dzf$61+NoWCH z*P7qwzld!;KWctHvviaj!_)KQxSAW~`smibnh@T^3LN>%R+nf~>GxYyFk;Ij=XcK; zaV@jh*k)~G2zZRjzm=_)!pN7x=2rt_<%o-3gA^mQ2q27PbeFsWDdO_Am+JnOFZZJ? z2O!B?+R$nlgFWAKpIIr47;XG04fvV}@TxJS$1>Ri$Yc)~p55WzuMrNOtDksq{r+bH9L?rZ`_8wLa;MavW@!P^1R=SndR3LKp(Y6r~z3ofQ&#tfDk2A@W zSdm7oc3V;-K&Y!S>mRnoTqF-s&~DWJedC}V;2SY1Y6KKf`whO!E&_b+Yy4C#WbJa@ zh1&UoVjTgrLBJkFuuc9xkxzhET(UFY-NaaJim(c3V#f~K+I0!*XspUrlc2)HhXNbU z5M5t=06(Wbt>pxv0Fl%x?}dN&+5ucq!KX?%7t510Kd&OFU}FXapj`@0o*(NX?^EyvP+Js3=}L6p+ALYy2$x`#|FiH=fb6I1Ci{ zJ!y;%zK)hqNS%O7tuB++=OwvBA73LUT##Zbi~wcHIdDwx39 zZ|w30CP1bbCe&tMb3074eJquxXp-i2VnQv!&?&Q}*-#0000