diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-10-01 19:52:05 +0200 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-10-01 19:52:05 +0200 |
| commit | 616ae326c3155d255cb9fa37917dd384e0ce1556 (patch) | |
| tree | 08eb6ba4ce159e82c1f585daf92e1988e0487115 /default | |
| parent | 31bd1d44557711614345fbf096fff215e2156162 (diff) | |
add info
Diffstat (limited to 'default')
| -rw-r--r-- | default/config.xml | 1 | ||||
| -rw-r--r-- | default/htdocs/styles/css3.css | 9 | ||||
| -rw-r--r-- | default/htdocs/styles/default.css | 6 |
3 files changed, 16 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; |
