1*5f891b7eSNickeau/* 2*5f891b7eSNickeau * Copyright (c) 2021. ComboStrap, Inc. and its affiliates. All Rights Reserved. 3*5f891b7eSNickeau * 4*5f891b7eSNickeau * This source code is licensed under the GPL license found in the 5*5f891b7eSNickeau * COPYING file in the root directory of this source tree. 6*5f891b7eSNickeau * 7*5f891b7eSNickeau * @license GPL 3 (https://www.gnu.org/licenses/gpl-3.0.en.html) 8*5f891b7eSNickeau * @author ComboStrap <support@combostrap.com> 9*5f891b7eSNickeau * 10*5f891b7eSNickeau */ 11*5f891b7eSNickeau 12*5f891b7eSNickeau/* */ 13*5f891b7eSNickeau#Firebug div, #Firebug h3, #Firebug span, #Firebug input, #Firebug textarea, #Firebug select, #Firebug option, #Firebug a, #Firebug strong, #Firebug em, #Firebug label, #Firebug center { 14*5f891b7eSNickeau position:static; float:none; width:auto; height:auto; text-align:left; border:0; overflow:visible; background:transparent none repeat left top; color:#111; font-size:1em; font-weight:normal; font-style:normal; font-family:sans-serif; margin:0; padding:0; min-height:0; 15*5f891b7eSNickeau} 16*5f891b7eSNickeau#Firebug input, #Firebug select, #Firebug textarea { background:#fff; font:11px Verdana, Geneva, Arial, Helvetica, sans-serif; border:1px outset #aaa; padding:2px } 17*5f891b7eSNickeau#Firebug center { text-align:center; } 18*5f891b7eSNickeau#Firebug strong { font-weight:bold; } 19*5f891b7eSNickeau#Firebug em { font-style:italic; } 20*5f891b7eSNickeau/* */ 21*5f891b7eSNickeau 22*5f891b7eSNickeau#FirebugIFrame { position:fixed !important; position:absolute; z-index:99999998; left:0; bottom:0; width:100%; height:295px; background:#fff; border-width:0px; } 23*5f891b7eSNickeau 24*5f891b7eSNickeau#Firebug { position:fixed !important; position:absolute; z-index:99999999; left:0; bottom:0; width:100%; height:295px; background:#fff; overflow:hidden; } 25*5f891b7eSNickeau#Firebug .Resizer { position:absolute; top:0; width:100%; height:5px; background:transparent; *background:url(spacer.gif); cursor:n-resize; -moz-user-select:none; } 26*5f891b7eSNickeau#Firebug .Header { height:38px; background:#ccc url(firebug.gif) 0 -85px; } 27*5f891b7eSNickeau#Firebug .Left, #Firebug > .Right { background:#fff; height:257px;} 28*5f891b7eSNickeau#Firebug .Left { float:left; width:100%; } 29*5f891b7eSNickeau#Firebug .Right { float:left; display:none; width:30%; overflow:hidden; } 30*5f891b7eSNickeau#Firebug .Right .Container { height:100%; border-left:1px solid #ccc; } 31*5f891b7eSNickeau 32*5f891b7eSNickeau/* 33*5f891b7eSNickeau * buttonset 34*5f891b7eSNickeau */ 35*5f891b7eSNickeau 36*5f891b7eSNickeau#Firebug .ButtonContainer { padding:8px 0 5px 10px; *margin-top:-3px; _margin-top:0; } 37*5f891b7eSNickeau#Firebug .ButtonContainer .Button { cursor:pointer; font:12px "MS Sans Serif", Geneva, sans-serif; color:#000; margin-right:5px; padding:4px 4px 4px 4px; border:1px solid transparent !important; border-color:#ccc; text-decoration:none; } 38*5f891b7eSNickeau#Firebug .ButtonContainer .Button:hover { border:1px outset #aaa !important; } 39*5f891b7eSNickeau#Firebug .ButtonContainer .Button:active { border-style:inset !important; background-color:#ccc; } 40*5f891b7eSNickeau#Firebug .ButtonContainer .Enabled { border:1px outset #aaa !important; } 41*5f891b7eSNickeau#Firebug .ButtonContainer .Logo { text-decoration:none; padding-left:24px; background:url(firebug.gif) no-repeat 5px 3px; border:0 !important; opacity:0.7; filter:Alpha(Opacity=70); } 42*5f891b7eSNickeau#Firebug .ButtonContainer .Logo:hover, #Firebug .ButtonContainer .Logo:active { border:0 !important; background-color:transparent; opacity:1; filter:Alpha(Opacity=100); } 43*5f891b7eSNickeau#Firebug .ButtonContainer .Maximize, #Firebug .ButtonContainer .Minimize, #Firebug .ButtonContainer .NewWindow, #Firebug .ButtonContainer .Dock, #Firebug .ButtonContainer .Close { position:absolute; right:0; top:12px; padding:6px 8px 8px 8px; background:url(firebug.gif) no-repeat -3px -48px; border:0 !important; opacity:0.7; filter:Alpha(Opacity:80); *padding:0px 7px 1px 7px; } 44*5f891b7eSNickeau#Firebug .ButtonContainer .Maximize:hover, #Firebug .ButtonContainer .Maximize:active, #Firebug .ButtonContainer .NewWindow:hover, #Firebug .ButtonContainer .NewWindow:active, #Firebug .ButtonContainer .Dock:hover, #Firebug .ButtonContainer .Dock:active, #Firebug .ButtonContainer .Minimize:hover, #Firebug .ButtonContainer .Minimize:active, #Firebug .ButtonContainer .Close:hover, #Firebug .ButtonContainer .Close:active { border:0 !important; background-color:transparent; opacity:1; filter:Alpha(Opacity:100); } 45*5f891b7eSNickeau#Firebug .ButtonContainer .Minimize { background-position:-3px -20px; right:40px; } 46*5f891b7eSNickeau#Firebug .ButtonContainer .Maximize { display:none; background-position:-3px -34px; right:40px; } 47*5f891b7eSNickeau#Firebug .ButtonContainer .NewWindow { background-position:-3px -123px; right:20px; } 48*5f891b7eSNickeau#Firebug .ButtonContainer .Dock { background-position:-3px -137px; } 49*5f891b7eSNickeau#Firebug .ButtonContainer .ButtonSet { border-left:1px solid #ccc; padding:0 0 0 3px; display:inline; } 50*5f891b7eSNickeau 51*5f891b7eSNickeau/* 52*5f891b7eSNickeau * navigation 53*5f891b7eSNickeau */ 54*5f891b7eSNickeau 55*5f891b7eSNickeau#Firebug .Nav { height:23px; background:url(firebug.gif) repeat-x 0 -62px; padding-left:10px; } 56*5f891b7eSNickeau#Firebug .Nav .Tab { display:block; width:auto; float:left; padding:3px 6px 2px 6px; cursor:pointer; border:1px outset transparent !important; border:0; font:bold 11px Arial, Helvetica, sans-serif; color:#666; } 57*5f891b7eSNickeau#Firebug .Nav .Tab:hover, #Firebug .Nav .Selected { border:1px outset #ccc !important; border-top-color:transparent !important; } 58*5f891b7eSNickeau#Firebug .Nav .Selected { color:#111; cursor:default; background-color:#f2f2f2; } 59*5f891b7eSNickeau#Firebug .Nav .Settings { float:right; } 60*5f891b7eSNickeau#Firebug .Nav .Settings .Options { text-decoration:none; padding-left:24px; background:url(firebug.gif) no-repeat 65px -151px; border:0 !important; opacity:0.7; filter:Alpha(Opacity=70); } 61*5f891b7eSNickeau#Firebug .Nav .Settings .Options:hover, #Firebug .ButtonContainer .Options:active { border:0 !important; background-color:transparent; opacity:1; filter:Alpha(Opacity=100); } 62*5f891b7eSNickeau 63*5f891b7eSNickeau 64*5f891b7eSNickeau/* 65*5f891b7eSNickeau * inspector 66*5f891b7eSNickeau */ 67*5f891b7eSNickeau 68*5f891b7eSNickeau#FirebugBorderInspector { display:none; z-index:99999998; position:absolute; top:0; left:0; border:2px solid #0000ff; background:transparent; *background:url(spacer.gif); opacity:0.5; filter:Alpha(Opacity=50); padding:0; margin:0; } 69*5f891b7eSNickeau#FirebugBGInspector { display:none; z-index:99999998; position:absolute; top:0; left:0; background:rgb(0,150,255); opacity:0.5; filter:Alpha(Opacity=50); padding:0; margin:0; } 70*5f891b7eSNickeau 71*5f891b7eSNickeau/* 72*5f891b7eSNickeau * dom 73*5f891b7eSNickeau */ 74*5f891b7eSNickeau 75*5f891b7eSNickeau#Firebug .DOMRow { width:100% !important; width:90%; } 76*5f891b7eSNickeau#Firebug .DOMRow .DOMRowLeft { float:left; width:30%; overflow:hidden; } 77*5f891b7eSNickeau#Firebug .DOMRow .DOMRowLeft a { padding-left:15px; } 78*5f891b7eSNickeau#Firebug .DOMRow .DOMRowRight { float:left; width:60%; *width:60%; _overflow:hidden; white-space:nowrap; } 79*5f891b7eSNickeau#Firebug .DOMRow .DOMRowLeft .Object { background:url(tree_open.gif) no-repeat left center; cursor:pointer; } 80*5f891b7eSNickeau#Firebug .DOMRow .DOMRowLeft .Object:hover { text-decoration:underline; color:#0000ff; } 81*5f891b7eSNickeau#Firebug .DOMRow .DOMRowLeft .Opened { background-image:url(tree_close.gif) } 82*5f891b7eSNickeau#Firebug .DOMRow .DOMRowSubContainer { display:none; padding-left:25px; } 83*5f891b7eSNickeau 84*5f891b7eSNickeau/* 85*5f891b7eSNickeau * console 86*5f891b7eSNickeau */ 87*5f891b7eSNickeau#Firebug .Left .Console { overflow:hidden; } 88*5f891b7eSNickeau#Firebug .Left .Console .Monitor { height:210px; border-bottom:1px solid #ccc; overflow:scroll; overflow-x:hidden; } 89*5f891b7eSNickeau#Firebug .Left .Console .Monitor .Error { background:#ffeff1; color:#ff0000; } 90*5f891b7eSNickeau#Firebug .Left .Console .Monitor .Error strong { color:#ff0000; } 91*5f891b7eSNickeau#Firebug .Left .Console .Monitor .Row { padding:2px 5px 2px 5px; font:11px Verdana, Geneva, Arial, Helvetica, sans-serif; overflow:hidden; border-bottom:1px solid #e5e5e5; } 92*5f891b7eSNickeau#Firebug .Left .Console .Monitor .Arrow { color:rgb(0,0,255); white-space:nowrap; } 93*5f891b7eSNickeau 94*5f891b7eSNickeau#Firebug .Left .Console .InputArrow { position:absolute; left:0px; width:20px; font:12px Verdana, Geneva, Arial, Helvetica, sans-serif; color:#0000ff; padding:2px 4px 0 4px; } 95*5f891b7eSNickeau#Firebug .Left .Console .InputContainer { margin-left:35px; margin-right:5px; } 96*5f891b7eSNickeau#Firebug .Left .Console .Input { width:100% !important; margin-top:2px; width:98%; overflow:hidden; border:0; font:12px Verdana, Geneva, Arial, Helvetica, sans-serif; } 97*5f891b7eSNickeau#Firebug .Console .MLButton { cursor:pointer; position:absolute; top:276px; right:-22px; width:20px; padding:4px 10px 10px 10px; font-size:1px; *padding:2px 10px 10px 10px; background:url(firebug.gif) no-repeat -3px -34px; opacity:0.8; filter:Alpha(Opacity:80); } 98*5f891b7eSNickeau#Firebug .Console .MLButton:hover { opacity:1; filter:Alpha(Opacity:100); } 99*5f891b7eSNickeau#Firebug .Console .CloseML { background-position:-3px -20px; } 100*5f891b7eSNickeau 101*5f891b7eSNickeau#Firebug .Right .Console { background:#eee; } 102*5f891b7eSNickeau#Firebug .Right .Console .Input { width:100%; _width:98%; height:228px; font:12px Verdana, Geneva, Arial, Helvetica, sans-serif; background:#fff; border:0; border-bottom:1px solid #ccc; margin-bottom:2px; *overflow:scroll; } 103*5f891b7eSNickeau#Firebug .Right .Console .Button { cursor:pointer; font:12px Verdana, Geneva, Arial, Helvetica, sans-serif; padding:1px 4px 1px 4px; margin:0 4px 0 4px; background:#eee; border:1px solid #eee; text-decoration:none; *display:block; *width:auto; *float:left; *margin-top:-1px; } 104*5f891b7eSNickeau#Firebug .Right .Console .Button:hover { border:1px outset #ccc; background:#fff; } 105*5f891b7eSNickeau#Firebug .Right .Console .Button:active { border:1px inset #ccc; background:#ccc; } 106*5f891b7eSNickeau 107*5f891b7eSNickeau#Firebug .Left .Console .Monitor .Warn { background:url(warningIcon.png) #00FFFF no-repeat 2px center; padding-left:20px; } 108*5f891b7eSNickeau#Firebug .Left .Console .Monitor .Info { background:url(infoIcon.png) #fff no-repeat 2px center; padding-left:20px; } 109*5f891b7eSNickeau#Firebug .Left .Console .Monitor .Error { background:url(errorIcon.png) #FFFFE0 no-repeat 2px center; padding-left:20px; } 110*5f891b7eSNickeau 111*5f891b7eSNickeau 112*5f891b7eSNickeau/* 113*5f891b7eSNickeau * html 114*5f891b7eSNickeau */ 115*5f891b7eSNickeau 116*5f891b7eSNickeau#Firebug .Left .HTML { display:none; height:250px; overflow:scroll; padding:0 10px 2px 10px; } 117*5f891b7eSNickeau#Firebug .Left .HTML .Block { padding:0 0 0 0px; font:11px Verdana, Geneva, Arial, Helvetica, sans-serif; } 118*5f891b7eSNickeau#Firebug .Left .HTML .Block .Spacer { cursor:default; padding:2px 2px 2px 15px; } 119*5f891b7eSNickeau#Firebug .Left .HTML .Block .Link { display:block; color:#333; padding:2px 2px 2px 0; } 120*5f891b7eSNickeau#Firebug .Left .HTML .Block .Link .Content { padding:2px 2px 2px 2px; } 121*5f891b7eSNickeau#Firebug .Left .HTML .Block .Link .TagName { cursor:pointer; } 122*5f891b7eSNickeau#Firebug .Left .HTML .Block .Parent { font-weight:bold; color:#111; text-decoration:none; } 123*5f891b7eSNickeau#Firebug .Left .HTML .Block .Parent .Spacer { background:#fff center no-repeat; } 124*5f891b7eSNickeau#Firebug .Left .HTML .Block .Parent .Spacer { background-image:url(tree_open.gif); } 125*5f891b7eSNickeau#Firebug .Left .HTML .Block .Open .Spacer { background-image:url(tree_close.gif) } 126*5f891b7eSNickeau#Firebug .Left .HTML .Block .Selected { background-color:#4473c4; } 127*5f891b7eSNickeau#Firebug .Left .HTML .Block .Selected * { color:#fff; } 128*5f891b7eSNickeau#Firebug .Left .HTML .Block .SubContainer { padding-left:20px; height:0; font-size:0px; } 129*5f891b7eSNickeau#Firebug .Left .HTML .Block .OpenSubContainer { height:auto; } 130*5f891b7eSNickeau#Firebug .Left .HTML .Unvisible { opacity:0.5; filter:Alpha(Opacity=50); } 131*5f891b7eSNickeau 132*5f891b7eSNickeau#Firebug .Right .HTML { display:none; } 133*5f891b7eSNickeau#Firebug .Right .HTML .Content { overflow:scroll; height:235px; font:11px Verdana, Geneva, Arial, Helvetica, sans-serif; } 134*5f891b7eSNickeau#Firebug .Right .HTML .Content .CSSItem { padding:5px; color:#333; height:6px } 135*5f891b7eSNickeau#Firebug .Right .HTML .Content .CSSProperty { width:45%; float:left; overflow:hidden; } 136*5f891b7eSNickeau#Firebug .Right .HTML .Content .CSSValue { width:55%; float:left; white-space:nowrap; overflow:visible !important; overflow:hidden; } 137*5f891b7eSNickeau#Firebug .Right .HTML .Content .CSSValue input { font:11px ArArial, Helvetica, sans-serif; color:#333; 3px 0 0 -3px; } 138*5f891b7eSNickeau#Firebug .Right .HTML .Content .CSSItem center { color:rgb(0,150,0); padding:0 0 3px 0; font:bold 12px Arial, Helvetica, sans-serif; } 139*5f891b7eSNickeau#Firebug .ButtonContainer .HTML { display:none; } 140*5f891b7eSNickeau 141*5f891b7eSNickeau/* 142*5f891b7eSNickeau * CSS 143*5f891b7eSNickeau */ 144*5f891b7eSNickeau 145*5f891b7eSNickeau#Firebug .Left .CSS { display:none; padding:5px; height:225px; overflow:scroll; font:11px Verdana, Geneva, Arial, Helvetica, sans-serif; } 146*5f891b7eSNickeau#Firebug .Right .CSS { display:none; } 147*5f891b7eSNickeau#Firebug .Left .CSS .Selector { margin-top:10px } 148*5f891b7eSNickeau#Firebug .Left .CSS .CSSText { padding-left:20px; } 149*5f891b7eSNickeau#Firebug .Left .CSS .CSSProperty { color:#005500; margin-top:10px; } 150*5f891b7eSNickeau#Firebug .Left .CSS .CSSValue { padding-left:5px; color:#000088; } 151*5f891b7eSNickeau#Firebug .ButtonContainer .CSS { display:none; } 152*5f891b7eSNickeau 153*5f891b7eSNickeau#Firebug .Right .CSS { background:#eee; } 154*5f891b7eSNickeau#Firebug .Right .CSS .Input { width:100%; _width:98%; height:205px; font:12px Verdana, Geneva, Arial, Helvetica, sans-serif; background:#fff; border:0; border-bottom:1px solid #ccc; margin-bottom:2px; *overflow:scroll; } 155*5f891b7eSNickeau#Firebug .Right .CSS .Button { cursor:pointer; font:12px Verdana, Geneva, Arial, Helvetica, sans-serif; padding:1px 4px 1px 4px; margin:0 4px 0 4px; background:#eee; border:1px solid #eee; text-decoration:none; *display:block; *width:auto; *float:left; *margin-top:-1px; } 156*5f891b7eSNickeau#Firebug .Right .CSS .Button:hover { border:1px outset #ccc; background:#fff; } 157*5f891b7eSNickeau#Firebug .Right .CSS .Button:active { border:1px inset #ccc; background:#ccc; } 158*5f891b7eSNickeau 159*5f891b7eSNickeau/* 160*5f891b7eSNickeau * Scripts 161*5f891b7eSNickeau */ 162*5f891b7eSNickeau 163*5f891b7eSNickeau#Firebug .Left .Scripts { display:none; height:225px; *height:235px; overflow:scroll; font:12px Verdana, Geneva, Arial, Helvetica, sans-serif; white-space:pre; } 164*5f891b7eSNickeau#Firebug .Left .Scripts .LineNumber { float:left; width:30px; height:20px; padding:0 2px 0 0; background:#eee; color:#666; font-family:Courier; text-align:right; border-right:1px solid #ccc; } 165*5f891b7eSNickeau#Firebug .Left .Scripts .CodeContainer { padding:5px; } 166*5f891b7eSNickeau#Firebug .Left .Scripts .Code { height:20px; } 167*5f891b7eSNickeau#Firebug .Left .Scripts .CodeContainer, #Firebug .Left .Scripts .Code { word-wrap:normal; white-space:pre; } 168*5f891b7eSNickeau#Firebug .Right .Scripts { display:none; } 169*5f891b7eSNickeau#Firebug .ButtonContainer .Scripts { display:none; } 170*5f891b7eSNickeau 171*5f891b7eSNickeau/* 172*5f891b7eSNickeau * DOM 173*5f891b7eSNickeau */ 174*5f891b7eSNickeau 175*5f891b7eSNickeau#Firebug .Left .DOM { display:none; font:11px Verdana, Geneva, Arial, Helvetica, sans-serif; padding:5px; overflow:scroll; height:225px; } 176*5f891b7eSNickeau#Firebug .Left .DOM .Object { font-weight:bold; } 177*5f891b7eSNickeau#Firebug .Right .DOM { display:none; overflow:scroll; } 178*5f891b7eSNickeau#Firebug .ButtonContainer .DOM { display:none; } 179*5f891b7eSNickeau#Firebug .ButtonContainer .DOM label { font:11px Verdana, Geneva, Arial, Helvetica, sans-serif; } 180*5f891b7eSNickeau 181*5f891b7eSNickeau/* 182*5f891b7eSNickeau * XHR 183*5f891b7eSNickeau */ 184*5f891b7eSNickeau 185*5f891b7eSNickeau#Firebug .Left .XHR { display:none; font:11px Verdana, Geneva, Arial, Helvetica, sans-serif; padding:5px; overflow:scroll; height:225px; } 186*5f891b7eSNickeau#Firebug .Left .XHR .Block { float:left; width:30%; } 187*5f891b7eSNickeau#Firebug .Left .XHR .BlockContent { padding:3px; border-right:1px dotted #aaa; } 188*5f891b7eSNickeau#Firebug .Left .XHR .Block strong { display:block; text-align:center; padding:3px; background:rgb(200,225,255); color:rgb(50,50,50); } 189*5f891b7eSNickeau#Firebug .Left .XHR .Block span { display:block; text-align:center; overflow:hidden; } 190*5f891b7eSNickeau#Firebug .Left .XHR .Block span a { cursor:pointer; color:rgb(0,0,200); } 191*5f891b7eSNickeau#Firebug .Right .XHR { display:none; overflow:scroll; } 192*5f891b7eSNickeau#Firebug .ButtonContainer .XHR { display:none; } 193*5f891b7eSNickeau#Firebug .ButtonContainer .XHR label { font:11px Verdana, Geneva, Arial, Helvetica, sans-serif; } 194*5f891b7eSNickeau 195*5f891b7eSNickeau#Firebug .Left .STR { display:none; font:11px Verdana, Geneva, Arial, Helvetica, sans-serif; padding:5px; overflow:scroll; height:225px; } 196*5f891b7eSNickeau 197*5f891b7eSNickeau/* 198*5f891b7eSNickeau * settings 199*5f891b7eSNickeau */ 200*5f891b7eSNickeau#Firebug .SettingsDiv {position:absolute;width:190px;top:60px;border:1px outset #000;-x-system-font:none;color:#000;font-family:"MS Sans Serif",Geneva,sans-serif;font-size:12px;font-size-adjust:none;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;line-height:normal;display:none;background-color:#FFF;} 201*5f891b7eSNickeau#Firebug .SettingsDiv .Header {background:#CCC url(firebug.gif) repeat scroll 0 -85px;height:30px;border-bottom:1px inset #000;} 202*5f891b7eSNickeau#Firebug .SettingsDiv .Header .Title {padding-top:10px;text-align:center;} 203*5f891b7eSNickeau#Firebug .SettingsDiv .Content {padding:5px;} 204*5f891b7eSNickeau#Firebug .SettingsDiv .Content .SettingsCBX{position:relative;top:2px;margin: 4px 5px 0 0; border:0 !important; padding:0 !important; height: 15px !important;} 205*5f891b7eSNickeau#Firebug .SettingsDiv .Content .SettingsTextbox{position:relative;top:2px;margin: 4px 5px 0 0; border:0 !important; padding:0 !important; height: 15px !important; width:35px !important; border:1px solid #000000 !important;} 206*5f891b7eSNickeau#Firebug .SettingsDiv .Content .ButtonsLeft {float:left;padding:10px 0px 5px 0px;} 207*5f891b7eSNickeau#Firebug .SettingsDiv .Content .ButtonsRight {float:right;padding:10px 0px 5px 0px;} 208*5f891b7eSNickeau#Firebug .SettingsDiv .Content .ProgressDiv {background-color:#FFF;width:100%;height:100%;position:absolute;left:0;top:0;z-index:1;opacity:.8;filter:alpha(opacity=80);display:none;} 209*5f891b7eSNickeau#Firebug .SettingsDiv .Content .Progress {background-image:url(progress.gif);width:66px;height:66px;position:absolute;top:50%;left:50%;margin-left:-33px;margin-top:-33px;} 210*5f891b7eSNickeau 211*5f891b7eSNickeau/* 212*5f891b7eSNickeau * element highlighting 213*5f891b7eSNickeau */ 214*5f891b7eSNickeau#Firebug .Italic { font-style:italic; } 215*5f891b7eSNickeau#Firebug .Strong { font-weight:bold; } 216*5f891b7eSNickeau#Firebug .NormalWeight { font-weight:normal; } 217*5f891b7eSNickeau#Firebug .Green { color:#008800; } 218*5f891b7eSNickeau#Firebug .Gray { color:#666; } 219*5f891b7eSNickeau#Firebug .Blue { color:#0000ee; } 220*5f891b7eSNickeau#Firebug .DarkBlue { color:#000099; } 221*5f891b7eSNickeau#Firebug .Red { color:#ee0000; } 222*5f891b7eSNickeau#Firebug .Maroon { color:#800000; font:11px Verdana, Geneva, Arial, Helvetica, sans-serif; } 223*5f891b7eSNickeau#Firebug .Null { font:11px Verdana, Geneva, Arial, Helvetica, sans-serif; color:#fff; padding:0 2px 0 2px; background:#999; border:1px solid #666; } 224*5f891b7eSNickeau#Firebug .ObjectLink, #Firebug .ObjectLinkHover { cursor:pointer; } 225*5f891b7eSNickeau#Firebug .ObjectLinkHover { border-bottom:1px solid #008800; } 226*5f891b7eSNickeau 227*5f891b7eSNickeau#Firebug .Clear { clear:both; height:0px; font-size:0px; } 228*5f891b7eSNickeau 229*5f891b7eSNickeau#firebugIconDiv { width:38px;height:38px;right:15pt;bottom:5pt;border:2px solid #000;display:none;position:fixed;background-image:url(firebug_logo.png);text-decoration:underline;cursor:pointer;filter:alpha(opacity:60);opacity:.6;z-index:99999998;} 230