2013-04-06 68 views
0

我很难决定我的网站的配色方案,因为我选择了background-colorcolor,但链接在各种不同状态下的浏览方式,悬停等都与我的主色调不协调。考虑到链接的CSS Color网站?

我知道如何控制链接的颜色:

a:link 
{ 
    color: #66FF33; 
} 
a:visited 
{ 
    color: #FF0000; 
} 
a:hover 
{ 
    color: #FFFF66; 
} 
a:active 
{ 
    color: #66FF33; 
} 

我的问题是杂耍在我的脑海6种颜色,2级主要的和4的链接,来看看他们交锋时,我改变一个等等,我知道有很多网站可以帮助您选择配色方案,是否有一个网站会在预览/生成CSS功能时考虑访问,悬停等链接?

回答

1

我想你应该只是加载你试图在网页浏览器中混淆的页面,并使用Firebug来改变你的CSS和测试不同的颜色。
让自己成为一个示例HTML页面,其中包含访问和未访问网站的链接。添加一个包含单元格的表格,您可以更改颜色并在浏览器中使用它。

+0

是的,这总是一个选项,但我希望能有这具有表盘和这样的,我知道有网站这样做已经我只是有这个功能,我所描述的加快进程网站有兴趣的话,如果有一个链接和他们的伪类考虑到这对我来说是个大问题。 – 2013-04-06 16:23:28

+0

我已经标记了这个答案,因为据我所知,没有哪个网站可以做我想做的事情,至少在我写下一个网站之前:P,而且我将按照本文所述的手动方式进行操作。 – 2013-04-09 10:16:39

1
Choose colors that do not overlap themselves, and avoided as much as you can the too many colors, unless if this is the concept. 
Webpages are often designed in 2-3 basic, contrasted or complementary colours. 
For starters, it is good to counsel websites that offer combinations but occasionally it is good to try and develop your own style. 
Do not forget to research the well-designed pages on the internet, 
as aesthetics is something dynamic. 
The main thing is the content and the character of the site that will determine 
and the aesthetics and color. 
+0

谢谢你的建议,因为我说我的主要问题是链接,我可以选择一个2-3基本主题,它只是默认的伪类总是阻碍我的方式,正如我所说我可以控制它们,但这意味着其他4种不同的颜色会使所有事情变得复杂 – 2013-04-06 16:27:56