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