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

    完成如图:

    从此刷题防着爸妈

  • 相关阅读:
    [转]The Regular Expression Object Model
    [转]Blue Prism Interview Questions and Answers
    [转]Date and String Function in BluePrism
    [转]Have a query in Blue prism coding stage and collection stage.
    [转]Blue Prism VBO Cheat Sheet
    [转]秒杀系统优化方案之缓存、队列、锁设计思路
    [转]How to: Create a Report Server Database (Reporting Services Configuration)
    [转]Python in Visual Studio Code
    [转]How to Download and Setup Blue Prism
    [转]Blue Prism Architecture
  • 原文地址:https://www.cnblogs.com/nlKOG/p/10186350.html
Copyright © 2011-2022 走看看