2013-08-16 41 views

回答

0

尝试使用background-color而不是color,同样,如果您已经将其他颜色应用于相同的变量,那么它将不起作用。

P.S.使用分号,而不是逗号。

+0

它没有工作。 –

0

的TermCloud visapi小组件包括http://visapi-gadgets.googlecode.com/svn/trunk/termcloud/tc.css

.term-cloud {font-family: arial; font-size: 10px; } 
.term-cloud-1 {font-size: 10px; color: #acc1f3; } 
.term-cloud-2 {font-size: 14px; color: #86a0dc; } 
.term-cloud-3 {font-size: 18px; color: #607ec5; } 
.term-cloud-4 {font-size: 22px; color: #264ca2; } 
.term-cloud-5 {font-size: 26px; color: #133b97; } 
.term-cloud-6 {font-size: 32px; color: #002a8b; } 
.term-cloud-7 {font-size: 36px; color: #071a41; } 
.term-cloud-8 {font-size: 40px; color: #081122; } 
.term-cloud-9 {font-size: 44px; color: #000000; } 
.term-cloud-error {font-family: arial; font-size: 10px; color: red; } 
.term-cloud-link {text-decoration: none; } 
.term-cloud-link:hover {text-decoration: underline;} 

自定义CSS你可以换成你自己提供的css,指定你喜欢的颜色。这是一个足够简单的块,您可以将它附在您的html文件的<style>标记中。