Skip to content

Dark Telegram website, WIP by dotvhs

Details

Authordotvhs

LicenseNo License

Categorytelegram.org

Created

Updated

Size1.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Telegram's website in Dark blue mode, similar to their dark theme.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Dark Telegram website, WIP
@namespace      github.com/dotvhs
@version        0.0.5
@description    A new userstyle
@author         dot
==/UserStyle== */

@-moz-document url-prefix("https://core.telegram.org/bots"), domain("telegram.org") {
	html, body, .dev_page, .dev_page_wrap {
		background-color: #0e1621;
	}
	
	h1, h2, h3, h4, h5, h6, .dev_page_nav_wrap > p > a:first-child {
		color: #ecf2f9;		
	}
	
	.tl_page_head, .dev_page_head {
		background: rgba(14, 22, 33, .84);
	}
	
	.navbar-tg .navbar-inner, hr, .footer_wrap, .navbar-nav > li.top_lang_select > .dropdown-menu {
		border-color: #243547;
	}
	
	a.back_to_top_wrap {
		display: none;
	}
	
	.dev_side_nav li:not(.active) > a {
		color: #7f92a4;		
	}
	
	.navbar-tg .nav a, a, a:hover, .navbar-tg .nav a:hover, .dev_side_nav li.active > a {
		color: #73bbf5
	}
	
	body, table, div, p, dl {
		color: #c9ced4;
	}
	
	code {
		background: #2d150e;
		color: #f28f8f;
	}
	
	pre, div.fragment {
		color: #8eabd0;
		background: #172230;
	}
	
	.breadcrumb, blockquote, .dropdown-menu {
		background: #17212b;
	}
	
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
		border: none;
	}
	
	.table tr:nth-child(odd) td {
		background: #17212b;
	}
	
	form.dev_page_edit_form {
		display: none;
	}
	#dev_page_content > ul:not(.nav) li {
		padding-top: 2px;
		padding-bottom: 2px;
	}
	
	.top_lang_select .dropdown-menu li.chosen a, .top_lang_select .dropdown-menu li.chosen a:hover {
		color: #fff;
		background: #0e1621;
	}
	
	.navbar-nav > .top_lang_select .dropdown-menu li a:hover {
		color: #fff;
		background: rgba(14, 22, 33, .6);
	}
}

Reviews

No reviews yet.