-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.css
67 lines (58 loc) · 1.23 KB
/
index.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
.optext {
color: white;
font-size: 100px;
font-family: sans-serif;
font-weight: bold;
text-align: center;
line-height: 170px;
opacity: 0.5;
}
.curoptext {
color: green;
font-size: 24px;
font-family: sans-serif;
font-weight: bold;
text-align: center;
line-height: 30px;
width: 30px;
}
.opparamvalue {
font-size: 12pt;
font-family: sans-serif;
color: white;
text-align: right;
}
.origin0 {
position: absolute;
top: 0px;
left: 0px;
}
body {
color: #DDDDDD;
background-color: black;
font-family: sans-serif;
}
#about a:link {
color: #DDDDDD;
}
#about a:visited {
color: #DDDDDD;
}
#share {
padding: 20px 20px 20px 20px;
background-color: black;
opacity: 0.9;
}
.btn {
text-decoration: none;
font-weight: bold;
text-align: center;
font-size: 13px;
display: block;
background: -moz-linear-gradient(top,#80CCE6,#80CCE6 5%,#09C 5%,#069 95%,#069 95%,#00293D);
background: -webkit-gradient(linear, left top, left bottom, from(#80CCE6), color-stop(0.05,#80CCE6), color-stop(0.05,#09C), color-stop(0.95,#069), color-stop(0.95,#00293D), to(#00293D));
border: 1px solid #DDD;
color: #FFFFFF;
width: 300px;
padding: 10px 0;
}