改变新浪博客字体颜色的代码是什么啊?
发布网友
发布时间:2023-02-26 04:20
我来回答
共1个回答
热心网友
时间:2023-11-03 01:50
自定义BLOG各位置文字颜色代码
<STYLE>
.menu a{color:#000000;} —菜单部分(HOME、登录、注册、搜索、帮助)
.menu .text{color:#000000;} —菜单部分(“┆”符号)
.menu .text a{color:#000000;} —菜单部分(登录、注册、搜索、帮助,无HOME)
.menu .home a{color:#000000;} —菜单部分(只HOME)
.links .text{color:#000000;} —模板标题文字(不包括公告栏)
.callboard .title{color:#000000;} —我的公告栏标题文字
.links .desc{color:#000000;} —模板上最新评论,最新留言的内容
.links td a{color:#000000;} —活力地带,我的文章分类,最新文章列表,友情链接以及评论和留言人的名字
.banner .title td{color:#000000;} —题图处的博客名字
.banner .link a{color:#000000;} —题图处的博客地址、复制、收藏本页
.banner .link td{color:#000000;} —题图处的博客地址、复制、收藏本页之间的“>”符号
.photo .infoText a{color:#000000;} —形象照片处文字
.add a{color:#000000;} —右上角发表文章四个字
.feeds .time{color:#000000;} —文章发表时间
.feeds .text{color:#000000;} —文章正文文字
.feeds .title a{color:#000000;} —文章标题文字
.feeds .function a{color:#000000;} —正文阅读处(固定链接、评论、引用、阅读)
.feeds .function td{color:#000000;} —正文阅读处(“┆”符号)
.feeds .page a{color:#000000;} —正文底部翻页处文字(第(1/12)页 1 2 3 4 5 6 >>)
.foot p a,.foot center a{color:#000000;} —页脚处文字(新浪BLOG意见反馈留言板等)
.foot{color:#000000;} —页脚处文字(与上者合起来为页脚处所有文字)
</STYLE>
自定义博客各部分背景代码
<STYLE type=text/css>
body
{background:url("页面大背景图片地址") repeat scroll!important;}
.logo
{background:url("题图上背景图片地址") no repeat no scroll!mportant;}
.banner
{background:url("题图下背景图片地址") no repeat no scroll!mportant;}
.menu
{background:url("题图下的菜单背景图片地址") no-repeat center;}
.feeds .up
{background:url("正文标题栏上翻时的图片地址") no-repeat center;}
.feeds .down
{background:url("正文标题栏下翻时的图片地址") no-repeat center;}
.feeds .function
{background:url("正文摘要结尾处菜单的图片地址") no-repeat right;}
.links .up
{background:url("面板标题栏上翻时的图片地址");}
.links .down
{background:url("面板标题栏下翻时的图片地址");}
.links .mid
{background:url("面板的背景图片地址");}
.photo .mid
{background:url(个人形象照片处的背景图片地址);}
.label .mid
{background:url("自定义面板的背景图片地址");}
.calendar .mid
{background:url("日历面板背景图片地址");}
.callboard .up
{background:url("公告栏标题栏上翻时的图片地址");}
.callboard .down
{background:url("公告栏标题栏下翻时的图片地址");}
.callboard .mid
{background:url("公告栏背景图片地址");}
.bodyBg
{background:url("正文背景图片地址");}
.bodyBottom
{background:url("正文背景图片地址");}
.gbook .up
{background:url("留言板标题栏上翻时的图片地址") no-repeat;}
.gbook .down
{background:url("留言板标题栏下翻时的图片地址") no-repeat;}
.feeds .page
{background:url("正文文章页数图片地址") no-repeat center;}
.links .more
{background:url("最新文章列表下的MORE的背景图片") no-repeat right;}
</STYLE>
“页面大背景(body)”指的是整个博客的最大背景,由于中间部分被覆盖,所以显示的效果只是两边的部分。
“题图上背景(logo)”是指所在的横长条的背景。
“题图下背景(banner)”是指博客名字(如淌过记忆)和博客地址(如http://blog.sina.com.cn/m/wenzi >复制 >收藏本页)所在的那部分的背景。
其中logo和banner宽各为770,logo高40,banner高134,单位均为像素。
“题图下的菜单背景”是指“HOME...搜索┆帮助┆退出”等字所在的那个横长条的背景。
“正文标题栏上翻时的图片”指的是文章发表了之后文章标题的图片。
“面板标题栏下翻时的图片”指的是点击标题后出现标题后的后面的图片。
“面板的背景图片”指的是左边比如我的文章列表什么的背景图片。
“页面内背景”是指整个文章文字所在的大背景!
注:自定义BLOG各位置文字颜色代码
<STYLE>
.menu a{color:#000000;} —菜单部分(HOME、登录、注册、搜索、帮助)
.menu .text{color:#000000;} —菜单部分(“┆”符号)
.menu .text a{color:#000000;} —菜单部分(登录、注册、搜索、帮助,无HOME)
.menu .home a{color:#000000;} —菜单部分(只HOME)
.links .text{color:#000000;} —模板标题文字(不包括公告栏)
.callboard .title{color:#000000;} —我的公告栏标题文字
.links .desc{color:#000000;} —模板上最新评论,最新留言的内容
.links td a{color:#000000;} —活力地带,我的文章分类,最新文章列表,友情链接以及评论和留言人的名字
.banner .title td{color:#000000;} —题图处的博客名字
.banner .link a{color:#000000;} —题图处的博客地址、复制、收藏本页
.banner .link td{color:#000000;} —题图处的博客地址、复制、收藏本页之间的“>”符号
.photo .infoText a{color:#000000;} —形象照片处文字
.add a{color:#000000;} —右上角发表文章四个字
.feeds .time{color:#000000;} —文章发表时间
.feeds .text{color:#000000;} —文章正文文字
.feeds .title a{color:#000000;} —文章标题文字
.feeds .function a{color:#000000;} —正文阅读处(固定链接、评论、引用、阅读)
.feeds .function td{color:#000000;} —正文阅读处(“┆”符号)
.feeds .page a{color:#000000;} —正文底部翻页处文字(第(1/12)页 1 2 3 4 5 6 >>)
.foot p a,.foot center a{color:#000000;} —页脚处文字(新浪BLOG意见反馈留言板等)
.foot{color:#000000;} —页脚处文字(与上者合起来为页脚处所有文字)
</STYLE>
自定义博客各部分背景代码
<STYLE type=text/css>
body
{background:url("页面大背景图片地址") repeat scroll!important;}
.logo
{background:url("题图上背景图片地址") no repeat no scroll!mportant;}
.banner
{background:url("题图下背景图片地址") no repeat no scroll!mportant;}
.menu
{background:url("题图下的菜单背景图片地址") no-repeat center;}
.feeds .up
{background:url("正文标题栏上翻时的图片地址") no-repeat center;}
.feeds .down
{background:url("正文标题栏下翻时的图片地址") no-repeat center;}
.feeds .function
{background:url("正文摘要结尾处菜单的图片地址") no-repeat right;}
.links .up
{background:url("面板标题栏上翻时的图片地址");}
.links .down
{background:url("面板标题栏下翻时的图片地址");}
.links .mid
{background:url("面板的背景图片地址");}
.photo .mid
{background:url(个人形象照片处的背景图片地址);}
.label .mid
{background:url("自定义面板的背景图片地址");}
.calendar .mid
{background:url("日历面板背景图片地址");}
.callboard .up
{background:url("公告栏标题栏上翻时的图片地址");}
.callboard .down
{background:url("公告栏标题栏下翻时的图片地址");}
.callboard .mid
{background:url("公告栏背景图片地址");}
.bodyBg
{background:url("正文背景图片地址");}
.bodyBottom
{background:url("正文背景图片地址");}
.gbook .up
{background:url("留言板标题栏上翻时的图片地址") no-repeat;}
.gbook .down
{background:url("留言板标题栏下翻时的图片地址") no-repeat;}
.feeds .page
{background:url("正文文章页数图片地址") no-repeat center;}
.links .more
{background:url("最新文章列表下的MORE的背景图片") no-repeat right;}
</STYLE>
“页面大背景(body)”指的是整个博客的最大背景,由于中间部分被覆盖,所以显示的效果只是两边的部分。
“题图上背景(logo)”是指所在的横长条的背景。
“题图下背景(banner)”是指博客名字(如淌过记忆)和博客地址(如http://blog.sina.com.cn/m/wenzi >复制 >收藏本页)所在的那部分的背景。
其中logo和banner宽各为770,logo高40,banner高134,单位均为像素。
“题图下的菜单背景”是指“HOME...搜索┆帮助┆退出”等字所在的那个横长条的背景。
“正文标题栏上翻时的图片”指的是文章发表了之后文章标题的图片。
“面板标题栏下翻时的图片”指的是点击标题后出现标题后的后面的图片。
“面板的背景图片”指的是左边比如我的文章列表什么的背景图片。
“页面内背景”是指整个文章文字所在的大背景!
注:http://blog.sina.com.cn/u/1269313394
这里还有一些其他的代码欢迎来作客!
参考资料:http://blog.sina.com.cn/u/1269313394