MediaWiki:Common.css: Różnice pomiędzy wersjami
Nie podano opisu zmian |
Nie podano opisu zmian |
||
Linia 20: | Linia 20: | ||
background-color: rgba(255, 255, 255, .0); | background-color: rgba(255, 255, 255, .0); | ||
} | } | ||
a { color: #d8cea6; } | |||
a:hover { color: #ffc107; } |
Wersja z 19:45, 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);
}
a { color: #d8cea6; }
a:hover { color: #ffc107; }