diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-04-25 10:52:49 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-04-25 10:52:49 +0100 |
| commit | 3008426206bd8bee9fd5f7bbc9bbce2e85a67a2d (patch) | |
| tree | c23a938a60e7493a5989ad8bf637948eee654c4a /default/htdocs/styles | |
| parent | 6537873f144bd7a1350462c10c5500ed0db4bbaa (diff) | |
add noticeheader style
Diffstat (limited to 'default/htdocs/styles')
| -rw-r--r-- | default/htdocs/styles/css3-ipv6.css | 14 | ||||
| -rw-r--r-- | default/htdocs/styles/css3.css | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/default/htdocs/styles/css3-ipv6.css b/default/htdocs/styles/css3-ipv6.css index ea6cd7a..06362c5 100644 --- a/default/htdocs/styles/css3-ipv6.css +++ b/default/htdocs/styles/css3-ipv6.css @@ -14,6 +14,20 @@ body { margin-left: auto; margin-right: auto } +div.noticeheader { + background-color: #ff0000; + color: #000000; + border-color: #000000; + border-width: 2px; + border-style: solid; + padding: 20px; + margin: 0px; + margin-bottom: 10px; + text-align: center; + border-radius:10px; + box-shadow: 10px 10px 5px #000000; +} + div.header { background-color: #FFA500; color: #000000; diff --git a/default/htdocs/styles/css3.css b/default/htdocs/styles/css3.css index 14c5cb8..90ad440 100644 --- a/default/htdocs/styles/css3.css +++ b/default/htdocs/styles/css3.css @@ -14,6 +14,20 @@ body { margin-left: auto; margin-right: auto } +div.noticeheader { + background-color: #ff0000; + color: #000000; + border-color: #000000; + border-width: 2px; + border-style: solid; + padding: 20px; + margin: 0px; + margin-bottom: 10px; + text-align: center; + border-radius:10px; + box-shadow: 10px 10px 5px #000000; +} + div.header { background-color: #9999ff; color: #000000; |
