Nord Theme for MixMods.
MixMods Nord Theme by thepedro004
Details
Authorthepedro004
LicenseNo License
Categorydark, nord
Created
Updated
Size4.4 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 MixMods Nord Theme
@version 20220225.18.05
@namespace userstyles.world/user/thepedro004
@description Nord Theme for MixMods
@author thepedro004
@license No License
==/UserStyle== */
@-moz-document domain("mixmods.com.br") {
@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
background-color: #2e3440;
}
.entry-header {
background: #f8faff;
padding: 15px;
text-align: center;
}
.site-content {
background: #e5e9f0;
}
.gsc-input{
color:#fff!important;
border-radius: 10px !important;
background:#4c566a!important;
text-indent:0!important;
height:50px!important;
}
.top-bar {
background-color: #3b4252;
}
.inside-navigation {
background: #434c5e;
border-radius: 15px 15px 0px 0px;
margin: 6px auto auto auto;
}
.main-navigation, .main-navigation ul ul {
background-color: #2e3440;
}
.wpnm-button.style-2 .wpnm-button-inner-left::after {
border: #81a1c1 !important;
}
.wpnm-button.style-2 .wpnm-button-inner-left:after {
border:#81a1c1 !important;
}
h2.widget-title {
border-top: 2px solid #e5e9f0;
background: #434c5e;
border-radius: 15px 0px 0px 0px;
margin-bottom: 5px;
font-family: 'Roboto Condensed', Arial, sans-serif;
font-weight: 700;
-webkit-font-smoothing: antialiased;
/*-webkit-filter: blur(0.000001px);*/
text-transform: uppercase;
font-size: 16px;
line-height: 1;
padding: 7px;
}
.sidebar .widget .widget-title{
color: #eceff4;
}
input[type=checkbox] {
top:3px;
width: 18px;
height: 18px;
background-color: #e5e9f0;
margin-right: 12px;
position: relative;
border-radius: 15px;
}
aside input[type=radio], aside input[type=checkbox] {
border: solid 1px #fff0;
}
div.catfilter_button {
color: #fff!important;
background-color: #4c566a;
border-radius: 0px 15px 15px 0px;
}
.entry-title a, .entry-title a:visited{
color: #2e3440;
}
.entry-title a:hover{
color: #5e81ac;
}
.main-navigation .main-nav ul li:hover > a, .main-navigation .main-nav ul li:focus > a, .main-navigation .main-nav ul li.sfHover > a{
background-color: #4c566a;
}
.gsc-input:hover{
color:#fff!important;
background:#4c566a!important;
}
.site-header {
background-image: none;
background-size: cover!important;
position: relative;
display: block;
overflow: hidden;
color: #fff;
height: 130px;
margin: auto auto;
max-width:1100px;
}
body.supports-webp .site-header{
background: url(https://www.mixmods.com.br/wp-content/uploads/2021/12/mixmods-header-8933167.webp) #131eff00 top;
background-image: none;
}
aside.header-social li.doremifa.forummixmods a {
border-radius: 0px 0px 5px 5px;
}
aside.header-social li.doremifa.facebook a {
border-radius: 0px 0px 5px 5px;
}
aside.header-social li.doremifa.youtube a {
border-radius: 0px 0px 5px 5px;
}
aside.header-social li.doremifa.discord a {
border-radius: 0px 0px 5px 5px;
}
aside.header-social li.doremifa.donate a {
border-radius: 0px 0px 5px 5px;
}
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:8px 10px 5px 10px;
text-decoration:none;
width:auto;
color:#fff;
background: #434c5e;
border-radius: 5px;
}
.pagination .current{
background: #4c566a;
color:#fff;
font-size:12px;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=tel], input[type=number], textarea, select{
padding:3px 5px;
border:0;
background: #eceff4;
border-radius: 15px;
}
}
.wpnm-button.style-2 .wpnm-button-inner-left::after {
content: "";
display: inline-block;
width: 2.5em;
height: 1.5em;
-webkit-border-radius: 1em;
-moz-border-radius: 1em;
border-radius: 1em;
background: rgba(255, 255, 255, .15);
vertical-align: middle;
margin: 0 .625em;
border: #81a1c1 !important;
}
.wpnm-button.style-2 .wpnm-button-inner-left:after {
content:"";
display:inline-block;
width:2.5em;
height:1.5em;
-webkit-border-radius:1em;
-moz-border-radius:1em;
border-radius:1em;
background:rgba(255,255,255,.15);
vertical-align:middle;
margin:0 .625em;
border:#81a1c1 !important;
}