28 123
发新话题
打印

下面是我BLOG的CSS文件,能帮忙看一下怎么把留言本的背景改成黑色吗?

下面是我BLOG的CSS文件,能帮忙看一下怎么把留言本的背景改成黑色吗?

下面是我BLOG的CSS文件,能帮忙看一下怎么把留言本的背景改成黑色吗?还有留言人的名字的颜色和字体,谢谢各位了



@import "4u-hemingway/style.css";


/*---------------------------------------------------------------*/
#divCalendar{
        padding:0 0 0 0;
        text-align:center;
}

#divCalendar h3{
        display:none;
}

#divCalendar div{
        float:left;
        margin:0 0 0 0;
        padding:0 0 10px 0;
}

p.w{
        float:left;
        width:27px;
        height:16px;
        margin:4px 0 0 0;
        padding:2px 0 1px 0;
        text-align:center;
        vertical-align :middle;
        font-size:9px;
}

p.y{
        text-align:center;
        height:14px;
        margin:2px 0 0 0;
        padding:0 0 0 0;
        float:left;
        width:200px;
        font-size:12px;
        font-weight:bold;
}
p.d{
        float:left;
        width:27px;
        height:25px;
        margin:0 0 0 0;
        padding:2px 0 0 0;
        text-align:center;
        vertical-align :middle;
        background-image:url(4u-hemingway/images/day.png);
        background-position:center;
        background-repeat:no-repeat;
}
p.yd{
        float:left;
        width:27px;
        height:25px;
        margin:0 0 0 0;
        padding:2px 0 0 0;
        text-align:center;
        vertical-align :middle;
        background-image:url(4u-hemingway/images/linkday.png);
        background-position:center;
        background-repeat:no-repeat;
}
p.nd{
        float:left;
        width:27px;
        height:25px;
        margin:0 0 0 0;
        padding:2px 0 0 0;
        text-align:center;
        vertical-align :middle;

}

TOP

/*---------------------------------------------------------------*/
ul.msg{
       
        margin:5px 0 0px 20px;
        padding:0 0 0 0;
        text-align:left;
        list-style-position : outside;
}
li.msgname{
        padding:2px 0 2px 5px;
        margin:0px;
        border-bottom:1px dashed #D0D0D0;
}
li.tbname{
        padding:0 0 0 5px;
        margin:0px;
        border-bottom:1px dashed #D0D0D0;
}
li.msgurl{
        text-align:right;
        padding:2px 10px 2px 10px;
        margin:0;
        border-left:1px dashed #D0D0D0;
        border-right:1px dashed #D0D0D0;
}
li.msgarticle{
        list-style-position : outside;
        padding:0px 10px 15px 10px;
        margin:0;
        line-height:150%;
        border-left:1px dashed #D0D0D0;
        border-right:1px dashed #D0D0D0;
}
li.msgtime{
        text-align:right;
        padding:1px 5px 0 10px;
        margin:0 0 0 0;
        border-bottom:1px dashed #D0D0D0;
        border-left:1px dashed #D0D0D0;
        border-right:1px dashed #D0D0D0;
}
ul.trackback li.tbname{
        border-bottom:none;
        background: url("sirit/pointblue.gif") no-repeat 0 center;
        padding:3px 0 2px 12px;
        margin:0px;
}
ul.trackback{
        margin:0px 0 0px 20px;
}
ul.mutuality{
        margin:5px 0 10px 20px;
        border-bottom:1px dashed #D0D0D0;
}
ul.mutuality li.tbname{
        background: url("sirit/pointblue.gif") no-repeat 0 center;
        padding:3px 0 2px 15px;
        margin:0px;
        border:none;
}
ul.mutuality li.msgarticle{
        background:#ffffff;
        padding:0 10px 10px 16px;
        border:none;
}


li.msgarticle div.quote{
        padding:5px;
        background:#f0f0f0;
}
li.msgarticle div.quote-title{
        margin:2px;
        padding:3px;
        font-size:120%;
        border-bottom:1px #f8f8f8 solid;
}

/*---------------------------------------------------------------*/
上面的代码是有关留言本的,位于style文件夹下面的CSS文件里。
BUT
不知道你是想把页面背景改成黑色的,还是只想把每条留言的背景改成黑色的?
育儿博客,偶的小宝宝,欢迎互链!

TOP

也面背景

TOP

有办法吗?

TOP

大哥,干脆你告诉我你QQ,我把我的STYLE给你发过去 你研究一下好不?求求你了

TOP

你把css文件帖出来好了,我好久没有用QQ,电脑上没装
育儿博客,偶的小宝宝,欢迎互链!

TOP

这个是STYLE\4u-hemingway文件夹里的文件

附件: 您所在的用户组无法下载或查看附件

TOP

你说的这段代码不管用
引用:
#comments cite .author {
font-size:1em;
margin:3px 0;
}

#comments cite .author a {
text-decoration:none;
color:#000;
}
改成
引用:
#comments cite .author {
font-size:1em;
font-style:normal;
margin:3px 0;
}

#comments cite .author a {
text-decoration:none;
font-style:normal;
color:#000;
}

TOP

你的style.css文件没有相关设置,很奇怪,你把那个主题和样式全部打包发上来吧!
育儿博客,偶的小宝宝,欢迎互链!

TOP

整个style文件夹都打包了,这回还不行我就哭了

附件: 您所在的用户组无法下载或查看附件

TOP

主题
主题是指TEMPLATE文件夹。
[AD]:个人BLOG:思想碎片@Zx.MYS
[说明]:1.有事请发帖,论坛短消息已禁用。2.写Z-Blog程序的不是我,是另外一个zx。3:准备高考,消失一年。

TOP

style文件夹里面没有关于斜体的设置,好奇怪?

有没有其他朋友也帮忙看一下。
育儿博客,偶的小宝宝,欢迎互链!

TOP

 28 123
发新话题