This is a theme with with better tweaks for the website Streaminal TV.
Streaminal TV Theme with Better Tweaks (defunct) by deeznews
Details
Authordeeznews
LicenseNo License
Categoryhttps://www.streaminal.live/
Created
Updated
Size4.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 Streaminal TV Theme with Better Tweaks
@version 20231203.01.39
@namespace userstyles.world/user/deeznews
@description This is a theme with with better tweaks for the website Streaminal TV.
@author deeznews
@license No License
==/UserStyle== */
@-moz-document domain("streaminal-tv.vercel.app"), domain("streaminal-tv-swanand01.vercel.app"), domain("streaminal-tv-git-master-swanand01.vercel.app"), domain("streaminal.live") {
/* ---------------------Main Page--------------------- */
body {
overflow-x: hidden;
}
.styles_header__wEYIG {
padding: 10px 10px 10px 10px;
justify-content: space-between;
background-color: var(--black);
}
#styles_searchbarInput__LfTzG {
font-size: 20px;
width: 350px;
}
.styles_searchButton__YRuSK {
width: 50px;
}
.styles_tag__xUzZ8 {
display: none;
}
.styles_movieCard__EfwZK {
height: 300px;
transition: all .2s ease-in-out;
padding-bottom: 0;
row-gap: 0px;
position: relative;
}
.styles_movieCard__EfwZK:hover {
transform: scale(1.03);
box-shadow: 0px 0px 0px 3px var(--orange);
}
.styles_movieImage__oSGUR {
border-radius: 10px;
min-height: auto;
object-fit: cover;
-webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 60%, rgb(0 0 0 / 20%) 80%, transparent 100%);
}
.styles_movieCard__EfwZK:hover > .styles_movieImage__oSGUR{
-webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 100%, transparent 100%);
filter: blur(4px) grayscale(100%);
}
.styles_movieCard__EfwZK:hover > .styles_movieTitle__88nxG, .styles_movieCard__EfwZK:hover > .styles_movieReleaseDate__gDDc6 {
opacity: 0;
transition: opacity 0.1s ease-in-out;
}
.styles_movieCard__EfwZK:hover::after {
content: '▶';
font-size: 50px;
color: var(--orange);
background-color: transparent;
border-radius: 10px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
filter: drop-shadow(10px 10px 10px var(--darkBlack));
}
.styles_movieTitle__88nxG {
font-weight: 700;
font-size: 14px;
white-space: normal;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
max-height: unset;
position: absolute;
bottom: 30px;
padding: 0px 12px;
margin: 12px 0px;
text-align: left;
width: 100%;
}
.styles_movieReleaseDate__gDDc6 {
font-size: 12px;
padding-top: 15px;
position: absolute;
bottom: 15px;
left: 15px;
}
.styles_slides__NPoFQ>div {
margin: 0px;
padding: 25px;
}
.styles_sliderContainer__ICf0S {
row-gap: 0px;
}
.styles_slider__S7sLA {
overflow-x: scroll;
}
.styles_slides__NPoFQ {
overflow-x: revert;
}
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
::-webkit-scrollbar-track {
background: var(--black);
border-radius: 5px;
}
::-webkit-scrollbar-thumb {
background: var(--orange);
border-radius: 5px;
}
.styles_heading__aAJ-L {
font-size: 2rem;
text-align: center;
padding-bottom: 5px;
font-weight: 700;
text-decoration: overline;
text-decoration-color: var(--orange);
text-decoration-thickness: 3px;
}
/* ---------------------Movie & TV Page--------------------- */
.styles_videoDiv__VpRZX {
width: 80%;
margin-top: 30px;
}
.styles_mainDiv__pDIcA {
margin: 0;
}
.styles_movieImage__5Tt7j {
width: 265px;
object-fit: contain;
}
.styles_infoAndSeasons__wcDyr {
width: 80%;
column-gap: 40px;
}
.styles_rightDiv__PCcJ6 {
width: 50%;
}
@media only screen and (max-width: 768px) {
.styles_movieCard__EfwZK {
/* row-gap: unset; */
width: 150px;
height: 250px;
}
#styles_searchbarInput__LfTzG {
width: 100%;
}
.styles_videoDiv__VpRZX {
width: 100%;
margin-top: 0px;
}
}
}