diff options
| author | Paul Buetow (uranus) <paul@buetow.org> | 2014-12-27 15:17:35 +0100 |
|---|---|---|
| committer | Paul Buetow (uranus) <paul@buetow.org> | 2014-12-27 15:17:35 +0100 |
| commit | f2c32a8104bf6087608f0ed4b9a3668e3b4daeda (patch) | |
| tree | 8fdd5d5a6a2bb308e1a19b71c9221518c6186937 /default/htdocs | |
| parent | f4bfe4a21e19f960689facdf7eb3338a09daaf5c (diff) | |
add important2
Diffstat (limited to 'default/htdocs')
| -rw-r--r-- | default/htdocs/styles/css3.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/default/htdocs/styles/css3.css b/default/htdocs/styles/css3.css index b064ba4..21e6e61 100644 --- a/default/htdocs/styles/css3.css +++ b/default/htdocs/styles/css3.css @@ -46,6 +46,15 @@ div.important { box-shadow: 10px 10px 5px #000000; } +div.important2 { + background-color: #FFA500; + border-width: 1px; + border-style: solid; + border-radius:10px; + margin-right: 10px; + box-shadow: 10px 10px 5px #000000; +} + div.information { background-color: #99FF66; border-width: 1px; |
