minimal
loebclassics.com - 1/29/2023, 3:26:58 AM by perguto
Details
Authorperguto
LicenseNo License
Categoryloebclassics.com
Created
Updated
Size2.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 loebclassics.com - 1/29/2023, 3:26:58 AM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("loebclassics.com") {
:not(.pageNav, .pageNav *, #contentRoot, :has(#contentRoot), #contentRoot *) {
display: none;
}
html,body {
font-size: 15px;
/*width:2000px;*/
}
html{
/* min-width: 100vw!important;
*/
}
:not(html, .pageNav .prev a, .pageNav .next a) {
color: #ddd!important;
background: initial!important;
background-color: #333!important;
}
.pageNav .prev,
.pageNav .next {
color: #eee!important
}
/**{
overflow: hidden!important;
overflow-x: hidden!important;
}*/
/* html,
body {
overflow: hidden!important;
overflow-x: hidden!important;
width: 100vw!important;
min-width: 100vw!important;
max-width: 100vw!important;
justify-content: center!important;
}
*/
#pageBody.clearfix {
margin-left: 0!important;
margin-bottom: 0!important;
}
/*.pageNav {
display: initial!important;
}*/
.pageNav .prev {
left: 0px!important;
}
.pageNav .next {
right: 0px!important;
}
#readPanel .recto > .div1 {
margin-right: 1em!important;
}
#readPanel .verso > .div1 {
margin-left: 1em!important;
}
:has(#contentRoot) {
/* width: 100vw!important;*/
min-width: 100%;
/* max-width: 100vw!important;*/
margin: 0!important;
border: 0!important;
padding: 0!important;
justify-content: center!important;
justify-items: center!important;
justify-self: center!important;
}
::-webkit-scrollbar {
display: none!important;
}
/** #contentRoot{
display: initial!important;
}*/
}