„MediaWiki:Common.css” változatai közötti eltérés
Innen: Ingyen külföldi és magyar pornó - pornósok, szex oldal és videók!
Nincs szerkesztési összefoglaló |
Nincs szerkesztési összefoglaló |
||
| 1. sor: | 1. sor: | ||
/* Külső képek reszponzív megjelenítése – | /* Külső képek reszponzív megjelenítése – erősebb szelektorok */ | ||
body.mw-body a.external img, | body.mw-body a.external img, | ||
.mw-body a.external img, | .mw-body a.external img, | ||
.mw-parser-output a.external img, | .mw-parser-output a.external img, | ||
a.external img { | a.external img, | ||
display: block; | .external img { | ||
margin: 10px auto; | display: block !important; | ||
max-width: 95%; | margin: 10px auto !important; | ||
height: auto; | max-width: 95% !important; | ||
width: auto !important; | |||
height: auto !important; | |||
border-radius: 8px; | border-radius: 8px; | ||
box-shadow: 0 1px 4px rgba(0,0,0,0.3); | box-shadow: 0 1px 4px rgba(0,0,0,0.3); | ||
} | } | ||
/* Mobilra specifikus szabály */ | |||
@media screen and (max-width: 768px) { | @media screen and (max-width: 768px) { | ||
body.mw-body a.external img, | body.mw-body a.external img, | ||
.mw-parser-output a.external img { | .mw-parser-output a.external img, | ||
max-width: | a.external img, | ||
img[src*="http"] { | |||
max-width: 100% !important; | |||
width: 100% !important; | |||
height: auto !important; | height: auto !important; | ||
display: block !important; | display: block !important; | ||
A lap 2025. november 1., 14:32-kori változata
/* Külső képek reszponzív megjelenítése – erősebb szelektorok */
body.mw-body a.external img,
.mw-body a.external img,
.mw-parser-output a.external img,
a.external img,
.external img {
display: block !important;
margin: 10px auto !important;
max-width: 95% !important;
width: auto !important;
height: auto !important;
border-radius: 8px;
box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
/* Mobilra specifikus szabály */
@media screen and (max-width: 768px) {
body.mw-body a.external img,
.mw-parser-output a.external img,
a.external img,
img[src*="http"] {
max-width: 100% !important;
width: 100% !important;
height: auto !important;
display: block !important;
margin: 0 auto !important;
}
}