zoukankan      html  css  js  c++  java
  • 第三种主题暗黑系

    博客皮肤 MTTrendy

    页面定制 CSS 代码

    /*
     * @Author: JEYYR_Z.  MTTrendy
     * @Date: 2020-08-27 23:21:16
     * @LastEditTime: 2020-08-28 12:28:54
     * @LastEditors: Please set LastEditors
     * @Description: 转载请注明出处!!!不可用作商业用途!!!
     * @FilePath: \undefinede:\MyCode\MyBlog\DIY CSS.css
     */
    #main {
        background-color: #000;
    }
    #top {
        background: #000;
    }
    body {
        background: #000;
    }
    #rightmenu li {
        text-align: center;
    }
    #top a, #top a:link, #top a:visited, #top a:active, #top a:hover {
        font-size: 66px;
        color: #ff9696;
    }
    h1 {
        background: #000;
        text-align: center;
    }
    #tagline {
        text-align: center;
        color: #666;
    }
    div.post {
        background: #000;
        border-left: 12px solid #666;
        border-right: 12px solid #666;
        border-top: 12px solid #666;
        border-bottom: 12px solid #666;
    }
    p.postfoot {
        color: #00ffff;
    }
    a:link {
        font-weight: normal;
        text-decoration: none;
        color: #ff6699;
        font-size: larger
    }
    a:visited {
        font-weight: normal;
        text-decoration: none;
        color: #ff6699;
        font-size: larger;
    }
    #profile_block {
        text-align: center;
    }
    .div_my_zzk {
        text-align: center;
    }
    #rightmenu ul {
        color: #ffffa6;
        font-size: larger;
    }
    #footer {
        text-align: center;
    }
    #rightmenu h3 {
        background: #000;
        text-align: center;
        font-size: xx-large;
        color: #f8f8f8;
    }
    div.post h2 a {
        color: #ccc;
        text-decoration: none;
        font-weight: bold;
        font-size: 20px;
    }
    div.post h2 a:link {
        color: #f8f8f8;
    }
    div.post h2 a:visited {
        color: #f8f8f8;
    }
    a:hover {
        color:#f8f8f8
    }
    p.date {
        color: #a9a9a9;
        font-size: large;
        text-align: center;
    }
  • 相关阅读:
    Codeforces 1045C Hyperspace Highways (看题解) 圆方树
    Codeforces 316E3 线段树 + 斐波那切数列 (看题解)
    Codeforces 803G Periodic RMQ Problem 线段树
    Codeforces 420D Cup Trick 平衡树
    Codeforces 295E Yaroslav and Points 线段树
    Codeforces 196E Opening Portals MST (看题解)
    Codeforces 653F Paper task SA
    Codeforces 542A Place Your Ad Here
    python基础 异常与返回
    mongodb 删除
  • 原文地址:https://www.cnblogs.com/sanforfive/p/13587424.html
Copyright © 2011-2022 走看看