OLD | NEW |
1 body { | 1 body { |
2 font-family: Helvetica, sans-serif; | 2 font-family: Helvetica, sans-serif; |
3 cursor: default; | 3 cursor: default; |
4 font-size: 13px; | 4 font-size: 13px; |
5 } | 5 } |
6 | 6 |
7 p { | 7 p { |
8 color: black; | 8 color: black; |
9 } | 9 } |
10 | 10 |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 -webkit-user-select: text; | 128 -webkit-user-select: text; |
129 padding: 0px; | 129 padding: 0px; |
130 margin: 0px; | 130 margin: 0px; |
131 position: fixed; | 131 position: fixed; |
132 bottom: 0px; | 132 bottom: 0px; |
133 width: 100%; | 133 width: 100%; |
134 height: 150px; | 134 height: 150px; |
135 overflow: auto; | 135 overflow: auto; |
136 font-family: monospace; | 136 font-family: monospace; |
137 font-weight: bold; | 137 font-weight: bold; |
138 line-height: 0.5em; | 138 font-size: small; |
139 border: 2px solid #ffffff; | 139 border: 2px solid #ffffff; |
140 display: none; | 140 display: none; |
141 opacity: 0.9; | 141 opacity: 0.9; |
142 background-color: #ffffff; | 142 background-color: #ffffff; |
143 z-index: 1; | 143 z-index: 1; |
144 } | 144 } |
145 | 145 |
146 .debug_log_toggle { | 146 .debug_log_toggle { |
147 line-height: 0.8em; | 147 line-height: 0.8em; |
148 float: right; | 148 float: right; |
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
361 line-height: 30px; | 361 line-height: 30px; |
362 } | 362 } |
363 | 363 |
364 .float-right { | 364 .float-right { |
365 float: right; | 365 float: right; |
366 } | 366 } |
367 | 367 |
368 .float-left { | 368 .float-left { |
369 float: left; | 369 float: left; |
370 } | 370 } |
OLD | NEW |