Skip to content

wol.jw.org by sica07

Screenshot of wol.jw.org

Details

Authorsica07

LicenseNo License

Categorywol.jw.org

Created

Updated

Size3.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Minimalist approach with large fonts.
Applies only to article pages, daily text page and Bible.
IMPORTANT: Don't forget to update the country code in url (it defaults to english) (see notes below)

Notes

Source code

/* ==UserStyle==
@name         wol.jw.org
@version      20220510.11.36
@namespace    userstyles.world/user/sica07
@description  Minimalist approach with large fonts.
Applies only to article pages, daily text page and Bible.
IMPORTANT: Don't forget to update the country code (see notes below)
@author       sica07
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://wol.jw.org/en/wol/d") {
@import url("https://fonts.googleapis.com/css?family=EB+Garamond|Newsreader");
body {
    background: rgb(247, 246, 242);
    font-family: 'EB Garamond', serif !important;
}
#toolbarFrame {
    display: none;
}
#regionMain {/*margin between top of the page and top of the article*/
    margin-top:37px !important;
}
#secondaryNavContent {
    display: none !important;
}
#articlePositioner {
    margin-left: 0px !important;
}
.showSecondaryNav.dir-ltr .articlePositioner {
    margin-left: 0px;
}
#article {
    background: rgb(247, 246, 242);
    font-family: 'Newsreader', serif !important;
    max-width: 100%;
    font-size: 1.8em;
    color: #000;
}
#siteBanner {
    display: none;
}
#playerwrapper {
    display: none;
}
.qu {/*paragraph question*/
    margin-top: 4em;
}
.sb {/*study paragraph*/
    line-height: 1.55em;
}
h1 {
    margin-bottom: 1.5em;
}
h2 {
    margin-top: 2em;
}
img {
    border-radius: .75em;
}

}

@-moz-document url-prefix("https://wol.jw.org/en/wol/b") {
/*@import url("https://fonts.googleapis.com/css?family=EB+Garamond|Newsreader");*/
body {
    background: rgb(247, 246, 242);
    font-family: 'EB Garamond', serif !important;
}
#toolbarFrame {
    display: none;
}
#regionMain {/*margin between top of the page and top of the article*/
    margin-top:37px !important;
}
#secondaryNavContent {
    display: none !important;
}
#articlePositioner {
    margin-left: 0px !important;
}
.showSecondaryNav.dir-ltr .articlePositioner {
    margin-left: 0px;
}
#article {
    background: rgb(247, 246, 242);
    font-family: 'Newsreader', serif !important;
    max-width: 100%;
    font-size: 2em;
    color: #000;
}
span.v {
    font-family: 'Newsreader', serif !important;
}
#siteBanner {
    display: none;
}
#playerwrapper {
    display: none;
}

h1 {
    margin-bottom: 1.5em;
}
h2 {
    margin-top: 2em;
}


}

@-moz-document url-prefix("https://wol.jw.org/en/wol/h") {
@import url("https://fonts.googleapis.com/css?family=Newsreader");
body {
   background-color: rgb(247, 246, 242); 
}
#siteBanner, 
#standardSearch,
#welcome,
#todayNav {
    display:none;
}
#regionMain {
    margin-top: 46px;
}
li.menuButton > a > span.label {
    display: none !important;
}
#dailyText {
    width: 100%;
    text-align: center;
    background-color: rgb(247, 246, 242);
    font-family: 'Newsreader', serif !important;
    font-size: 1.9em;
    color: #000;
}
.sb {
    padding: 2em 0;
}
.tabContent {
    padding: 1em 2em;
}
}

Reviews

No reviews yet.