sunlogin_wev8.css
2.58 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
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
165
166
167
168
169
170
171
172
html, body {
height: 100%;
padding: 0;
margin: 0;
background: #000;
text-align: center;
color: #fff;
font:14px/1.6 arial,"Microsoft Yahei","Hiragino Sans GB",sans-serif;
}
#wrapper {
margin: 0 auto;
}
.toolbar,.drop {
margin: 0 auto;
position: relative;
z-index: 100;
overflow: visible;
}
.drop {
width: 30px;
height: 30px;
margin-top: -15px;
}
.drop a {
display: block;
width: 30px;
height: 30px;
-webkit-border-radius: 15px;
border-radius: 15px;
}
.toolbar {
display: none;
}
.toolbar a,.menu a,.drop a {
background-color: rgba(63,63,63,0.7);
}
.menu ul,.menu li,.toolbar ul,.toolbar li {
padding: 0;
margin: 0;
list-style-type: none;
overflow: visible;
}
.toolbar li {
position: relative;
overflow: visible;
}
.toolbar li,.toolbar li a,.menu li,.menu li a {
display: inline-block;
}
.toolbar li a {
width: 70px;
padding: 0 15px;
height: 40px;
line-height: 40px;
color: #ccc;
text-decoration: none;
}
.toolbar li a:hover,.drop a:hover,.menu li a:hover {
background-color: #222;
color: #fff;
}
.toolbar li a:active,.drop a:active,.menu li a:active {
color: #ff8a56;
}
.toolbar li a:active .icon,.drop a:active .icon,.menu li a:active .icon {
background-image: url(../images/icon-active.gif);
}
.menu {
position: absolute;
display: none;
left: 0;
}
.menu ul {
border-top: 1px solid #000;
}
.menu li a {
display: block;
width: 116px;
height: 30px;
padding-left: 24px;
line-height: 30px;
text-align: left;
}
.icon {
display: inline-block;
width: 16px;
height: 16px;
vertical-align: middle;
margin-right: 3px;
font-size: 0;
line-height: 0;
background: url(../images/icon-normal.gif) no-repeat;
}
.icon-drop {
background-position: 0 0;
}
.icon-hotkey {
background-position: 0 -16px;
}
.icon-session {
background-position: 0 -32px;
}
.icon-screen {
background-position: 0 -48px;
}
.msg-placeholder{
position:absolute;
top:50%;
margin-top: -10px;
width: 100%;
}
.loading{
height: 20px;
margin:-10px 10px 0 -50px;
display: inline-block;
}
.loading span{
display: inline-block;
width: 8px;
height: 100%;
border-radius: 4px;
margin: 0 1px;
background: #ff8a56;
-webkit-animation: load 1s ease infinite;
}
@-webkit-keyframes load{
0%, 100%{
height: 10px;
background: #ff8a56;
}
50%{
height: 20px;
margin: -5px 1px;
background: #ff895679;
}
}
.loading span:nth-child(2){
-webkit-animation-delay:0.2s;
}
.loading span:nth-child(3){
-webkit-animation-delay:0.4s;
}
.loading span:nth-child(4){
-webkit-animation-delay:0.6s;
}
.loading span:nth-child(5){
-webkit-animation-delay:0.8s;
}