/usr/share/doc/libpod-pseudopod-perl/examples/style.css is in libpod-pseudopod-perl 0.18-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 | <!--
h1 { font-family: sans-serif; }
h2 { font-family: sans-serif; }
h3 { font-family: sans-serif; }
h4 { font-family: sans-serif; }
h5 { font-family: sans-serif; }
table { font-size: 12px; font-family: sans-serif; }
th { background: #CCCCCC; text-align: left;}
code {color: #000099; font-family: courier, monospaced;}
.url { color: #000099; }
.footnote { color: #333333; }
div.sidebar { border: 1px solid black; padding: 10px; }
div.epigraph { text-align: right; font-style: italic; }
div.author
{
background: #ffaaaa;
border-style: solid;
border-width: thin;
padding: 2px;
width: 25%;
}
div.editor
{
background: #aaaaff;
border-style: solid;
border-width: thin;
padding: 2px;
width: 25%;
}
div.hack > p:first-child
{
font-style: italic;
font-weight: bold;
width: 50%;
margin-left: 5%;
}
div.note
{
border-width: thin;
border-style: solid;
}
div.caution
{
border-width: thin;
border-style: solid;
background: #ff6666;
}
div.production
{
background: #000000;
color: #ffffff;
padding: 2px;
text-align: center;
}
.code_command
{
font-weight: bold;
text-decoration: underline;
}
-->
|