|
  
- UID
- 2
- 帖子
- 192
- 主题
- 61
- 精华
- 0
- 积分
- 0
- 威望
- 0
- 金钱
- 0
- 在线时间
- 4 小时
- 注册时间
- 2010-1-26
- 最后登录
- 2010-8-5
|
DEDECMS里首页字体的颜色修改
所有的文字属性都在下面这个文件夹里头:/templets/style
首先:dedecms.css里面第一个
a {color:#666666;text-decoration:none;}控制本月热点.推荐内容.图文资讯还有网站最底部带超链接的字的颜色。
header a {color:#666666;}控制热门标签的颜色。
footer .copyright {color:#666666;}网站底部非超链接字的颜色。
其次:layout.css里面
f5 li a {color:#******;float:left;}控制友情链接字的颜色。
第三:page.css里面
index .bignews a {color:#000000;}控制首页头条和头条下面的字颜色。<不包括头条简介>
index .bignews .onenews p {line-height:19px;color:#000000;}头条简介字的颜色。
index .latestnews ul a {color:#000000;}最近更新字的颜色。
index .listbox ul a {color:#000000;}这个是自己添加的栏目文章标题字的颜色。
index .usercenter .tbox dd#loading{
display:block;
text-align:center;
line-height:200px;
letter-spacing:2px;
color:#******;}首页评论字的颜色 |
|