zoukankan      html  css  js  c++  java
  • 页面定制CSS代码

    博客皮肤:SimpleMemory


    .catListTitle {
    margin-top: 21px;
    margin-bottom: 10.5px;
    text-align: left;
    border-left: 10px solid rgba(82, 168, 236, 0.8);
    padding: 5px 0 5px 10px;
    background-color: rgba(245,245,245,0.3);
    }
    .newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: none;
    margin-bottom: 35px;
    word-wrap: break-word;
    }
    #profile_block {
    margin-top: 5px;
    line-height: 1.5;
    text-align: left;

    }
    body {
    color: #000;
    background: url(//images.cnblogs.com/cnblogs_com/sueyyyy/1252237/o_tt2.jpg) fixed;
    background-size: cover;
    background-repeat: repeat;
    font-family: "微软雅黑","Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;
    }

    #home {
    margin: 0 auto;
    65%;
    min- 950px;
    background-color: rgba(255,255,255,0.8);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    }

    #sideBar {
    margin-top: -15px;
    230px;
    min-height: 200px;
    padding: 0px 0 0px 5px;
    float: right;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    }
    #profile_block {
    margin-top: 5px;
    line-height: 1.5;
    text-align: left;
    background-color: none;
    }
    .CalTodayDay {
    background: #0000001c !important;
    color: #FFF;
    font-weight: bold;
    }
    .input_my_zzk {
    border: 1px solid #ccc;
    background: none;
    100%;
    height: 25px;
    padding-right: 30px;
    padding-left: 5px;
    outline: 0;
    }

    #blogTitle h1 {
    font-size: 30px;
    font-weight: bold;
    font-family: "Comic Sans MS";
    line-height: 1.5em;
    margin-top: 20px;
    color: #515151;
    }

  • 相关阅读:
    实验一 GIT 代码版本管理
    DS博客作业05--查找
    DS博客作业04--图
    DS博客作业03--树
    DS博客作业02--栈和队列
    DS博客作业01-线性表
    C博客作业05--2019-指针
    C语言博客作业04--数组
    C语言博客作业03--函数
    python exp4 jieba+wordcloud
  • 原文地址:https://www.cnblogs.com/syjp/p/10851971.html
Copyright © 2011-2022 走看看