a theme that makes polytoria look like space
Polytoria Space by redlava
Details
Authorredlava
LicenseNo License
Categorypolytoria.com
Created
Updated
Code size3.0 kB
Code checksum923b312a
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name space
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("polytoria.com") {
body {
color: var(--bs-body-color);
font-family: var(--bs-body-font-family);
font-size: var(--bs-body-font-size);
font-weight: var(--bs-body-font-weight);
line-height: var(--bs-body-line-height);
text-align: var(--bs-body-text-align);
-webkit-text-size-adjust: 100%;
background-image: url(https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fmedia1.tenor.com%2Fm%2FC5KnoxlUGfwAAAAC%2Fstars.gif&f=1&nofb=1&ipt=bc49f8b3c56c81f1b7d0004e9bc214bcf9b5ce91b01a45885160af7f3a2b992d&ipo=images)
}
.nav-topbar {
background-color: #000;
box-shadow: 0 5px 5px rgba(0,0,0,.1);
padding: 2px;
}
.nav-sidebar-cont .nav-sidebar {
background-color: #000;
bottom: 0;
box-shadow: 5px 0 5px rgba(0,0,0,.1);
overflow-x: hidden;
overflow-y: auto;
position: fixed;
top: 0;
width: 5.3rem;
z-index: 10000;
-ms-overflow-style: none;
max-height: 100vh;
scrollbar-width: none;
}
.card {
--bs-card-spacer-y: 1rem;
--bs-card-spacer-x: 1rem;
--bs-card-title-spacer-y: 0.5rem;
--bs-card-title-color: ;
--bs-card-subtitle-color: ;
--bs-card-border-width: 1px;
--bs-card-border-color: #fff;
--bs-card-border-radius: 15px;
--bs-card-box-shadow: ;
--bs-card-inner-border-radius: 14px;
--bs-card-cap-padding-y: 0.5rem;
--bs-card-cap-padding-x: 1rem;
--bs-card-cap-bg: #1a1a1a;
--bs-card-cap-color: ;
--bs-card-height: ;
--bs-card-color: ;
--bs-card-bg: #000;
--bs-card-img-overlay-padding: 1rem;
--bs-card-group-margin: 0.75rem;
color: var(--bs-body-color);
word-wrap: break-word;
}
.card-header {
background-color: #000;
border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
color: var(--bs-card-cap-color);
margin-bottom: 0;
padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
}
.bg-dark {
--bs-bg-opacity: 1;
background-color: rgb(0, 0, 0) !important;
}
.nav-sidebar-button {
background: #000;
border: 2px solid #484848;
border-radius: 10px;
box-sizing: border-box;
height: 3.2rem;
margin: 0 auto;
transition: all .4s cubic-bezier(.16,1,.3,1);
transition-property: all;
transition-property: background-color,border-color,color,transform;
vertical-align: middle;
width: 3.2rem;
}
.nav-sidebar-button:hover {
background-color: #000;
border: 2px solid #5c5c5c;
color: #fff;
transform: scale(1.15);
}
.dropdown-menu.show {
display: block;
background-color: black;
border-color: white;
}
.forum-entry {
background-color: #090909;
border-left: 5px solid;
border-left-color: currentcolor;
padding: 15px;
}
.forum-entry:nth-child(2n) {
background-color: #090909;
}
}