Skip to content

Telegram API docs dark by Viiprogrammer

Screenshot of Telegram API docs dark

Details

AuthorViiprogrammer

LicenseMIT

Categorytelegram.org, core.telegram.org

Created

Updated

Code size1.6 kB

Code checksumfbdbbe60

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Telegram docs dark theme

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Telegram API docs dark
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Telegram docs dark theme
@author         righthaze
==/UserStyle== */
@-moz-document domain(telegram.org), domain("core.telegram.org") {
	body {
		background: #222226;
		color: #979494;
	}

	a {
		color: #179cde
	}

	.footer_wrap {
		border-top: 1px solid #333336;
	}

	hr {
		border-top: 1px solid #333336;
	}

	code {
		color: rgb(212, 212, 212);
		background: #1e1e1e;
	}

	.back_to_top_wrap:hover .back_to_top {
		background: #ecf3f8;
		background: rgba(68, 68, 68, 0.15);
	}

	table {
		min-width: 100px;
		border: 1px solid #333336;
	}
	.table > thead > tr > th {
		vertical-align: bottom;
		border-bottom: 2px solid #333336;
	}
	td,
	tr {
		min-width: 100px;
		border: 1px solid #333336;
	}

	pre {
		font-size: 13px;
		color: rgb(212, 212, 212);
		background: #1e1e1e;
		border-radius: 0;
	}

	#dev_page_content_wrap .richcode {
		color: rgb(212, 212, 212);
		background: #1e1e1e;
	}

	.breadcrumb {
		background: #444446;
		border-radius: 30px;
	}

	.tl_page_head,
	.dev_page_head {
		background: #333336;
		user-select: none;
		backdrop-filter: blur(25px);
	}

	.navbar-tg .nav a {
		color: #aeaeae;
	}

	.navbar-tg .nav a:hover,
	.navbar-tg .nav .active a {
		color: #c6c5c5;
	}

	.navbar-tg .navbar-inner {
		border-bottom: 1px solid #333336;
	}

	code {
		user-select: all
	}

	a .tl_page_head,
	.dev_page_head {
		color: #4c4c4e;
	}

	.dev_page {
		background: #222226;
	}
}

Reviews

No reviews yet.