by emivite
KubikTV by kurwapierdole

Details
Authorkurwapierdole
LicenseNo License
Categorykubiktv4.ru
Created
Updated
Code size3.8 kB
Code checksum78d05f0a
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name kubiktv4.ru
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("kubiktv4.ru") {
:root {
--bg: #000000;
--accent: #c582e1;
--tt-fader: #b1b1b1;
--btn-tt: #c582e1;
}
.pmovie__caption {
display: none!important;
}
.pmovie__subtitle:nth-child(7) {
display: none!important;
}
.ya-share2__container {
display: none!important;
}
a:nth-child(2) > button {
display: none!important;
}
a:nth-child(3) > button {
display: none!important;
}
.tabs-block__select > .is-active {
display: none!important;
}
.pmovie__img {
transform: scale(1) translate(-140px, 7px);
position: fixed;
top: 10;
left: 10;
width: 30%;
height: 30%;
border-radius: 24px 0px 0px 24px;
mask-image: linear-gradient(to right, black 1%, transparent 99%);
-webkit-mask-image: linear-gradient(to right, black 1%, transparent 99%);
width: 20vw;
}
.pmovie__subtitle:nth-child(3) {
display: none!important;
}
.pmovie__devices {
display: none!important;
}
.pmovie__rating-likes {
display: none!important;
}
.header.is-active,
.menu-is-opened .header {
background-color: #0a0a0a;
box-shadow: 0px 11px 20px 6px rgb(0 0 0 / 63%);
}
@media screen and (min-width: 1220px) {
.wrapper::before {
animation: blink 60s infinite ease-in-out;
animation-direction: normal;
will-change: transform;
--gradient: radial-gradient(circle closest-side at center, #b8b8b870 20%, #00000000 70%);
}
}
.header {
background-color: #0a0a0a;
}
.header__inner {
border-bottom: 0px solid rgb(0 0 0 / 0%);
padding: 10px 0;
}
.theme-toggle {
background-color: #0a0a0a;
}
.logo span {
display: none!important;
}
.header__logo {
transform: translate(-290px, 2px);
background: #0a0a0a url(https://lolz.live/styles/default/xenforo/smilies/Y792ch5.gif) right top / auto no-repeat;
}
.header__btn-menu {
transform: translate(-283px, 0px);
}
.content {
transform: translate(90px, 10px);
padding-top: 30px;
}
.img-fit-cover img {
width: 100%;
height: 100%;
object-fit: cover;
}
img,
table,
iframe,
video,
frame,
embed,
object {
max-width: 100%;
}
.pmovie__grid {
display: grid;
grid-template-columns: 200px minmax(0, 1fr);
gap: 50px 0px;
margin: 0px 0 0px 0;
grid-template-areas: "pleft pheader" "pleft pmain" "pleft pbottom";
align-items: start;
}
element.style {
color: #ababab;
display: none !important;
}
.message-info {
border-radius: 14px;
color: #ffffff;
line-height: 1.5;
margin-bottom: 20px;
filter: invert(0);
opacity: 0.9;
background-color: #c582e1;
box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
border: 1px solid #c582e1;
position: relative;
padding: 15px 20px;
border-left-width: 44px;
}
button,
.btn,
input[type="button"],
input[type="reset"],
input[type="submit"],
.form__btn,
.qq-upload-button,
.pm__links a,
.usp__btn a {
background-color: #66688b;
color: #ffffff;
}
}