Skip to content

Matrix by timyexe

Screenshot of Matrix

Details

Authortimyexe

LicenseNo License

CategoryPMC

Created

Updated

Size6.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

for pmc

Notes

requires dark mode on

Source code

/* ==UserStyle==
@name         Matrix
@version      20220303.18.58
@namespace    userstyles.world/user/timyexe
@description  for pmc
@author       timyexe
@license      No License
==/UserStyle== */

@-moz-document domain("planetminecraft.com") {
#nav-bar {
background: var(--bg-navbar);
height: 32px;
clear: both;
width: 100%;
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 500;
}
[data-theme=dark] {
    --content-bg: #303030;
    --menu-bg: #424242;
    --menu-color: #DBDBDB;
    --menu-selected-bg: #6A6A6A;
    --menu-selected-color: #FFF;
    --menu-disabled-color: #666;
    --feed-alt-bg: #212121;
    --input-bg: #000;
    --shine-start: #121212;
    --shine-end: #212121;
    --shine-highlight: #212121;
    --widget-wrap-bg: #121212;
    --notice-color: #FFFFFF;
    --notice-bg: #000000;
    --notice-bg-attention: #4d4a3b;
    --notice-bg-success: #464b44;
    --notice-bg-error: #4d4343;
    --notice-bg-disabled: #3d3d3d;
    --toolbar-bg: #212121;
    --title-color: #EEE;
    --text-color: #AAA;
    --text-color-medium: #999;
    --text-color-light: #777;
    --stat-color: #de4e1c;
    --nav-bar-bg: #000;
    /* --nav-bar-border: #000; */
    --bg-navbar: #000 url(https://i.imgur.com/acTHCI6.png) repeat-x;
    --a-color: #21ab16;
    --a-hover: #60ff53;
    --a-selected: #fdf37d;
    --a-visited: #845cd6;
    --tab-color: #AAA;
    --tab-hover: #CCC;
    --tab-selected: #FFF;
    --site-border-color: #212121;
    --header-bg: #161e2b url(https://i.imgur.com/B2ArBdN.gif) repeat-x 50% 0;
    --body-bg: #000000 url(https://i.imgur.com/B2ArBdN.gif) repeat 50% 0;
    --container-bg: #212121;
    --footer-bg: #212121;
    --light-bg: #424242;
    --medium-bg: #303030;
    --dark-mid-bg: #212121;
    --dark-bg: #000000;
    --border-color: #2E2E2E;
    --border-highlight-color: #424242;
    --border-color-light: #212121;
}
:root {    --content-bg: #FFF;
    --menu-bg: #FFF;
    --menu-selected-bg: #60ff53;
    --menu-color: #333333;
    --menu-selected-color: #111111;
    --menu-disabled-color: #CCCCCC;
    --feed-alt-bg: #EEE;
    --input-bg: #FFF;
    --shine-start: #dcdcdc;
    --shine-end: #fafafa;
    --shine-highlight: #ffffff;
    --widget-wrap-bg: #dbdbdb url('/images/layout/smoothstone_dark.gif');
    --notice-color: #222222;
    --notice-bg: #FFFFFF;
    --notice-bg-attention: #FFF5C3;
    --notice-bg-success: #E8FAE1;
    --notice-bg-error: #FFDEDE;
    --notice-bg-disabled: #CCCCCC;
    --toolbar-bg: #F1F1F1;
    --title-color: #222222;
    --text-color: #222222;
    --text-color-medium: #666666;
    --text-color-light: #999999;
    --stat-color: #b13e16;
    --nav-color: #FFFFFF;
    --nav-hover: #FCEE4B;
    --nav-selected: #FCEE4B;
    --nav-bar-bg: #79553a;
    --nav-bar-border: #221409;
    --bg-navbar: #79553a url(https://i.imgur.com/acTHCI6.png) repeat-x;
    --bg-navbar-sticky: #79553a;
    --bg-navbar-selected: transparent url('/images/layout/themes/modern/selected.png') repeat-x;
    --a-color: #21ab16;
    --a-hover: #f00;
    --a-selected: #FCEE4B;
    --a-visited: #6533CC;
    --tab-color: #222222;
    --tab-hover: #000000;
    --tab-selected: #000000;
    --footer-color: #000000;
    --footer-a-color: #FCEE4B;
    --footer-a-hover: #FFFFFF;
    --site-border-color: #221409;
    --header-bg: #7dbafc url('/images/layout/themes/modern/header.png') repeat-x 50% 0;
    --body-bg: #472c17 url('/images/layout/themes/modern/background.png') repeat 50% 0;
    --container-bg: #e8e8e8 url('/images/layout/smoothstone_light.gif');
    --footer-bg: #111111 url('/images/layout/themes/site/footer.jpg') repeat-x 50% 0;
    --graphic-bg: #21ab16 url('/files/profile_banner/defaults/default.jpg') no-repeat;
    --light-bg: #e8e8e8 url('/images/layout/smoothstone_light.gif');
    --medium-bg: #dbdbdb url('/images/layout/smoothstone_dark.gif');
    --dark-mid-bg: #999999 url('/images/layout/window_bg.gif');
    --dark-bg: #333333 url('/images/layout/system_bg.jpg');
    --border-color: #AAAAAA;
    --border-highlight-color: #EEEEEE;
    --border-color-light: #DDDDDD;
}
.site_btn{    font-family: Roboto,helvetica neue,Helvetica,Arial,sans-serif;
    font-size: .9375rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    background: #0baa00;
    border: 1px solid transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background .2s linear;
    position: relative;
    overflow: hidden;
}

}

@-moz-document domain("w") {
[data-theme=dark] {   
    --content-bg: #303030;
    --menu-bg: #424242;
    --menu-color: #DBDBDB;
    --menu-selected-bg: #6A6A6A;
    --menu-selected-color: #FFF;
    --menu-disabled-color: #666;
    --feed-alt-bg: #212121;
    --input-bg: #000;
    --shine-start: #121212;
    --shine-end: #212121;
    --shine-highlight: #212121;
    --widget-wrap-bg: #121212;
    --notice-color: #FFFFFF;
    --notice-bg: #000000;
    --notice-bg-attention: #4d4a3b;
    --notice-bg-success: #464b44;
    --notice-bg-error: #4d4343;
    --notice-bg-disabled: #3d3d3d;
    --toolbar-bg: #212121;
    --title-color: #EEE;
    --text-color: #AAA;
    --text-color-medium: #999;
    --text-color-light: #777;
    --stat-color: #de4e1c;
    --nav-bar-bg: #000;
    --nav-bar-border: #000;
    --bg-navbar: #000 url('/images/layout/themes/modern/dark_nav_bg.png') repeat-x;
    --bg-navbar-sticky: #000;
    --a-color: #5c85d6;
    --a-hover: #21ab16;
    --a-selected: #fdf37d;
    --a-visited: #845cd6;
    --tab-color: #AAA;
    --tab-hover: #CCC;
    --tab-selected: #FFF;
    --site-border-color: #212121;
    --header-bg: #161e2b url('/images/layout/themes/modern/header_dark.png') repeat-x 50% 0;
    --body-bg: #000000 url('https://i.imgur.com/acTHCI6.png') repeat 50% 0;
    --container-bg: #212121;
    --footer-bg: #212121;
    --light-bg: #424242;
    --medium-bg: #303030;
    --dark-mid-bg: #212121;
    --dark-bg: #000000;
    --border-color: #2E2E2E;
    --border-highlight-color: #424242;
    --border-color-light: #212121;
}
}

Reviews

No reviews yet.