Skip to content

tgfcer.com by xinyo

Screenshot of tgfcer.com

Details

Authorxinyo

LicenseNo License

Categoryuserstyles

Created

Updated

Size2.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

tgfc Content Focus

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         tgfc-NUX
@version      20240522.03.37
@namespace    https://userstyles.world/user/xinyo
@description  tgfc Content Focus
@author       xinyo
@license      No License
==/UserStyle== */

@-moz-document domain("tgfcer.com") {
:root {
    --border-radius: 8px;
}

.mainbox {
    border: none;
    border-radius: var(--border-radius);
    overflow: hidden;
}
.ad_footerbanner, .adsbygoogle, table[summary^="Rules and Recommend"] {
    display: none;
}
body > .wrap, body > #footer, #footer .wrap {
    min-width: auto;
    max-width: 100%;
}
.t_msgfont ~ div,ins {
    /*display: none;*/
    height: 1px;
    overflow: hidden;
}

.postactions{
    line-height: 10px;
    height: 10px;
    font-size: 9px;
    background: none;
}

.profile, .postauthor > ul, .postauthor > p:last-of-type {
    font-size: smaller;
    height: 0;
    overflow: hidden;
    transition: height 2s;
}
.postauthor:hover dl.profile, .postauthor:hover > ul, .postauthor:hover > p:last-of-type{
    height: auto;
}
.postauthor cite, .adsbygoogle, int {
    border: none!important;
}
.blockcode, .quote {
    box-shadow: 0px 1px 3px #aaa;
    border-radius: var(--border-radius);
    font-size: smaller;
    border: none;
    background: #ddd;
    color: #555;
    padding: 6px;
}
.blockcode h5, .quote h5 {
    border: none;
}

.postinfo {
    font-size: smaller;
    border-bottom: 1px dashed #ccc;
    padding: 6px 12px;
}
.postinfo > em {
    display: none;
}
.defaultpost{
    min-height: auto!important;
}
.postinfo a {
    padding-left: 8px;
}
.avatar > img {
    border-radius: var(--border-radius);
}
.postmessage fieldset{
    border: 1px solid #ccc;
    border-radius: var(--border-radius);
}

/*=====================================================*/
.mainbox tbody th, .mainbox tbody td {
    border-top: 1px solid #ccc;
}
.box h4{
    background: none;
}
.postattachlist h4, .tradethumblist h4, .pollpanel h4, .activitythread h4, .typeoption h4{
    border-top: none;
}
.box.postattachlist {
    background: white;
    border-radius: 8px;
    padding: 6px 12px;
}
}

Reviews

No reviews yet.