/usr/share/planet-venus/theme/django/bland.css is in planet-venus 0~git9de2109-4.
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 | body {
margin: 50px 60px;
font-family: Georgia, Times New Roman, serif;
}
h1 {
font: normal 4em Georgia, serif;
color: #900;
margin-bottom: 0px;
}
.updated, .entry-tools {
font: .8em Verdana, Arial, sans-serif;
margin-bottom: 2em;
}
#channels {
float: right;
width: 30%;
padding: 20px;
margin: 20px;
margin-top: 0px;
border: 1px solid #FC6;
background: #FFC;
}
#channels h2 {
margin-top: 0px;
}
#channels ul {
margin-bottom: 0px;
}
.entry {
border-top: 1px solid #CCC;
padding-top: 1em;
}
|