my style
purple by Vadim0102
Details
AuthorVadim0102
LicenseNo License
Categoryzekoda.ru
Created
Updated
Size1.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 zekoda.ru
@version 20241117.08.57
@namespace https://userstyles.world/user/VadimZaa
@description my style
@author VadimZaa
==/UserStyle== */
@-moz-document url-prefix("https://zekoda.ru/") {
.header {
max-height: 85px;
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: grid;
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%;
}
}