/usr/share/doc/xotcl-doc/readings/xotcl-doc.css is in xotcl-doc 1.6.7-2.
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 41 42 43 44 45 46 47 48 | BODY {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
background-color : white;
color: black;
}
tt {
font-family: courier, monospace;
}
A {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: 100;
background-color : white;
}
A em {
font-weight: 900;
}
pre.code {
font-size: 90%;
font-family: courier, monospace;
PADDING-RIGHT: 10px;
PADDING-LEFT: 10px;
PADDING-BOTTOM: 10px;
PADDING-TOP: 10px;
BORDER: #cccccc 1px solid;
BACKGROUND-COLOR: #eeeeee;
MARGIN-BOTTOM: 15px;
}
pre em {
font-family: cursive;
color: #888888;
}
pre tt {
font-family: helvetica;
font-weight: 900;
}
pre it {
font-style: italic;
color: green;
}
tt em {
font-family: cursive;
color: #888888;
}
table {
font-size: 80%;
}
|