kinda
side7drawcast by kayfabe
Details
Authorkayfabe
LicenseNo License
Categoryside7
Created
Updated
Size3.3 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 www.side7.com - 24/9/2023 17:10:26
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("www.side7.com") {
body, html {
height: 100vh;
background: linear-gradient(
151deg, #535353, #535353, #535353 );
background-attachment: fixed;
}
callout.secondary, div.callout.secondary, div.callout.primary.cell, div.callout.primary, div.callout.profile-sidebar {
background-color: #cbcbcb;
border-radius: 1px;
}
div.cell.small-12.callout{ background-color: #ffffff;
border-radius: 1px;
}
div#main-menu.top-bar, .top-bar, .top-bar ul, .sticky-footer-css .footer {
background-color: #292929
}
p {
color: #000000;
}
a {
color: #0000ee;
}
path, ul.menu li a, .sticky-footer-css .footer a {
color: #aaaaaa; }
.thumbnail {
display: inline-block;
max-width: 100%;
margin-bottom: 1rem;
border: 1px solid #0000ee;
border-radius: 1px;
-webkit-box-shadow: 0 0 0 1px rgb(10 10 10 / 20%);
box-shadow: 0 0 0 1px rgb(10 10 10 / 20%);
line-height: 0;
}
#user-header-top, #user-header-avatar {
background-color: #cbcbcb;
color: #000000;
}
#user-header-avatar img {
border: solid 1px #999999;
}
#user-header-bottom {
background: -webkit-gradient(linear, left top, right top, color-stop(25%, #cbcbcb), to(#cbcbcb));
background: linear-gradient(
90deg, #cbcbcb 25%, #cbcbcb 100%);
color: #555555;
padding: 0.25em 0.5em;
margin: 0;
height: 30px;
}
span.show-for-medium {
color: #555555}
a.button.small,span.label {
background-color: #383838; }
.square {
border-radius: 1px;
}
.button, .button.disabled, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:hover, .disabled.sidemenu, .disabled.sidemenu:focus, .disabled.sidemenu:hover, .sidemenu, .sidemenu[disabled], .sidemenu[disabled]:focus, .sidemenu[disabled]:hover {
background-color: #555555;
color: #fefefe;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
border-color: #aaaaaa transparent transparent;
}
.forum-category-header, .bbcode_quote_header {
background-color: #292929;
color: #f9f4f5;
}
a.small.button.clear {
color: #aaaaaa;
}
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
display: block;
width: 0;
height: 0;
border: inset 6px;
border-bottom-width: 0;
border-top-style: solid;
border-color: #aaaaaa transparent transparent;
right: 5px;
left: auto;
margin-top: -3px;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
display: block;
width: 0;
height: 0;
border: inset 6px;
border-bottom-width: 0;
border-top-style: solid;
border-color: #aaaaaa transparent transparent;
right: 5px;
left: auto;
margin-top: -3px;
}
}