MediaWiki:Common.css: Różnice pomiędzy wersjami

Z OgnikWiki
Przejdź do nawigacji Przejdź do wyszukiwania
Nie podano opisu zmian
Nie podano opisu zmian
Linia 6: Linia 6:
/* To make images responsive */
/* To make images responsive */
.res-img img {
.res-img img {
max-width:100%;
height:auto;
}
/* To make images responsive */
img {
max-width:100%;
max-width:100%;
height:auto;
height:auto;
}
}

Wersja z 17:29, 5 paź 2023

/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */
#ca-talk { display:none!important; }
#ca-history { display:none!important; }
#ca-edit { display:none!important; }

/* To make images responsive */
.res-img img {
	max-width:100%;
	height:auto;
}

/* To make images responsive */
img {
	max-width:100%;
	height:auto;
}