/usr/share/doc/cl-postmodern/style.css is in cl-postmodern 20170403-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 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 100 | body {
margin: 0;
font-family: tahoma, arial, sans-serif;
padding: 50px 100px;
color: black;
}
h1 {
font-size: 250%;
border-bottom: 3px solid #449977;
}
h2 {
font-size: 140%;
border-bottom: 1px solid #449977;
}
h3 {
font-size: 110%;
}
code {
font-size: 1.2em;
}
p.news {
text-indent: -3em;
padding-left: 3em;
}
pre.code {
margin: 0 16px;
padding: 7px;
border: 1px solid #99CCBB;
}
p.def {
margin-top: 1.5em;
font-family: courier;
}
p.def span {
color: #555555;
font-weight: bold;
font-family: tahoma, arial, sans-serif;
font-size: .8em;
}
.desc {
margin-left: 1em;
}
thead {
font-weight: bold;
}
table {
border-collapse: collapse;
}
tr + tr {
border-top: 1px solid #88BB99;
}
thead tr {
border-bottom: 2px solid #88BB99;
}
td + td, th + th {
border-left: 2px solid #88BB99;
}
th {
text-align: left;
padding: 2px 5px;
}
td {
padding: 2px 5px;
vertical-align: top;
}
a:link {
color: #3333AA;
text-decoration: none;
}
a:visited {
color: #773377;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
ul.symbol-index {
font-family: monospace;
font-size: 1.2em;
}
|