DokuWiki

It's better when it's simple

User Tools

Site Tools


tips:code_css

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
tips:code_css [2013-06-24 20:05] – Added note concerning space between .code and .language timothytips:code_css [2013-12-15 18:39] – fix error in line 832 of the styles (within visualfoxpro section) ChrisS
Line 15: Line 15:
 If you want **all** those overrides you should run it through [[http://www.cssoptimiser.com|cssoptimiser.com]], which is a little bit more effective than DokuWiki's builtin compressor. If you want **all** those overrides you should run it through [[http://www.cssoptimiser.com|cssoptimiser.com]], which is a little bit more effective than DokuWiki's builtin compressor.
  
-<code css>+<code css geshi.css>
 /* actionscript overrides */ /* actionscript overrides */
 .code.actionscript .kw3 { color: #0066CC; } .code.actionscript .kw3 { color: #0066CC; }
Line 846: Line 846:
 .code.visualfoxpro .br0 { color: blue; } .code.visualfoxpro .br0 { color: blue; }
 .code.visualfoxpro .co1 { color: green; font-style: italic; } .code.visualfoxpro .co1 { color: green; font-style: italic; }
-.code.visualfoxpro .co2 { color: green font-style: italic; }+.code.visualfoxpro .co2 { color: greenfont-style: italic; }
 .code.visualfoxpro .kw1 { color: blue; } .code.visualfoxpro .kw1 { color: blue; }
 .code.visualfoxpro .kw2 { color: blue; } .code.visualfoxpro .kw2 { color: blue; }
tips/code_css.txt · Last modified: 2016-09-13 02:58 by 2001:620:618:194:1:80b2:9415:1

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki