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

Z Altaron Wiki
Nie podano opisu zmian
Nie podano opisu zmian
Linia 8: Linia 8:
    
    
body {
body {
background-image: url(https://wiki.altaron.pl/custom/dragon3.png), url(https://wiki.altaron.pl/custom/bg.png);
background-image: url(https://wiki.altaron.pl/custom/dragon4.png), url(https://wiki.altaron.pl/custom/bg.png);
background-repeat: no-repeat, repeat;
background-repeat: no-repeat, repeat;
background-position: top left, top left;
background-position: top left, top left;

Wersja z 19:35, 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/dragon4.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, .8);
}