summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorThorsten Wißmann <edu@thorsten-wissmann.de>2012-01-15 16:37:25 +0100
committerThorsten Wißmann <edu@thorsten-wissmann.de>2012-01-15 16:37:25 +0100
commit56ec5ca19400a8867a21109ba6d8af0786e7a595 (patch)
tree1e6a06ead8ccb895901bcddd36204066cbef7e14 /www
parent63e13336654af202f075fc29428fa07fde2812ab (diff)
www: colored warning-boxes to tango-like red
Diffstat (limited to 'www')
-rw-r--r--www/main.css19
1 files changed, 18 insertions, 1 deletions
diff --git a/www/main.css b/www/main.css
index 2b2bee83..4dd348da 100644
--- a/www/main.css
+++ b/www/main.css
@@ -134,7 +134,7 @@ dt.hdlist1 {
.listingblock {
border: 1px solid black;
- padding: 2px;
+ padding: 1px;
background-color: #454545;
}
@@ -150,6 +150,23 @@ dt.hdlist1 {
color: #efefef;
}
+.admonitionblock {
+ border: 1px solid #a40000;
+ background-color: #ef2929;
+ padding: 1px;
+ color: #eeeeec;
+}
+.admonitionblock table {
+ background-color: #cc0000;
+ width: 100%;
+}
+
+.admonitionblock .icon {
+ font-weight: bold;
+ color: #efefef;
+ vertical-align: top;
+}
+
tt {
font-family: monospace;
font-size: inherit;