forked from nizaranand/FaceLink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mystyle.css
351 lines (292 loc) · 7.55 KB
/
mystyle.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
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
/*
Document : mystyle
Created on : Aug 4, 2011, 8:09:17 AM
Author : Monideep Purkayastha
Description:
Purpose of the stylesheet follows.
*/
/*
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
root {
display: block;
}
#wp-admin-bar .padder li.bp-login ul.log-form{
font-size: 11px;
background: url(images/60pc_black.png );
border: none;
}
.login_button{
margin-top: 8px;
width:90px;
height:28px;
font: 14px Georgia, serif;
color: #333;
background: #dadada;
box-shadow: #cecece;
-moz-box-shadow: #cecece;
-webkit-box-shadow: #cecece;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dadada));
background: -moz-linear-gradient(top, #f3f3f3, #dadada);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#dadada');
}
.lll{
color:#F5FCB6;
}
.log-form ul a {
padding:0px;
}
#wp-admin-bar .padder li.bp-search-box ul.search-form{
font-size: 11px;
background:url(images/60pc_black.png );
border:none;
}
#wp-admin-bar .padder li.bp-search-box ul.search-form .search-txt{
margin-top: 5px;
margin-bottom:2px;
padding: 7px 7px;
width:150px;
overflow:hidden;
}
#wp-admin-bar .padder li.bp-search-box ul.search-form .search-button{
display:none;
}
.right{
float:right;
}
#register {
margin: 5px 5px 5px 0px;
padding: 0px 0;
overflow: hidden;
position: relative;
width: 580px;
height: 340px;
}
#register #first_step, #second_step, #third_step, #fourth_step { display: none; }
#register #first_step { display: block; }
#register .form { margin: 10px 0px 10px 0px; }
#register h1, #register h2 {
font-family: Cantarell, Verdana, sans-serif;
text-align: left;
font-size: 24px;
text-shadow: 1px 1px 2px #222;
}
#register h1 span { color: #a90329; }
#register h2 {
color: #888;
font-size: 20px;
text-align: left;
text-shadow: none;
}
#register table {
margin: 0px 0px;
font-size: 14px;
font-weight: bold;
}
#register table td {
padding: 5px 10px;
}
#register table td:nth-child(2) {
color: #a90329;
}
#register input, #register select {
background: url('images/input.png') no-repeat;
color: #888;
border: 1px solid #ccc;
font-family: Cantarell, Verdana, sans-serif;
font-weight: bold;
font-size: 15px;
width: 300px;
height: 35px;
padding: 0 25px;
margin: 20px 0;
float: left;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}
#register input.submit, #register input.back {
background: url('images/button.png') no-repeat;
border: none;
cursor: pointer;
width: 85px;
height: 38px;
position: relative;
bottom: 2px;
left:10px;
}
#first_step input.submit { left:480px; }
#second_step input.submit{left:400px;}
#third_step input.submit{left:400px;}
#fourth_step input.submit{left:400px;}
#register input.submit:focus { border: none; }
#register input.back{
background: url('images/back.png') no-repeat;
left: 20px;
}
#register input.back:focus { border: none; }
#register input.send{ background: url('images/send.png') no-repeat; }
#register input.error { border: 1px solid red; }
#register input.valid { border: 1px solid #1FFF00; }
#register input:focus, #container select:focus {
border: 1px solid #a90329;
color: #a90329;
}
#register select { padding: 5px 0 5px 25px; }
#register option { padding: 0 15px; }
#register label {
color: #666;
font-size: 12px;
font-weight: bold;
line-height: 14px;
float: right;
margin: 10px -10px;
width: 170px;
}
#progress_bar {
background: url('images/progress_bar.png') no-repeat;
width: 339px;
height: 24px;
margin: 0 auto;
position: relative;
}
#progress {
background: url('images/progress.png') repeat-x;
width: 0px;
height: 23px;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
}
#progress_text {
position: relative;
line-height: 21px;
text-align: center;
font-weight: bold;
color: white;
text-shadow: 1px 1px 2px #222;
width: 339px;
height: 24px;
top: -23px;
}
#main .wrap .logg{
margin:20px 20px;
}
.logg .left h1 h2{
font-family: Cantarell, Verdana, sans-serif;
text-align: center;
font-size: 35px;
text-shadow: 1px 1px 2px #222;
}
.logg h1 span { color: #a90329; }
.login_button2{
width:90px;
height:28px;
font: 14px Georgia, serif;
color: #333;
background: #dadada;
box-shadow: #cecece;
-moz-box-shadow: #cecece;
-webkit-box-shadow: #cecece;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dadada));
background: -moz-linear-gradient(top, #f3f3f3, #dadada);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#dadada');
}
.txt {
border: 1px solid #e6e6e6;
padding: 7px 7px;
background: #fff url(images/bg-input-gradient.png) repeat-x;
color: #777;
width:300px;
}
#login_g{
margin-top:20px;
}
.logg{
width:750px;
}
.demo{
padding:20px 10px 20px 0 ;
}
.right .demo .video{
position: relative;
display: block;
}
.video span{
display: block;
position: absolute;
top: 25%;
left: 35%;
width: 192px;
height: 192px;
background: url(images/watch.png) no-repeat;
z-index: 99;
}
.login-error{
padding:10px 10px;
}
#wp-admin-bar .padder ul.main-nav li.search-home{
margin-left:20px;
margin-right: 20px;
}
.search-home .outer {
background: #fff url(images/bg-input-gradient.png) repeat-x;
color: #888;
border: 1px solid #ccc;
font-family: Cantarell, Verdana, sans-serif;
font-weight: bold;
font-size: 15px;
width: 400px;
height: 24px;
padding: 0 0px;
margin: 0px 0;
float: left;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}
.search-home input, .search-home select {
border:0px;
padding: 0 0;
width:365px;
height:24px;
}
.search-home input.s-h-b{
background: url('images/search-icon.png') no-repeat top right;
border: none;
cursor: pointer;
border:0px;
padding:0 0;
width:19px;
height:19px;
}
#wp-admin-bar .padder ul .main-nav li .a-left{
float:left;
}
#wp-admin-bar ul li.notify{
margin-left:200px;
}
.left h1{
font-family: Cantarell, Verdana, sans-serif;
text-align: left;
font-size: 24px;
text-shadow: 1px 1px 2px #222;
padding: 3px 0 0 0;
}
.left .video span{
display: block;
position: absolute;
top: 49%;
left: 17%;
width: 192px;
height: 192px;
background: url(images/icon-play-video.png) no-repeat;
z-index: 99;
}