~automne-team/automne/trunk

« back to all changes in this revision

Viewing changes to automne/codemirror/css/csscolors.css

  • Committer: sebastien-pauchet
  • Date: 2012-02-15 16:47:40 UTC
  • mfrom: (363.2.105 4.2)
  • Revision ID: seb@automne-cms.org-20120215164740-xrk26iafkvztwv6s
Merge stable branch 4.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.editbox {
2
 
  margin: .4em;
3
 
  padding: 0;
4
 
  font-family: monospace;
5
 
  font-size: 10pt;
6
 
  color: black;
7
 
}
8
 
 
9
 
pre.code, .editbox {
10
 
  color: #666666;
11
 
}
12
 
 
13
 
.editbox p {
14
 
  margin: 0;
15
 
}
16
 
 
17
 
span.css-at {
18
 
  color: #770088;
19
 
}
20
 
 
21
 
span.css-unit {
22
 
  color: #228811;
23
 
}
24
 
 
25
 
span.css-value {
26
 
  color: #770088;
27
 
}
28
 
 
29
 
span.css-identifier {
30
 
  color: black;
31
 
}
32
 
 
33
 
span.css-important {
34
 
  color: #0000FF;
35
 
}
36
 
 
37
 
span.css-colorcode {
38
 
  color: #004499;
39
 
}
40
 
 
41
 
span.css-comment {
42
 
  color: #AA7700;
43
 
}
44
 
 
45
 
span.css-string {
46
 
  color: #AA2222;
47
 
}