Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F1610261
firebug.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Subscribers
None
firebug.css
View Options
.
firebug
{
margin
:
0
;
background
:
#fff
;
font-family
:
Lucida
Grande
,
Tahoma
,
sans-serif
;
font-size
:
11
px
;
overflow
:
hidden
;
border
:
1
px
solid
black
;
position
:
relative
;
}
.
firebug
a
{
text-decoration
:
none
;
}
.
firebug
a
:
hover
{
text-decoration
:
underline
;
}
.
firebug
a
:
visited
{
color
:
#0000FF
;
}
.
firebug
#
firebugToolbar
{
height
:
18
px
;
line-height
:
18
px
;
border-top
:
1
px
solid
ThreeDHighlight
;
border-bottom
:
1
px
solid
ThreeDShadow
;
padding
:
2
px
6
px
;
background
:
#f0f0f0
;
}
.
firebug
#
firebugLog
,
.
firebug
#
objectLog
{
overflow
:
auto
;
position
:
absolute
;
left
:
0
;
width
:
100
%
;
}
#
objectLog
{
overflow
:
scroll
;
height
:
258
px
;
}
.
firebug
#
firebugCommandLine
{
position
:
absolute
;
bottom
:
0
;
left
:
0
;
width
:
100
%
;
height
:
18
px
;
border
:
none
;
border-top
:
1
px
solid
ThreeDShadow
;
}
.
firebug
.
logRow
{
position
:
relative
;
border-bottom
:
1
px
solid
#D7D7D7
;
padding
:
2
px
4
px
1
px
6
px
;
background-color
:
#FFFFFF
;
}
.
firebug
.
logRow-command
{
font-family
:
Monaco
,
monospace
;
color
:
blue
;
}
.
firebug
.
objectBox-null
{
padding
:
0
2
px
;
border
:
1
px
solid
#666666
;
background-color
:
#888888
;
color
:
#FFFFFF
;
}
.
firebug
.
objectBox-string
{
font-family
:
Monaco
,
monospace
;
color
:
red
;
white-space
:
pre
;
}
.
firebug
.
objectBox-number
{
color
:
#000088
;
}
.
firebug
.
objectBox-function
{
font-family
:
Monaco
,
monospace
;
color
:
DarkGreen
;
}
.
firebug
.
objectBox-object
{
color
:
DarkGreen
;
font-weight
:
bold
;
}
.
firebug
.
logRow-info
,
.
firebug
.
logRow-error
,
.
firebug
.
logRow-warning
{
background
:
#00FFFF
no-repeat
2
px
2
px
;
padding-left
:
20
px
;
padding-bottom
:
3
px
;
}
.
firebug
.
logRow-info
{
background
:
#FFF
url
(
infoIcon.png
)
no-repeat
2
px
2
px
;
padding-left
:
20
px
;
padding-bottom
:
3
px
;
}
.
firebug
.
logRow-warning
{
background
:
#00FFFF
url
(
warningIcon.png
)
no-repeat
2
px
2
px
;
padding-left
:
20
px
;
padding-bottom
:
3
px
;
}
.
firebug
.
logRow-error
{
background
:
LightYellow
url
(
errorIcon.png
)
no-repeat
2
px
2
px
;
padding-left
:
20
px
;
padding-bottom
:
3
px
;
}
.
firebug
.
errorMessage
{
vertical-align
:
top
;
color
:
#FF0000
;
}
.
firebug
.
objectBox-sourceLink
{
position
:
absolute
;
right
:
4
px
;
top
:
2
px
;
padding-left
:
8
px
;
font-family
:
Lucida
Grande
,
sans-serif
;
font-weight
:
bold
;
color
:
#0000FF
;
}
.
firebug
.
logRow-group
{
background
:
#EEEEEE
;
border-bottom
:
none
;
}
.
firebug
.
logGroup
{
background
:
#EEEEEE
;
}
.
firebug
.
logGroupBox
{
margin-left
:
24
px
;
border-top
:
1
px
solid
#D7D7D7
;
border-left
:
1
px
solid
#D7D7D7
;
}
.
firebug
.
selectorTag
,
.
firebug
.
selectorId
,
.
firebug
.
selectorClass
{
font-family
:
Monaco
,
monospace
;
font-weight
:
normal
;
}
.
firebug
.
selectorTag
{
color
:
#0000FF
;
}
.
firebug
.
selectorId
{
color
:
DarkBlue
;
}
.
firebug
.
selectorClass
{
color
:
red
;
}
.
firebug
.
objectBox-element
{
font-family
:
Monaco
,
monospace
;
color
:
#000088
;
}
.
firebug
.
nodeChildren
{
margin-left
:
16
px
;
}
.
firebug
.
nodeTag
{
color
:
blue
;
}
.
firebug
.
nodeValue
{
color
:
#FF0000
;
font-weight
:
normal
;
}
.
firebug
.
nodeText
,
.
firebug
.
nodeComment
{
margin
:
0
2
px
;
vertical-align
:
top
;
}
.
firebug
.
nodeText
{
color
:
#333333
;
}
.
firebug
.
nodeComment
{
color
:
DarkGreen
;
}
.
firebug
.
propertyNameCell
{
vertical-align
:
top
;
}
.
firebug
.
propertyName
{
font-weight
:
bold
;
}
#
firebugToolbar
ul
.
tabs
{
margin
:
0
!important
;
padding
:
0
;
}
#
firebugToolbar
ul
.
tabs
li
{
list-style
:
none
;
background
:
transparent
url
(
tab_lft_norm.png
)
no-repeat
left
;
line-height
:
18
px
;
float
:
left
;
margin-left
:
5
px
;
}
#
firebugToolbar
ul
.
tabs
li
.
right
{
float
:
right
;
margin-right
:
5
px
;
margin-left
:
0
;
}
#
firebugToolbar
ul
.
tabs
li
.
gap
{
margin-left
:
20
px
;
}
#
firebugToolbar
.
tabs
a
{
text-decoration
:
none
;
background
:
transparent
url
(
tab_rgt_norm.png
)
no-repeat
right
;
line-height
:
18
px
;
padding
:
3
px
9
px
4
px
0
px
;
margin-left
:
9
px
;
color
:
#333333
;
}
#
firebugToolbar
.
tabs
li
:
hover
{
background
:
transparent
url
(
tab_lft_over.png
)
no-repeat
left
;
}
#
firebugToolbar
.
tabs
a
:
hover
{
text-decoration
:
none
;
background
:
transparent
url
(
tab_rgt_over.png
)
no-repeat
right
;
color
:
#FFFFFF
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 29, 04:48 (5 d, 4 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
24358
Default Alt Text
firebug.css (3 KB)
Attached To
rZED Zed
Event Timeline
Log In to Comment