/usr/share/doc/htp/styles.css is in htp 1.19-2+b1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | .quote {
margin-left:5mm;
font-size:10pt;
font-style:italic;
}
.tocf {
vertical-align:baseline;
text-align:right;
}
.toc {
padding-left:7px;
padding-bottom:3pt;
text-indent:-7px;
}
.noline {
text-decoration:none;
}
.htp-tag {
color:#000080;
}
.htp-macro {
color:#c00000;
}
.htp-attrib {
color:#800000;
}
.htp-value {
color:#c08000;
}
.htp-string {
color:#c08000;
}
.ebnf {
color:#000000;
}
.comment {
color:#800000;
}
|