| Linux in-mum-web1499.main-hosting.eu 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64 Path : /home/u901718425/public_html/css/ |
| Current File : /home/u901718425/public_html/css/compare.css |
div.compare-div {
display: flex;
/*padding: 40px 60px;*/
/*margin-top: 60px;*/
flex-wrap: wrap;
flex-direction: column;
}
div.compare-div h2 {
margin: 5px 0;
}
div.compare-div .top-container {
padding: 0 20px;
}
div.compare-div div#table {
display: flex;
background: #fff;
/*padding: 20px;*/
width: calc(100% - 40px);
}
div.compare-div .addtoCompare svg {
width: 40px;
height: 40px;
}
div.compare-div .addtoCompare svg path{fill: var(--dark);}
div.compare-div .addtoCompare:hover {
background: #fef5f4;
}
div.compare-div .addtoCompare {
background: var(--of-white);
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
align-content: center;
flex-direction: column;
cursor: pointer;
}
div.compare-div .addtoCompare div.tagline {
text-align: center;
color: var(--dark);
font-size: 12px;
}
div.compare-div div.image {
width: auto;
height: 200px;
position: relative;
border-radius: 10px;
overflow: hidden;
margin-right: 10px;
}
div.compare-div div.image span.delete {
position: absolute;
top: 10px;
background: #000000ab;
right: 10px;
color: var(--white);
font-size: 15px;
cursor: pointer;
user-select: none;
padding: 6px;
border-radius: 5px;
z-index: 2;
}
div.compare-div div.image span.delete:hover {
cursor: pointer;
user-select: none;
}
div.compare-div div.image img,div.compare-div div.image a{
width : 100%;
height: 100%;
}
div.compare-div div.image {
padding: 0;
}
div.compare-div .table-body {
display: flex;
min-width: 250px;
max-width: 100%;
overflow: auto;
width: 100%;
justify-content: space-between;
}
div.compare-div .col.add {
display: flex;
justify-content: center;
align-items: center;
padding: 0 40px;
cursor: pointer;
user-select: none;
}
div.compare-div .col.add:hover {
background: #e9e9e9;
}
/*div.compare .table-body .col , div.compare aside .col{*/
/* margin-right: 10px;*/
/*}*/
.row.title {
height: 40px;
display: flex;
align-items: center;
font-size: 16px;
font-weight: 600;
}
.row.highlight{
background: var(--of-white);
}
.row {
height: 45px;
display: flex;
align-items: center;
font-size: 15px;
flex-wrap:wrap;
padding: 5px 0px;
}
.row:nth-child(2) {
font-weight: 500;
}
aside .row {
padding: 0 12px;
}
.row:nth-child(odd) {
background: var(--of-white);
}
div.compare-div aside div.image {
width: 220px;
}
.table-body .col {
min-width: 250px;
width: calc(100% / 4);
}
small.headline {
width: 100%;
font-size: 12px;
color: var(--dark);
font-weight: 300;
}
@media screen and (max-width: 600px) {
div.compare-div .table-body .col {
width: 50%;
}
div.compare-div div.image {
width: auto;
height: 140px;
}
div.compare-div {
padding: 40px 5px;
}
aside {
display: none;
}
.row {
height: 60px;
align-content: center;
}
}