Dark Mode for tankiforum. Modified by Makxxe, created by Fizzika
Dark Tankiforum by Makxxe

Details
AuthorMakxxe
LicenseNo License
Categoryru.tankiforum.com
Created
Updated
Code size1.4 kB
Code checksum3bae902f
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Dark tankiforum.com
@namespace USO Archive
@author Makxxe
@description Dark theme for ru.tankiforum.com Modified by Makxxe, created by Fizzika
@version 2025
@license CC-BY-SA-4.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain("tankiforum.com") {
.ipsBox {
background: #2b2e38 !important;
}
.background-alpha {
background: #20232e !important
}
.ipsDialog > div {
background: #2b2e38 !important
}
.ipsMenu {
background: #2b2e38 !important
}
.ipsStreamItem_contentBlock:not(.ipsBox) {
background: #373943 !important
}
.ipsType_richText.ipsContained {
color: #eaebe9 !important
}
.cAuthorPane_badge {
background: #BADFFF !important
}
.ipsNavBar_primary.ipsLayout_container {
background: #2b2e38 !important;
}
.ipsNavBar_secondary {
background: #2b2e38 !important;
}
.ipsNavBar_primary {
border-bottom: 1px solid #496980
}
#elSearch {
background:none !important;
}
.copyright {
display: none !important;
}
.top-line-bg {
background-color: rgba(55, 57, 67, 0.5) !important;
backdrop-filter: blur(5px);
}
#whosOnlineList .ipsWidget {
background: transparent !important;
}
}