chiark / gitweb /
changelog: document 0.9.10+nmu1
[git-buildpackage.git] / docs / gbp.css
1 body {
2     font-family: Verdana, "Bitstream Vera Sans", sans-serif;
3     font-size: large;
4 }
5
6 h1 {
7     font-weight: normal;
8     font-variant: small-caps;
9 }
10
11 h2, h3 {
12     font-weight: normal;
13 }
14
15 a {
16     color: #182C41 !important;
17     font-weight: normal;
18     transition: background-color 0.2s linear;
19 }
20
21 a:hover {
22     background-color: #eef;
23 }
24
25 a[name] {
26     background-color: #fff;
27 }
28
29 pre {
30     background: #eef;
31     border: solid 1px #aaf;
32     padding: 0.5em;
33 }
34
35 pre.programlisting .command, pre.programlisting .filename, pre.programlisting .option, pre.programlisting .replaceable {
36     background: none;
37 }
38
39 .command {
40     font-style: italic;
41     font-weight: normal;
42     padding: 1px;
43 }
44
45 .filename {
46     background: #eee;
47     padding: 1px;
48 }
49
50 .option {
51     background: rgba(150,150,150,0.2);
52     padding: 1px;
53 }
54
55 .replaceable {
56     background: rgba(150,150,150,0.2);
57     padding: 1px;
58 }
59
60 table.variablelist {
61     border: none;
62 }
63
64 .variablelist th,td {
65     border: solid 1px #ddd;
66 }
67
68 div.book div.toc {
69     background: url("gbp.svg")  no-repeat;
70     background-position: center;
71 }
72
73 div .titlepage table p.title {
74     font-size: 300%;
75     font-weight: normal;
76     margin: 0.5em;
77 }
78
79 body.chapter table.navigation th {
80     font-weight: normal;
81     margin: 0.5em;
82 }
83
84 body.appendix table.navigation th {
85     font-weight: normal;
86     margin: 0.5em;
87 }
88
89 body.refentry table.navigation th {
90     font-weight: normal;
91     margin: 0.5em;
92 }
93
94 body.refentry code.option, body.refentry tt.replaceable, body.refentry tt.filename {
95     background: none;
96 }
97
98 table.warning {
99     border-style: solid;
100     border-width: 5px;
101     border-collapse: collapse;
102     background: rgba(252, 175, 62, 0.1);
103     border-color: rgba(252, 175, 62, 0.2);
104 }
105
106 table.warning td {
107     border-width: 2px;
108     border-color: rgba(252, 175, 62, 0.2);
109 }
110
111 table.footnotes td {
112     border: none;
113 }
114
115 div.mediaobject {
116     background: #f5f5f5;
117     border-width: 2px;
118     border-color: lightgrey;
119     border-style: solid;
120 }
121
122 div.mediaobject img {
123     margin-left: auto;
124     margin-right: auto;
125     display: block;
126     padding: 5px 0px 0px 0px;
127 }
128
129 div.mediaobject p {
130     text-align: center;
131     font-style: italic;
132 }