• cnblog 模板 SimpleMemory 个性化设置代码备份


    /*页面顶部作者名*/
    
    #blogTitle h1 {
        font-size: 50px;
        margin-top: 0px;
    }
    
    /*页面简介*/
    
    #blogTitle h2 {
        letter-spacing: 1px;
        padding-left: 50px;
        margin-bottom: 30px;
        margin-top: 10px;
    }
    
    
    /*导航栏按钮*/
    
    #navList li {
        margin: 0 10px 0 0;
        font-size: 20px;
    }
    
    #navList a {
        padding-top: 10px;
    }
    
    
    /*取消标题向右浮动*/
    
    .postTitle a:link {
        transition: none;
    }
    
    .postTitle a:hover {
        margin-left: 0px;
    }
    
    
    /*文章标题字间距*/
    
    .postTitle {
        letter-spacing: 1px;
    }
    
    
    /*隐藏阅读全文*/
    
    .c_b_p_desc_readmore {
        font-size: 0px;
    }
    
    
    /*摘要字间距*/
    
    .c_b_p_desc {
        letter-spacing: 1px;
    }
    
    
    /*更改页面宽度*/
    
    #home {
         80%;
    }
    
    
    /*侧边栏标题*/
    
    #sideBar h3 {
        font-size: 20px;
        padding-left: 10px;
        border-left: 4px solid #000;
    }
    
    
    /*公告栏内容*/
    
    #profile_block {
        padding-left: 20px;
    }
    
    
    /*搜索框位置*/
    
    .div_my_zzk {
         150px;
        margin-top: 20px;
        padding-left: 20px;
    }
    
    
    /*搜索框下面所有东西的位置*/
    
    #sideBarMain ul {
        padding-left: 20px;
    }
    
    /*隐藏文章页底部部分广告*/
    
    .c_ad_block {
        margin-top: 0px;
        height: 0px;
        font-size: 0px;
    }
    
    #ad_t2 a{
        font-size: 0px;
    }
    
    .ad_text_commentbox {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    #ad_t2 {
        margin-top: 0px;
        height: 0px;
    }
    
    fieldset, img {
        height: 0px;
    }
    
    /*页面颜色*/
    #home {
        background: #555;
    }
    
    #navigator {
        background: #555;
        border-bottom: 1px solid #777;
        border-top: 1px solid #777;
    }
    
    /*页面顶部作者名颜色*/
    
    #blogTitle h1 a {
        color: #CCC;
    }
    
    #blogTitle h1 a:hover {
        color: #888;
    }
    
    /*页面顶部作者简介颜色*/
    
    #blogTitle h2 {
        color: #EEE;
    }
    
    body {
        background: #333;
        color: #AAA;
    }
    
    #navList a:link, 
    #navList a:visited, 
    #navList a:active {
        color: #EEE;
    }
    
    #navList a:hover {
        color: #888;
        text-decoration: none;
    }
    
    .blogStats {
        color: #EEE;
    }
    
    .newsItem,
    .catListEssay,
    .catListLink,
    .catListNoteBook,
    .catListTag,
    .catListPostCategory,
    .catListPostArchive,
    .catListImageCategory,
    .catListArticleArchive,
    .catListView,
    .catListFeedback,
    .mySearch,
    .catListComment,
    .catListBlogRank,
    .catList,
    .catListArticleCategory {
        background: #555;
    }
    
    .postTitle {
        border-left: 3px solid #EEE;
    }
    
    .postTitle a:link, 
    .postTitle a:visited, 
    .postTitle a:active {
        color: #EEE;
    }
    
    .postTitle a:hover {
        color: #888;
    }
    
    #sideBar h3 {
        color: #EEE;
    }
    
    #sideBar a {
        color: #AAA;
    }
    
    #sideBar a:hover {
        color: #EEE;
        text-decoration: none;
    }
    
    .postDesc {
        color: #AAA;
    }
    
    .postDesc a:link, 
    .postDesc a:visited, 
    .postDesc a:active {
        color: #AAA;
    }
    
    .postDesc a:hover {
        color: #EEE;
    }
    
    #footer {
        border-top: 1px solid #777;
        color: #EEE;
    }
    
    .cnblogs-markdown code, .cnblogs-post-body code {
        background-color: #CCC!important;
    }
    
    .postBody {
        color: #EEE;
    }
    
    .postBody a:link, 
    .postBody a:visited, 
    .postBody a:active {
        color: #EEE;
        text-decoration: none;
    }
    
    .postBody a:hover {
        color: #888;
    }
    
    #topics .postDesc {
        color: #AAA;
    }
    
    a:visited {
        color: #EEE;
        text-decoration: none;
    }
    
    a:link {
        color: #EEE;
        text-decoration: none;
    }
    
    a:hover {
        color: #888;
        text-decoration: none;
    }
    
    .comment_btn {
        background: #888;
    }
    
    .pager {
        color: #EEE;
    }
    
    .pager a {
        box-shadow: 0 1px 3px #888;
        border: 1px solid #888;
        background: #777;
        color: white;
        transition: all 0.2s linear 0s;
    }
    
    .pager a:hover {
        background: #666;
    }
    
  • 相关阅读:
    02、Linux下sshd以及openssl的知识点
    01_1、光盘上CentOS 安装程序启动过程
    01_2、GRUB(Boot Loader)
    1.在CentOS 6.4安装python3
    02.python基础知识_02
    01.python基础知识_01
    python_opencv应用系列1:图片读写
    Python for else 循环控制
    python中print后面加逗号
    Python中def的用法
  • 原文地址:https://www.cnblogs.com/leviatan/p/7674908.html
Copyright © 2020-2023  润新知