Lines Matching refs:Left

27 #Firebug .Left, #Firebug > .Right { background:#fff; height:257px;}
28 #Firebug .Left { float:left; width:100%; }
87 #Firebug .Left .Console { overflow:hidden; }
88 #Firebug .Left .Console .Monitor { height:210px; border-bottom:1px solid #ccc; overflow:scroll; overflow-x:hidden; }
89 #Firebug .Left .Console .Monitor .Error { background:#ffeff1; color:#ff0000; }
90 #Firebug .Left .Console .Monitor .Error strong { color:#ff0000; }
91 #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 #Firebug .Left .Console .Monitor .Arrow { color:rgb(0,0,255); white-space:nowrap; }
94 #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 #Firebug .Left .Console .InputContainer { margin-left:35px; margin-right:5px; }
96 #Firebug .Left .Console .Input { width:100% !important; margin-top:2px; width:98%; overflow:hidden; border:0; font:12px Verdana, Geneva, Arial, Helvetica, sans-serif; }
107 #Firebug .Left .Console .Monitor .Warn { background:url(warningIcon.png) #00FFFF no-repeat 2px center; padding-left:20px; }
108 #Firebug .Left .Console .Monitor .Info { background:url(infoIcon.png) #fff no-repeat 2px center; padding-left:20px; }
109 #Firebug .Left .Console .Monitor .Error { background:url(errorIcon.png) #FFFFE0 no-repeat 2px center; padding-left:20px; }
116 #Firebug .Left .HTML { display:none; height:250px; overflow:scroll; padding:0 10px 2px 10px; }
117 #Firebug .Left .HTML .Block { padding:0 0 0 0px; font:11px Verdana, Geneva, Arial, Helvetica, sans-serif; }
118 #Firebug .Left .HTML .Block .Spacer { cursor:default; padding:2px 2px 2px 15px; }
119 #Firebug .Left .HTML .Block .Link { display:block; color:#333; padding:2px 2px 2px 0; }
120 #Firebug .Left .HTML .Block .Link .Content { padding:2px 2px 2px 2px; }
121 #Firebug .Left .HTML .Block .Link .TagName { cursor:pointer; }
122 #Firebug .Left .HTML .Block .Parent { font-weight:bold; color:#111; text-decoration:none; }
123 #Firebug .Left .HTML .Block .Parent .Spacer { background:#fff center no-repeat; }
124 #Firebug .Left .HTML .Block .Parent .Spacer { background-image:url(tree_open.gif); }
125 #Firebug .Left .HTML .Block .Open .Spacer { background-image:url(tree_close.gif) }
126 #Firebug .Left .HTML .Block .Selected { background-color:#4473c4; }
127 #Firebug .Left .HTML .Block .Selected * { color:#fff; }
128 #Firebug .Left .HTML .Block .SubContainer { padding-left:20px; height:0; font-size:0px; }
129 #Firebug .Left .HTML .Block .OpenSubContainer { height:auto; }
130 #Firebug .Left .HTML .Unvisible { opacity:0.5; filter:Alpha(Opacity=50); }
145 #Firebug .Left .CSS { display:none; padding:5px; height:225px; overflow:scroll; font:11px Verdana, Geneva, Arial, Helvetica, sans-serif; }
147 #Firebug .Left .CSS .Selector { margin-top:10px }
148 #Firebug .Left .CSS .CSSText { padding-left:20px; }
149 #Firebug .Left .CSS .CSSProperty { color:#005500; margin-top:10px; }
150 #Firebug .Left .CSS .CSSValue { padding-left:5px; color:#000088; }
163 #Firebug .Left .Scripts { display:none; height:225px; *height:235px; overflow:scroll; font:12px Verdana, Geneva, Arial, Helvetica, sans-serif; white-space:pre; }
164 #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 #Firebug .Left .Scripts .CodeContainer { padding:5px; }
166 #Firebug .Left .Scripts .Code { height:20px; }
167 #Firebug .Left .Scripts .CodeContainer, #Firebug .Left .Scripts .Code { word-wrap:normal; white-space:pre; }
175 #Firebug .Left .DOM { display:none; font:11px Verdana, Geneva, Arial, Helvetica, sans-serif; padding:5px; overflow:scroll; height:225px; }
176 #Firebug .Left .DOM .Object { font-weight:bold; }
185 #Firebug .Left .XHR { display:none; font:11px Verdana, Geneva, Arial, Helvetica, sans-serif; padding:5px; overflow:scroll; height:225px; }
186 #Firebug .Left .XHR .Block { float:left; width:30%; }
187 #Firebug .Left .XHR .BlockContent { padding:3px; border-right:1px dotted #aaa; }
188 #Firebug .Left .XHR .Block strong { display:block; text-align:center; padding:3px; background:rgb(200,225,255); color:rgb(50,50,50); }
189 #Firebug .Left .XHR .Block span { display:block; text-align:center; overflow:hidden; }
190 #Firebug .Left .XHR .Block span a { cursor:pointer; color:rgb(0,0,200); }
195 #Firebug .Left .STR { display:none; font:11px Verdana, Geneva, Arial, Helvetica, sans-serif; padding:5px; overflow:scroll; height:225px; }