summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/style.css48
1 files changed, 48 insertions, 0 deletions
diff --git a/www/style.css b/www/style.css
index 4fd0202210..8daab6fa6a 100644
--- a/www/style.css
+++ b/www/style.css
@@ -49,6 +49,10 @@ A {
49 text-decoration: underline; 49 text-decoration: underline;
50} 50}
51 51
52pre {
53 overflow: auto;
54}
55
52.bgbox { 56.bgbox {
53 left-border-width: 1px; 57 left-border-width: 1px;
54 border-color: #000000; 58 border-color: #000000;
@@ -64,6 +68,11 @@ A {
64 font-size: 7pt; 68 font-size: 7pt;
65} 69}
66 70
71td.building {
72 text-align: center;
73 background-color: #d6d6f5
74}
75
67.buildok { 76.buildok {
68 background-color: #00ff00; 77 background-color: #00ff00;
69} 78}
@@ -161,3 +170,42 @@ td.toolscat {
161 background-color: #90afe3; 170 background-color: #90afe3;
162} 171}
163 172
173.twikiDiffLineNumberHeader {
174 background-color: #d6e6f5;
175}
176
177.twikiDiffChangedHeader {
178 background-color: #d0ffd0;
179}
180
181.twikiDiffDeletedMarker {
182 background-color: #e81412;
183}
184
185.twikiDiffAddedMarker {
186 background-color: #25e914;
187}
188
189.twikiDiffUnchangedText {
190 background-color: #b6c6e5;
191}
192
193.twikibar {
194 border: 2px outset white;
195}
196
197.bstamp {
198 text-decoration: none;
199}
200
201.bstamp:hover {
202 text-decoration: underline;
203}
204
205.blink {
206 text-decoration: none;
207}
208
209.blink:hover {
210 text-decoration: underline;
211}