Skip to content

on-tenk.com - déc. 2023 by bonnebulle

Screenshot of on-tenk.com - déc. 2023

Details

Authorbonnebulle

LicenseNo License

Categorymovies, arts

Created

Updated

Code size2.8 kB

Code checksumc66ea452

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Some spaces, text-shadows emphasis.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           on-tenk.com - déc. 2023
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("on-tenk.com") {
    /* Insérer le code ici... */
	.container.is-fluid {
	  overflow: hidden;
	  padding-bottom: 30px;
	}
	nav .container.is-fluid {
	  overflow: visible;
		 padding-bottom: 0px;
	}
	.notification > .delete {  
		top: 1.4rem;
	}
	.hooper .nav {
  		opacity: 1;
	}
	.is-pulled-bottom {
	  top: -50px !important;
	  position: relative;
	}
	.description {
	  margin-top: -45px !important;
		position: relative !important;
	}
	.image .t-bottom > div {
	  background: #000;
	  padding: 8px 10px !important;
	  display: block;
	  position: relative;
	  top: 20px;
	}
	.image .t-bottom > div.t-right {
	  margin-right: -15px;
	}
	.image .t-bottom > div:first-child {
	  margin-left: -15px;
	}
	
	h1,
	h1 + p,
	h2 p,
	p.white.title.notActive,
	.cineastes,
	.white.l.title {
	  text-shadow: #000 0px 0 4px, #000 0px 0 3px, #000 0px 0 3px, #000 0px 0 3px;
	}
	.directorsName h2,
	.s.white, .m.white {
	  text-shadow: #000 0px 0 2px, #000 0px 0 2px, #000 0px 0 2px, #000 0px 0 2px;
	}
	p.white.title.notActive {
	  opacity: 1;
	}
	.control.is-flex.is-align-items-center.is-white.m,
	.button.is-outlined.squared {
	  background: #000;
	}
	.button.right.m.t-simple.is-outlined.squared.active .icon:first-child:not(:last-child) {
		filter: invert(1)
	}
	
	.button.right.m.t-simple.is-outlined.squared.active {
	  color: #FFF !important;
	  padding: 12px;
	}
	
	p + section {
	  margin-top: 20px;
	}
	.t-right.t-box.row.bottom {
	  margin-bottom: -75px;
	}
	.spacer.m + p > a {
		color: #000;
		margin-top: -15px !important;
  		display: block;
	}
	:is(.info_summary, .info_review) h2 {
	  margin-bottom: 16px !important;
	}
	hr.fullw {
	  margin: 24px 0 25px 0 !important;
	}
	:is(.info_summary, .info_review) hr.fullw {
	  margin-bottom: 20px !important;
	}
	
	.button.s.t-simple.is-outlined.squared.active {
	  color: #FFF !important;
	}
	
	.icon.t-icon.hoverable.xs.black {
	  filter: invert(1);
	}
	.list-item .description .icon.t-icon.hoverable.xs.black {
	  filter: invert(0);
	}
	.button.s.is-dark.is-outlined.squared.active {
	  color: #FFF;
	}
	
	
	.navbar {
	  height: 100px;
	}
	.navbar .progress-bar {  
		box-shadow: none;  top: 97px;
	}
	.media-content .container.is-fluid {	
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	a {
	  color: #5888b3;
	}
	.has-text-grey {
	  color: #9b7f66 !important;
		 color: #fd11ac !important;
	}
	a.nuxt-link-exact-active span, 
	a.nuxt-link-exact-active:focus span, 
	a.nuxt-link-exact-active:hover span {
		opacity: 1;
		color: red;
	}
	
	.nav * {transition: none !important; animation: none !important;}
}

Reviews

No reviews yet.