A Dark Theme for Paissa
Dark Paissa DB by svalsen
Details
Authorsvalsen
LicenseNo License
Categoryhttps://zhu.codes/paissa
Created
Updated
Size1.7 kB
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 Paissa DB
@namespace USO Archive
@version 1.0.0
@description A Dark Theme for Paissa
@author svalsen
==/UserStyle== */
@-moz-document url-prefix("https://zhu.codes/paissa") {
/* change the background*/
body {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: auto;
background: #131313 !important;
color: wheat !important;
}
/* change the titles and 'running text' */
.title {
color: beige !important;
}
.subtitle {
color: wheat!important;
}
/* change the color of hypertext and submenu text */
a:hover {
background-color: #131313 !important;
}
/* change the table header color*/
span {
color: wheat !important;
}
/* edit the data center buttons*/
.is-info {
color: wheat !important;
background-color: #2a2a2a !important;
}
/*change table background and text*/
table {
color: wheat !important;
}
tr:nth-child(even) {
/*even background color*/
background-color: #2a2a2a !important;
}
tr:nth-child(odd) {
/*odd background color*/
background-color: #3d3d3d !important;
}
/*all extra button colors*/
.button {
background-color: #2a2a2a;
color: wheat;
}
button {
background-color: #2a2a2a;
}
.dropdown-content {
background-color: #2a2a2a;
}
.dropdown-item {
background-color: #2a2a2a;
color: wheat !important;
}
.dropdown-menu:hover {
background-color: #131313 !important;
}
}