Typing Tubeの表示を変更します
Typing Tube 表示変更 by Toshi7878
Details
AuthorToshi7878
LicenseNo License
Categoryuserstyles
Created
Updated
Size1.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 typing-tube.net/movie/show/32072 - 2023年11月
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://typing-tube.net/movie/show/") {
/* ここにコードを挿入... */
.movietitle h1,[id="tab w-100"],.wrapper:has([style="max-height:200px;overflow:scroll"]),p:has(+ p[style="float:right"]){
display:none;
}
#main_content{
margin-top:0px!important;
}
p[style="float:right"]{
height: 0px;
position: relative;
bottom: 3rem;
}
.header{
zoom: 50%;
}
.wrapper:has(.movietitle){
border: solid thin;
zoom: 70%;
}
.movietitle{
zoom: 90%;
}
.movietitle p{
margin:0;
}
.taglist{
margin:5px 0;
padding:0 10px;
}
#main_content{
position:relative;
bottom:5rem;
}
}