一觉醒来 突发灵感给自己的博客写了个皮肤 ^_^

我用的Skin 是 LuxInteriorLight

然后无聊的改着改着就成现在这样子了. 自我感觉还不错.

就是现在肚子饿了. 出去吃饭了. ^o^

希望路过的各位帮我测测兼容性. 哈哈

CSS代码:

html,body{
    font-family: Arial !important;
    font-size: 12px;
}
a{

}
a:hover{
    color: #f00;   
}

#container{
    width: 1000px;
}

#header{

}

#top{
    height: 80px;
    text-align: left;
}

#top h1 a{
    color: #000;
    text-transform: capitalize !important;
}

#top p{
    color: #ccc;
    padding:  20px 0 0 60px;

}

#nav {
    border-bottom: 1px solid #e5e5e5;
    width: 1000px;
    height: 20px;
    *height: 24px ;
    padding: 0 0 1px 0;
}

#nav ul{
    border: 0px solid #000;
    padding: 0;
}

#nav li a{
    color: #000;
    padding: 0 0 0 0;
    border-right: 1px solid #e5e5e5 !important;
}

#nav li a:hover{
    color: #f00;
}

#nav span a{
    color: #000;
}

#nav span a:hover{
    color: #f00;
}

#navstats{
    color: #333;
    width:auto;
    margin-top: 6px;
    *width: 990px; /* 990 + 10 = 1000*/
    *position: absolute;
    *margin-top: 0px;
}
#content{
    width: 770px;   
}
.date{
    border: 0px solid #333;
    width: 770px ;
    text-align: left;
}
.date a{
    color: #000 !important;
    font-size: 12px;
    font-weight: normal;
}
.post{
    border: 0px solid #f00;
    width: 780px ;
}
.post{
    filter:'' !important;
}
.posthead{
    border: 1px solid #ccc;
    margin: 0 10px 0 10px;
    background-color: #FFFCEA;
    line-height: 24px;
    font-size:12px;
}
.posthead h2 a{
    color: #000;
    font-size: 14px;
    padding: 2px 0 4px 8px;
    text-decoration: none;
}
.posthead h2 a:hover{
    color: #f00;
}
.postfoot{
    font-size:12px;
}

#sidebar-a{
    border: 0px solid #000;
    width: 185px;
    padding: 0;
}
#sidebar-a h3{
    font-size: 14px;
    border: 1px solid #e5e5e5;
    margin: 0;
    margin-top: 20px;
     padding: 8px 0 4px 8px;
    color: #000;
    background-color: #fffcea;
}
#sidebar-a ul{
    border: 1px solid #e5e5e5;
    margin: -1px 0 0 0;
    padding: 8px 0 0 0;
    width: 183px;
    line-height: normal;
    *width: auto;
}
#sidebar-a li{
    display: block;
    font-size: 12px;
    height: auto;
    margin: 0;
    border: none;
    line-height: 22px;
}
#sidebar-a li a{
    display: block;
    margin: 0;
    padding: 0 8px 0 8px !important;
    color: #000;
}
#sidebar-a li a:hover{
    color: #f00;
}
#news{
    border: 1px solid #ccc;
    font-size: 12px;
    padding: 10px;
}
#footer{
    display: none;
}

.google-adsense{
    width: 1000px;
    margin: auto;
}
.google-adsense-wrapper{
    position: absolute;
    padding: 10px 0px 0 500px;   
    * margin-left:-480px;
}

.footer{
    width: 1000px;
    margin: auto;
    border-top: 1px solid #ccc;
    padding: 10px 0 8px 0;
    margin-top: 20px;
}
.footer a{
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
.footer a:hover{
    color: #f00;
}

.clear{
    border-top:0px solid transparent !important;
    /*margin-top:-1px !important;*/
    border-top:0;
    margin-top:0;
    clear:both;
    visibility:hidden;
}
posted @ 2007-10-14 15:12  Yoshow  阅读(260)  评论(0)    收藏  举报