如何“您的CodeProject设置”?允许我改变网站的背景颜色? [英] How would "your CodeProject settings" allow me to change the background color of website?

查看:64
本文介绍了如何“您的CodeProject设置”?允许我改变网站的背景颜色?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我应该在提供的文本框中写什么?



我尝试了什么:



<前lang =CSS>背景颜色:黑色;颜色:白色;

解决方案

如果你正在谈论在你查看时更改整个网站的背景和前景设置,这个功能不存在。



你所说的只是你在说什么适用于您的个人资料页面,因为它仍然是测试版功能,因此未记录。



您必须在个人资料页面上提供要修改的类名。在个人资料页面上执行查看源并选择要更改的类名。然后你可以提供CSS样式来改变这些类。



一个例子:

 ui-tabs-panel  {
background-color LightBlue;
}


What should I write in the text box provided?

What I have tried:

background-color:black;color:white;

解决方案

If you're talking about changing the background and foreground settings of the entire site as you view it, that capability doesn't exist.

What you're talking about only applies to your profile page and, since it's still a Beta feature, is not documented.

You have to provide the class names to modify on the profile page. Do a "View Source" on the profile page and pick out the class names to change. Then you can provide CSS styles to change those classes.

An example:

.ui-tabs-panel {
    background-color: LightBlue;
}


这篇关于如何“您的CodeProject设置”?允许我改变网站的背景颜色?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆