A darkskin theme for the pet sim Mweor. Created by #559.
Mweor Abyss Skin by biwhaleshark
Details
Authorbiwhaleshark
LicenseNo License
CategoryMweor
Created
Updated
Size1.6 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 Mweor Abyss Skin
@version 20220122.18.55
@namespace userstyles.world/user/biwhaleshark
@description A darkskin theme for the pet sim Mweor. Created by #559.
@author biwhaleshark
@license No License
==/UserStyle== */
@-moz-document domain("mweor.com"), domain("www.mweor.com"), domain("mweor.net"), domain("www.mweor.net"), domain("mweor.org"), domain("www.mweor.org") {
@import url("https://biwhaleshark.github.io/Mweor/AbyssSkinSiteTheme.css");
/*********************************************
Variables
*********************************************/
/** Variables **************/
:root {
--white: #ffffff;
--grey0: #c8c9ca;
--grey20: #3f4248;
--grey40: #2f3136;
--grey60: #282A2E;
--grey80: #212327;
--grey100: #16171b;
--black: #000000;
--transBlack: #00000045;
--blue: #293573;
--font: 'Arial', sans-serif;
--fontSize: 14px;
--txtDefault: var(--grey0);
--bgColor: var(--grey80);
--bgGradient: linear-gradient(180deg, var(--blue) 0%, var(--grey80) 40%);
}
/*********************************************
Variables: what they do
**********************************************
--font: Changes the font across the entire site. Default is Arial.
--fontSize: Changes the base font size across the site. Default is 14px.
--txtDefault: Changes the default font color across the entire size. Default is #c8c9ca.
--bgColor: Changes the background color across the entire site.
--bgGradient: Colors the gradient at the very top of the page.
*********************************************/
}