mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
b734d702d3
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@93562 467b73ca-7a2a-4603-9d3b-597d59a354a9
13 lines
420 B
CSS
13 lines
420 B
CSS
/**
|
|
* CodePress color styles for AutoIt syntax highlighting
|
|
*/
|
|
|
|
u {font-style:normal;color:#000090;font-weight:bold;font-family:Monospace;}
|
|
var {color:#AA0000;font-weight:bold;font-style:normal;}
|
|
em {color:#FF33FF;}
|
|
ins {color:#AC00A9;}
|
|
i {color:#F000FF;}
|
|
b {color:#FF0000;}
|
|
a {color:#0080FF;font-weight:bold;}
|
|
s, s u, s b {color:#9999CC;font-weight:normal;}
|
|
cite, cite *{color:#009933;font-weight:normal;} |