my style
purple by Vadim0102
Details
AuthorVadim0102
LicenseNo License
Categoryzekoda.ru
Created
Updated
Size1.2 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 purple
@version 20241217.15.22
@namespace https://userstyles.world/user/Vadim0102
@description my style
@author Vadim0102
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://zekoda.ru/") {
.header {
max-height: 40px;
margin: 0 auto;
padding: 0px;
background-color: #4b1d726e;
border-bottom: 3px outset #979797;
border-right: 3px outset #979797;
border-radius: 9px;
display: flex;
justify-content: space-between;
}
.header .text {
padding-right: 20px;
display: flex;
text-align: right;
justify-content: flex-end;
align-content: center;
vertical-align: top;
flex-direction: row;
flex-wrap: wrap;
grid-gap: 10%;
}
.menu_body {
display: table-cell;
background-color: rgba(11, 15, 77, 0.514);
padding: 5px;
border-radius: 15px;
border: 3px outset rgba(17, 8, 58, 0.568);
vertical-align: top;
min-width: 16%;
overflow-wrap: normal;
max-width: 100%;
}
.content_body br {
display: none;
}
.content_body h1 {
display: none;
}
.content_body hr {
margin-left: -1%;
}
}