zoukankan      html  css  js  c++  java
  • 脚本

    我是脚本

    @-moz-document domain("www.luogu.org") {
    .lg-content {
        opacity: 0.9;/*不透明度,取值范围0-1,看背景的色调了,用来调亮度,越大越亮*/
         auto;
        background: transparent;
        overflow: auto;
        background: url('http://images2015.cnblogs.com/blog/1131085/201704/1131085-20170421172552899-1306687303.jpg') no-repeat fixed top;/*自己手动调整图片外链吧,推荐sm.ms,支持https,防止绿色挂锁标志消失(强迫症必备),仅需修改单引号内部的内容即可。*/
        min- 1250px;
        padding-bottom: 0px;
    }
    .lg-toolbar h1 {
        opacity: 1;
         auto;
        overflow: auto;
        color: #fff;/*工具条字体颜色*/
    }
    .lg-toolbar {/*将工具条设为透明,显得比较和谐*/
        border: 0px;
        background-color: inherit;
         auto;
        overflow: auto;
    }
    .code, pre {
        opacity: 0.70;
        font-size: 1.3rem;
        background-color: inherit;
    }
    .am-dimmer.am-active
    {
        display: none!important;
    }
    }
    
    @-moz-document domain("daniu.luogu.org") {
    .lg-content {
        opacity: 0.55;/*不透明度,取值范围0-1,看背景的色调了*/
         auto;
        background: transparent;
        overflow: auto;
        background: url('https://ooo.0o0.ooo/2017/04/30/5905a5c11e331.jpg') no-repeat fixed top;/*自己手动调整图片外链吧,推荐sm.ms,支持https,防止绿色挂锁标志消失(强迫症必备)仅需修改单引号内部的内容即可。*/
        min- 1250px;
        padding-bottom: 0px;
    }
    .lg-toolbar h1 {/*工具条字体颜色*/
        opacity: 1;
         auto;
        overflow: auto;
        color: #fff;
    }
    .lg-toolbar {/*将工具条设为透明,显得比较和谐*/
        border: 0px;
        background-color: inherit;
         auto;
        overflow: auto;
    }
    .code, pre {
        opacity: 0.70;
        font-size: 1.3rem;
        background-color: inherit;
    }
    .am-dimmer.am-active
    {
        display: none!important;
    }
    }
  • 相关阅读:
    linux使用secureCRT连接(没有rsa的时候)
    linux删除某个php程序进程的组合命令
    Redis介绍以及安装(Linux)
    PHP Warning: date() [function.date]: It is not safe to rely on the system's timezone
    linux下生成rsa密钥的方法
    mysql 的 infobright 数据库的 mediumblob 显示不了数据
    PHP中的Libevent学习
    PHP函数getopt详解
    php_sapi_name详解
    PHP使用mysqldump备份数据库(以及还原)
  • 原文地址:https://www.cnblogs.com/sssy/p/6857904.html
Copyright © 2011-2022 走看看