A Minimal & Clean theme for Wikipedia.You can use this Userstyles theme for Wikipedia with Stylish
Wikipedia Beautified by pooya
Details
Authorpooya
LicenseCC-BY-SA-4.0
Categoryfa.wikipedia.org
Created
Updated
Size3.6 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 Wikipedia Beautified
@namespace USO Archive
@author pooya
@description `A Minimal & Clean theme for Wikipedia.You can use this Userstyles theme for Wikipedia with Stylish/Stylus extension in any browser.Source code <a href="https://github.com/sirpooya/Stylish">available on Github.</a>Please <a href="https://github.com/sirpooya/Stylish/issues">report issues here.</a> Or comment below.more info about my other merchandise: <a href="http://pooya.ml">pooya.ml</a>`
@version 20180910.21.27
@license CC-BY-SA-4.0
@preprocessor uso
==/UserStyle== */
/* ==UserStyle==
@name Wikipedia Beautified
@version 1.0.0
@description Wikipedia Beautified theme for Stylish
@namespace http://www.w3.org/1999/xhtml
@homepageURL https://github.com/sirpooya/Stylish
@supportURL https://github.com/sirpooya/Stylish/issues
@author Pooya Kamel
@license GPL
==/UserStyle== */
@-moz-document url-prefix("https://en.wikipedia.org/") {
body {
font-family: LyonText,Georgia,serif;
zoom:120%;
}
#content h1, #content h2, #content #firstHeading, #content .mw-editsection, .mw-body .mw-editsection-like, #content #toc h2, #content .toc h2, #template-documentation, #documentation-meta-data {
font-family: iransansweb,'Iranian Serif','Noto Kufi Arabic','Droid Arabic Naskh','Iranian Sans','DejaVu Sans',serif;
}
#mw-panel {font-family: iransansweb;}
#mw-panel li {line-height: 1.3em !important;}
p,li {
line-height: 2em;
letter-spacing: -.5px;
margin: 0.5em 0;
/* font-size: 1.2em; */
color: #333;
}
p {line-height: 2em !important;}
.toc li, .references li {line-height: 1.5em;}
#siteSub {font-style:italic;color:#888}
#p-personal li
{
font-family: iransansweb;
font-size: 10px;
padding-right: 5px;
}
#left-navigation li, #right-navigation li {font-size: 0.8em;}
.vectorMenu h3 span {font-size: 10px !important;}
#simpleSearch #searchInput {
vertical-align : super;
font-size: 11px !important;
}
input#searchInput::-webkit-input-placeholder {color: #aaa !important;}
.mw-content-ltr a {color: #e4571c;}
.mw-content-ltr a:visited {color: #ba0000;}
}
@-moz-document url-prefix("https://fa.wikipedia.org/") {
body {
font-family: system-ui,BlinkMacSystemFont,-apple-system,Roboto,sans-serif !important;
zoom:120%;
}
div#content h1, div#content h2, div#content #firstHeading, div#content .mw-editsection, .mw-body .mw-editsection-like, div#content #toc h2, div#content .toc h2, #template-documentation, #documentation-meta-data,
#mw-panel,h1,h2,h3,h4,h5,h6
{ font-family: system-ui,BlinkMacSystemFont,-apple-system,Roboto,sans-serif !important; }
#mw-panel li {line-height: 1.3em !important;}
p,li {
line-height: 2em;
letter-spacing: -.5px;
margin: 0.5em 0;
/* font-size: .8em; */
color: #333;
}
p {line-height: 2em !important;}
.toc li, .references li {line-height: 1.5em;}
#siteSub {font-style:italic;color:#888}
#p-personal li
{
font-family: BlinkMacSystemFont !important;
font-size: 10px;
padding-right: 5px;
}
#left-navigation li, #right-navigation li {font-size: 0.8em;}
.vectorMenu h3 span {font-size: 10px !important;}
#simpleSearch #searchInput {
/* vertical-align : super; */
font-size: 11px !important;
}
input#searchInput::-webkit-input-placeholder {color: #aaa !important;}
.mw-content-rtl a {color: #e4571c;}
.mw-content-rtl a:visited {color: #ba0000;}
}