1
ZLK by akim4xxx
Details
Authorakim4xxx
LicenseNo License
Category1
Created
Updated
Size2.0 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 zelenka.guru - 05.07.2022, 15:46:56
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("zelenka.guru") {
body {
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
font-family: -apple-system,BlinkMacSystemFont,'Open Sans',HelveticaNeue,sans-serif;
color: rgb(214,214,214);
word-wrap: break-word;
line-height: 1.28;
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: auto;
}
body {
background: #303030;
color: rgb(214, 214, 214);
font: 13px/1.231 arial,helvetica,clean,sans-serif;
*font-size: small;
*font: x-small;
}
#lzt-logo {
width: 68px;
height: 50px;
float: left;
margin-top: 4px;
margin-left: -5px;
background: url(https://i.imgur.com/PJaUHsY.png) no-repeat;
background-size: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}
* {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
display: block;
margin: 8px;
}
:root {
--mm-color: rgb(214, 214, 214);
--mm-item-height: 40px;
--mm-item-indent: 20px;
--mm-line-height: 24px;
--mm-navbar-height: var(--mm-item-height);
--mm-arrow-color: @rgb(148, 148, 148);
--mm-arrow-size: 10px;
--mm-arrow-weight: 2px;
}
body::-webkit-scrollbar {
width: 15px;
}
body::-webkit-scrollbar-thumb {
background-color: rgb(148, 148, 148);
border: 3px solid rgb(0, 0, 0);
border: 3px solid rgba(0, 0, 0, 0);
_border: 3px solid rgb(0,0,0);
background-clip: padding-box;
border-radius: 10px;
}
body::-webkit-scrollbar-track {
background-color: #303030;
}
}