MediaWiki:Common.css: Forskjell mellom sideversjoner

Fra Marinleksikon
Ingen redigeringsforklaring
Ingen redigeringsforklaring
Linje 6: Linje 6:
/* Hide [Discussion] tab */
/* Hide [Discussion] tab */
#ca-talk { display: none !important;
#ca-talk { display: none !important;
/* Images should be responsive */
img {
max-width:100%;
height:auto;
}

Sideversjonen fra 8. apr. 2021 kl. 13:43

/* CSS plassert i denne fila vil gjelde for alle utseender. */

body.page-Main_Page h1.firstHeading { display:none; }
body.page-Forside h1.firstHeading { display:none; }

/* Hide [Discussion] tab */
#ca-talk { display: none !important;

/* Images should be responsive */
img {
max-width:100%;
height:auto;
}