Skilnad mellom versjonar av «MediaWiki:Timeless.css»

Frå Selje.info
Ingen redigeringsforklaring
Merke: Manuell attenderulling
Ingen redigeringsforklaring
Line 2: Line 2:


@media screen and (max-width: 10000px) {
@media screen and (max-width: 10000px) {
}
   .infobox {
   .infobox {
     width:100% !important;
     width:100% !important;
   }
   }
}

Versjonen frå 23. oktober 2022 kl. 08:24

/* All CSS here will be loaded for users of the Timeless skin */

@media screen and (max-width: 10000px) {
}
  .infobox {
    width:100% !important;
  }