Nhsys template enhancement

This commit is contained in:
Rooty 2021-04-16 22:48:14 +02:00
parent 6c2fba01c9
commit 65a88794bb

View File

@ -36,13 +36,15 @@
padding-top: 0 !important; padding-top: 0 !important;
padding-bottom: 0 !important; padding-bottom: 0 !important;
border: 0 !important; border: 0 !important;
box-shadow: 4px 3px 8px 1px #969696; /* box-shadow: 4px 3px 8px 1px #969696; */
border-radius: 0 !important; border-radius: 0 !important;
opacity: .90; opacity: .90;
} }
#data div.tab-content.container-fluid div.card.w-100.border-0{ #data div.tab-content.container-fluid div.card.w-100{
/* border-radius: 0 !important; */ /* background-color: transparent; */
opacity: .90;
margin-bottom: 20px;
} }
#data div.tab-content.container-fluid div.card.w-100.border-0.start{ #data div.tab-content.container-fluid div.card.w-100.border-0.start{
@ -58,11 +60,11 @@
} }
#data div.tab-content.container-fluid div.card.w-100.border-0 div.card-body div.card.card-content-half-b { #data div.tab-content.container-fluid div.card.w-100.border-0 div.card-body div.card.card-content-half-b {
background-color: #eb695c; background-color: #eb695c;
width: 42%; width: 42%;
border: 2px solid #dee2e6; border: 2px solid #dee2e6;
border-radius: .75em; border-radius: .75em;
float: left; float: left;
background-image: url("media/cadre1.svg"); background-image: url("media/cadre1.svg");
background-position: center; background-position: center;
background-size: cover; background-size: cover;
@ -71,16 +73,16 @@
} }
#data div.tab-content.container-fluid div.card.w-100.border-0 div.card-body div.card.card-content-center { #data div.tab-content.container-fluid div.card.w-100.border-0 div.card-body div.card.card-content-center {
height: 100%; height: 100%;
width: 16%; width: 16%;
float: left; float: left;
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
border: 0; border: 0;
} }
#data div.tab-content.container-fluid div.card.w-100.border-0 div.card-body div.card.card-content-center img { #data div.tab-content.container-fluid div.card.w-100.border-0 div.card-body div.card.card-content-center img {
width: 80%; width: 80%;
opacity: 0.25; opacity: 0.25;
} }
#data div.tab-content.container-fluid.w-75 div.card.w-100.border-0 div.card-body div.card.card-content-half-r { #data div.tab-content.container-fluid.w-75 div.card.w-100.border-0 div.card-body div.card.card-content-half-r {