bitcoin-vps.com but it looks nice and has catppuccin
bitcoin-vps.com catppuccin by uhidontkno-5447
Details
Authoruhidontkno-5447
LicenseNo License
Categorybitcoin-vps
Created
Updated
Size1.7 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 bitcoin-vps.com - Aug 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@import url("https://rsms.me/inter/inter.css");
@-moz-document domain("bitcoin-vps.com") {
body, html {
font-family: "Inter", sans-serif;
color: #cdd6f4;
color-scheme:dark;
}
*,:root {color-scheme:dark;}
body::before {content:"Bitcoin-VPS.com"; font-size:64px; color:#a6e3a1;display:block; margin-bottom:20px; }
body {
margin: auto;
max-width: 67vw;
background: #1e1e2e;
padding: 64px;
}
html {
background: #181825;
}
a, h1, h2, h3, h4, h5, h6 {
color: #cba6f7
}
li {
margin-top: 12px !important;
margin-bottom: 12px !important;
max-width: 1280px;
}
a[href*="providers"] {
font-weight: bold;
font-size: large;
padding-top: 24px !important;
display: block;
color: #a6e3a1;
text-decoration: none;
}
#toc a, #toc li {
margin: 0 !important;
}
#toc {
position: fixed;
left: 0;
top: 0;
background: #313244;
border-color: #cba6f7;
max-height: 90vh;
overflow: auto;
padding: 8px; width:10vw; max-width:400px; min-width:140px;
}
#toc-header {
padding: 16px 0;
position: sticky;
top: 0;
left: 0;
width: 100%;
color: #9399b2;
background: rgba(17, 17, 27, 0.60);
backdrop-filter: blur(5px);
display: inline-block;
margin: 0 !important;
}
}