Chris@0: /* See license.txt for terms of usage */ Chris@0: Chris@0: .firebugHighlight { Chris@0: z-index: 2147483647; Chris@0: position: absolute; Chris@0: background-color: #3875d7; Chris@0: } Chris@0: Chris@0: .firebugLayoutBoxParent { Chris@0: z-index: 2147483647; Chris@0: position: absolute; Chris@0: border-right: 1px dashed #BBBBBB; Chris@0: border-bottom: 1px dashed #BBBBBB; Chris@0: } Chris@0: Chris@0: .firebugRulerH { Chris@0: position: absolute; Chris@0: top: -15px; Chris@0: left: 0; Chris@0: width: 100%; Chris@0: height: 14px; Chris@0: background: url(chrome://firebug/skin/rulerH.png) repeat-x; Chris@0: border-top: 1px solid #BBBBBB; Chris@0: border-right: 1px dashed #BBBBBB; Chris@0: border-bottom: 1px solid #000000; Chris@0: } Chris@0: Chris@0: .firebugRulerV { Chris@0: position: absolute; Chris@0: top: 0; Chris@0: left: -15px; Chris@0: width: 14px; Chris@0: height: 100%; Chris@0: background: url(chrome://firebug/skin/rulerV.png) repeat-y; Chris@0: border-left: 1px solid #BBBBBB; Chris@0: border-right: 1px solid #000000; Chris@0: border-bottom: 1px dashed #BBBBBB; Chris@0: } Chris@0: Chris@0: .overflowRulerX > .firebugRulerV { Chris@0: left: 0; Chris@0: } Chris@0: Chris@0: .overflowRulerY > .firebugRulerH { Chris@0: top: 0; Chris@0: } Chris@0: Chris@0: /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ Chris@0: Chris@0: .firebugLayoutBoxOffset { Chris@0: z-index: 2147483647; Chris@0: position: absolute; Chris@0: opacity: 0.8; Chris@0: } Chris@0: Chris@0: .firebugLayoutBoxMargin { Chris@0: background-color: #EDFF64; Chris@0: } Chris@0: Chris@0: .firebugLayoutBoxBorder { Chris@0: background-color: #666666; Chris@0: } Chris@0: Chris@0: .firebugLayoutBoxPadding { Chris@0: background-color: SlateBlue; Chris@0: } Chris@0: Chris@0: .firebugLayoutBoxContent { Chris@0: background-color: SkyBlue; Chris@0: } Chris@0: Chris@0: /*.firebugHighlightGroup .firebugLayoutBox { Chris@0: background-color: transparent; Chris@0: } Chris@0: Chris@0: .firebugHighlightBox { Chris@0: background-color: Blue !important; Chris@0: }*/ Chris@0: Chris@0: .firebugLayoutLine { Chris@0: z-index: 2147483647; Chris@0: background-color: #000000; Chris@0: opacity: 0.4; Chris@0: } Chris@0: Chris@0: .firebugLayoutLineLeft, Chris@0: .firebugLayoutLineRight { Chris@0: position: fixed; Chris@0: width: 1px; Chris@0: height: 100%; Chris@0: } Chris@0: Chris@0: .firebugLayoutLineTop, Chris@0: .firebugLayoutLineBottom { Chris@0: position: absolute; Chris@0: width: 100%; Chris@0: height: 1px; Chris@0: } Chris@0: Chris@0: .firebugLayoutLineTop { Chris@0: margin-top: -1px; Chris@0: border-top: 1px solid #999999; Chris@0: } Chris@0: Chris@0: .firebugLayoutLineRight { Chris@0: border-right: 1px solid #999999; Chris@0: } Chris@0: Chris@0: .firebugLayoutLineBottom { Chris@0: border-bottom: 1px solid #999999; Chris@0: } Chris@0: Chris@0: .firebugLayoutLineLeft { Chris@0: margin-left: -1px; Chris@0: border-left: 1px solid #999999; Chris@0: }