New ls creation design
ls creation redesign by 5haddam
Details
Author5haddam
LicenseNo License
Categoryhttps://catwar.su/ls?new
Created
Updated
Size1.5 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 12.07.2023, 00:02:45
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://catwar.su/ls?new") {
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: #0d0d0d;
border-radius: 5px;
}
::-webkit-scrollbar-thumb {
background: #343434;
border-radius: 5px;
}
body {
color: #838383;
background: #191919;
}
#logo {
height: 0px;
}
#site_table {
background-color: #191919;
min-height: 750px;
max-width: 1800px!important;
}
#branch {
background: #191919;
}
#footer {
background-color: #191919;
display: none;
}
#write_form {
box-sizing: border-box;
position: fixed;
border-radius: 8px;
margin: 0px;
width: 750px;
max-width: 750px;
height: 45%;
max-height: 750px;
right: 25px;
top: 200px;
}
#preview_div {
position: absolute;
left: 128px;
top: 200px;
max-height: 700px;
max-width: 917px;
min-width: 917px;
overflow-x: auto;
overflow-y: overlay;
}
#write_form > .text {
height: 750px !important;
}
.parsed {
max-width: 900px;
}
a:link {
color: #aaa;
}
a:visited {
color: #838383;
}
}