Minimal for AnimesVision
Minimal for AnimesVision by zenstorage
Mirrored from https://github.com/zenstorage/userstyles/raw/main/MinimalAnimesVision.user.css
Details
Authorzenstorage
LicenseMIT
Categoryanimes.vision
Created
Updated
Size4.9 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 Minimal for AnimesVision
@namespace animes.vision
@version 1.0.0
@description Minimal for AnimesVision
@author zen
==/UserStyle== */
@-moz-document url-prefix("https://animes.vision/") {
/* Navbar */
#header.header-home.fixed {
background: rgba(32, 33, 37, 0.6) !important;
backdrop-filter: blur(2px);
}
#header {
position: sticky;
top: 0;
}
/* Logo */
#header #logo img {
opacity: 0.7;
transition: all 0.5s;
}
#header #logo img:hover {
opacity: 1;
}
/* Notificações */
.hr-notifications .hrn-icon {
background: rgba(255, 255, 255, 0);
}
/* Barra de Pesquisa */
.search-content input.search-input {
background-color: #0000005e;
backdrop-filter: blur(2px);
transition: all 0.3s;
}
.search-content input.search-input:hover,
.search-content input.search-input:focus {
background-color: #000000b0;
backdrop-filter: blur(2px);
}
.search-content input.search-input {
color: #eee
}
input::placeholder {
color: #adadad!important;
}
input:hover::placeholder,
input:focus::placeholder {
color: #eee!important;
}
.search-icon > i:nth-child(1) {
color: #adadad;
}
.search-icon > i:nth-child(1):hover {
color: #eee;
}
/* Menu Notificações */
.dropdown-menu-noti {
background: rgba(60, 62, 72, .6);
backdrop-filter: blur(2px);
}
.new-noti-list .nnl-item.nnl-more {
background: rgba(60, 62, 72, .5)!important;
}
/* Banner */
.deslide-wrap {
display: none;
}
/* Bloat */
.container .hs-toggles {
display: none;
}
section.block_area_sidebar:nth-child(1) {
display: none;
}
.doacao-container {
display: none;
}
.alert-primary {
display: none;
}
.alert-danger {
display: none;
}
section.block_area_home.block_area:nth-of-type(2) {
display: none;
}
.share-buttons-detail {
display: none;
}
div.container:nth-child(3) {
display: none;
}
#wrapper {
padding-top: 0px!important
}
#main-wrapper {
margin-bottom: 0px!important
}
.btn-md.text-white {
display: none;
}
a.btn-sm:nth-child(2) {
display: none;
}
/* Sociais */
.header-group {
display: none;
}
/* Destaques */
#anime-trending {
padding-bottom: 10px
}
/* Destaque Thumb */
.trending-list .item .film-poster {
transition: all 0.3s;
}
.trending-list .item .film-poster:hover {
scale: 1.05;
}
/* Botão Ver mais */
section.block_area:nth-child(3) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) {
transition: all 0.3s;
}
section.block_area:nth-child(3) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1):hover {
color: #72a8e2
}
/* Destaques Seta */
.trending-navi > div:hover {
transition: all 0.3s;
}
/* Gêneros */
.block_area-genres {
display: none;
}
/* Novos */
#main-content {
width: 100%;
}
.screen-items {
margin: 0 90px 0 90px;
}
/* Barra Lateral */
#sidebar_menu.active {
background-color: rgba(42, 44, 49, 0.72);
}
a.nav-link {
transition: all .5s;
}
/* Fechar Menu */
.toggle-sidebar {
background: rgba(47, 49, 56, 0.5)!important;
transition: all .5s;
}
.toggle-sidebar:hover {
background: rgba(110, 111, 116, .1) !important;
}
/* Barra Inferior */
#footer-about {
display: none;
}
/* Mais */
.page-az .container {
margin: 24px;
max-width: 98vw;
}
/* Thumbnail */
.screen-items .item .sii-title,
.screen-items .item .icon-play {
transition: all 0.3s;
}
.screen-items .item .sii-title {
text-align: left;
}
/* Menu Flutuante */
.header_right-user.logged .dropdown-menu {
background: rgba(32, 33, 37, 0.6);
backdrop-filter: blur(2px);
}
.header_right-user.logged .dropdown-menu .grid-menu .dropdown-item {
background-color: #4f515b1c !important;
transition: all 0.5s;
}
.header_right-user.logged .dropdown-menu .grid-menu .dropdown-item:hover {
background-color: #4f515b36 !important;
}
.header_right-user.logged .dropdown-menu .dropdown-item {
transition: all .5s;
}
}