/usr/share/ubuntu-packaging-guide/_static/guide.css is in ubuntu-packaging-guide-common 0.3.8.
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 | /* CSS style bits for Ubuntu developer guide */
/* Author: Dmitry Shachnev <mitya57@ubuntu.com>, 2012-2013 */
.section li, ul.search li {
list-style-type: disc;
margin-left: 25px;
margin-bottom: 5px;
}
.section ul, ul.search {
margin-top: 5px;
margin-bottom: 10px;
}
.section h3 {
font-weight: bold;
}
.admonition {
padding-top: 5px;
padding-left: 10px;
padding-right: 5px;
margin-bottom: 10px;
border: 1px solid #da8;
background-color: #ffc;
border-radius: 3px;
}
.admonition-title {
font-weight: bold;
font-size: 110%;
}
.highlighted {
background-color: #deb;
}
ul.search li a {
font-weight: bold;
font-size: 120%;
}
#search-results h2 {
margin-top: 20px;
}
.context {
margin-left: 30px;
}
th.field-name {
font-weight: bold;
}
table.field-list {
margin-bottom: 10px;
}
table.field-list td, table.field-list th {
padding: 2px;
}
|