style.css
3.79 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
#user .gamification-plugin.user-info-template {
margin-left: 2px;
text-decoration: none;
padding: 2px;
}
#user .gamification-plugin.user-info-template:hover {
background-color: rgb(228, 228, 228);
}
.gamification-plugin.user-info-template .icon, .gamification-icon {
background-size: 14px;
background-repeat: no-repeat;
width: 17px;
display: inline-block;
border: 0;
height: 14px;
}
.gamification-plugin.user-info-template .icon:hover {
background-color: transparent;
}
.gamification-plugin.user-info-template .level .icon, .gamification-icon.level {
background-image: url(/plugins/gamification/images/level-icon.png);
}
.gamification-plugin.user-info-template .badges .icon {
background-image: url(/plugins/gamification/images/badge-icon.png);
}
.gamification-plugin.user-info-template .points .icon, .gamification-icon.points {
background-image: url(/plugins/gamification/images/points-icon.png);
}
.gamification-notification .badge .image,
.gamification .badge .image {
width: 110px;
height: 80px;
background-image: url(/plugins/gamification/images/badge-icon.png);
background-repeat: no-repeat;
background-position: center;
background-color: rgba(128, 128, 128, 0.25);
margin-left: auto;
margin-right: auto;
}
.gamification .badge {
text-align: center;
}
.gamification .badge.not-earned {
opacity: 0.3;
}
.gamification-notification .badge {
margin-bottom: 7px;
}
.gamification-notification .badge .description {
font-size: 14px;
font-weight: bold;
}
.gamification-notification .badge .level {
font-size: 10px;
}
.gamification-notification .all-badges {
font-size: 10px;
}
.gamification-dashboard .pie-chart {
position: relative;
text-align: center;
}
.gamification-dashboard .pie-chart canvas {
position: absolute;
left: 0;
}
.gamification-dashboard .pie-chart .level-value {
font-size: 20px;
font-weight: bold;
color: rgb(64, 64, 65);
}
.gamification-dashboard .points, .gamification-dashboard .badges {
margin: 10px 10px 25px 10px;
}
.gamification-dashboard .points .level {
display: inline-block;
vertical-align: top;
}
.gamification-dashboard .points .scores {
display: inline-block;
margin-left: 40px;
}
.gamification-dashboard .points .level .total {
text-align: center;
color: rgb(139, 139, 139);
}
.gamification-dashboard .scores .negative .value {
color: red;
}
.gamification-dashboard .scores .positive .value {
color: green;
}
.gamification-dashboard .scores .value {
font-weight: bold;
width: 30px;
display: inline-block;
text-align: right;
margin-right: 4px;
}
.gamification-dashboard .scores .date {
color: gray;
}
.gamification-rankings .ranking-item .target .image img {
width: 20px;
height: 20px;
}
.gamification-rankings ul.ranking {
list-style-type: none;
padding: 0;
}
.gamification-rankings .ranking-item .target .label {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
width: 120px;
display: inline-block;
color: rgb(68, 68, 68);
}
.gamification-rankings .ranking.all-time,
.gamification-rankings .ranking.month {
display: inline-block;
width: 45%;
margin: 5px 0;
}
.gamification-rankings .ranking.all-time {
margin-left: 4%;
}
.gamification-rankings .ranking.month {
margin-right: 4%;
}
.gamification-rankings .ranking.week .ranking-item .target .label {
width: 300px;
}
.gamification-rankings .ranking-item .target a {
text-decoration: none;
}
.gamification-rankings .target-position {
text-align: right;
color: rgb(160, 160, 160);
}
.gamification-rankings .ranking-item .score,
.gamification-rankings .ranking-item .level {
float: right;
}
.gamification-rankings h4 {
text-align: center;
}
.gamification-rankings .ranking-item .position {
font-weight: bold;
font-size: 16px;
color: rgb(97, 97, 97);
}
.gamification-rankings .ranking {
vertical-align: top;
}