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

Z Altaron Wiki
Nie podano opisu zmian
Nie podano opisu zmian
Linia 15: Linia 15:


.mw-page-container {
.mw-page-container {
background-color: rgba(255, 255, 255, .8);
background-color: rgba(255, 255, 255, .0);
}
}

Wersja z 20:07, 16 lut 2023

/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */

@import url("https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css");
@import url("https://wiki.altaron.pl/custom/table-sorter/jquery.tablesorter.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css");
  
body {
	background-image: url(https://wiki.altaron.pl/custom/dragon50.png), url(https://wiki.altaron.pl/custom/bg.png);
	background-repeat: no-repeat, repeat;
	background-position: top left, top left;
	background-attachment: fixed, fixed;
}

.mw-page-container {
	background-color: rgba(255, 255, 255, .0);
}