badgeos-single.css
809 Bytes
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
.badgeos-spinner {
display: block;
margin: 4px auto;
width: 20px;
height: 20px;
background: url(../images/spinner.gif);
}
.badge-title {
display: inline-block;
margin-top: 0;
}
.achievement-wrap {
clear: both;
padding: 0 0 20px;
margin: 0 0 20px;
border-bottom: 1px dotted #aaa;
overflow: hidden;
}
.achievement-wrap {
padding: 20px 0;
margin: 20px 0;
border-top: 1px dotted #aaa;
}
.achievement-wrap .badgeos-item-image {
margin: 0 15px 15px 0;
opacity: 1;
}
.user-has-earned .achievement-wrap .badgeos-item-image {
opacity: 1;
}
.badgeos-item-points {
font-weight: bold;
}
.badgeos-required-achievements {
clear: both;
}
.badgeos-required-achievements .user-has-earned {
text-decoration: line-through;
}
.badgeos-required-achievements .user-has-earned:hover {
text-decoration: none;
}