Skilnad mellom versjonar av «MediaWiki:Timeless.css»

Frå Selje.info
(Oppretta sida med «→‎All CSS here will be loaded for users of the Timeless skin: @media screen and (max-width: 10000px) { .infobox { width:100% !important; } }»)
 
Ingen redigeringsforklaring
Merke: Attenderulla
Line 1: Line 1:
/* All CSS here will be loaded for users of the Timeless skin */
/* All CSS here will be loaded for users of the Timeless skin */


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

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

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

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