MediaWiki:Common.css: Różnice pomiędzy wersjami
Nie podano opisu zmian |
Nie podano opisu zmian |
||
Linia 16: | Linia 16: | ||
.mw-page-container { | .mw-page-container { | ||
background-color: rgba(255, 255, 255, .7); | background-color: rgba(255, 255, 255, .7); | ||
} | |||
.mw-sidebar { | |||
background-color: rgba(255, 255, 255, .0); | |||
} | } |
Wersja z 19:13, 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, .7);
}
.mw-sidebar {
background-color: rgba(255, 255, 255, .0);
}