diff --git a/data/template/nhsys/css/main.css b/data/template/nhsys/css/main.css index 1331dae..8183dbd 100644 --- a/data/template/nhsys/css/main.css +++ b/data/template/nhsys/css/main.css @@ -20,7 +20,8 @@ body { font-size: 14px; line-height: 24px; color: #666; - background-color: #fff; +/* background-color: #fff; */ + background-image: url("../media/img-background.svg"); height: 100%; } @@ -225,10 +226,10 @@ section { **************************/ #navigationprint { /* position: sticky; */ - top: 0; - left: 0; - width: 100%; -/* background: #333; */ + top: 0; + left: 0; + width: 100%; +/* background: #333; */ } #navigationprint div#topmenu ul li a img { @@ -831,18 +832,18 @@ ul.address { } #footer { - color:#fff; +/* color:#fff; */ } #footer .footer-top { position: relative; - background-color: #fff; +/* background-color: #fff; */ /* padding:30px 0 */ padding: 10px 0 5px; } #footer .footer-bottom { - background-color: #fff; +/* background-color: #fff; */ /* padding: 20px 0 10px; */ padding: 10px 0 5px; } @@ -867,13 +868,13 @@ ul.address { } #footer .social-icons ul li a { - background-color: rgba(0,0,0,.2); +/* background-color: rgba(0,0,0,.2); */ border-radius: 4px; line-height: 33px; } #footer .social-icons ul li a:hover { - color: #fff +/* color: #fff */ } #footer .social-icons ul li a.envelope:hover { diff --git a/data/template/nhsys/nhsys.css b/data/template/nhsys/nhsys.css index 0f8863d..8acb224 100755 --- a/data/template/nhsys/nhsys.css +++ b/data/template/nhsys/nhsys.css @@ -27,6 +27,12 @@ /* padding-right: 10px; */ } +#data div.tab-content.container-fluid { + padding-top: 0 !important; + padding-bottom: 0 !important; + border: 0 !important; +} + #data div.tab-content.container-fluid div.card.w-100.border-0 div.card-body{ overflow: hidden; } @@ -111,3 +117,7 @@ p .justify{ margin-top: 0px; /* background: #CACACA; */ } + +#footer { + background-color: transparent !important; +}