Stretches the content, increases font size.
Works with Dark Theme by ew0345.
Oniichanyamete Reader Mode by Duckson

Details
AuthorDuckson
LicenseNo License
Categoryoniichanyamete.moe
Created
Updated
Code size1.2 kB
Code checksuma3340a98
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Oniichanyamete reader mode
@version 20241215.08.31
@namespace https://userstyles.world/user/Duckson
@description Stretches the content, increases font size
@author Duckson
@license No License
==/UserStyle== */
@-moz-document domain("oniichanyamete.moe") {
#secondary{
display: none;
}
#primary{
width: 100% !important;
}
.site:before{
width: 0 !important;
}
#content{
margin-left: 0 !important;
}
.entry-header, .entry-content, .entry-meta, #page{
max-width: 9999px !important;
z-index: 99999 !important;
position: relative;
font-size: 22px;
}
.entry-content{
padding-left: 5% !important;
padding-right: 5% !important;
}
#primary-menu{
z-index: 199999 !important;
position: relative;
}
.children .page_item, .children .page_item a, .site-header{
z-index: 199999 !important;
position: relative;
}
#site-header a, #site-header a img{
margin-left: auto;
margin-right: auto;
display: block;
align-content: center;
}
#site-header a{
width: 100%;
}
#masthead{
width: 100%;
max-width: 9999px;
}
}