summaryrefslogtreecommitdiff
path: root/default/htdocs/styles
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
parent31bd1d44557711614345fbf096fff215e2156162 (diff)
add info
Diffstat (limited to 'default/htdocs/styles')
-rw-r--r--default/htdocs/styles/css3.css9
-rw-r--r--default/htdocs/styles/default.css6
2 files changed, 15 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%;
}
diff --git a/default/htdocs/styles/default.css b/default/htdocs/styles/default.css
index 809a1d9..ac7ccdd 100644
--- a/default/htdocs/styles/default.css
+++ b/default/htdocs/styles/default.css
@@ -50,6 +50,12 @@ div.important {
border-style: solid;
}
+div.info {
+ background-color: #99FF66
+ border-width: 1px;
+ border-style: solid;
+}
+
h1 {
padding-left: 10px;
font-size: 30px;