-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle-counter.css
60 lines (59 loc) · 1.39 KB
/
style-counter.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
BODY { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 15px;
width: 300px;
color: #333;
}
H1 {
margin-top: 0px;
font-size: 12px;
color:#333;
margin-bottom: 5px;}
.counter {
padding-top: 10px;
padding-left: 20px;
padding-right: 20px;
height: 100px;
text-align: center;
-moz-border-radius: 10px;
border-radius: 10px;
background: #E0E0E0 url('gradient-blue.png') repeat-x;
color: #333;
}
.wantbar {
position: fixed;
top: 65px;
background: #FFFFFF;
height: 20px;
border: 1px solid black;
-moz-border-radius: 3px;
border-radius: 3px;
background: white;
}
.havebar {
position: fixed;
top: 65px;
background: #dfcbb9;
height: 20px;
border: 1px solid black;
-moz-border-radius: 3px;
border-radius: 3px;
}
.number {
#position: fixed;
#top: 65px;
margin-top: 10px;
font-size: 150%;
}
A {
position: fixed;
top: 90px;
left: 85px;
background: #dfcbb9;
color: black;
padding: 3px;
text-decoration: none;
font-weight: bold;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid black;
}