Skip to content

Forum CanardPC - Compact by Guitou

Screenshot of Forum CanardPC - Compact

Details

AuthorGuitou

LicenseNo License

Categoryforum.canardpc.com

Created

Updated

Code size1.9 kB

Code checksumac6d4822

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

UI experiment for forum.canardpc.com.

Notes

.

Source code

/* ==UserStyle==
@name           Forum CanardPC - Compact
@namespace      forum.canardpc.com
@version        0.0.1-alpha
@description    UI experiment for forum.canardpc.com.
@author         I am the author.
==/UserStyle== */

@-moz-document domain("forum.canardpc.com") {
    /*
    More info in the official documentation at Stylus' wiki:
    https://github.com/openstyles/stylus/wiki/Writing-UserCSS
    */
    /****************************************************/
    /*********** VARIABLES ***********/
    /****************************************************/
    body[data-styleid="68"] { /*  vB6 Style */
        --primary-color: #3A9DA6;
        --secondary-color: #652DAA;
    }
    body[data-styleid="86"] { /* CPC 2025 vb6 Light */
        --primary-color: #3a9da6;
    }
    body[data-styleid="87"] { /* CPC 2025 vb6 Dark */
        --primary-color: #999;
    }
    body[data-styleid="43"] { /* Dark */
        --primary-color: #ad936e;
    }
    /****************************************************/
    /*********** CODE ***********/
    /****************************************************/
    #widget_197, #channel-tabbar {
        display: none;
    }

    #channel-tabbar, .forum-desc, .subforum-header, .subforum-info .counts, .lastpost-info .lastpost-by, .lastpost-info .lastpost-date, .lastpost-wrapper .avatar, #widget_2, #forum-tab .forum-list-header {
        display: none;
    }

    #header {
        height: auto;
        position: relative;
    }
    #header .site-logo {
        position: absolute;
        padding: 5px;
    }
    #header .site-logo img {
        height: 26px;
    }
    #header .toolbar {
        position: absolute;
        right: 0;
    }
    #header .site-logo {
        top: -35px;
    }

    .avatar, .avatar img, .avatar a {
        border-radius: 0px;
    }
}

Reviews

No reviews yet.