Blocks all unnecessary elements on Loeb Classics Library
loebclassics.com - 1/28/2023, 11:41:23 PM by perguto
Details
Authorperguto
LicenseNo License
Categoryloebclassics.com
Created
Updated
Size897 B
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/28/2023, 11:41:23 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("loebclassics.com") {
/* Insert code here... */
html,
body,
#readPanel {
width: 100%!important;
/* overflow: hidden; */
margin: 0!important;
border: 0!important;
border-bottom: 0!important;
}
* {
/*margin: 0!important;*/
/*padding: 0!important; */
border: 0!important;
background: #333;
color: #ddd!important;
}
#headerWrap,
#contentsTop,
#contentPanel,
.contentHeader,
#contentToolbar,
#footerWrap,
#relatedContent,
.doi,
#columnsBottom {
display: none!important;
}
}