Difference between revisions of "polfal:Žê˞žĩ.css"

Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
}
}


.punkt {
p {
     color: #b4a5a5;
     color: #b4a5a5;
}
}
Line 29: Line 29:
}
}


.baksu {
.neto {
    display: flex;
}
 
.ljeva {
    width: 70%;
padding: 30px;
padding: 30px;
flex: 2;
}
}


.migi {
.baksu {
     background: #301B3F;
     background: #301B3F;
padding: 10px;
padding: 10px;
flex: 1;
width: 25%;
float: right;
margin-left: 50px;
}
}


.tumamnen {
.baksu table {
padding: 10px;
padding: 10px;
border-collapse: separate;
border-collapse: separate;
Line 52: Line 48:
}
}


.tumamnen_l {
.baksu table tr td:first-child {
     color: white;
     color: white;
     width: 30%
     width: 30%
}
}


.tumamnen_m {
.baksu table tr td:last-child {
     color: #d1d5db;
     color: #d1d5db;
}
}
Line 63: Line 59:
.skala {
.skala {
     table-layout: fixed;
     table-layout: fixed;
     border: 1px solid #301B3F;
     border: 1px solid #301B3F;
     border-spacing: 0;
     border-spacing: 0;
     text-align: center;
     text-align: center;
    margin: auto;
}
}


.skala tr:last-child th:first-child {
.skala tr:last-child th:first-child{
     border-bottom-left-radius: 10px;
     border-bottom-left-radius: 10px;
}
}