Simple and quick removal some distractions for ADDitudeMag website so that it's friendlier for people with ADHD.
additudemag.com Cleanup by damenleeturks
Details
Authordamenleeturks
LicenseNo License
Categoryadditudemag
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Initial release
Source code
/* ==UserStyle==
@name additudemag.com Cleanup
@namespace github.com/openstyles/stylus
@version 1.0.1
@description Simple and quick removal some distractions for ADDitudeMag website so that it's friendlier for people with ADHD.
@author @Damenleeturks
==/UserStyle== */
@-moz-document domain("additudemag.com") {
#related-read-next,
.sidebar-widget,
.primary-sidebar-ad,
.recommended-articles,
.entry-bottom,
#aft_comments,
.mag-cover,
.sidebar-wrapper {
display: none;
}
.content-area {
margin-top: 2em;
margin-bottom: 10em;
}
div.article-content {
margin: 0 auto !important;
float: none !important;
}
.share-tools-wrapper li a,
.share-tools-wrapper li button {
border: none !important;
}
.byline-meta,
.entry-header__updated-on,
.entry-byline-wrapper .author-verified {
border-left-color: rgba(0, 0, 0, 0.1)
}
.entry-content .signup-download {
background-color: #efefef;
padding: 1.5em;
display: none;
}
.entry-content p,
.entry-content li {
line-height: 2.2 !important;
}
#header-primary-menu li,
.header-top-login li {
font-weight: 200;
}
.header-primary a {
color: gray;
}
.authority-banner {
display: none;
}
}