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;
|
font-size: 14px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
color: #666;
|
color: #666;
|
||||||
background-color: #fff;
|
/* background-color: #fff; */
|
||||||
|
background-image: url("../media/img-background.svg");
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -225,10 +226,10 @@ section {
|
|||||||
**************************/
|
**************************/
|
||||||
#navigationprint {
|
#navigationprint {
|
||||||
/* position: sticky; */
|
/* position: sticky; */
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
/* background: #333; */
|
/* background: #333; */
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigationprint div#topmenu ul li a img {
|
#navigationprint div#topmenu ul li a img {
|
||||||
@ -831,18 +832,18 @@ ul.address {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
color:#fff;
|
/* color:#fff; */
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer .footer-top {
|
#footer .footer-top {
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: #fff;
|
/* background-color: #fff; */
|
||||||
/* padding:30px 0 */
|
/* padding:30px 0 */
|
||||||
padding: 10px 0 5px;
|
padding: 10px 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer .footer-bottom {
|
#footer .footer-bottom {
|
||||||
background-color: #fff;
|
/* background-color: #fff; */
|
||||||
/* padding: 20px 0 10px; */
|
/* padding: 20px 0 10px; */
|
||||||
padding: 10px 0 5px;
|
padding: 10px 0 5px;
|
||||||
}
|
}
|
||||||
@ -867,13 +868,13 @@ ul.address {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#footer .social-icons ul li a {
|
#footer .social-icons ul li a {
|
||||||
background-color: rgba(0,0,0,.2);
|
/* background-color: rgba(0,0,0,.2); */
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
line-height: 33px;
|
line-height: 33px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer .social-icons ul li a:hover {
|
#footer .social-icons ul li a:hover {
|
||||||
color: #fff
|
/* color: #fff */
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer .social-icons ul li a.envelope:hover {
|
#footer .social-icons ul li a.envelope:hover {
|
||||||
|
@ -27,6 +27,12 @@
|
|||||||
/* padding-right: 10px; */
|
/* 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{
|
#data div.tab-content.container-fluid div.card.w-100.border-0 div.card-body{
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
@ -111,3 +117,7 @@ p .justify{
|
|||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
/* background: #CACACA; */
|
/* background: #CACACA; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#footer {
|
||||||
|
background-color: transparent !important;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user