Skip to content

Telegram web (k/a/t.me, priority to k) black 1.4b by plmch

Screenshot of Telegram web (k/a/t.me, priority to k) black 1.4b

Details

Authorplmch

LicenseNo License

Categoryweb.telegram.org, t.me

Created

Updated

Code size4.2 kB

Code checksum1ac65480

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Telegram web(k). Black, transparent.

Notes

Tested on 1280x1024. May glitch on other res.

Source code

/* ==UserStyle==
@name         Telegram black
@namespace    https://web.telegram.org
@version      1.4b
@description  Telegram web (k/a) and https://t.me. Minimalistic, black, transparent. Replies:      t.me/Plamcheg, plmch@bk.ru
@author       Plamch
==/UserStyle== */

@-moz-document url-prefix("https://web.telegram.org/k/"), url-prefix("https://web.telegram.org/k/#") {
body {
	padding: 20px 200px;
}
.bubbles-inner {
	margin: 0;
	margin-left: 40px!important;
	width: 100%;
}
* {
	background: none!important;
	border: none!important;
	caret-color: #fff!important;
}
#column-left {
	border-radius: 5px 0 0 5px;
	background: rgba(0, 0, 0, 0.8)!important;
	/*	margin-right: 3px; */
}
.chat-background {
	background: rgba(0, 0, 0, 0.9)!important;
	border-radius: 0 5px 5px 0;
}
#new-menu,
#column-center > div > div > div.chat-input.chat-input-main > div > div.rows-wrapper-wrapper > div > div.new-message-wrapper.rows-wrapper-row > div.btn-icon.btn-menu-toggle.attach-file,
#column-center > div > div > div.chat-input.chat-input-main > div > div.rows-wrapper-wrapper > div > div.new-message-wrapper.rows-wrapper-row > button.btn-icon.toggle-emoticons {
	opacity: .3;
}
.chats-container.tabs-container {
	opacity: 0.8;
}
#folders-container > div > div.chatlist-bottom > div > div > div.sidebar-left-section-content > ul > a.row.no-wrap.row-with-padding.row-clickable.hover-effect.rp.chatlist-chat.chatlist-chat-abitbigger.active,
#folders-container > div > div.chatlist-top.has-contacts > ul > a {
	background: rgba(0, 0, 0, 0.3)!important;
	border: none!important;
}
.sidebar-left-h2 {
	color: #ccc;
}
.chat-background-item-color-canvas,
.chat-info-container,
.sidebar-header,
.btn-send-container,
#column-center > div > div > div.chat-input.chat-input-main > div > div.rows-wrapper-wrapper > div > div.new-message-wrapper.rows-wrapper-row > div.input-message-container > span {
	opacity: 0;
}
.chat-info-container:hover,
.sidebar-header:hover,
#column-center > div > div > div.chat-input.chat-input-main > div > div.rows-wrapper-wrapper > div > div.new-message-wrapper.rows-wrapper-row > div.btn-icon.btn-menu-toggle.attach-file:hover,
#column-center > div > div > div.chat-input.chat-input-main > div > div.rows-wrapper-wrapper > div > div.new-message-wrapper.rows-wrapper-row > button.btn-icon.toggle-emoticons:hover {
	opacity: 1;
}
a {
	color: #ff8c00;
}
.bubble,
.bubble:after {
	margin-top: 50px;
}
.bubble .message {
	font-size: 24px;
}
.input-message-input {
	font-size: 24px;
}
.chat-input-main {
	width: 100%!important;
}
#column-center > div > div > div.bubbles.has-groups.is-chat-input-hidden.has-sticky-dates.scrolled-down > div > div.bubbles-inner.is-channel > div {
	display: none;
}
#column-center > div > div > div.chat-input.chat-input-main > div > div.rows-wrapper-wrapper > div::before {
	background: none;
}
::selection {
	background-color: #fff;
	color: #000;
}
}

@-moz-document url-prefix("https://web.telegram.org/a/") {
* {
	border: 0!important;
	outline: 0!important;
	box-shadow: none!important;
	caret-color: #fff!important;
}

#UiLoader::before {
	display: none;
}
.MessageList .messages-container {
	max-width: 100%;
	width: 100%;
}
.chat-list.custom-scroll,
.Transition.slide,
#LeftColumn-main,
#LeftColumn,
#LeftMainHeader,
.MiddleHeader {
	background: rgba(0, 0, 0, 0.8)!important;
	box-shadow: none!important;
}
.message-content.has-solid-background,
.message-content.has-background,
.is-album .message-content,
.ListItem .ListItem-button {
	background: #151515;
}
#LeftMainHeader,
.MiddleHeader {
	opacity: 0;
}
#LeftMainHeader:hover,
.MiddleHeader:hover {
	opacity: 1;
}
}

@-moz-document url-prefix("https://t.me/") {
div {
	background: rgba(0, 0, 0, 0.8);
	color: #eee!important;
}
.tgme_head_wrap,
.tgme_page_widget_actions,
.tgme_widget_message_bubble {
	background: rgba(0, 0, 0, 0.8)!important;
}
.tgme_head_wrap,
.tgme_page_widget_actions_wrap {
	opacity: 0;
}
.tgme_head_wrap:hover,
.tgme_page_widget_actions_wrap:hover {
	opacity: 0.8;
}
a {
	color: #fb0!important;
}
}

Reviews

No reviews yet.