样式

/* 设置tongqingliu顶部间距*/
h1 {
    margin-top: 20px;
}

/* 设置tongqingliu方框及背景*/
#top {
    color: #333;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 10px;
    background-color: royalblue;
    border-top:0px;
    padding-bottom: 35px;
    text-align: center;
}

/* 设置tongqingliu字体及大小*/
#top a, #top a:link, #top a:visited, #top a:active, #top a:hover {
    font-family: "Comic Sans MS";
    font-size: larger;
    color: whitesmoke;
}

/* 设置保持学习的态度 */
#tagline {
    margin-top: 20px;
    font-size: large;
    color:white;
}

/* 导航及以文字所在方框的位置 */
#leftmenu {
    margin-top: 100px;
}

/* 导航,统计信息 */
#leftmenu h3 {
    font-family: palatino,georgia,times new roman,serif;
    color: whitesmoke;
    background-color: royalblue;
    font-size: 1.5em;
    font-weight: normal;
    padding: 3px;
    margin-top: 0;
    line-height: 1.5;
    letter-spacing: .1em;
    text-transform: uppercase;
}

/* 首页,联系,管理,随笔,文章,评论 */
#leftmenu ul {
    font-size: 14px;
}

/* 置顶随笔及以下所在方框 */
#main {
    margin-top: 50px;
}

/* 置顶随笔, 日期  */
p.date {
    color: black;
    font-family: Palatino,georgia,times new roman,serif;
    font-size: 1em;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 10px;
    display: none;
}

/* 设置首页目录 */
div.post h2 a:link {
    font-family: Palatino,Georgia,Verdana,arir,Sans-Serif;
    font-size: 18pt;
    font-weight: bold;
    color: whitesmoke;
    background-color: green;
    line-height: 40px;
    text-decoration: none;
}
div.post h2 a:visited {
    font-family: Palatino,Georgia,Verdana,arir,Sans-Serif;
    font-size: 18pt;
    font-weight: bold;
    line-height: 40px;
    color: whitesmoke;
    background-color: green;
    text-decoration: none;
}
div.post h2 {
    font-family: palatino,georgia,verdana,arial,sans-serif;
    font-size: 18pt;
    /* color: #606060; */
    font-weight: bold;
    /* background: #fff; */
    line-height: 40px;
    margin-top: 28px;
    background-color: green;
    text-decoration: none;
}

/* 设置tongqingliu顶部间距*/ h1 { margin-top: 20px; } /* 设置tongqingliu方框及背景*/ #top { color: #333; margin-left: 50px; margin-right: 50px; border-radius: 10px; background-color: royalblue; border-top:0px; padding-bottom: 35px; text-align: center; } /* 设置tongqingliu字体及大小*/ #top a, #top a:link, #top a:visited, #top a:active, #top a:hover { font-family: "Comic Sans MS"; font-size: larger; color: whitesmoke; } /* 设置保持学习的态度 */ #tagline { margin-top: 20px; font-size: large; color:white; } /* 导航及以文字所在方框的位置 */ #leftmenu { margin-top: 100px; } /* 导航,统计信息 */ #leftmenu h3 { font-family: palatino,georgia,times new roman,serif; color: whitesmoke; background-color: royalblue; font-size: 1.5em; font-weight: normal; padding: 3px; margin-top: 0; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase; } /* 首页,联系,管理,随笔,文章,评论 */ #leftmenu ul { font-size: 14px; } /* 置顶随笔及以下所在方框 */ #main { margin-top: 50px; } /* 置顶随笔, 日期 */ p.date { color: black; font-family: Palatino,georgia,times new roman,serif; font-size: 1em; font-weight: bold; padding-top: 15px; padding-bottom: 10px; display: none; } /* 设置首页目录 */ div.post h2 a:link { font-family: Palatino,Georgia,Verdana,arir,Sans-Serif; font-size: 18pt; font-weight: bold; color: whitesmoke; background-color: green; line-height: 40px; text-decoration: none; } div.post h2 a:visited { font-family: Palatino,Georgia,Verdana,arir,Sans-Serif; font-size: 18pt; font-weight: bold; line-height: 40px; color: whitesmoke; background-color: green; text-decoration: none; } div.post h2 { font-family: palatino,georgia,verdana,arial,sans-serif; font-size: 18pt; /* color: #606060; */ font-weight: bold; /* background: #fff; */ line-height: 40px; margin-top: 28px; background-color: green; text-decoration: none; }

 
 Flag Counter    

猜你喜欢

转载自www.cnblogs.com/strugglingjing/p/10155173.html