summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--default/config.xml1
-rw-r--r--default/htdocs/styles/css3.css9
-rw-r--r--default/htdocs/styles/default.css6
-rw-r--r--dev.buetow.org/content/home.xml5
4 files changed, 21 insertions, 0 deletions
diff --git a/default/config.xml b/default/config.xml
index 801f243..b03fe10 100644
--- a/default/config.xml
+++ b/default/config.xml
@@ -23,6 +23,7 @@
<textheader>[h2]</textheader>
<textsubheader>[h3]</textsubheader>
<important>[div class="important"]</important>
+ <info>[div class="info"]</info>
<text>[p]</text>
<type>[span class="@@class@@"]</type>
<quote>[pre class="quote"]</quote>
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;
diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml
index ff35b5a..ab2f613 100644
--- a/dev.buetow.org/content/home.xml
+++ b/dev.buetow.org/content/home.xml
@@ -19,6 +19,11 @@
<text>To trust it please run: </text>
<code>curl http://deb.buetow.org/apt/pubkey.gpg | apt-key add -</code>
<textheader>Project list</textheader>
+ <info>
+ <noop>All host's ending with </noop>
+ <strong>.foo</strong>
+ <noop> are most likely dev, test or PoCs. Don't expect to find anything usefull there.</noop>
+ </info>
<text>
<perl>
# Ugly but works for now