server/src/main/webapp/static/lib/dojo/_firebug/firebug.css
changeset 51 3247fccfbd3f
equal deleted inserted replaced
50:7b517a54b708 51:3247fccfbd3f
       
     1 .firebug {
       
     2 	margin: 0;
       
     3 	background:#fff;
       
     4 	font-family: Lucida Grande, Tahoma, sans-serif;
       
     5 	font-size: 11px;
       
     6 	overflow: hidden;
       
     7 	border: 1px solid black;
       
     8 	position: relative;
       
     9 }
       
    10 .firebug a {
       
    11 	text-decoration: none;
       
    12 }
       
    13 .firebug a:hover {
       
    14 	text-decoration: underline;
       
    15 }
       
    16 .firebug a:visited{
       
    17 	color:#0000FF;
       
    18 }
       
    19 .firebug #firebugToolbar {
       
    20 	height: 18px;
       
    21 	line-height:18px;
       
    22 	border-top: 1px solid ThreeDHighlight;
       
    23 	border-bottom: 1px solid ThreeDShadow;
       
    24 	padding: 2px 6px;
       
    25 	
       
    26 	background:#f0f0f0;
       
    27 }
       
    28 .firebug #firebugLog, .firebug #objectLog {
       
    29 	overflow: auto;
       
    30 	position: absolute;
       
    31 	left: 0;
       
    32 	width: 100%;
       
    33 }
       
    34 #objectLog{
       
    35 	overflow:scroll;
       
    36 	height:258px;
       
    37 }
       
    38 .firebug #firebugCommandLine {
       
    39 	position: absolute;
       
    40 	bottom: 0;
       
    41 	left: 0;
       
    42 	width: 100%;
       
    43 	height: 18px;
       
    44 	border: none;
       
    45 	border-top: 1px solid ThreeDShadow;
       
    46 }
       
    47 .firebug .logRow {
       
    48 	position: relative;
       
    49 	border-bottom: 1px solid #D7D7D7;
       
    50 	padding: 2px 4px 1px 6px;
       
    51 	background-color: #FFFFFF;
       
    52 }
       
    53 .firebug .logRow-command {
       
    54 	font-family: Monaco, monospace;
       
    55 	color: blue;
       
    56 }
       
    57 .firebug .objectBox-null {
       
    58 	padding: 0 2px;
       
    59 	border: 1px solid #666666;
       
    60 	background-color: #888888;
       
    61 	color: #FFFFFF;
       
    62 }
       
    63 .firebug .objectBox-string {
       
    64 	font-family: Monaco, monospace;
       
    65 	color: red;
       
    66 	white-space: pre;
       
    67 }
       
    68 .firebug .objectBox-number {
       
    69 	color: #000088;
       
    70 }
       
    71 .firebug .objectBox-function {
       
    72 	font-family: Monaco, monospace;
       
    73 	color: DarkGreen;
       
    74 }
       
    75 .firebug .objectBox-object {
       
    76 	color: DarkGreen;
       
    77 	font-weight: bold;
       
    78 }
       
    79 .firebug .logRow-info,
       
    80 .firebug .logRow-error,
       
    81 .firebug .logRow-warning
       
    82  {
       
    83 	background: #00FFFF no-repeat 2px 2px;
       
    84 	padding-left: 20px;
       
    85 	padding-bottom: 3px;
       
    86 }
       
    87 .firebug .logRow-info {
       
    88 	background: #FFF url(infoIcon.png) no-repeat 2px 2px;
       
    89 	padding-left: 20px;
       
    90 	padding-bottom: 3px;
       
    91 }
       
    92 .firebug .logRow-warning {
       
    93 	
       
    94 	background: #00FFFF url(warningIcon.png) no-repeat 2px 2px;
       
    95 	padding-left: 20px;
       
    96 	padding-bottom: 3px;
       
    97 }
       
    98 .firebug .logRow-error {
       
    99 	background: LightYellow url(errorIcon.png) no-repeat 2px 2px;
       
   100 	padding-left: 20px;
       
   101 	padding-bottom: 3px;
       
   102 }
       
   103 .firebug .errorMessage {
       
   104 	vertical-align: top;
       
   105 	color: #FF0000;
       
   106 }
       
   107 .firebug .objectBox-sourceLink {
       
   108 	position: absolute;
       
   109 	right: 4px;
       
   110 	top: 2px;
       
   111 	padding-left: 8px;
       
   112 	font-family: Lucida Grande, sans-serif;
       
   113 	font-weight: bold;
       
   114 	color: #0000FF;
       
   115 }
       
   116 .firebug .logRow-group {
       
   117 	background: #EEEEEE;
       
   118 	border-bottom: none;
       
   119 }
       
   120 .firebug .logGroup {
       
   121 	background: #EEEEEE;
       
   122 }
       
   123 .firebug .logGroupBox {
       
   124 	margin-left: 24px;
       
   125 	border-top: 1px solid #D7D7D7;
       
   126 	border-left: 1px solid #D7D7D7;
       
   127 }
       
   128 .firebug .selectorTag,
       
   129 .firebug .selectorId,
       
   130 .firebug .selectorClass {
       
   131 	font-family: Monaco, monospace;
       
   132 	font-weight: normal;
       
   133 }
       
   134 .firebug .selectorTag {
       
   135 	color: #0000FF;
       
   136 }
       
   137 .firebug .selectorId {
       
   138 	color: DarkBlue;
       
   139 }
       
   140 .firebug .selectorClass {
       
   141 	color: red;
       
   142 }
       
   143 .firebug .objectBox-element {
       
   144 	font-family: Monaco, monospace;
       
   145 	color: #000088;
       
   146 }
       
   147 .firebug .nodeChildren {
       
   148 	margin-left: 16px;
       
   149 }
       
   150 .firebug .nodeTag {
       
   151 	color: blue;
       
   152 }
       
   153 .firebug .nodeValue {
       
   154 	color: #FF0000;
       
   155 	font-weight: normal;
       
   156 }
       
   157 .firebug .nodeText,
       
   158 .firebug .nodeComment {
       
   159 	margin: 0 2px;
       
   160 	vertical-align: top;
       
   161 }
       
   162 .firebug .nodeText {
       
   163 	color: #333333;
       
   164 }
       
   165 .firebug .nodeComment {
       
   166 	color: DarkGreen;
       
   167 }
       
   168 .firebug .propertyNameCell {
       
   169 	vertical-align: top;
       
   170 }
       
   171 .firebug .propertyName {
       
   172 	font-weight: bold;
       
   173 }
       
   174 #firebugToolbar ul.tabs{
       
   175 	margin:0 !important;
       
   176 	padding:0;
       
   177 }
       
   178 #firebugToolbar ul.tabs li{
       
   179 	list-style:none;
       
   180 	background:transparent url(tab_lft_norm.png) no-repeat left;
       
   181 	line-height:18px;
       
   182 	float:left;
       
   183 	margin-left:5px;
       
   184 }
       
   185 #firebugToolbar ul.tabs li.right{
       
   186 	float:right;
       
   187 	margin-right:5px;
       
   188 	margin-left:0;
       
   189 }
       
   190 #firebugToolbar ul.tabs li.gap{
       
   191 	margin-left:20px;
       
   192 }
       
   193 #firebugToolbar .tabs a{
       
   194 	text-decoration:none;
       
   195 	background:transparent url(tab_rgt_norm.png) no-repeat right;
       
   196 	line-height:18px;
       
   197 	padding:3px 9px 4px 0px;
       
   198 	margin-left:9px;
       
   199 	color:#333333;
       
   200 }
       
   201 #firebugToolbar .tabs li:hover{
       
   202 	background:transparent url(tab_lft_over.png) no-repeat left;
       
   203 }
       
   204 #firebugToolbar .tabs a:hover{
       
   205 	text-decoration:none;
       
   206 	background:transparent url(tab_rgt_over.png) no-repeat right;
       
   207 	color:#FFFFFF;
       
   208 }