summaryrefslogtreecommitdiffstats
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 {
text-decoration: underline;
}
+pre {
+ overflow: auto;
+}
+
.bgbox {
left-border-width: 1px;
border-color: #000000;
@@ -64,6 +68,11 @@ A {
font-size: 7pt;
}
+td.building {
+ text-align: center;
+ background-color: #d6d6f5
+}
+
.buildok {
background-color: #00ff00;
}
@@ -161,3 +170,42 @@ td.toolscat {
background-color: #90afe3;
}
+.twikiDiffLineNumberHeader {
+ background-color: #d6e6f5;
+}
+
+.twikiDiffChangedHeader {
+ background-color: #d0ffd0;
+}
+
+.twikiDiffDeletedMarker {
+ background-color: #e81412;
+}
+
+.twikiDiffAddedMarker {
+ background-color: #25e914;
+}
+
+.twikiDiffUnchangedText {
+ background-color: #b6c6e5;
+}
+
+.twikibar {
+ border: 2px outset white;
+}
+
+.bstamp {
+ text-decoration: none;
+}
+
+.bstamp:hover {
+ text-decoration: underline;
+}
+
+.blink {
+ text-decoration: none;
+}
+
+.blink:hover {
+ text-decoration: underline;
+}