„MediaWiki:Common.css” változatai közötti eltérés
a Rollback. |
img banner |
||
| (6 közbenső módosítás ugyanattól a felhasználótól nincs mutatva) | |||
| 51. sor: | 51. sor: | ||
* color: #00ff41; | * color: #00ff41; | ||
}*/ | }*/ | ||
/* fill available width image */ | |||
.img-full img { width: 100%; height: auto; } | |||
.img-banner img { width: auto; max-width: 100%; max-height: 360px; } | |||
.img-banner { text-align: center; } | |||
.sitenotice-doboz-cim { | .sitenotice-doboz-cim { | ||
| 191. sor: | 196. sor: | ||
/*Lehetőség nem számozott tartalomjegyzékre*/ | /*Lehetőség nem számozott tartalomjegyzékre*/ | ||
.noautonum .tocnumber { display: none; } | .noautonum .tocnumber { display: none; } | ||
/* Responsive flex containers */ | |||
.flex-container { | |||
display: flex; | |||
flex-wrap: wrap; | |||
column-gap: 10px; | |||
} | |||
.flex-container.flex2 { column-count: 2; } | |||
.flex-container.flex3 { column-count: 3; } | |||
.flex2 .flex-item { flex: calc(50% - 10px); } | |||
.flex3 .flex-item { flex: calc(33% - 20px); } | |||
@media (max-width: 850px) { | |||
.flex-item { flex: 100%!important; } | |||
} | |||