Dark theme for browsing Palia's game wiki
Palia Wiki Dark Theme by andersmmg

Details
Authorandersmmg
LicenseCC Zero
Categorypalia.wiki.gg
Created
Updated
Code size775 B
Code checksumcc109d40
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Palia Wiki Dark Theme
@version 20230823.02.06
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://palia.wiki.gg/wiki/") {
#content {
background-color: #333;
color: white;
}
.mw-body h1, .mw-body-content h2, h3, h4, h5, h6 {
color: #5a91e3;
}
.portable-infobox {
background-color: #3c3a38;
}
.toc, .toccolours {
background-color: transparent;
}
.toctogglelabel {
color: #5993f2;
}
.tocnumber {
color: #909599;
}
.mp-section {
background-color: #3E3D3B !important;
}
.buttonText {
background-color: #242320;
}
li.gallerybox div.thumb {
border: 3px solid #797580;
background: #4f4d4b;
}
li.gallerybox div.thumb:hover {
background: #5e5a55;
}
#catlinks {
background: rgba(101, 100, 104, 0.4);
}
}