File: DTDDocStyle.css

package info (click to toggle)
lucene-solr 3.6.2%2Bdfsg-24
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 91,200 kB
  • sloc: java: 465,555; xml: 24,939; javascript: 5,291; ruby: 3,453; jsp: 2,637; python: 1,619; sh: 1,556; perl: 1,407; cpp: 305; makefile: 39
file content (57 lines) | stat: -rw-r--r-- 1,823 bytes parent folder | download | duplicates (23)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
body { background-color:white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: small; }
table { border: none}
th.title { font-weight:bold; text-align:center; padding-left:1em; padding-right:1em}
th.subtitle { font-weight:normal; text-align:left; padding-left:1em; padding-right:1em}
td { text-align:left; vertical-align:baseline; padding-left:1em; padding-right:1em}
td.construct { vertical-align:top; padding-left:1em; padding-right:1em}
th.ruler { background-color:black; color:black}
table.elementTitle { width:100%; background-color:#E0F0FF}
td.leftElementTitle { font-weight:bold; font-size: medium;}
td.rightElementTitle { text-align:right}
table.attributeTitle { width:100%; background-color:#DDDDDD}
td.leftAttributeTitle { font-weight:bold; font-size: medium;}
td.rightAttributeTitle { text-align:right}
p { text-align:justify;}
p.model { padding-left:3em; text-align:left; font-style:italic}
p.DTDSource { text-align:right; width:100%; background-color:#DDDDDD}
p.emptyTagNote { font-style:italic}
h1 { font-family:Arial; font-size: x-large;}
h2 { font-size: medium;}
h2.TOCTitle { font-family:Arial; font-size: medium;}
.inTextTitle { font-weight:bold }
pre, code { font-family: "Courier New", Courier, monospace; font-size: small; }

pre#dtd_source { border: dotted 1px Gray; padding: 6pt 6pt 6pt 6pt;}
.xml_plain {
color: #000;
}
.dtd_tag_symbols {
color: #003bff;
}
.dtd_comment {
color: #555; background-color: #f8f8f8;
}
.dtd_attribute_name {
color: #000;
}
.dtd_tag_name {
color: #3f3fbf;
}
.dtd_char_data {
color: #000;
}
.dtd_processing_instruction {
color: #000; font-weight: bold; font-style: italic;
}
.dtd_attribute_value {
color: #c10000;
}
.dtd_dtddoc_tag {
color: #939393;
background-color: #f7f7f7;
font-style: italic;
font-weight: bold;
}
.dtd_keyword {
color: #800000;
}