A new userstyle
everything by ubranch
Details
Authorubranch
LicenseNo License
Category^(http|https):\/\/[\w-]+(\.[\w-]+)+([\w.,@?^=%&:/~+#-]*[\w@?^=%&/~+#-])?$
Created
Updated
Code size2.7 kB
Code checksum6e0b6ec8
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name everything
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("http") {
:root {
--pst-font-family-base-system: "Tiempos Text"!important;
--font-sans: "Tiempos Text"!important;
}
* {
-ms-overflow-style: none!important;
}
.ace_editor * {
font-size: 15px!important;
font-family: monospace!important;
}
*:not(textarea,
textarea *,
code,
code *,
[aria-labelledby="file-name-id-wide file-name-id-mobile"] *,
.file-header *,
.code-wrap *,
.js-file-content *,
#app-command *,
#bucket-command *,
.monaco-editor *,
[class*="Xterm-"] *,
#playground *,
.SVELTE_HYDRATER *,
.code-view *,
.cm-editor *,
.js-gist-file-update-container *,
.syntaxhighlighter *,
[id*="codecell"] *,
.js-comment-container *,
.plain *,
[id*="editor-container"] *:not([class*="glyphicon "]),
[id*="textareawrapper"] *,
table.code *,
[class*="Code"] *,
[class*="xterm-screen"] *,
#jsonFormatterParsed *,
pre,
pre *, [class*="icon"], [class*="material-"], [class*="fa"], .ace_editor *, md-icon, [data-icon-name], [class*="docon docon-"], [class*="devsite-nav-toggle"]) {
font-family: "Tiempos Text", "Inter" !important;
}
strong * {
font-family: "Tiempos Text", "Inter"!important;
font-weight: 600!important;
}
[class*="disclaimer"] {
display: none!important;
}
ms-code-block *:not(button *) {
font-family: "Geist Mono SemiBold"!important;
font-size: 16px!important
}
[class*="gmat-headline-large"] {
font-size: 3rem!important;
}
textarea,
textarea *,
code,
code *,
[aria-labelledby="file-name-id-wide file-name-id-mobile"] *,
.file-header *,
.code-wrap *,
.js-file-content *,
#app-command *,
#bucket-command *,
.monaco-editor *,
[class*="Xterm-"] *,
#playground *,
.SVELTE_HYDRATER *,
.code-view *,
.cm-editor *,
.js-gist-file-update-container *,
.syntaxhighlighter *,
[id*="codecell"] *,
.js-comment-container *,
.plain *,
[id*="editor-container"] *:not([class*="glyphicon "]),
[id*="textareawrapper"] *,
table.code *,
[class*="Code"] *,
[class*="xterm-screen"] *,
#jsonFormatterParsed *,
pre,
pre *,
.ace_editor * {
font-family: "GeistMono Nerd Font Mono", "Inter"!important;
font-style: normal!important;
font-weight: 500!important
}
}