-
Notifications
You must be signed in to change notification settings - Fork 1
/
template.css
43 lines (36 loc) · 907 Bytes
/
template.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
body {
background: #fff;
background: -webkit-gradient(linear, 100% 0%, 0% 0%, from(#c8c8c8), color-stop(0.47, white), to(#c8c8c8));
margin: 0;
font: 18px Helvetica;
}
a:link{color:#CFC8CB;}
a:visited{color:#CFC8CB;}
a:hover {background-color:#BDB7B9;}
div.pos{
position:absolute;
left:350px;
top:250px;
color:#858283;
text-shadow: 0.1 1px 0 #000000;
}
.button {
-webkit-border-radius: 20px;
border-radius: 20px;
display: inline-block;
padding: 0 20px;
margin-bottom: 20px;
cursor: pointer;
width: 200px;
background:#F7941E;
background: -webkit-gradient(linear, 0 0, 0 70%, from(#F7941E), to(#D37F18));
background: linear-gradient(#F7941E, #D37F18 70%);
border: 1px solid #C97917;
font-size: 18px;
font-weight: 200;
text-shadow: 0 -1px 0 #7E4B0D;
height: 40px;
line-height: 40px;
color:#fff;
text-align: center;
}