Skip to content

ncp.orange.eg - 11/9/2022, 5:33:17 PM by khidr82

Details

Authorkhidr82

LicenseNo License

Categoryncp.orange.eg

Created

Updated

Size1.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

To solve the new channel portal style problem when display settings more than 100%

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           ncp.orange.eg - 11/9/2022, 8:22:48 PM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    To solve the new channel portal style when display settings more than 100%
@author         Me
==/UserStyle== */

@-moz-document url-prefix("https://ncp.orange.eg/") {
    /* Insert code here... */
     .horizontal {
        margin-bottom: 2px;
    }

    .services-icons .services > div > div {
        width: 110px;
    }


    .services-icons.show.top {
        top: 60px;
        height: 61px;
    }

    .menu-iframe {
        position: fixed;
        left: 0px;
        top: 121px;
        width: 100%;
        height: calc(100% - 90px);
        border: none;
        background: #EEE;
    }


    .services-icons.show {
        height: 110px;
    }

    .services-icons.show.top .services > div > div {
        top: -35px;
    }


    .services-icons.show.top .services > div > div.active {
        top: -35px;
        background: #f16e00;
        color: black;
        font-weight: bold;
    }

        .dataTables_length {
        display: block;
    }



    .services-icons.show.top .pre,
    .services-icons.show.top .next {
        height: 51px;
    }

    .services-icons .pre {
        height: 40px;
        background: #000000;
    }
    .services-icons .next {
        height: 40px;
        background: #000000;
    }


    .svg-inline--fa {
        height: 20px;
    }
}

Reviews

No reviews yet.