• bzoj&beginoj的miku主题


    OJ:https://begin.lydsy.com/

    这是我这蒟蒻每天刷题的地方

    以及https://www.lydsy.com/

    以及luogu.org

    miku主题预览效果:

    css代码:

    body{
        background:url(https://i.loli.net/2018/12/27/5c2438653acbd.jpg)fixed center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #navbar{
        background:url(https://i.loli.net/2018/12/27/5c2438653acbd.jpg)fixed center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .toprow{
        background:url(https://i.loli.net/2018/12/27/5c2438653acbd.jpg)fixed center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .jumbotron{
        background:url(https://i.loli.net/2018/12/27/5c2438653acbd.jpg)fixed center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .evenrow{
        background:url(https://i.loli.net/2018/12/27/5c2438653acbd.jpg)fixed center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .active{
        background:url(https://i.loli.net/2018/12/27/5c2438653acbd.jpg)fixed center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .container-fluid{
        background:url(https://i.loli.net/2018/12/27/5c2438653acbd.jpg)fixed center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
    }
    td{background-color:RGBA(255,255,255,0.7);}
    li{background-color:RGBA(255,255,255,0.7);}
    .form-control{
        background:url(https://i.loli.net/2018/12/27/5c2438653acbd.jpg)fixed center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .item{background-color:RGBA(255,255,255,0.7);}
    .container .jumbotron{
        padding:5px;
        background-color:#fff;
        border:RGBA(255,255,255,0);
    }
    .content{background-color:RGBA(255,255,255,0.7);}
    button.form-control{background:RGBA(255,255,255,0.7);}

    操作步骤

    1.添加Firefox插件:https://userstyles.org/styles/browse

    2.点击右上角Stylish图标,为此网站查找更多样式

    3.下载miku(BeginOJ) by The_KOG

    完成如图:

    从此刷题防着爸妈

  • 相关阅读:
    SQL数据库优化总结
    数据库设计的三大范式
    springmvc的原理与流程
    flask实现文件下载功能
    python操作excel向同一sheet循环追加数据
    python操作es处理超过10000条数据报错查询不到
    CentOS 安装rz和sz命令 lrzsz实现文件传输
    centOS安装ElasticSearch
    gunicorn启动fastapi命令
    如何获取协程的返回值
  • 原文地址:https://www.cnblogs.com/nlKOG/p/10186350.html
Copyright © 2020-2023  润新知