• 第三种主题暗黑系


    博客皮肤 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;
    }
  • 相关阅读:
    HDU 4772 Zhuge Liang's Password (矩阵旋转)
    POJ 1141 Brackets Sequence(区间DP)
    POJ 2531 Network Saboteur (DFS)
    HDU 2680 Choose the best route (最短路)
    HDU 1285 确定比赛名次 (预处理+拓扑排序)
    HDU 4540 威威猫系列故事——打地鼠 (DP)
    HDU 2899 Strange fuction (二分)
    HDU 3485 Count 101(DP)
    codeforces 510c (拓扑排序)
    codeforces 510B Fox And Two Dots(dfs)
  • 原文地址:https://www.cnblogs.com/sanforfive/p/13587424.html
Copyright © 2020-2023  润新知