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;
    }

  • 相关阅读:
    SQL SERVER2005中将普通表修改为分区表
    手把手教你建立SQL数据库的表分区
    捕获input 文本框内容改变的事件(onchange,onblur,onPropertyChange比较)
    sql语句求排名
    带输出参数的插入语句
    js Base64.encode(str)_decode(str).html
    jquery.base64.js(完美解决中文乱码) 免费版
    sql数据库如何获取某个字段里的最大值?
    C#里封装 继承 多态
    C#中的属性get和set()方法
  • 原文地址:https://www.cnblogs.com/syjp/p/10851971.html
Copyright © 2011-2022 走看看