Skip to content

panel.seohost.pl by BITBACK by VerisZG

Screenshot of panel.seohost.pl by BITBACK

Details

AuthorVerisZG

LicenseGPLv3

Categorypanel.seohost.pl

Created

Updated

Size2.9 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Some styles for the web panel of our favourite web hosting company from Poland

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           panel.seohost.pl by BITBACK
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Some styles for the web panel of our favourite web hosting company from Poland
@author         BITBACK
==/UserStyle== */
@-moz-document url-prefix("https://panel.seohost.pl") {

    /* zwarty widok */
    div#content div.body-content table td {
        padding-top: 2px;
        padding-bottom: 2px;
    }
}
@-moz-document url-prefix("https://panel.seohost.pl/domains") {


    /* nazwa domeny bez zawijania */
    div#content div.body-content table td:nth-child(1) {
        white-space: nowrap;
    }

    /* kontakt - mniejsza czcionka, nie potrzebna taka duża */
    div#content div.body-content table td:nth-child(2) {
        font-size: 12px;
    }

    /* aktywna bez zawijania */
    div#content div.body-content table td:nth-child(5) {
        white-space: nowrap;
    }

    /* zwężenie kolumn z datami */
    div#content div.body-content table td:nth-child(1),
    div#content div.body-content table td:nth-child(2),
    div#content div.body-content table td:nth-child(3),
    div#content div.body-content table td:nth-child(4),
    div#content div.body-content table td:nth-child(5) {
        white-space: nowrap;
        width: 1%;
    }

    /* potrzebne aby daty się dobrze wyświetlały, inaczej są cały czas szerokie */
    div#content div.body-content table {
        table-layout: auto;
        width: 100%;
    }

    /* operacje */
    div#content div.body-content table td:nth-child(7) > div.buttons > a {
        white-space: nowrap;
        padding: 2px !important;
        height: 28px !important;
        min-height: 28px !important;
    }
}

@-moz-document url-prefix("https://panel.seohost.pl/dns") {

    /* zwężenie kolumn */
    div#content div.body-content table td:nth-child(1),
    div#content div.body-content table th:nth-child(1),
    div#content div.body-content table td:nth-child(4),
    div#content div.body-content table th:nth-child(4),
    div#content div.body-content table td:nth-child(9999) {
        white-space: nowrap;
        width: 150px;
    }

    /* zwężenie kolumn */
    div#content div.body-content table td:nth-child(2),
    div#content div.body-content table th:nth-child(2),
    div#content div.body-content table td:nth-child(9999) {
        white-space: nowrap;
        width: 300px;
    }
    
    
    /* zwężenie kolumn */
    div#content div.body-content table td:nth-child(5),
    div#content div.body-content table th:nth-child(5),
    div#content div.body-content table td:nth-child(9999) {
        white-space: nowrap;
        width: 200px;
    }
    
    /* operacje */
    div#content div.body-content table td:nth-child(5) > div.buttons > * {
        white-space: nowrap;
        padding: 2px !important;
        height: 28px !important;
        min-height: 28px !important;
    }
    
}

Reviews

No reviews yet.