Skip to content

CGPeers by blk020

Details

Authorblk020

LicenseNO-REDISTRIBUTION

Categorycgpeers.to

Created

Updated

Size1.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

CGPeers 60vw wide instead of 100% wide & mouse over highlight

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         CGPeers
@namespace    USO Archive
@author       blk.
@description  CGPeers 1024px wide & mouse over highlight
@version      20190612.17.55
@license      NONE
@preprocessor uso
==/UserStyle== */
@-moz-document domain("cgpeers.com"),
domain("cgpeers.to") {

    body,
    html {
        font-size: 12px;
    }

    #wrapper {
        max-width: 1600px;
        margin: auto;
    }

    #menu,
    #content,
    #searchbars {
        top: 0;
    }

    #menu {
        padding: 6px 0;
    }

    #searchbars,
    #menu,
    #userinfo {
        position: relative;
        min-width: 100%;
        width: 100%;
    }

    #userinfo_username,
    #userinfo_major {
        position: relative;
        float: left;
        left: 0;
        top: 0;
    }

    #userinfo_minor {
        float: right;
    }

    #userinfo ul {
        padding: 0
    }

    .mceLayout {
        float: left;
        margin-right: 425px;
    }

    .torrent td {
        padding: 6px;
    }

    .torrent:nth-child(even):hover,
    .torrent:nth-child(odd):hover {
        background: rgba(255, 102, 51, 0.05);
        color: #ccc;
    }

    .torrent:hover td {
        background: #111;
        color: #ccc;
        text-decoration: none;
    }

    .torrent a:hover {
        color: #fff;
        text-decoration: none;
    }

    .cats_col {
        background: #222;
    }
}

Reviews

No reviews yet.