forked from mrspeaker/HackemUp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hackemup.css
48 lines (44 loc) · 957 Bytes
/
hackemup.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
del.hnu {
text-decoration: none;
}
.hnu {
font-size:0.9em;
background-color: #f60;
}
.hnu-col {
min-width: 35px;
}
.hnu-up, .hnu-down, .hnu-new {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
padding: 1px 3px;
color: #fff;
float:left;
margin: 3px 1px 0 2px;
font-size: 0.6em;
min-width: 6px;
text-align: center;
}
.hnu-up { background-color: #86c444; }
.hnu-down { background-color:#e76363; opacity: 0.6; }
.hnu-votes {
padding: 0 2px;
color: #f60;
background-color: transparent;
}
.hnu-karma {
color: #f6f6f6;
padding: 0 2px;
font-size: 0.7em;
}
.hnu-spin {
-o-transform: rotate(1440deg);
-o-transition: all 6s linear;
-moz-transform: rotate(1440deg);
-moz-transition: all 6s linear;
-webkit-transform: rotate(1440deg);
-webkit-transition: all 6s linear;
transform: rotate(1440deg);
transition: transform 6s linear;
}