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

Jump to navigation Jump to search
No edit summary
ćNo edit summary
Line 1: Line 1:


p {
p {
Line 5: Line 4:
}
}


.atama {
h1, h2 {
     color: white;
     color: white;
     line-height: 1.3;
     line-height: 1.3;
    font-family: 'Brill', 'Noto Serif Display Light, serif';
}
}


Line 79: Line 79:


.skala td, .skala th{
.skala td, .skala th{
     padding-left: 10px;
     padding: 5px 10px 5px 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
     width: 6%;
     width: 6%;
}
}
Line 96: Line 93:
.skala tr:nth-child(even) td{
.skala tr:nth-child(even) td{
     background: #1b1b1b;
     background: #1b1b1b;
}
.brill {
    font-family:'Brill', 'Noto Serif Display Light', 'Noto Sans Display Light', sans;
}
}