码迷,mamicode.com
首页 > Web开发 > 详细

首页CSS样式

时间:2015-09-22 22:05:45      阅读:455      评论:0      收藏:0      [点我收藏+]

标签:

* {
    font-family: "Microsoft yahei";
    color: #5a5751;
    font-weight: lighter
}

a:hover {
    color: lightblue
}

.dayTitle a>img {
    display: none
}

a {
    text-decoration: none;
}

body {
    background: #ddd url();
    margin-left: 18%;
    width: 80%
}

.menu {
    font-size: 1.3em;
    font-color: red
}

#header {
    border: 2px solid purple;
}

.day:nth-child(3n+0) {
    margin: .6em;
    margin-bottom: 1.6em;
    padding: .6em;
    box-shadow: 1px 1px 1px silver;
    background: #eee;
}

.day:nth-child(3n+1) {
    margin: .6em;
    margin-bottom: 1.6em;
    padding: .6em;
    box-shadow: 1px 1px 1px silver;
    background: lightpink;
}

.day:nth-child(3n+2) {
    margin: .6em;
    margin-bottom: 1.6em;
    padding: .6em;
    box-shadow: 1px 1px 1px silver;
    background: lightblue;
}

.dayTitle {
    float: right;
    background: white;
    color: #333;
    width: 8.2em;
    font-size: .9em;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 6px;
}

.postTitle:before {
    content: ‘“‘;
    font-family: "songti";
    color: #019433;
    opacity: 0.6;
    font-size: 3em;
    line-height: 1.6em;
    font-weight: bolder
}

.postTitle a {
    font-size: 1.4em;
    color: #444;
    font-family: "Microsoft yahei";
    font-weight: lighter
}

.c_b_p_desc {
    width: 78%;
    text-align: justify
}

.postDesc {
    color: #5a5751;
    font-size: .9em;
    padding-bottom: 4px;
    margin: 1em auto .4em auto;
    padding-left: 6px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.c_b_p_desc_readmore {
    padding: 4px;
    color: #333;
    background: #fff;
    border-radius: 4px
}

.c_b_p_desc_readmore:after {
    content: ">>";
    font-size: .9em;
    font-family: "serif"
}

#mytopmenu {
    border: 2px solid red;
}

#mylinks {
    height: 720px;
    position: fixed;
    width: 16%;
    top: 0em;
    left: 0;
    padding-left: 0em;
    text-indent: .8em;
    background: white;
    box-shadow: 2px 2px 2px silver
}

#MyLinks1_HomeLink {
    margin-top: 1em;
}

#MyLinks1_XMLLink img {
    height: 1em
}

#mylinks a {
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: youyuan;
    display: block;
    text-decoration: none;
    color: #666;
    transition: all .3s ease-in
}

#mylinks a:hover {
    font-size: 2em;
    background: lightblue
}

#mystats {
      border: 2px solid red
}

#centercontent {
    float: left;
    width: 67%;
    padding: .4em;
    margin: .4em 0 auto 0;
    background: white;
    box-shadow: 2px 2px 2px silver
}

#leftcontent {
    overflow: hidden;
    width: 30%;
    float: right;
}

#leftcontentcontainer {
    margin: .4em auto;
}

#blog-news,
#blog-calendar,
#blog-sidecolumn {
    background: white;
    margin-bottom: 0em;
    box-shadow: 2px 2px 2px silver;
    padding: 1em;
}

#blog-news {
    margin-bottom: .2em;
    padding-right: 0
}

#blog-news>div:last-child {
    width: 60%;
    background: #eee;
    float: right;
    padding: 8px;
    box-shadow: 1px 1px 1px silver
}

#blog-sidecolumn {
    margin-bottom: 1em;
    padding: 0.4em;
}

#blog-sidecolumn ul,ol {
    list-style: none;
    margin: .6em;
    padding: .6em;
}

#blog-sidecolumn h1,h2,h3,h4,h5 {
    padding: 4px;
    padding-left: 8px;
    background: #eee;
    margin: .6em auto
}

embed {
    margin: 1em auto;
    width: 95%
}

#logo_img {
    margin-right: 0;
    width: 75%;
}

.daily-q {
    width: 90%;
    box-shadow: 1px 1px 1px silver;
    color: #444;
    background: #eee url(http://files.cnblogs.com/files/cyniczzz/pin.gif) 98% 2% no-repeat;
    padding: .4em;
    margin-top: 1em;
}

.daily-quote:before {
    content: "“";
    font-family: "songti";
    font-size: 2em;
    color: #aaa
}

.daily-quote:after {
    content: "”";
    font-family: "songti";
    font-size: 2em;
    color: #aaa
}

.daily-quote {
    font-family: "kaiti"
}

#sig {
    text-align: right;
    font-family: "kaiti"
}

.footer {
    display: none
}

#Header1_HeaderTitle {
    font-family: youyuan;
    font-size: 1.6em;
    border: 2px solid red
}

#cnblogs_post_body {
    padding: 1em;
}

.myfooter {
    clear: both;
    text-align: center;
    margin: 2em auto;
    box-shadow: 2px 2px 2px silver
    font-family:Helvetica,
    color:#666
}

 

首页CSS样式

标签:

原文地址:http://www.cnblogs.com/cyniczzz/p/4830562.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!