summaryrefslogtreecommitdiff
path: root/default/htdocs/styles/css3.css
diff options
context:
space:
mode:
authorPaul Buetow (mars.fritz.box) <paul@buetow.org>2013-10-01 19:52:05 +0200
committerPaul Buetow (mars.fritz.box) <paul@buetow.org>2013-10-01 19:52:05 +0200
commit616ae326c3155d255cb9fa37917dd384e0ce1556 (patch)
tree08eb6ba4ce159e82c1f585daf92e1988e0487115 /default/htdocs/styles/css3.css
parent31bd1d44557711614345fbf096fff215e2156162 (diff)
add info
Diffstat (limited to 'default/htdocs/styles/css3.css')
-rw-r--r--default/htdocs/styles/css3.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/default/htdocs/styles/css3.css b/default/htdocs/styles/css3.css
index 32e5348..f7741e1 100644
--- a/default/htdocs/styles/css3.css
+++ b/default/htdocs/styles/css3.css
@@ -45,6 +45,15 @@ div.important {
box-shadow: 10px 10px 5px #000000;
}
+div.info {
+ background-color: #99FF66
+ border-width: 1px;
+ border-style: solid;
+ border-radius:10px;
+ margin-right: 10px;
+ box-shadow: 10px 10px 5px #000000;
+}
+
html {
height: 100%;
}