/usr/share/doc/devedeng/html/devede.css is in devede 4.8.0-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 | body {
background-color: #F0F0FF;
width: 1280px;
margin-left: auto;
margin-right: auto;
}
p,li {
font-size: 120%;
}
p.title {
text-align: center;
font-size: 200%;
font-weight: bold;
}
p.subtitle {
text-align: center;
font-size: 150%;
}
p.section {
text-align: left;
font-size: 140%;
font-weight: bold;
}
div.picture {
text-align: center;
width: 100%;
}
p.foot {
text-align: center;
font-size: 100%;
font-weight: bold;
}
|