source: ether_statistics/web/resources/js/windows_js_1.3/themes/debug.css

Last change on this file was 569, checked in by vmipsl, 12 years ago

Nouveau projet

File size: 492 bytes
RevLine 
[569]1div.inspector div.inspectable {
2 padding: 0.25em 0 0.25em 1em;
3 background-color: Gray;
4 color: white;
5 border: outset 2px white;
6 cursor: pointer;
7}
8 
9div.inspector div.child {
10 margin: 0 0 0 1em;
11}
12 
13#debug_window_content { /*  DIV container for debug sizing*/
14 width:250px;
15 height:100px;
16 background-color:#000;
17}
18 
19#debug {         /*  DIV container for debug contents*/
20 padding:3px;
21 color:#0f0;
22 font-family:monaco, Tahoma, Verdana, Arial, Helvetica, sans-serif;
23 font-size:10px;
24}
25 
Note: See TracBrowser for help on using the repository browser.