-
Notifications
You must be signed in to change notification settings - Fork 4
/
immm.css
164 lines (153 loc) · 4.7 KB
/
immm.css
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
#graph_div {
width: 100%;
height: 900px;
background-color: #DDD;
border: 1px solid lightgray;
}
#popup_div {
display:none;
position:absolute;
top:200px;
left:100px;
z-index:299;
width:400px;
height:400px;
background-color: #f9f9f9;
border-style:solid;
border-width:4px;
border-color: #AAA;
}
#edit_popup_div {
display:none;
position:absolute;
top:100px;
left:100px;
z-index:299;
width:500px;
height:600px;
background-color: #f9f9f9;
border-style:solid;
border-width:8px;
border-color: #AAA;
}
#loading {
vertical-align: middle;
display: none;
}
#loadingBar_div {
position: absolute;
top: 0;
left: 0;
width: 902px;
height: 902px;
background-color: rgba(250, 250, 250, 0.8);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
opacity: 1;
display: none;
}
#wrapper {
position: relative;
width: 100%;
height: 900px;
background-color: #AAAAAA ;
}
#text {
position: absolute;
top: 8px;
left: 530px;
width: 30px;
height: 50px;
margin: auto auto auto auto;
font-size: 22px;
color: #000000;
}
div.outerBorder {
position: relative;
top: 400px;
width: 600px;
height: 44px;
margin: auto auto auto auto;
border: 8px solid rgba(0, 0, 0, 0.1);
background: rgb(252, 252, 252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(237, 237, 237, 1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252, 252, 252, 1)), color-stop(100%, rgba(237, 237, 237, 1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(237, 237, 237, 1) 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(237, 237, 237, 1) 100%);*/ /* Opera 11.10+ */
/*background: -ms-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(237, 237, 237, 1) 100%);*/ /* IE10+ */
/*background: linear-gradient(to bottom, rgba(252, 252, 252, 1) 0%, rgba(237, 237, 237, 1) 100%);*/ /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#ededed', GradientType=0);*/ /* IE6-9 */
border-radius: 72px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#border {
position: absolute;
top: 10px;
left: 10px;
width: 500px;
height: 23px;
margin: auto auto auto auto;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
border-radius: 10px;
}
#bar_div {
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
margin: auto auto auto auto;
border-radius: 11px;
border: 2px solid rgba(30, 30, 30, 0.05);
background: rgb(0, 173, 246); /* Old browsers */
box-shadow: 2px 0 4px rgba(0, 0, 0, 0.4);
}
body, select {
font: 10pt sans;
}
#mynetwork {
position:relative;
width: 1200px;
height: 600px;
border: 1px solid lightgray;
}
table.legend_table {
font-size: 11px;
border-width:1px;
border-color:#d3d3d3;
border-style:solid;
}
table.legend_table,td {
border-width:1px;
border-color:#d3d3d3;
border-style:solid;
padding: 2px;
}
div.table_content {
width:80px;
text-align:center;
}
div.table_description {
width:100px;
}
#operation {
font-size:28px;
}
#network-popUp {
display:none;
position:absolute;
top:350px;
left:170px;
z-index:299;
width:250px;
height:120px;
background-color: #f9f9f9;
border-style:solid;
border-width:3px;
border-color: #5394ed;
padding:10px;
text-align: center;
}