Skip to content

TelegramBotAPI-Dark by d-rickyy-b

Imported and mirrored from https://raw.githubusercontent.com/d-Rickyy-b/TelegramBotAPI-Dark/main/telegrambotapi-dark.user.css

Screenshot of TelegramBotAPI-Dark

Details

Authord-rickyy-b

LicenseMIT

Categorytelegram, dark-theme,

Created

Updated

Code size1.4 kB

Code checksum3945543f

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A dark theme for the Telegram bot API docs

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           TelegramBotAPI-Dark
@namespace      github.com/d-Rickyy-b
@version        1.0.1
@description    A dark theme for the Telegram bot API docs
@homepageURL    https://github.com/d-Rickyy-b/TelegramBotAPI-Dark
@license        MIT
@author         d-Rickyy-b
==/UserStyle== */

@-moz-document url-prefix("https://core.telegram.org/bots/api"), url-prefix("https://core.telegram.org/bots") {
    
    body {
        color: #c9d1d9;
        background-color: #1f2c36;
    }
    
    .navbar-tg {
        background-color: #1f2c36;
    }
    
    .dev_page {
        background: #1f2c36;
    }
    
    .breadcrumb {
        background-color: #2f3742;
    }
    
    code {
        background-color: rgba(110,118,129,0.4);
        color: #fff;
        border-radius: 6px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    
    pre {
        background-color: rgba(110,118,129,0.4);
        color: #fff;
    }
    
    blockquote {
        border-left-color: #129bc6;
    }
    
    hr {
        border-color: #30363d;
    }
    
    .navbar-tg .navbar-inner {
        border-color: #1a1f25;
    }
    
    .table > thead > tr > th {
        border-bottom: 2px solid #3e3e3e;
    }
    
    .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-color: #3e3e3e;
    }
}

Reviews

No reviews yet.