source: branches/2.2/plugins/LocalFilesEditor/codemirror/mode/stex/stex.css @ 10310

Last change on this file since 10310 was 10310, checked in by patdenice, 13 years ago

merge r10307 from trunk to branch 2.2
feature:2262
Replace editarea by Codemirror:
http://codemirror.net

File size: 665 bytes
Line 
1span.css-at {color: #708;}
2span.css-unit {color: #281;}
3span.css-value {color: #708;}
4span.css-identifier {color: black;}
5span.css-selector {color: #11B;}
6span.css-important {color: #00F;}
7span.css-colorcode {color: #299;}
8span.css-comment {color: #A70;}
9span.css-string {color: #A22;}
10
11span.stex-unit { color: #281; }
12span.stex-identifier { color: black; }
13span.stex-slash { color: #FAA; }
14span.stex-command { color: #00F; }
15span.stex-comment { color: #A70; }
16span.stex-import { color: #00F; }
17span.stex-filepath { color: #852626; }
18span.stex-module { color: #852626; }
19span.stex-error { text-decoration: underline; color: red; }
20span.stex-string { color: #A22; }
Note: See TracBrowser for help on using the repository browser.