Skip to content

bbs707080809090绿化版 by viewtheard

Screenshot of bbs707080809090绿化版

Details

Authorviewtheard

LicenseNo License

Categorybbs7070.com

Created

Updated

Size8.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

firefox专版

Notes

chrome,edge版
https://userstyles.world/style/7303/bbs707080809090-chrome

2023-09-07 1.0.9更新
新增了域名匹配

2022-11-21 1.0.8更新
绿化少许部分

2022-11-14 1.0.7更新
增加chrome和edge专版,做了兼容性检查,特效比firefox版会有更好的效果,
隐藏顶部造成错位的(社区守则,顶部修改用户名,设置头像,手机APP安装)列表,黑名单功能在好友列表中可找到。
缩小1080p下侧栏大小到90%。

2022-11-11 1.0.6更新
选择的背景色绿化,右上角头像动画改成脉动,少许色彩修正。

2022-11-8 1.0.5更新
绿化了漏掉的交易区,修正了引用bug,页码、标签减少了圆度,外框偏向方形。

2022-11-6 1.0.4更新
绿化了弹出菜单及其它的部分,和细节调整。至此绿化计划基本完毕。

2022-11-4 1.0.3更新
美化侧栏及按钮,部分漏网的绿化。

2022-11-2更新
对前期漏改的个人资料,首页,导读,超链接,标签,页码,侧栏的颜色做了绿化。

2022-10-29更新
1.修正了16:9 1080p,4k下侧栏的位置表现

2022-10-27修改部分:
1.主题颜色改为绿黄色
2.重新编排顶部元素,相比原版高度缩减到3/4
3.将左侧栏目移动到右侧,并且随滚动条而移动。

Source code

/* ==UserStyle==
@name           bbs7070绿色版
@namespace      github.com/openstyles/stylus
@version        1.0.9
@description    绿化论坛
@author         Genius
==/UserStyle== */

@-moz-document domain("bbs7070.com"), domain("bbs7070.net"), domain("yy7070.top"), domain("yy7070.com"), domain("yy7070.net"), domain("qq9090.com") {

    .t9_hd{
        background: rgb(199, 209, 148);
        height:90px;

    }
    .t9_hd #nv{
        height:50px;
        width:500px;
        background: rgba(241, 195, 169, 0);
        float:left;
        position:relative;
        left:230px;
        top:-65px;
        z-index:0;
        
    }
    #mu{
        float:none;
        position:relative;
        bottom:90px;
        border:1px solid rgb(199, 209, 148) !important;
        z-index:-1;
    }
    
    .t9_hd #nv li{
        margin:0 0px;
    }
    .t9_hd #nv li,.t9_hd #nv li a{
        line-height:25px;
        height:25px;
        font-size:14px;
        padding:5px;
    }
    #qmenu{
        right:800px;
        filter: hue-rotate(230deg);
    }
    

    .cl.bm_c,.a_t.wpp
    {
        display:none;
    }
    
    

    .jump_bdl .a a, .jump_bdl .a a:hover {
        background:rgb(199, 209, 148);
    }
    #qmenu_menu ul.nav li:hover,#qmenu_menu ul.nav a:hover{
        background: rgb(199, 209, 149);
        background-repeat: no-repeat;
        background-position:50% 10%;
    }
    
    .p_pop a:hover, .pop_moremenu a.xw1{
        background:rgb(199, 209, 148);
    }
    .prompt_news, .prompt_follower, .prompt_news_0, .prompt_follower_0, .ignore_notice, .prompt_concern{
        filter: hue-rotate(230deg);
    }


    .t9_x_scbar{
        margin:0 0 0px;
    }

    #pt{
        float:left;
        position:absolute;
        top:145px;
        clear:both;
    }    



    .tbn dl[class=a]{
        background-color: rgb(199, 209, 148);
                
        }
    
    .bdl dd a{
        color:rgb(255, 255, 255);
        opacity: 1;
        transition-duration: 0.25s;
        
    }
    .bdl dd a:active{
        opacity:0;
        transition:0s;
    }
    .bdl dt a{
        color:  rgb(157, 187, 0);

    }
    .bdl dd.bdl_a a{
        color: rgb(157, 187, 0);
    }
    
    
    @property --houdini-colorDt{
        syntax:'<color>';
        inherits:false;
        initial-value:rgb(10, 59, 6);
    }
    @property --houdini-colorDtHover{
        syntax:'<color>';
        inherits:false;
        initial-value:rgb(81, 85, 39);
    }
    
    .bdl dt{
        background:linear-gradient(#f6e000,#3616e7);
        box-shadow: 15px 5px 25px rgb(203, 213, 94);
        background-image:linear-gradient(transparent,rgb(10, 59, 6),transparent);
        background-clip: padding-box;
        
    }

    .bdl dt:hover{
        background-image: linear-gradient(transparent,rgb(81, 85, 39),transparent);
    }
    .bdl dd a:hover{
        color:rgb(157, 187, 0);
        transform: scale(1.125,1.125);
        transition:color 0.25s;
    }
    .bdl dd.bdl_a a:hover{
        color:rgb(157, 187, 0);
    }
    .bdl{
        background-color: rgb(199, 209, 148);
    }

    @media (min-width:1921px) and (max-device-width:3840px) {
    #sd_bdl{
            position:fixed;
            top:150px;
            z-index:3;
            right:5%;
            transform:scale(1.0,1.0);
        }
    }  

    @media (max-width:1920px) {
    #sd_bdl{
        position:fixed;
        top:150px;
        z-index:3;
        right:1.3%;
        transform:scale(0.9,0.9);
        }
        
    }


    #scrolltop{
        filter: hue-rotate(230deg);
    }
    

    .boardnav #ct{
        margin-left:0px !important;

    }

    .pls{
        background:rgb(199, 209, 148);
    }
    .ad .pls{
        background:rgb(199, 209, 148);
    }


    .pgs #newspecial, .pgs #newspecialtmp{
        background:rgb(199, 209, 148);
        opacity:1;
        transition-duration: 0.4s;
    }
    .pgs #newspecial:hover, .pgs #newspecialtmp:hover{
        background:rgb(157, 187, 0);
        transition-duration: 0.4s;
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    }
    .pgs #newspecial:active, .pgs #newspecialtmp:active{
        opacity:0;
        transition:0.5s;
    }

    .t9_x_scbar #scbar .scbar_btn_td .pn{
        background:rgb(199, 209, 148);
    }
    .t9_x_scbar #scbar .scbar_btn_td .pn::after{
        border-right-color:rgb(199, 209, 148);
    }

    .mn{
        width:1200px;
    }


    .t9_ft_bg .t9_n_1{
        background:rgb(199, 209, 148);
    }
    
    
    

    #uhd{
        background:rgb(199, 209, 148);
    }
    .tb a{
        background:rgb(199, 209, 148);
    }
    .appl li.a{
        background:rgb(199, 209, 148);
    }
    
    
    

    .bmw .bm_h{
        background:rgb(199, 209, 148);
    }

    #t9_guide_post{
        background-color:rgb(199, 209, 148);
    }

    .ttp .a a{
        background-color:rgb(199, 209, 148);
    }
    

    .fl .bm .bm_h h2{
        border-left:8px solid rgb(157, 187, 0);
    }
    .t9_forum_posts{
        border:1px solid rgb(199, 209, 148);
        background:rgb(199, 209, 148);
    }
    .t9_forum_posts::before {
        border-right-color:rgb(199, 209, 148);
    }

    .appl li a:hover{
        color:rgb(157, 187, 0);
    }

    

    a:hover{
        color: rgb(157, 187, 0);
    }
    .newthread .new em, .newthread .new em a{
        color: rgb(157, 187, 0);
    }
    .tl th em a:visited, .tl td.fn em a:visited, .tl th em, .tl th em a
    {
        color: rgb(157, 187, 0);
    }
    .cardinfo:hover .card-title{
        color: rgb(157, 187, 0);
    }



    .pg strong
    {
        background-color:rgb(199, 209, 148);
    }

    .pg a, .pg strong, .pgb a, .pg label{
        border:1px solid rgb(199, 209, 148);
        border-radius:8px;
    }

    #thread_types li a{
        border-radius:8px;
    }
    #thread_types li.a .num {
        background:rgb(199, 209, 148);
        border:1px solid rgb(199, 209, 148);
        border-radius:8px;
    }
    #thread_types li.a .num::before{
        border-right-color:rgb(199, 209, 148);
    }
    

    .exfm{
        border:1px dashed rgb(199, 209, 148);
        background:rgb(199, 209, 148);
    }
    #post_extra_tb label.a{
        background:rgb(199, 209, 148);
        border-bottom-color: rgb(199, 209, 148);
    }

        #vfastpost{
            background:rgb(199, 209, 148);
        }
        #vfastpost #vf_b button{
            filter: hue-rotate(230deg);
        }

        #p_btn a,#p_btn i{
            border-radius:4px;
            background:rgb(199, 209, 148);
        }


    .pl .quote{
        filter: hue-rotate(230deg);
    }

    blockquote a{
        filter:hue-rotate(-230deg);
    }



    .menu-group .menu-header{
        filter: hue-rotate(230deg);
    }

    .sign{
        background:url(https://bbs7070.com/template/9090/img/common/sigline.gif) no-repeat 0 0;   
        filter:hue-rotate(230deg);
    }

    .t_l, .t_c, .t_r, .m_l, .m_r, .b_l, .b_c, .b_r{
        background:rgb(199, 209, 148);
    }

    #copyright{
        background:rgb(199, 209, 148);
    }

    .bbda:hover{
        background:rgb(199, 209, 148);
    }

    .tbn ul li em{
        filter: hue-rotate(230deg);
    }

    blockquote:not(a)::selection,.sign::selection{
       background:rgb(165, 211, 236);
    }

    ::selection{
        color:white;
        background:rgb(199, 209, 148);
    }
    

    .vanishIn {
        animation-name: vanishIn;
    }
    @keyframes vanishIn {
    0% {
        opacity: 0.9;
        transform-origin: 50% 50%;
        transform: scale(1.1, 1.1);
        filter: blur(1px);
      }
      100% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1, 1);
        filter: blur(0px);
      }
    }
    
    .t9_img_360:hover{
        animation:vanishIn 1s;
        animation-iteration-count:infinite;
    }

    .t9_img_360{
        animation-iteration-count:1;
    }
    
        .logintable tr td.tdregbody table tr.trregbtn td a{
        background-color:rgb(199, 209, 148);
    }
    .logintable tr td.tdregbody table tr.trregbtn td a:hover{
        background-color:rgb(157, 187, 0);
    }
    .fastlg .pn
    {
        background-color:rgb(199, 209, 148);
    }

}
    

Reviews

No reviews yet.