我有大約200 CSS文件這樣使用:自動轉換CSS文件深色背景的
/**
* GeSHi Dynamically Generated Stylesheet
* --------------------------------------
* Dynamically generated stylesheet for bnf
* CSS class: , CSS id:
* GeSHi (C) 2004 - 2007 Nigel McNie, 2007 - 2008 Benny Baumann
* (http://qbnz.com/highlighter/ and http://geshi.org/)
* --------------------------------------
*/
.bnf .de1, .bnf .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;}
.bnf {font-family:monospace;}
.bnf .imp {font-weight: bold; color: red;}
.bnf li, .bnf .li1 {font-weight: normal; vertical-align:top;}
.bnf .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;}
.bnf .li2 {font-weight: bold; vertical-align:top;}
.bnf .sy0 {color: #000066; font-weight: bold;}
.bnf .st0 {color: #a00;}
.bnf .st1 {color: #a00;}
.bnf .re0 {color: #007;}
.bnf .ln-xtra, .bnf li.ln-xtra, .bnf div.ln-xtra {background-color: #ffc;}
.bnf span.xtra { display:block; }
但是在這些CSS文件的色彩設計就ok目光僅僅放在光(最好是白色)的背景。是否有一個算法(我可以用PHP代碼表示)我可以將這些文件中的顏色應用到黑色背景上(黑色背景),以使它們看起來很漂亮嗎?可能是我應該只是反轉所有的顏色?或者,還有更好的方法?
不是真的適用於現有的代碼,但長期使用,考慮CSS的抽象 - LESS(http://lesscss.org/)和薩斯(http://sass-lang.com/)爲2倍的例子。這將允許您稍後操作並重新綁定您的CSS – 2010-01-11 10:07:41
問題在於,CSS文件是由外部庫生成的,我不想修改它。 – 2010-01-11 10:26:38