Difference between revisions of "polfal:Žê˞žĩ.css"
Jump to navigation
Jump to search
No edit summary Tag: Manual revert |
No edit summary |
||
Line 1: | Line 1: | ||
* { | |||
color: | font-family:'Brill','Noto Serif Display Light','Noto Sans Display Light','Noto Nastaliq Urdu',serif; | ||
} | |||
.hina { | |||
background: rgb(25,25,25); | |||
color: white; | |||
padding: 20px; | |||
} | |||
.tolon { | |||
border-radius: 10px; | |||
border-radius: 10px; | |||
} | |||
.vikti { | |||
padding: 5px; | |||
text-align: center; | |||
background-color: #C70039; | |||
margin-bottom: 10px; | |||
} | |||
.baksu { | |||
display: flex; | |||
} | |||
.ljeva { | |||
width: 70%; | |||
padding: 30px; | |||
color: #b4a5a5; | |||
flex: 2; | |||
} | |||
.migi { | |||
background-color: rgb(48,27,63); | |||
padding: 10px; | |||
color: rgb(255,255,255); | |||
flex: 1; | |||
} | |||
.tumamnen { | |||
background-color: rgb(60,65,92); | |||
padding: 10px; | |||
border-collapse: separate; | |||
border-spacing: 20px 20px; | |||
} | |||
.tumamnen_l { | |||
width: 30% | |||
} | |||
.tumamnen_m { | |||
color: #d1d5db; | |||
} | } |
Revision as of 06:53, 16 f’Kaiisamuai 2023
* { font-family:'Brill','Noto Serif Display Light','Noto Sans Display Light','Noto Nastaliq Urdu',serif; } .hina { background: rgb(25,25,25); color: white; padding: 20px; } .tolon { border-radius: 10px; border-radius: 10px; } .vikti { padding: 5px; text-align: center; background-color: #C70039; margin-bottom: 10px; } .baksu { display: flex; } .ljeva { width: 70%; padding: 30px; color: #b4a5a5; flex: 2; } .migi { background-color: rgb(48,27,63); padding: 10px; color: rgb(255,255,255); flex: 1; } .tumamnen { background-color: rgb(60,65,92); padding: 10px; border-collapse: separate; border-spacing: 20px 20px; } .tumamnen_l { width: 30% } .tumamnen_m { color: #d1d5db; }