/usr/share/doc/elyxer/toc.css is in elyxer 1.2.5-1.
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 | /*
* Styles for lyx TOC.
*/
body {
font: small sans-serif;
background: #f9f9f9;
color: black;
margin: 0;
padding: 0;
}
#globalWrapper {
font-size: 115%;
margin: 5px 20px 5px 20px;
padding: 0px;
background: #ffffff;
line-height: 1.5em;
overflow: hidden;
}
a {
text-decoration: none;
color: #0030c0;
background: none;
}
a:visited {
color: #603090;
}
a:active {
color: #ffa000;
}
a:hover {
text-decoration: underline;
}
div.tocindent {
padding: 0 0 0 2em;
}
div.toc {
margin: 0.5em 0;
font-size: 0.95em;
}
|