Skip to content

RuTracker2.0 by R34P3R

Screenshot of RuTracker2.0

Details

AuthorR34P3R

LicenseUnlicensed

Categoryhttps://rutracker.org

Created

Updated

Size20 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

RuTracker Theme

Notes

07 / 21 / 2024 - v1.0.0 - Initail Build

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name           RuTracker2.0
@namespace      USO Archive
    @author     R34P3R
@description    Dark Theme For RuTracker Site
@version        3.0.0
@license        Unlicenced
@preprocessor   uso
==/UserStyle== */
@-moz-document domain("rutracker.org") {
:root {
         --color1: #292f3c; /*== BG PAGE ==*/
         --color2: #a9a5a5; /*TEXT*/
         --color3: #dedada; /*== BRIGHTER TEXT ==*/
         --color4: #363d4b;
         --color5: #4f586d;
         --color6: #038a8f; /*== LINK ==*/
         --color7: #b7b7bc; /*== ACTIVE LINK ==*/
         --color8: #606063;
         --color9: #3a4252;
        --color10: #3e4656;
        --color11: #5b6882;
        --color12: #181c24;
    }
/*======================= FONTS =======================*/

    th,
    td,
    font {
        font: 15px Times New Roman Bold, Arial, Tahoma Regular;
    }
/*==================== HIDDEN ADS ====================*/

    #adriver-240x120,
    #bn-bot-wrap,
    #bn-idx-3,
    #bn-idx-marathonbet,
    #idx-sidebar2 iframe,
    #logo,
    .bn-idx,
    table.w100 iframe,
    td.bn-topic {
        display: none;
    }
    #cse-search-btn-top,
    .thHead {
        display: none;
    }
    .internal-promo-text-top {
        display: none;
    }
/*====================================================*/

    ::-webkit-scrollbar,
    div::-webkit-scrollbar {
        width: 10px;
    }
    ::-webkit-scrollbar-corner,
    ::-webkit-scrollbar-track,
    div::-webkit-scrollbar-track {
        background-color: #728098;
    }
    ::-webkit-scrollbar-thumb,
    div::-webkit-scrollbar-thumb {
        background-color: #22232d;
    }
    ::-webkit-scrollbar-thumb:hover,
    div::-webkit-scrollbar-thumb:hover {
        background-color: #2d9e03;
    }
    .menu-alt1,
    #nav-panel,
    #nav-up,
    #nav-settings,
    #nav-down,
    .nav-icon,
    .rank_img,
    .icon2 {
        filter: grayscale(100%) invert(100%) !important;
    }
/*====================================================*/

    .site-nav {
        margin: 8px 8px 8px 8px;
        padding: 1px 1px 1px 1px;
        background-color: #292f3c !important;
    }
    .site-nav a {
        color: #a9a5a5 !important;
    }
    .site-nav a:hover {
        color: #dedada !important;
    }
    ul.inlined.middot-separated > li + li::before,
    .hide-for-print.signature {
        color: white !important;
    }
    .topmenu {
        margin: 10px 10px 5px;
        background-color: #363d4b !important;
    }
   .top-menu-username-wrap {
        position: absolute;
        top: 45px;
        left: 20px;
    }
    .log-out-icon {
        filter: grayscale(100%) invert(100%) !important;
    }
    #logged-in-username {
        color: #b2b2b6 !important;
    }
    #logged-in-username:hover {
        color: var(--color12) !important;
    }
    #quick-search select {
        width: 16vh !important;
        border: solid 2px #959699 !important;
        border-radius: 5px 5px 5px 5px !important;
        margin-right: 5px !important;
        background-color: #292f3c !important;
        font: 15px Times New Roman Bold, Arial, Tahoma Regular;
    }
    #quick-search select:hover {
        background-color: #292f3c !important;
        color: #dedada !important;
    }
    select#search-menu {
        color: #a9a5a5 !important;
        margin-right: 10px;
        font: 15px Times New Roman Bold, Arial, Tahoma Regular;
    }
    select#search-menu:hover {
        border: solid 2px #606063 !important;
        margin-right: 10px;
        font: 15px Times New Roman Bold, Arial, Tahoma Regular;
    }
    input[type=submit] {
        width: 20vh !important;
        border: solid 1px #959699 !important;
        background-color: #3a4252 !important;
        font: 15px Times New Roman Bold, Arial, Tahoma Regular;
    }
    input[type=submit]:hover {
        width: 20vh !important;
        border: solid 1px #0741f1 !important;
        color: #efef05 !important;
        background-color: #181c24 !important;
        font: 15px Times New Roman Bold, Arial, Tahoma Regular;
    }
    #body_container,
    #page_container,
    .menu-a,
    .news_title,
    .q,
    .sp-body,
    body,
    optgroup option,
    select,
    td.cat.pad_2,
    textarea {
        background-color: var(--color1) !important;
        background-image: none;
        font: 15px Times New Roman Bold, Arial, Tahoma Regular;
    }
    #page_container,
    .c-head,
    .gen,
    .gensmall,
    .med,
    .new .dot-sf,
    .poster_info em,
    .q,
    .q-head,
    .q-head span,
    .row1,
    .row1 td,
    .small,
    .sp-body,
    .sp-head span,
    body,
    div.t-tags span,
    legend,
    optgroup option,
    select,
    .txtb,
    span.brackets-pair,
    span.p-color,
    textarea {
        color: var(--color2) !important;

        font: 15px Times New Roman Bold, Arial, Tahoma Regular;
    }
    #idx-sidebar2 h3,
    #latest_news h3,
    #sidebar1 h3,
    .catTitle,
    .cat_title a,
    .forumline th,
    .maintitle,
    .pagetitle,
    .poster_info p,
    .posted_since,
    a.tLink,
    a:hover .brackets-pair,
    td.topicSep,
    .topmenu option {
        color: var(--color3) !important;
        font: 15px Times New Roman Bold, Arial, Tahoma Regular;
    }
    .news_date {
        border-radius: 5px 5px 5px 5px;
        color: #939598 !important;
        background-color: var(--color12) !important;
    }
    a,
    #latest_news a,
    .a-like,
    ul.a-like-items > li,
    .nick,
    .nick a {
        color: var(--color6) !important;
        font: 15px Times New Roman Bold, Arial, Tahoma Regular;
    }
    #latest_news a:hover,
    .a-like:hover,
    a:active,
    a:focus,
    a:hover {
        color: var(--color7) !important;
    }
    div {
        color: #807d7d !important;
    }
    td.row1.f-icon-idx {
        background-color: var(--color12) !important;
    }
    p.small.bold {
        color: #d5dd06 !important;
        margin: 16px 4px 8px;
    }
    .sb2-block {
        background-color: black !important;
        padding: 0px 6px;
        margin: -1px 0px 4px;
    }
    .cat_title a {
        position: relative;
        display: block;
        padding: 5px 0px 5px 0px;
        text-decoration: none;
        color: #b2b2b6 !important;
    }
    .cat_title a:hover {
        color: #ccc7c7 !important;
        background-color: var(--color12) !important;
    }
    .cat_title {
        margin-top: -2px;
        letter-spacing: 1px;
        text-indent: 0.45em;
        background: black !important;
        border: 1px solid #828080 !important;
        font: 15px Times New Roman Bold, Arial, Tahoma Regular;
    }
    .a-like.med {
        color: var(--color6) !important;
    }
    .ta-inf2 {
        display: none;
    }
    .forum-desc-in-title {
        color: #FFE8B6AD;
    }
    .bordered th,
    .cat,
    .cat_title,
    .forumline th,
    .row3,
    .row3 td,
    .spaceRow,
    div.t-tags span,
    option:hover,
    td.cat,
    td.catBottom,
    td.catHead,
    td.catTitle,
    tr.hl-tr:hover td {
        background-color: black !important;
        border: solid 1px #959699 !important;
        border-radius: 5px 5px 5px 5px !important;
        background-image: none;
        font: 15px Times New Roman Bold, Arial, Tahoma Regular;
    }
    .f,
    .fieldsets div,
    .fieldsets div > p,
    .gen,
    .gensmall,
    .med,
    .small,
    a.gen,
    a.gensmall,
    a.med,
    a.small,
    a.small.tr-dl,
    p.tCenter a.gen {
        background: 0 0;
        font: 15px Times New Roman Bold, Arial, Tahoma Regular;
    }
    .folded,
    .folded2 {
        background-color: var(--color4) !important;
    }
    [style='color: brown;'] {
        color: #e57373 !important;
    }
    .bw_TRL {
        border-width: 0 !important;
    }
    .post-box {
        border: none!important;
        background-color: #151515!important;
    }
    .highlight-cyrillic:hover,
    .highlight-cyrillic:hover > .cyrillic-char {
        color: #D08770!important;
        text-decoration: none !important
    }
    .nav em {
        color: #D08770;
        font-style: normal;
    }
    #title-search {
        color: #dedada !important;
        font: 15px Times New Roman Bold, Arial, Tahoma Regular;
    }
    .category table.forums {
        border-left: 1px solid #262626;
    }
    .nav.pad_6.row1 {
        background-color: #0000008a !important;
    }
    .row7[style] {
        background-color: #121111 !important;
    }
    .forums td,
    .hl-tr {
        height: 35px;
    }
    .sp-body img:hover {
        position: relative;
        z-index: 9;
        transform: scale(2);
    }
    .menu-a,
    input,
    select {
        border-radius: 0;
    }
    .menu-a a:hover,
    .row1,
    .row1 td,
    .row4,
    .row4 td,
    .row5,
    .row5 td,
    .sb2-block,
    .sp-wrap,
    table.forumline {
        background-color: var(--color4) !important;
        background-image: none;
    }
    .menu-split a:hover {
        color: #c9c6c6 !important;
    }
    .menu-split .menu-root img,
    .pad_2.hide-for-print img,
    img.forum_icon,
    img.icon1,
    img[alt="Ответить"],
    img[alt="Новая тема"],
    img[alt="Скачать .torrent"],
    .log-out-icon,
    img.topic_icon,
    li.dir > div:before,
    li.file,
    input[type="checkbox"],
    input[type="radio"] {
        filter: invert(0);
    }
    #tor-size-humn,
    .borderless.bCenter.pad_8,
    .gen td,
    .leech,
    .seed {
        font: 15px Times New Roman Bold, Arial, Tahoma Regular;
    }
    .top-alert {
        margin-top: 70px;
    }
    .small.f-dl.dl-stub {
        font-size: 12px;
    }
    .vf-col-tor .see...

Reviews

No reviews yet.