File: borg.css

package info (click to toggle)
borgbackup 1.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 15,724 kB
  • sloc: python: 26,737; pascal: 3,253; ansic: 2,625; sh: 231; makefile: 133; tcl: 94
file content (238 lines) | stat: -rw-r--r-- 5,335 bytes parent folder | download | duplicates (3)
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
@import url("theme.css");

dt code {
    font-weight: normal;
}

#internals .toctree-wrapper > ul {
    column-count: 3;
    -webkit-column-count: 3;
}

#internals .toctree-wrapper > ul > li {
    display: inline-block;
    font-weight: bold;
}

#internals .toctree-wrapper > ul > li > ul {
    font-weight: normal;
}

/* bootstrap has a .container class which clashes with docutils' container class. */
.docutils.container {
    width: auto;
    margin: 0;
    padding: 0;
}

/* the default (38px) produces a jumpy baseline in Firefox on Linux. */
h1 {
    font-size: 36px;
}

.text-logo {
    background-color: #000200;
    color: #00dd00;
}

.text-logo:hover,
.text-logo:active,
.text-logo:focus {
    color: #5afe57;
}

/* by default the top and bottom margins are unequal which looks a bit unbalanced. */
.sidebar-block {
    padding: 0;
    margin: 14px 0 24px 0;
}

#borg-documentation h1 + p .external img {
    width: 100%;
}

.container.experimental,
#debugging-facilities {
    /* don't change text dimensions */
    margin: 0 -30px; /* padding below + border width */
    padding: 0 10px; /* 10 px visual margin between edge of text and the border */
    /* fallback for browsers that don't have repeating-linear-gradient: thick, red lines */
    border-left: 20px solid red;
    border-right: 20px solid red;
    /* fancy red stripes */
    border-image: repeating-linear-gradient(
            -45deg,rgba(255,0,0,0.1) 0,rgba(255,0,0,0.75) 10px,rgba(0,0,0,0) 10px,rgba(0,0,0,0) 20px,rgba(255,0,0,0.75) 20px) 0 20 repeat;
}

.topic {
    margin: 0 1em;
    padding: 0 1em;
    /* #4e4a4a = background of the ToC sidebar */
    border-left: 2px solid #4e4a4a;;
    border-right: 2px solid #4e4a4a;;
}

table.docutils:not(.footnote) td,
table.docutils:not(.footnote) th {
    padding: .2em;
}

table.docutils:not(.footnote) {
    border-collapse: collapse;
    border: none;
}

table.docutils:not(.footnote) td,
table.docutils:not(.footnote) th {
    border: 1px solid #ddd;
}

table.docutils:not(.footnote) tr:first-child th,
table.docutils:not(.footnote) tr:first-child td {
    border-top: 0;
}

table.docutils:not(.footnote) tr:last-child td {
    border-bottom: 0;
}

table.docutils:not(.footnote) tr td:first-child,
table.docutils:not(.footnote) tr th:first-child {
    border-left: 0;
}

table.docutils:not(.footnote) tr td:last-child,
table.docutils:not(.footnote) tr th:last-child,
table.docutils.borg-options-table tr td {
    border-right: 0;
}

table.docutils.option-list tr td,
table.docutils.borg-options-table tr td {
    border-left: 0;
    border-right: 0;
}

table.docutils.borg-options-table tr td:first-child:not([colspan="3"]) {
    border-top: 0;
    border-bottom: 0;
}

.borg-options-table td[colspan="3"] p {
    margin: 0;
}

.borg-options-table,
.borg-encryption-table {
    width: 100%;
}

.borg-encryption-table th {
    text-align: center;
}

.borg-encryption-table th,
.borg-encryption-table td {
    vertical-align: top;
}

.borg-encryption-table .literal {
    display: block;
    margin: 0;
    white-space: normal;
}

kbd, /* used in usage pages for options */
code,
.rst-content tt.literal,
.rst-content tt.literal,
.rst-content code.literal,
.rst-content tt,
.rst-content code,
p .literal,
p .literal span {
    border: none;
    padding: 0;
    color: black; /* slight contrast with #404040 of regular text */
    background: none;
}

kbd {
    box-shadow: none;
    line-height: 23px;
    word-wrap: normal;
    font-size: 15px;
    font-family: Consolas, monospace;
}

.borg-options-table tr td:nth-child(2) .pre {
    white-space: nowrap;
}

.borg-options-table tr td:first-child {
    width: 2em;
}

cite {
    white-space: nowrap;
    color: black; /* slight contrast with #404040 of regular text */
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter",
    "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
    font-style: normal;
    text-decoration: underline;
}

.borg-common-opt-ref {
    font-weight: bold;
}

.sidebar-toc ul li.toctree-l2 a,
.sidebar-toc ul li.toctree-l3 a {
    padding-right: 25px;
}

#common-options .option {
    white-space: nowrap;
}
/* Remove the right-column max-width cap so content fills the full available width. */
#right-column {
    max-width: none;
}
/* Hide the default RTD flyout since we show the version selector in the sidebar. */
readthedocs-flyout {
    display: none !important;
}
/* Version selector in the sidebar. */
.version-selector {
    padding: 0 22px;
    margin: 7px 0 7px 0;
    font-size: 14px;
}
.version-selector label {
    display: block;
    margin-bottom: 4px;
    color: #000;
}
.version-selector select {
    width: 100%;
    padding: 4px;
    background-color: #fafafa;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.version-selector::after {
    content: '';
    display: block;
    border-top: 1px solid #ccc;
    margin: 7px 0 0 0;
}
/* Reduce top and bottom margin of searchbox block to 7px to match separator spacing. */
.sidebar-block:has(#main-search) {
    margin-top: 7px;
    margin-bottom: 7px;
}
/* Reduce the separator margin below the search block to 7px. */
.sphinxsidebar > .sidebar-block:has(#main-search):after {
    margin: 7px 22px 0 22px;
}