forked from Aurorastation/Aurora.3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.css
76 lines (76 loc) · 1.94 KB
/
changelog.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
body{font-family:Tahoma,sans-serif;}
.top{font-size:12px;}
a img {border:none;}
.bgimages16 li {
padding:2px 10px 2px 30px;
background-position:6px center;
background-repeat:no-repeat;
border:1px solid rgba(180, 180, 180, 0.3);
border-left:4px solid rgba(107, 107, 107, 0.3);
margin-bottom:2px;
position: relative;
}
.bugfix::before, .wip::before, .tweak::before, .soundadd::before, .sounddel::before, .rscdel::before, .rscadd::before, .imageadd::before, .imagedel::before, .spellcheck::before, .experiment::before, .maptweak::before, .balance::before, .admin::before, .backend::before, .security::before, .refactor::before {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
position: absolute;
left: 6px;
top: 3px;
}
.bugfix::before {content: '\f188'}
.wip::before {content: '\f807'}
.tweak::before {content: '\f7d9'}
.soundadd::before {content: '\f001'}
.sounddel::before {content: '\f001'}
.rscdel::before {content: '\f057'}
.rscadd::before {content: '\f058'}
.imageadd::before {content: '\f03e'}
.imagedel::before {content: '\f03e'}
.spellcheck::before {content: '\f891'}
.experiment::before {content: '\f071'}
.maptweak::before {content: '\f279'}
.balance::before {content: '\f24e'}
.admin::before {content: '\f552'}
.backend::before {content: '\f0a0'}
.security::before {content: '\f3ed'}
.refactor::before {content: '\f0c3'}
.sansserif {font-size:12px;}
.commit {
margin-bottom:20px;
font-size:100%;font-weight:normal;
}
.changes {
list-style:none;
margin:5px 0;
padding:0 0 0 25px;
}
.date {
margin:10px 0;
color:blue;
border-bottom:2px solid #00f;
width:60%;
padding:2px 0;
font-size:1em;
font-weight:bold;
}
.author {
padding-left:10px;
margin:0;
font-weight:bold;
font-size:0.9em;
}
.hidden {display:none;}
.indrop p {
margin:0;
font-size:0.8em;
line-height:16px;
margin:1px 0;
}
.indrop img {
margin-right:5px;
vertical-align:middle;}
.lic {font-size:9px;}
.dark-theme .date {
color:goldenrod;
border-bottom:2px solid goldenrod;
}