/usr/share/doc/libantelope-java/manual/style.css is in libantelope-java-doc 3.5.1-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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 | .dummy {color: red}
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, LI, MENU, OL, P, PRE, TD, TH, TR, UL {
font-family: verdana, tahoma, geneva, sans-serif;
font-size: 12px;
color: black;
}
A {
cursor: pointer;
background: transparent;
text-decoration: none;
}
A:link {color: black; text-decoration: underline}
A:visited {color: gray; text-decoration: underline}
A:active {color: black;}
A:hover {color: gray; background: white}
ADDRESS {font-style: italic}
BIG {font-size: 19px}
BLOCKQUOTE {font-style: italic}
BODY {background: white}
BUTTON {cursor: auto}
CITE {font-style: italic}
.computeroutput {
font-family: monospace;
border: none;
padding: none;
background: none;
}
CODE, KBD, PRE, SAMP, TT {font-size: 12px}
CODE, PRE {
font-family: monospace;
}
PRE.PROGRAMLISTING {
font-family: monospace;
border: solid thin;
padding: 2em;
background: white;
}
DT {font-weight: bold}
H1, H2, H3, H4, H5, H6 {
font-weight: bold;
font-family: verdana, tahoma, geneva, sans-serif;
color: black;
margin: 0 0 0 0;
}
H1 {font-size: 22px}
H2 {font-size: 20px}
H3 {font-size: 18px}
H4 {font-size: 16px}
H5 {font-size: 14px}
H6 {font-size: 12px}
HTML {margin: 0; padding: 0}
INPUT {cursor: auto}
OL {list-style: decimal}
UL {list-style: disc}
PRE {margin-left: 0; white-space: pre}
SMALL, SUB, SUP {font-size: 10px}
TEXTAREA {cursor: text}
TABLE {
border: solid thin;
background: white;
cellpadding: 3;
cellspacing: 0;
}
TD {
padding: 3;
background: white;
}
TH {
font-weight: bold;
text-align: center;
margin-left: 0;
background: #ADD8E6;
color: black;
}
|