CatWar blogs creation
CatWar blogs creation by 5haddam
Details
Author5haddam
LicenseNo License
Categoryhttps://catwar.su/
Created
Updated
Size2.1 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 catwar.su - 06.06.2023, 15:26:49
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://catwar.su/blogs?creation") {
/* Место для CSS кода... */
::-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;
}
#creation-helper {
box-sizing: border-box;
position: fixed;
border-radius: 8px;
margin: 0px;
width: 750px;
max-width: 750px;
height: 45%;
max-height: 500px;
right: 405px;
}
.creation_form:first-child {
position: fixed;
margin: 0px;
width: 750px;
padding: 0px;
/* height: 44%; */
/* max-height: 550px; */
right: 60px;
bottom: 25px;
}
#creation-anon-p {
visibility: hidden
}
#creation-noAnon-p {
display: none;
}
#creation-coauthors-list {
position: absolute;
left: -950px;
bottom: 700px;
display: none;
visibility: hidden;
}
#creation-coauthors {
max-width: 900px;
}
#preview_div {
position: absolute;
left: -960px;
top: -320px;
max-height: 700px;
max-width: 917px;
min-width: 917px;
overflow-x: hidden;
overflow-y: overlay;
}
.parsed {
max-width: 900px;
}
a:link {
color: #aaa;
}
a:visited {
color: #838383;
}
}