Dark Theme
muambator.com.br by nilsonsmf
Details
Authornilsonsmf
LicenseNo License
Categoryuserstyles
Created
Updated
Size1.3 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 muambator.com.br
@version 20211124.18.14
@namespace userstyles.world/user/nilsonsmf
@description Dark Theme
@author nilsonsmf
@license No License
==/UserStyle== */
@-moz-document domain("muambator.com.br") {
body {
background-color: #131313;
}
body, input, .navigator-toolbox, .toolbarbutton-text, .sidebar-title {
text-shadow: none !important;
-webkit-text-stroke-width: 0 !important;
-webkit-font-smoothing: 0 !important;
}
*, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, label {
color: #fff;
}
.well {
background-color: #333;
border: 1px solid #404040;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
background-color: #404040;
}
.fa-info-circle::before {
color: #00e7ff;
}
.fa-check-square-o::before {
color: #66ff85;
}
.fa-times-circle::before {
color: #ff7f7f;
}
a,.package-list tbody tr td.infos small,.fa-certificate::before {
color: #bdff7a;
}
a:focus, a:hover {
color: #22ac05;
}
.title-divider strong , .pacote-header strong , .situacao-header{
color: #f9f9f9;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
border-top: 1px solid #5b5b5b;
}
.milestones * {
color: #333;
}
}