„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 – erősebb szelektorok */
/* Külső képek reszponzív megjelenítése - MINDEN képre */
body.mw-body a.external img,
.mw-body a.external img,
.mw-parser-output a.external img,
.mw-parser-output a.external img,
.mw-parser-output img,
a.external img,
a.external img,
.external img {
a[href*="objectstorage"] img,
a[href*=".webp"] img,
a[href*=".jpg"] img,
a[href*=".png"] img {
   display: block !important;
   display: block !important;
   margin: 10px auto !important;
   margin: 10px auto !important;
   max-width: 95% !important;
   max-width: 100% !important;
   width: auto !important;
   width: auto !important;
   height: auto !important;
   height: auto !important;
14. sor: 16. sor:
}
}


/* Mobilra specifikus szabály */
/* Mobilra specifikus */
@media screen and (max-width: 768px) {
@media screen and (max-width: 768px) {
  body.mw-body a.external img,
   .mw-parser-output a.external img,
   .mw-parser-output a.external img,
   a.external img,
   .mw-parser-output img,
   img[src*="http"] {
   a.external img {
     max-width: 100% !important;
     max-width: 100% !important;
     width: 100% !important;
     width: auto !important;
     height: auto !important;
     height: auto !important;
    display: block !important;
    margin: 0 auto !important;
   }
   }
}
/* Ha inline width attribútum van a képeken */
img[width] {
  width: auto !important;
  max-width: 100% !important;
}
}

A lap 2025. november 1., 14:34-kori változata

/* Külső képek reszponzív megjelenítése - MINDEN képre */
.mw-parser-output a.external img,
.mw-parser-output img,
a.external img,
a[href*="objectstorage"] img,
a[href*=".webp"] img,
a[href*=".jpg"] img,
a[href*=".png"] img {
  display: block !important;
  margin: 10px auto !important;
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

/* Mobilra specifikus */
@media screen and (max-width: 768px) {
  .mw-parser-output a.external img,
  .mw-parser-output img,
  a.external img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
  }
}

/* Ha inline width attribútum van a képeken */
img[width] {
  width: auto !important;
  max-width: 100% !important;
}