Link to article: SphereFinale's Secret Stash.
body {
background: url(https://www.flickr.com/photos/12836528@N00/35717935330);
background-color: var(--accentColor);
background-attachment: fixed;
background-size: cover;
background-blend-mode: luminosity;
}
body:before {
content: ' ';
position: fixed;
display: block;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(165deg, transparent, #0c0c0c 55%, #0c0c0c 55%, #0c0c0c 100%);
z-index: -1;
}
.bigtext {
color: var(--accentColor);
}
@media (max-width: 1290px) {
body {
background-size: 100% 66%;
}
}
#extra-div-1 {
background: linear-gradient( 180deg, rgb(10, 10, 10) 0%, var(--accentColor)100%);
box-shadow: 0px 0px 8px 4px rgb(0 0 0);
}
:root {
--accentColor: #42425a;
}
#side-bar::before {
border-color: #1a1a1a;
filter: invert(1);
color: #42425a;
}
.list-pages-item > hr,
#page-content > hr {
background: transparent;
border-top: double 3px var(--accentColor);
filter: brightness(170%);
}
#page-content tr th {
text-align: center;
}
.custom2 tr td {
padding: 10px !important;
}
::selection {
background-color: rgba(227, 106, 0, 0.7);
color: white;
}
::-webkit-scrollbar-thumb {
background: var(--accentColor);
}
::-webkit-scrollbar-thumb:hover {
background: rgb(var(--four-color));
}
::selection {
background-color: rgb(90,54,83);
color: white;
}
a {
font-weight: bold;
}