ide.css
2.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
.fl {
float: left; }
.fr {
float: right; }
ul.ztree {
background-color: transparent;
width: 100%;
height: 73%;
padding: 10px 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
border: none; }
ul.ztree li a {
padding: 0;
height: 24px;
line-height: 24px;
color: #859499; }
.ztree li a.curSelectedNode {
background-color: #FFE6B0;
color: black;
height: 24px;
border: none;
opacity: 1; }
ul.ztree li span.node_name input {
outline: none; }
ul.ztree li span.button.switch {
display: none; }
ul.ztree li span.button.ico_open,
ul.ztree li span.button.ico_close,
ul.ztree li span.button.ico_docu,
ul.ztree li span.button.add,
ul.ztree li span.button.edit,
ul.ztree li span.button.remove {
margin-top: 4px;
margin-right: 2px;
vertical-align: top; }
ul.ztree li span.button.ico_open,
ul.ztree li span.button.ico_close {
background: url(../img/icon-folder.png) no-repeat scroll center center transparent; }
ul.ztree li span.button.ico_docu {
background: url(../img/icon-files-java.png) no-repeat scroll center center transparent; }
ul.ztree li span.button.edit {
background: url(../img/icon-editer.svg) no-repeat scroll center center transparent; }
ul.ztree li span.button.add {
background-position: -144px 0; }
.programing .nav-tabs {
float: left;
border-bottom: 0; }
html, body {
width: 100%;
height: 100%; }
.programing {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
background-color: #999; }
.record-title {
width: 100%;
height: 60px;
background-image: -webkit-linear-gradient(left, #1FB6FF 0%, #62DCF5 100%);
background-image: linear-gradient(to right, #1FB6FF 0%, #62DCF5 100%);
position: absolute;
top: 0;
z-index: 9999; }
.record-wrap {
width: 100%;
height: 100%;
position: absolute;
box-sizing: border-box;
padding-top: 60px;
padding-bottom: 280px; }
.record-wrap #ideDir {
width: 170px;
height: 100%;
padding-top: 24px;
float: left;
background-color: #FFF;
overflow-y: scroll; }
.record-wrap #ideDir .tree-header {
text-indent: 14px; }
.record-wrap #ideEditer {
width: calc(100% - 170px);
float: left;
height: 100%;
background-color: #00F; }
.record-wrap #ideEditer #recordzone, .record-wrap #ideEditer #replayzone, .record-wrap #ideEditer .coding {
height: 100%; }
.record-wrap #folder {
height: 100%; }
.record-wrap .gxb-record {
position: relative;
height: 100%; }
.record-toolbox {
width: 100%;
position: absolute;
bottom: 0;
background-color: #23383f;
z-index: 999; }
.record-toolbox .console-wrap {
width: 100%;
background-color: #FFF;
height: 240px;
border-top: 1px solid #999d9e; }
.record-toolbox .console-wrap #toolbar {
width: 100%;
height: 36px;
background-color: #F0F3F5; }
.record-toolbox .record-ctrl {
height: 60px; }