-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.css
155 lines (153 loc) · 2.51 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
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
html {
font-family: Tahoma, sans-serif;
font-size: small;
}
.header {
text-align: center;
width: 640px;
margin: auto;
}
.top {
font-family: Tahoma, sans-serif;
font-size: 12px;
}
h2 {
font-family: Tahoma, sans-serif;
}
a img {
border: none;
}
.bgimages16 li {
padding: 2px 10px 2px 30px;
background-position: 6px center;
background-repeat: no-repeat;
border: 1px solid #ddd;
border-left: 4px solid #999;
margin-bottom: 2px;
}
.bugfix {
background-image: url(bug-minus.png)
}
.wip {
background-image: url(hard-hat-exclamation.png)
}
.tweak {
background-image: url(wrench-screwdriver.png)
}
.soundadd {
background-image: url(music-plus.png)
}
.sounddel {
background-image: url(music-minus.png)
}
.rscdel {
background-image: url(cross-circle.png)
}
.rscadd {
background-image: url(tick-circle.png)
}
.imageadd {
background-image: url(image-plus.png)
}
.imagedel {
background-image: url(image-minus.png)
}
.spellcheck {
background-image: url(spell-check.png)
}
.experiment {
background-image: url(burn-exclamation.png)
}
.tgs {
background-image: url(tg-notif.png)
}
.sansserif {
font-family: Tahoma, sans-serif;
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;
font-size: 0.8em;
}
.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;
}
.drop {
cursor: pointer;
border: 1px solid #999;
display: inline;
font-size: 0.9em;
padding: 1px 20px 1px 5px;
line-height: 16px;
}
.hidden {
display: none;
}
.indrop {
margin: 2px 0 0 0;
clear: both;
background: #fff;
border: 1px solid #ddd;
padding: 5px 10px;
}
.indrop p {
margin: 0;
font-size: 0.8em;
line-height: 16px;
margin: 1px 0;
}
.indrop img {
margin-right: 5px;
vertical-align: middle;
}
.closed {
background: url(chevron-expand.png) right center no-repeat;
}
.open {
background: url(chevron.png) right center no-repeat;
}
.lic {
font-size: 9px;
}
dl.creditblock {
text-align: left;
}
dl.creditblock dt {
border-left: 5px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 3px;
font-weight: bold;
}
.testserver {
padding: 2px 10px 2px 30px;
background-position: 6px center;
border: 1px solid orange;
border-radius: 3px;
background-repeat: no-repeat;
text-align: center;
width: 500px;
margin: auto;
background-image: url(hard-hat-exclamation.png)
}
.redletter {
color: #FF0000
}