如何在网站加载图像时设置橙色的flash样式



在http://communitychessclub.com/的棋盘图有一个恼人的橙色闪烁前1/2秒图像加载。

我怎么能css样式这个使背景一些其他的颜色而不是橙色?

生成图表的相关代码:

<div class='hide-for-small-only left set_pic' style = 'clear: left; overflow: auto; margin-top:0.5rem;'>
<a data-tooltip class="has-tip" title = ". Harold Stenzel - . Igor Nikolayev (FM)" href = "basic.php?game=5402">
<img class="box lazyload" height="256" width="256; background:beige; " alt="diagram"  src="images/x.gif" 
data-src= "./ChessImager/diagram.php?fen=r1bq1rk1/ppp3pp/8/3p4/1Q1Pn3/2N2N2/PP3PPP/R4RK1&amp;square_size=30&amp;ds_color=(121,146,164)&amp;ls_color=(241,235,226)" /> </a> </div>

由于您使用的是外部第三方样式表(甚至直接链接到它),您应该自己查看。http://foundation.zurb.com/docs/配色方案似乎与您的橙色色调相匹配

最新更新