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

Vikoli kara
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
* {
* {
     font-family:'Brill','Noto Serif Display Light','Noto Sans Display Light','Noto Nastaliq Urdu',serif;
     font-family:'Brill','Noto Serif Display Light','Noto Sans Display Light','Noto Nastaliq Urdu',serif;
}
.punkt {
    color: #b4a5a5;
}
.atama {
    color: white;
    line-height: 1.3;
}
}


.hina {
.hina {
background: #191919;
color: white;
color: #ffffff;
padding: 20px;
padding: 20px;
background: #151515;
}
}


Line 14: Line 23:


.vikti {
.vikti {
padding: 5px;
    padding: 5px;
text-align: center;
text-align: center;
background-color: #C70039;
background-color: #C70039;
Line 21: Line 30:


.baksu {
.baksu {
display: flex;
    display: flex;
}
}


.ljeva {
.ljeva {
    width: 70%;
padding: 30px;
padding: 30px;
color: #b4a5a5;
flex: 2;
flex: 2;
}
}


.migi {
.migi {
background-color: #301b3f;
    background: #301B3F;
padding: 10px;
padding: 10px;
color: rgb(255,255,255);
flex: 1;
flex: 1;
}
}


.tumamnen {
.tumamnen {
background-color: #3c415c;
padding: 10px;
padding: 10px;
border-collapse: separate;
border-collapse: separate;
border-spacing: 20px 20px;
border-spacing: 20px 20px;
background: #3C415C;
}
}


.tumamnen_l {
.tumamnen_l {
width: 30%
    color: white;
    width: 30%
}
}


.tumamnen_m {
.tumamnen_m {
color: #d1d5db;
    color: #d1d5db;
}
}


.atama {
.skala {
color: #ffffff;
    table-layout: fixed;
 
    border: 1px solid #301B3F;
    border-spacing: 0;
    text-align: center;
}
 
.skala tr:last-child th:first-child {
    border-bottom-left-radius: 10px;
}
 
.skala tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
 
.skala tr:first-child th:first-child{
    background: #301B3F;
    border: 1px solid #301B3F;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
 
.skala td, .skala th{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 6%;
}
 
.skala tr th{
    background: #3C415C;
}
 
.skala tr td{
    color: #b4a5a5;
}
 
.skala tr:nth-child(even) td{
    background: #1b1b1b;
}
}

Revision as of 05:35, 19 f’Śüksumuai 2023

* {
    font-family:'Brill','Noto Serif Display Light','Noto Sans Display Light','Noto Nastaliq Urdu',serif;
}

.punkt {
    color: #b4a5a5;
}

.atama {
    color: white;
    line-height: 1.3;
}

.hina {
	color: white;
	padding: 20px;
	background: #151515;
}

.tolon {
	border-radius: 10px;
}

.vikti {
    padding: 5px;
	text-align: center;
	background-color: #C70039;
	margin-bottom: 10px;
}

.baksu {
    display: flex;
}

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

.migi {
    background: #301B3F;
	padding: 10px;
	flex: 1;
}

.tumamnen {
	padding: 10px;
	border-collapse: separate;
	border-spacing: 20px 20px;
	background: #3C415C;
}

.tumamnen_l {
    color: white;
    width: 30%
}

.tumamnen_m {
    color: #d1d5db;
}

.skala {
    table-layout: fixed;

    border: 1px solid #301B3F;
    border-spacing: 0;
    text-align: center;
}

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

.skala tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.skala tr:first-child th:first-child{
    background: #301B3F;
    border: 1px solid #301B3F;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.skala td, .skala th{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 6%;
}

.skala tr th{
    background: #3C415C;
}

.skala tr td{
    color: #b4a5a5;
}

.skala tr:nth-child(even) td{
    background: #1b1b1b;
}