Dark Mode for Mopaiv since original one isn't done so far so this can be alternative!
DarkMopaiv by nikolapopbot5
Details
Authornikolapopbot5
LicenseNo License
CategoryMopaiv
Created
Updated
Code size2.2 kB
Code checksuma4c04b08
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name DarkMopaiv
@version 20220129.12.00
@namespace userstyles.world/user/nikolapopbot5
@description Dark Mode for Mopaiv since original one isn't done so far so this can be alternative!
@author nikolapopbot5
@license No License
==/UserStyle== */
@-moz-document url("https://mopaiv.com"), url-prefix("https://mopaiv.com"), domain("https://mopaiv.com"), regexp("https://mopaiv.com") {
.navbar {
background: #181818;
border: none;
box-shadow: 0 1px 2px 0 rgb(34 36 38 / 15%);
padding-top: 0;
padding-bottom: 0;
}
.card .card-header {
background: #181818;
color: #fff;
border-color: #181818;
font-weight: 500;
}
.navbar {
background: #181818;
border: none;
box-shadow: 0 1px 2px 0 rgb(34 36 38 / 15%);
padding-top: 0;
padding-bottom: 0;
}
.navbar {
background: #181818;
border: none;
box-shadow: 0 1px 2px 0 rgb(34 36 38 / 15%);
padding-top: 0;
padding-bottom: 0;
}
a {
color: #fff;
cursor: pointer;
}
a {
color: #fff;
text-decoration: none;
background-color: transparent;
}
body {
background-color: #262626;
color: #ffffff;
}
.card {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #3e3e3e;
background-clip: border-box;
border: 1px solid rgba(0,0,0,.125);
border-radius: .25rem;
}
.card .card-top {
background: #262626;
padding: 15px;
border-bottom: 1px solid rgba(0,0,0,.125);
}
.form-control {
display: block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #262626;
background-clip: padding-box;
border: 1px solid #262626;
border-radius: .25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
color: #fff;
background-color: #262626;
}
.nav-pills .nav-link.active {
background: #2a2a2a!important;
color: #fff!important;
}
}