/usr/share/bps/nwlatex.css is in bsdowl 2.2.2-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 | html {
font-family: Palatino, Garamond, Times New Roman, Serif;
}
div#tableofcontents {
border: solid black 1px;
background-color: #CCCCFF;
}
a {
text-decoration: none;
}
a:hover {
background-color: #CCCCFF;
}
p {
text-align: justify;
}
h4, h5, h6 {
display: inline;
margin-right: 3ex;
}
h5 {
font-size: 100%;
font-weight: normal;
font-style: italic;
}
|