для сайта https://devcore.fun/
PixelDC by PageDevv
Details
AuthorPageDevv
LicenseNo License
Categoryhttps://devcore.fun/
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 PixelDC
@version 20230825.17.09
@namespace userstyles.world/user/PageDevv
@description для сайта https://devcore.fun/
@author PageDevv
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://devcore.fun/") {
@supports (padding: max(0px)) {
.p-pageWrapper {
background-image: linear-gradient(rgba(37, 37, 37, .48), rgba(37, 37, 37, .25)), url(https://otkritkis.com/wp-content/uploads/2022/07/g4wh3.gif);
background-size: 100%;
background-attachment: fixed;
color: rgb(214, 214, 214);
}
.message-cell.message-cell--user,
.message-cell.message-cell--action {
position: relative;
background: #46467800;
border-right: 1px solid #252537;
min-width: 0;
}
.block--messages .message,
.block--messages .block-row {
color: #cdcdde;
backdrop-filter: blur(4px);
background: #1e1e2d29;
border-radius: 5px;
box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.02);
}
.fr-box.fr-basic {
background: #1e1e2dbf;
}
.input {
background: #1e1e2dbf;
}
.formRow>dt {
background: #1e1e2d00;
}
.formSubmitRow-bar {
background: #1e1e2d00;
}
.p-nav {
color: #fefefe;
background: #15152147;
backdrop-filter: blur(5px)
}
.block-container {
color: #cdcdde;
background: #1e1e2d29;
backdrop-filter: blur(4px);
}
.p-header {
color: #fefefe;
background: #1e1e2d;
}
.p-body-content .fr-box.fr-basic .fr-toolbar.fr-top {
background: #1b1521;
}
.fr-box.fr-basic.is-focused {
background: #1e1e2dbf;
backdrop-filter: blur(4px);
}
.p-body-content .fr-box.fr-basic .fr-toolbar.fr-top {
background: #351b4e00;
}
.memberHeader-main {
background: #1d1d2b47;
}
.message-responseRow {
background: #1b1b2969;
backdrop-filter: blur(3px)
}
}
}