-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
281 lines (278 loc) · 5.75 KB
/
style.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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 22 Jan, 2016, 10:12:06 PM
Author : Lincoln
*/
body{
width: 100%;
margin: 0;
padding: 0;
font-family: 'Raleway', sans-serif;
}
.container_body{
width: 1000px;
margin: 0 auto;
}
.header{
padding: 100px 0;
text-align: center;
color: #fff;
background: -moz-radial-gradient(center, ellipse cover, rgba(227,71,73,1) 0%, rgba(186,27,31,1) 100%); /* ff3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(227,71,73,1)), color-stop(100%, rgba(186,27,31,1))); /* safari4+,chrome */
background:-webkit-radial-gradient(center, ellipse cover, rgba(227,71,73,1) 0%, rgba(186,27,31,1) 100%); /* safari5.1+,chrome10+ */
background: -o-radial-gradient(center, ellipse cover, rgba(227,71,73,1) 0%, rgba(186,27,31,1) 100%); /* opera 11.10+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(227,71,73,1) 0%, rgba(186,27,31,1) 100%); /* ie10+ */
background:radial-gradient(ellipse at center, rgba(227,71,73,1) 0%, rgba(186,27,31,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e34749', endColorstr='#ba1b1f',GradientType=1 ); /* ie6-9 */
}
.header .logo{
font-weight: bold;
font-size: 30px;
display: block;
margin: 10px 0;
letter-spacing: 3px;
}
.header h2{
display: block;
font-size: 50px;
font-weight: 100;
line-height: 10px;
}
.header h2.small{
font-size: 25px;
font-weight: 300;
padding-top: 20px;
letter-spacing: 1px;
}
.topics{
text-align: center;
padding-top: 50px;
}
.topics h2.heading{
font-size: 30px;
color: #666;
font-weight: 400;
display: block;
}
.box{
width: 900px;
margin: 40px auto;
border: 1px solid #dedede;
background: #f2f4f8;
position: relative;
}
.box .usr_container,
.box .msg_container{
float: left;
height: 600px;
overflow-x: hidden;
overflow-y: auto;
}
.box .usr_container{
width: 350px;
border-right: 1px solid #dedede;
background: #fff;
}
.box .msg_container{
width: 548px;
position: relative;
}
.box ul{
margin: 0;
padding: 0;
}
.box ul li{
margin: 0;
padding: 0;
list-style: none;
text-align: left;
cursor: pointer;
}
.box .usr_container ul li{
padding: 20px 10px;
background: #fff;
border-bottom: 1px solid #dedede;
}
.box .usr_container ul li label{
display: block;
width: 100%;
font-family: arial;
font-weight: 400;
color: #333;
font-size: 18px;
margin-bottom: 5px;
}
.box .usr_container ul li label:hover{
cursor: pointer;
}
.box .usr_container ul li span{
color: #777;
font-family: arial;
font-size: 14px;
font-style: italic;
}
.box .usr_container ul li.selected{
background: #f2f4f8;
}
.box .usr_container ul li.selected label{
color: #e34749;
}
.box .usr_container ul li.selected span{
color: #000;
}
.box .usr_container ul li:hover{
background: #dedede;
cursor: pointer;
}
.box .msg_container ul{
padding: 10px 0;
margin-bottom: 75px;
}
.box .msg_container li{
padding: 10px 0;
}
.box .msg_container li.others{
cursor: auto;
text-align: left;
padding-left: 20px;
}
.box .msg_container li.self{
text-align: right;
cursor: auto;
padding-right: 20px;
}
.box .msg_container li.self label{
float: right;
}
.box .msg_container li .message{
background: #fff;
border-radius: 3px;
padding: 15px;
max-width: 400px;
font-size: 15px;
font-family: arial;
float: left;
line-height: 20px;
margin: 5px 0 10px 0;
}
.box .msg_container li label{
float: left;
display: block;
width: 100%;
font-size: 12px;
color: #777;
font-family: arial;
}
.box .msg_container li.others .message{
}
.box .msg_container li.self .message{
background: #dee2ef;
float: right;
display: inline-block;
}
.clear{
clear:both;
}
.send_container{
border-top: 1px solid #dedede;
background: #f7f9fd;
position: absolute;
bottom: 0;
height:75px;
right: 0;
}
.send_container textarea{
background: #f7f9fd;
height: 30px;
width: 550px;
font-size: 15px;
text-align: left;
padding: 20px;
border: none;
resize: none;
outline: none;
}
.send_container input[type="button"]{
position: absolute;
top: 20px;
right: 20px;
padding: 10px;
background: #e34749;
outline: none;
border: none;
cursor: pointer;
color: #fff;
font-weight: bold;
font-size: 15px;
}
.btn_send{
padding: 10px;
background: #e34749;
outline: none;
border: none;
cursor: pointer;
color: #fff;
font-weight: bold;
font-size: 15px;
}
.box .msg_container li label.name{
display: block;
}
div.container{
width: 900px;
margin: 0 auto;
}
select.select_single{
padding: 10px;
font-size: 16px;
width: 400px;
}
select.select_single option{
font-size: 19px;
}
select.select_multiple{
font-size: 15px;
width: 400px;
height: 200px;
}
select.select_multiple option{
padding: 5px;
}
textarea.textarea_msg{
width: 400px;
height: 120px;
resize: none;
margin:10px auto;
padding: 15px;
background: #f7f9fd;
font-size: 15px;
}
input.gcm_token{
width: 400px;
resize: none;
margin:20px auto;
padding: 15px;
background: #f7f9fd;
font-size: 15px;
}
.loader{
display: none;
}
pre{
width: 800px;
text-align: left !important;
font-size: 16px;
font-family: monospace;
margin: 0 auto;
line-height: 20px;
}
.separator{
width: 100%;
height: 1px;
background: #cdcdcd;
margin: 50px 0;
}