Šablona:Návody/styles.css: Porovnání verzí

Z Mineland.eu | Wiki
Skočit na navigaciSkočit na vyhledávání
založena nová stránka s textem „→‎A) MALÁ OBRAZOVKA: @media only screen and (max-width: 768px) { .desktop-only { →‎DESKTOP or MOBILE VERSION: display: none; } } →‎B) STŘEDNÍ OBRAZOVKA: @media only screen and (min-width: 768px) { .mobile-only { →‎DESKTOP or MOBILE VERSION: display: none; } } →‎C) VELKÁ OBRAZOVKA: @media only screen and (min-width: 1200px) { .mobile-o…“
Bez shrnutí editace
imported>SpeLe0log
(založena nová stránka s textem „→‎A) MALÁ OBRAZOVKA: @media only screen and (max-width: 768px) { .desktop-only { →‎DESKTOP or MOBILE VERSION: display: none; } } →‎B) STŘEDNÍ OBRAZOVKA: @media only screen and (min-width: 768px) { .mobile-only { →‎DESKTOP or MOBILE VERSION: display: none; } } →‎C) VELKÁ OBRAZOVKA: @media only screen and (min-width: 1200px) { .mobile-o…“)
Řádek 1:
/* A) MALÁ OBRAZOVKA */
.navody-notification {
@media only screen and (max-width: 1200px768px) {
display:flex;
.desktop-only { /* DESKTOP or MOBILE VERSION */
justify-content:center;
display:flex none;
text-align:center;
}
margin:2rem 0rem;
white-space:pre-line
}
/* B) STŘEDNÍ OBRAZOVKA */
 
@media only screen and (min-width: 768px) {
 
.mobile-only { /* DESKTOP or MOBILE VERSION */
@media only screen and (max-width: 1200px) {
display:flex none;
.navody-menu-main {
}
display:flex;
width:100%;
flex-direction:column;
}
.navody-menu-item {
display:flex;
flex:1;
flex-direction:column;
margin:1rem 0;
}
}
/* C) VELKÁ OBRAZOVKA */
 
@media only screen and (min-width: 1200px) {
.mobile-only { /* DESKTOP or MOBILE VERSION */
.navody-menu-main {
display:flex none;
}
width:100%;
flex-direction:row;
}
.navody-menu-item {
display:flex;
flex:1;
flex-direction:column;
margin:1rem 0;
}
}
Neregistrovaný uživatel
Tyto webové stránky vyžadují pro svou funkci cookies. Používáním těchto webových stránek souhlasíte s použitím souborů cookie

Navigační menu