/usr/share/doc/python-imaging/html/effbot.css is in python-imaging-doc-html 1.1.2-1.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 | /* effbot.css */
BODY {
font: 10pt Georgia, Times, serif;
background: white; color: black;
margin-left: 100px; margin-right: 100px;
}
CODE, PRE {
font: 10pt "Courier New", Courier, Monaco, monospace;
color: black;
}
H1, H2, H3, H4, H5, H6 {
font-family: Georgia, Times, serif;
color: #008040; margin-left: -80px; margin-right: -80px;
}
.text {
font: 10pt/18pt Georgia, Times, serif;
}
A:link, A:hover { color: #008040; }
A:visited { color: #404040; }
.title { margin-bottom: 2px; color: #008040;
margin-left: -80px; margin-right: -80px
}
.info { font-size: 80%; margin: 0; color: #008040; margin-left: -80px; }
.highlight { background: #ccffcc; }
.navigate { color: #008040; background: #e0e0e0;
margin-left: -80px; margin-right: -80px; }
.mark { color: #008040; }
.small { font-size: 80%; }
.display { background: #e0e0e0; padding: 20px; }
.computeroutput { background: #e0e0e0; padding: 20px; }
.note { background: #ccffcc; }
.warning { background: #ccffcc; }
|