fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
revert all the timeout stuff
[redakcja.git]
/
redakcja
/
static
/
css
/
xmlcolors_15032010.css
1
.editbox {
2
margin: .4em;
3
margin-top: 5px;
4
margin-left: 5px;
5
padding: 0;
6
font-family:"Lucida Console", monospace;
7
font-size: 13px;
8
line-height: 18px;
9
color: black;
10
}
11
12
.editbox p {
13
margin: 0;
14
}
15
16
.editbox span {
17
display: inline;
18
font-size: 13px;
19
line-height: 18px;
20
}
21
22
span.xml-tagname {
23
color: #0e5f0e;
24
}
25
26
span.xml-attribute {
27
color: #8b8b8b;
28
}
29
30
span.xml-punctuation {
31
color: black;
32
}
33
34
span.xml-attname {
35
color: #817aff;
36
}
37
38
span.xml-comment {
39
color: #A70;
40
}
41
42
span.xml-cdata {
43
color: #48A;
44
}
45
46
span.xml-processing {
47
color: #999;
48
}
49
50
span.xml-entity {
51
color: #A22;
52
}
53
54
span.xml-error {
55
color: #F00;
56
font-weight: bolder;
57
}
58
59
span.xml-text {
60
color: black;
61
}