jinteki.net colour & table background tweaks template by vesperius
Details
Authorvesperius
LicenseNo License
Created
Updated
Categoryjinteki.net
Description
Use this as the base for your own flavour of jinteki.net.
Further tweaks and ideas welcome!
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name jinteki.net colour & table background tweaks template
@version 20220731.13.34
@namespace userstyles.world/user/vesperius
@description Use this as the base for your own flavour of jinteki.net.
Further tweaks and ideas welcome!
@author vesperius
@license No License
==/UserStyle== */
@-moz-document domain("jinteki.net") {
/* main UI element colour */
.blue-shade {
background-color: rgb(30, 45, 4);
box-shadow: 0 0 12px rgba(40, 161, 81, 0.66), inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
/* faction-themed versions - use these values to substitute the values above */
/* ANARCH */
/* .blue-shade {background-color: #94011f; box-shadow: 0 0 12px orangered;} */
/* CRIMINAL */
/* .blue-shade {background-color: #13359b; box-shadow: 0 0 12px royalblue;} */
/* SHAPER */
/* .blue-shade {background-color: #206820; box-shadow: 0 0 12px limegreen;} */
/* HB */
/* .blue-shade {background-color: #360267; box-shadow: 0 0 12px blueviolet;} */
/* JINTEKI */
/* .blue-shade {background-color: #540101; box-shadow: 0 0 12px crimson;} */
/* NBN */
/* .blue-shade {background-color: #4a4a01; box-shadow: 0 0 12px darkorange;} */
/* WEYLAND */
/* .blue-shade {background-color: #074807; box-shadow: 0 0 12px darkgreen;} */
/* NEUTRAL */
/* .blue-shade {background-color: #2d2d2d; box-shadow: 0 0 12px gray;} */
/* table background image */
.monochrome-bg {
background-color: #242;
background-image: url("https://i.imgur.com/CrouRdM.jpg");
background-size: cover;
opacity: 1;
}
}