Šablona:Hlavní strana/styles.css: Porovnání verzí

Skočit na navigaci Skočit na vyhledávání
Přidaný obsah Smazaný obsah
mBez shrnutí editace
Bez shrnutí editace
Řádek 1: Řádek 1:
/** Převzato z České Wikipedie **/

/** Obecné k HS */
/** Obecné k HS */
@media only screen and (min-width: 768px) {
@media only screen and (min-width: 768px) {
Řádek 47: Řádek 45:
justify-content:center;
justify-content:center;
font-size:.95em;
font-size:.95em;
}
@media only screen and (max-width: 768px) {
.header-right {
display:none;
}
}
}
.header-info {
.header-info {
Řádek 63: Řádek 66:
}
}
.header-links-item {
.header-links-item {
display:flex;
white-space:nowrap;
}
.header-editorial {
display:flex;
flex:1;
flex-direction:row;
justify-content:center;
align-items:center;
font-size:.95em;
}
.header-editorial > span {
font-size:1.1em;
}
.header-editorial-item {
display:flex;
display:flex;
white-space:nowrap;
white-space:nowrap;
}
}
@media only screen and (max-width: 768px) {
@media only screen and (max-width: 768px) {
.header-right {
.header-editorial {
display:none;
display:none;
}
}
}
}

/** Sdílené styly boxů **/
/** Sdílené styly boxů **/