MediaWiki:Common.css: Różnice pomiędzy wersjami
Nie podano opisu zmian |
Nie podano opisu zmian |
||
Linia 7: | Linia 7: | ||
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"); | @import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"); | ||
body { | body { | ||
background: url(https://wiki.altaron.pl/custom/bg.png) no-repeat; | background-image: url(https://wiki.altaron.pl/custom/dragon3.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); | |||
} | } | ||
Wersja z 18:33, 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/dragon3.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);
}