Modified nhsys template: added a background image for tab-content css class
This commit is contained in:
parent
1cf7e55f7b
commit
ffc00988ca
@ -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 {
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user