返回列表 发帖

DEDECMS里首页字体的颜色修改

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:#******;}首页评论字的颜色

返回列表