From 3008426206bd8bee9fd5f7bbc9bbce2e85a67a2d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 25 Apr 2021 10:52:49 +0100 Subject: add noticeheader style --- default/htdocs/styles/css3-ipv6.css | 14 ++++++++++++++ default/htdocs/styles/css3.css | 14 ++++++++++++++ 2 files changed, 28 insertions(+) (limited to 'default/htdocs') 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; -- cgit v1.2.3