2013-04-06 62 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