/*****
Kaskádové styly pro stránky WikiProjektu Biatlon
@author [[User:Robins7]]
******/
/*** Hlavička WikiProjektu ([[Wikipedie:WikiProjekt Biatlon/hlavička]]) ***/
div.biathlon-header {
width: 100%;
border-bottom: 5px double skyblue;
background-color: rgba(211, 226, 230, .3);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
overflow-x: auto;
}
div.biathlon-header > #biathlon-heading-row {
width: 50%;
text-align: center;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
div.biathlon-header > #biathlon-heading-row > #biathlon-heading {
font-family: 'Open Sans', serif;
font-size: 1.8rem;
margin-left: 10%;
}
div.biathlon-header > #biathlon-content-row {
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-evenly;
overflow-x: auto;
gap: 6px;
font-size: .85rem;
}
div.biathlon-header > #biathlon-content-row > .biathlon-button {
max-width: 14%;
padding: 9px 35px;
border-top-left-radius: 13px;
border-top-right-radius: 13px;
transform: translateY(7px);
width: auto;
}
div.biathlon-header > #biathlon-content-row > .biathlon-button#biathlon-this-page {
background-color: #00dde6;
}
div.biathlon-header > #biathlon-content-row > p.biathlon-button:not(#biathlon-this-page) {
background: linear-gradient(0deg, #B0E2FF, rgba(200, 240, 255, .5) 50%);
}