csdn样式说明(部分,待完善)

来源:互联网 发布:外网端口是什么 编辑:程序博客网 时间:2024/04/28 12:17

csdn样式说明(部分,待完善)

/* 评论相关,设置这个值是为了透明背景 */
.commentsTable
{
    background-color
: #000;
}


/* 隐藏“标语”,我用了自己的图作背景 */
.headerText
{
    display
:none;
}


/* 最上面的整个Banner*/
.header
{
    border
:none;
    height
:200px;
    background
: url("http://p.blog.csdn.net/images/p_blog_csdn_net/dl88250/260239/o_Banner_.jpg") no-repeat;
}


/* 设置域为a中的文本 */
a
{
    font-family 
: 华文彩云;
    font-size
:17px;
    color
: darkgreen;
    text-decoration
: none;
}

a:link
{
    color
: mediumvioletred; 
    text-decoration
: none;
}

a:visited
{
    color
: #990066; 
    text-decoration
: none; 
}

a:active
{
    color
: #660066; 
}
a:hover{
    color
: #660066;
    text-decoration
: underline;
}


/*左边导航栏内容*/
#leftcontent
{
    border
:none;
    padding-top
: 99;
    background-color
: transparent;  
}


/* “文章”、“相册”等 */
.listtitle
{
    font-family
: 华文行楷;
    color
: #6666CC;
    background
: none;
}


/* 不显示WMP播放器,关于播放器的设置是在HTML里做的 */
#MediaPlayer
{
    display
:none;
}


/* 整个文章的内容栏 */
#centercontent
{
    padding-top
:0;
    font-size
:100px;
}


/* 日历表,现在我用的是模板带的 */
 .CalTitle
{
    background-color
: transparent;
}

.CalDayHeader
{
    color
: #993366;
    font-family
:华文彩云;
    background-color
: transparent;
}

.entrylist
{
    background-color
: transparent;
    font-family
:华文行楷;
    font-size
:130%;
    color
:green;
    border
:none;
}


/* 整个版面表的设置 */
table
{
    filter
:alpha(opacity=60);
    border-collapse 
: collapse;
}


/* CSDN首页、CSDN社区、CSDN技术中心等等东西 */
#mytopmenu
{
    display
:none;
}

#mylinks
{
    display
:none;
}


/* 页面最下方的Powered by */
.footer
{
    display
:none;
}


/* 隐藏“特别推荐” */
#csdn_zhaig_ad_yahoo
{
    display
:none;
}


/* 中间的主版面 */
body
{
    background
: url("http://p.blog.csdn.net/images/p_blog_csdn_net/dl88250/260239/o_%e8%83%8c%e6%99%af.jpg") ;
    cursor
: url('http://webme.bokee.com/inc/mouse020.ani');
    font-size
: 0.8em;
    font-family
: Geneva, Arial, Helvetica, sans-serif;
}
 

/* 评论栏相关 */
#comments
{
    padding-left
: 40px;
    font-size
: 10pt;
    background-color
: #000;  
}

#CommentForm
{
    background-color
: #000;
    width
:500;
    background
: url("http://p.blog.csdn.net/images/p_blog_csdn_net/dl88250/260239/o_%e8%af%84%e8%ae%ba%e8%83%8c%e6%99%af.gif
") no-repeat
;}


/* 公告栏 */
.newsItem
{
    font-family
: 华文行楷;
    color
:red;
}


/* 所有img图 */
img
{
    filter
: invert(); 
}


/* 文章正文 */
.post
{
    border
: dotted #663333;
    background-color
: #000;
    padding-bottom
: 5px;
    padding-top
: 5px;
    line-height
:120%;
    color
: chocolate;
}

.postFoot
{
    color
:#33CCFF;
}

/* 文章摘要 */
.postText
{
    color
:chocolate;
}
原创粉丝点击