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
tips:code_css [2013-10-22 21:07] – [Code Stylesheet] 151.64.99.198tips:code_css [2016-09-13 02:58] (current) – replaced link to cssoptimize.com which is a fake (redirects to a car parts shop...) 2001:620:618:194:1:80b2:9415:1
Line 13: Line 13:
 ''.code .dos .kw1 { color: #00b100; font-weight: bold; }'' ''.code .dos .kw1 { color: #00b100; font-weight: bold; }''
  
-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.cssportal.com/css-optimize/|a CSS optimization tool]], 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 58: Line 58:
 .code.asp .sy0 { color: #006600; font-weight: bold } .code.asp .sy0 { color: #006600; font-weight: bold }
  
-/* autoit overrides */ttt+/* autoit overrides */
 .code.autoit .br0 { color: #FF0000; font-weight: bold; } .code.autoit .br0 { color: #FF0000; font-weight: bold; }
 .code.autoit .co0 { font-style: italic; color: #009933; } .code.autoit .co0 { font-style: italic; color: #009933; }
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.1382468821.txt.gz · Last modified: 2013-10-22 21:07 by 151.64.99.198

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