Dark theme for telegra.ph.
Also works for telegra.ph mirrors graph.org and tgraph.io
Telegraph (telegra.ph) Dark by 2bllk
Imported from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/178696.user.css
Details
Author2bllk
LicenseCC-BY-NC-SA-4.0
Categorytelegra
Created
Updated
Size2.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 Telegraph (telegra.ph) Dark
@namespace USO Archive
@author 2bllk
@description `Dark theme for <a href="https://telegra.ph">telegra.ph</a>.Also works for <a href="https://telegra.ph">telegra.ph</a> mirrors <a href="https://graph.org">graph.org</a> and <a href="https://tgraph.io">tgraph.io</a>`
@version 20210723.8.46
@license CC-BY-NC-SA-4.0
@preprocessor uso
==/UserStyle== */
@-moz-document regexp("^https?://telegra.ph/[a-zA-Z0-9-_.~#]+"), regexp("^https?://graph.org/[a-zA-Z0-9-_.~#]+"), regexp("^https?://tgraph.io/[a-zA-Z0-9-_.~#]+") {
body {
background: #141414;
}
* {
color: #828282 !important;
}
a[href], a[href] > * {
color: #60A0BF !important;
}
.tl_article a[href] {
border-bottom: .1em solid #60A0BFb3;
}
}
@-moz-document regexp("^https?:\\/\\/telegra.ph\\/?$"), regexp("^https?:\\/\\/graph.org\\/?$"), regexp("^https?:\\/\\/tgraph.io\\/?$") {
body, textarea {
background: #141414;
}
* {
color: #828282 !important;
}
a[href], a[href] > * {
color: #60A0BF !important;
}
.tl_article a[href] {
border-bottom: .1em solid #60A0BFb3;
}
.tl_article.tl_article_edit [data-label]:after {
color: #82828270;
border-right: 1px solid #82828226;
}
.tl_article.tl_article_edit [data-placeholder].empty:before {
color: #82828270;
}
.tl_article.tl_article_edit figcaption[data-placeholder].empty:after {
color: #82828270;
}
.button {
color: #828282;
background-color: #141414;
border-color: #828282;
}
.file_progress {
background-color: #141414 !important;
}
.file_progress_bar {
background-color: #ffffff66 !important;
}
.tl_article.tl_article_edit figure.focus .iframe_wrap, .tl_article.tl_article_edit figure.focus iframe, .tl_article.tl_article_edit figure.focus img, .tl_article.tl_article_edit figure.focus video {
box-shadow: 0 0 0 3px #ffffff66;
}
}
@-moz-document domain("telegra.ph"), domain("graph.org"), domain("tgraph.io") {
::-webkit-scrollbar {
width: 14px;
height: 18px;
}
::-webkit-scrollbar-thumb {
height: 6px;
border: 4px solid rgba(0, 0, 0, 0);
background-clip: padding-box;
-webkit-border-radius: 7px;
background-color: #ffffff26;
-webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
.tl_article ::selection {
background: #292929;
}
.tl_article .tl_article_content blockquote {
border-left: 3px solid #828282;
}
pre, code {
background: #212121 !important;
}
}