Skip to content

CGPeers by blk020

Details

Authorblk020

LicenseNO-REDISTRIBUTION

Categorycgpeers.to

Created

Updated

Size1.0 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.20.55
@license        NO-REDISTRIBUTION
@preprocessor   uso
==/UserStyle== */
@-moz-document domain("cgpeers.com"), domain("cgpeers.to") {
#content,
#searchbars ul,
#searchbars,
#menu ul,
#menu,
#userinfo,
#header,
#wrapper
{
    max-width: 60vw!important;
	min-width: 1000px!important;
}
#userinfo_username,
#userinfo_major{
	position:relative!important;
	left:0!important;
	top:0!important;
}
.mceLayout
{
    float: left!important;
    margin-right: 425px!important;
}
.torrent:nth-child(even):hover,
.torrent:nth-child(odd):hover
{
    background: rgba(255, 102, 51, 0.05) !important;
    color: #ccc !important;
}
.torrent>td>a:hover,
.torrent>td>span>a:hover
{
    color: #fff !important;
    text-decoration: none !important;
}
.cats_col
{
    background: #222 !important;
}
}

Reviews

No reviews yet.