forked from creade/Radiatr
-
Notifications
You must be signed in to change notification settings - Fork 3
/
smiley.css
53 lines (40 loc) · 864 Bytes
/
smiley.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
/* 'smiley' theme styles */
div.success{
background: url(images/ShinySmileyFacesWin/happy.png) no-repeat 1400px 25px;
color: #00FF00;
}
.success .subject {
color: #00FF00;
}
.success .statusDetails {
color: #008800;
}
div.failure{
background: url(images/ShinySmileyFacesWin/surprise.png) no-repeat 1400px 25px;
color: #AA0000;
}
.failure a {
color: #FF0000;
}
.failure .statusDetails {
color: #880000;
}
div.building {
background: url(images/ShinySmileyFacesWin/cool.png) no-repeat 1400px 25px;
color: yellow;
}
.building .subject {
color: yellow;
}
.building a {
color: yellow;
}
.building .statusDetails {
}
.buildingFromFailed {
background: url(images/ShinySmileyFacesWin/nervous.png) no-repeat 1400px 25px;
}
div.disabled{
color: grey;
background: url(images/ShinySmileyFacesWin/sad.png) no-repeat 1400px 25px;
}