zoukankan      html  css  js  c++  java
  • 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

    完成如图:

    从此刷题防着爸妈

  • 相关阅读:
    Java-注解(@Annotation)
    面试(三)---volatile
    面试(二)---synchronized
    Linux使用技巧(一):vim中选中多行、复制和粘贴
    Git——学习Git
    【Linux】Linux下cp ~中关于“~”的疑问
    【Linux】Linux中cd test和cd /test以及类似命令的区别
    【Linux】Linux系统中/opt 和 /usr目录
    【Linux】Linux的文件权限
    读《大数据时代下半场-数据治理、驱动与变现》--1
  • 原文地址:https://www.cnblogs.com/nlKOG/p/10186350.html
Copyright © 2011-2022 走看看