您的位置:首页 > Web前端 > CSS

Csdn Blog模板CSS代码(4):静静的原野

2006-09-01 14:57 344 查看
 模板预览:点击查看大图



 

换肤步骤:

进入后台,打开配置选项

皮肤选择keso

将下面的css代码copy至自定义css文本框,最后保存

 

/*零度(blog.csdn.net/winnersong)设计,使用请保留此简短声明*/

a:visited,
a:active,
a:link {
    color:#9BBB38;
    text-decoration:none;
}
a:hover {
    color:#88DC00;
    text-decoration:underline;

    }

#footer {
    display:none;
}

.Tag{
    border:#AAAAAA 1px solid;
    color:#000000;
    font-size:8pt;
    font-weight:bold;
    padding:0;
    margin-top:10;
margin-left:0;
width:auto;
}

body {
    text-align:center;
    
    background-color:#b1e11c;
    font-size:12px;
    font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
    margin:0 auto;
    padding:0;
    width:760;
}
#form1 {
    text-align:left;
    display:block;
    margin-top:8;
    padding:0;
    background:url(http://p.blog.csdn.net/images/p_blog_csdn_net/winnersong/212592/o_4form.gif) repeat-x;
    width:760;
    height:100%;
}
#header {
    color:#fff;
background:url(http://p.blog.csdn.net/images/p_blog_csdn_net/winnersong/212592/o_4header.jpg) no-repeat;
    text-align:center;
    height:180;
    width:760;
    
   
    border:0;
    margin-left: 8;
    padding-top:1;

}

#header a {
    color:#80904f;
    position:relative;
    top:25;
text-align:left;
left:-270px;
    font-size:26;
}

div { 
       word-wrap:break-word;
}

#main {
    width:520 !important;
    
    float:left;
    text-align:left;
    padding:1px 5px 13px 2px;
    margin:10 5 0 2;
    font-size:10pt;
    background-color:#fff;
    word-break:break-all;
        border:4px #A2E939 solid;
}

#rightmenu {
    float:right;
    text-align:left;
         background:#fff;    
    font-size:9pt;
    width:200 !important;
    
    padding:0 0 0 5;
    margin-top:10 ;
    word-break:break-all;
        border:4px #A2E939 solid;
}

#rightmenu UL{
background:#fff;
}

h1 a:visited,
h1 a:active,
h1 a:link {
    text-decoration:none;
    color:#0066FF;
    font-family:Times New Roman, monospace;
    font-size:26px;
}
h1 a:hover {
    color:Silver;
    text-decoration:none;
}
h3 {
    font-size:10pt;
    border-bottom:1px dotted #D6D6D6;
    color:#000000;
    background-color:transparent;
}

.dateTitle {
    border:#AAAAAA 1px solid;
    color:#000000;
    font-size:8pt;
    font-weight:bold;
    padding:0;
    margin-top:10;
margin-left:0;
}
.post {
    padding:0;
    font-size:10pt;
    margin:10;
}
.postTitle {
    border:0;
    color:#88DC00;
    font-size:12pt;
    font-weight:bold;
        
        padding-left: 18px;
}

.postText {
    font-size:10pt;
color:748669;
}

.postFoot {
    border:0;
    color:#D3D3D3;
    text-align:right;
    font-size:9pt;
}

p.date img {
    vertical-align:middle;
}
input,label {
    color:Gray;
    font-family:Verdana;
    font-size:10pt;
}
input.text {
    width:300px;
}
li {
    font-size:10pt;
    font-style:normal;
}
span.highlight {
    background-color:transparent;
}
td {
    font-size:10pt;
}

#relatedlinks ul {
    list-style:none;
    margin-left:10;
    padding:0;

}

#rightmenu h3 {
    background:#fff;
    border:none;
    color: #89bcc2;
    font-size: 9pt;
    margin: 10px 0px 0px 0px;
    padding: 1px 5px 3px 20px;
}

#rightmenu ul {
    border:none;
    list-style:none;
    margin:0;

    padding:5px;
    font-size:9pt;
}

#rightmenu li {
    font-size:9pt;
font-color:#86b224;

}

#rightmenu a:link{
color:#86b224;
}
code {
    font-family:"Courier New", Courier, monospace;
    font-size:10pt;
}

.listitem {
    border-bottom:1px dotted #E4E4E4;
    padding-bottom:3px;
    padding-top:3px;
        word-wrap:break-word; 
        overflow: hidden;
color:#86b224;
}

#tagline {
    display: none;
}

#MyLinks1_HomeLink {
color:#86b224;
}
#MyLINKS1_PersonalHome{
color:#86b224;
}

#MyLinks1_Admin{
color:#86b224;
}

点击此处查看更多模板 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  blog css border float url input