summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css16
1 files changed, 14 insertions, 2 deletions
diff --git a/cgit.css b/cgit.css
index 8bd6bf4..30fde03 100644
--- a/cgit.css
+++ b/cgit.css
@@ -106,196 +106,208 @@ td#crumb, td#search {
106 border-top: solid 3px #555; 106 border-top: solid 3px #555;
107 background-color: #666; 107 background-color: #666;
108 border-bottom: solid 1px #333; 108 border-bottom: solid 1px #333;
109 padding: 2px 1em; 109 padding: 2px 1em;
110} 110}
111 111
112td#crumb { 112td#crumb {
113 font-weight: bold; 113 font-weight: bold;
114} 114}
115 115
116td#crumb a { 116td#crumb a {
117 color: #ccc; 117 color: #ccc;
118 background-color: #666; 118 background-color: #666;
119} 119}
120 120
121td#crumb a:hover { 121td#crumb a:hover {
122 color: #eee; 122 color: #eee;
123 background-color: #666; 123 background-color: #666;
124} 124}
125 125
126td#search { 126td#search {
127 text-align: right; 127 text-align: right;
128 vertical-align: middle; 128 vertical-align: middle;
129 padding-right: 0.5em; 129 padding-right: 0.5em;
130} 130}
131 131
132td#search form { 132td#search form {
133 margin: 0px; 133 margin: 0px;
134 padding: 0px; 134 padding: 0px;
135} 135}
136 136
137td#search input { 137td#search input {
138 font-size: 9pt; 138 font-size: 9pt;
139 padding: 0px; 139 padding: 0px;
140 width: 10em; 140 width: 10em;
141 border: solid 1px #333; 141 border: solid 1px #333;
142 color: #333; 142 color: #333;
143 background-color: #fff; 143 background-color: #fff;
144} 144}
145 145
146div#summary { 146div#summary {
147 vertical-align: top; 147 vertical-align: top;
148 margin-bottom: 1em; 148 margin-bottom: 1em;
149} 149}
150 150
151table#downloads { 151table#downloads {
152 float: right; 152 float: right;
153 border-collapse: collapse; 153 border-collapse: collapse;
154 border: solid 1px #777; 154 border: solid 1px #777;
155 margin-left: 0.5em; 155 margin-left: 0.5em;
156 margin-bottom: 0.5em; 156 margin-bottom: 0.5em;
157} 157}
158 158
159table#downloads th { 159table#downloads th {
160 background-color: #ccc; 160 background-color: #ccc;
161} 161}
162 162
163td#content { 163td#content {
164 padding: 1em 0.5em; 164 padding: 1em 0.5em;
165} 165}
166 166
167div#blob { 167div#blob {
168 border: solid 1px black; 168 border: solid 1px black;
169} 169}
170 170
171div.error { 171div.error {
172 color: red; 172 color: red;
173 font-weight: bold; 173 font-weight: bold;
174 margin: 1em 2em; 174 margin: 1em 2em;
175} 175}
176 176
177td.ls-blob, td.ls-dir, td.ls-mod { 177td.ls-blob, td.ls-dir, td.ls-mod {
178 font-family: monospace; 178 font-family: monospace;
179} 179}
180 180
181div.ls-dir a { 181div.ls-dir a {
182 font-weight: bold; 182 font-weight: bold;
183} 183}
184 184
185th.filesize, td.filesize { 185th.filesize, td.filesize {
186 text-align: right; 186 text-align: right;
187} 187}
188 188
189td.filesize { 189td.filesize {
190 font-family: monospace; 190 font-family: monospace;
191} 191}
192 192
193td.links { 193td.links {
194 font-size: 80%; 194 font-size: 80%;
195 padding-left: 2em; 195 padding-left: 2em;
196} 196}
197 197
198td.filemode { 198td.filemode {
199 font-family: monospace; 199 font-family: monospace;
200} 200}
201 201
202td.blob { 202table.blob {
203 margin-top: 0.5em;
204 border-top: solid 1px black;
205}
206
207table.blob td.no {
208 border-right: solid 1px black;
209 color: black;
210 background-color: #eee;
211 text-align: right;
212}
213
214table.blob td.txt {
203 white-space: pre; 215 white-space: pre;
204 font-family: monospace; 216 font-family: monospace;
205 background-color: white; 217 padding-left: 0.5em;
206} 218}
207 219
208table.nowrap td { 220table.nowrap td {
209 white-space: nowrap; 221 white-space: nowrap;
210} 222}
211 223
212table.commit-info { 224table.commit-info {
213 border-collapse: collapse; 225 border-collapse: collapse;
214 margin-top: 1.5em; 226 margin-top: 1.5em;
215} 227}
216 228
217table.commit-info th { 229table.commit-info th {
218 text-align: left; 230 text-align: left;
219 font-weight: normal; 231 font-weight: normal;
220 padding: 0.1em 1em 0.1em 0.1em; 232 padding: 0.1em 1em 0.1em 0.1em;
221} 233}
222 234
223table.commit-info td { 235table.commit-info td {
224 font-weight: normal; 236 font-weight: normal;
225 padding: 0.1em 1em 0.1em 0.1em; 237 padding: 0.1em 1em 0.1em 0.1em;
226} 238}
227 239
228div.commit-subject { 240div.commit-subject {
229 font-weight: bold; 241 font-weight: bold;
230 font-size: 125%; 242 font-size: 125%;
231 margin: 1.5em 0em 0.5em 0em; 243 margin: 1.5em 0em 0.5em 0em;
232 padding: 0em; 244 padding: 0em;
233} 245}
234 246
235div.commit-msg { 247div.commit-msg {
236 white-space: pre; 248 white-space: pre;
237 font-family: monospace; 249 font-family: monospace;
238} 250}
239 251
240div.diffstat-header { 252div.diffstat-header {
241 font-weight: bold; 253 font-weight: bold;
242 padding-top: 1.5em; 254 padding-top: 1.5em;
243} 255}
244 256
245table.diffstat { 257table.diffstat {
246 border-collapse: collapse; 258 border-collapse: collapse;
247 width: 100%; 259 width: 100%;
248 border: solid 1px #aaa; 260 border: solid 1px #aaa;
249 background-color: #eee; 261 background-color: #eee;
250} 262}
251 263
252table.diffstat tr:hover { 264table.diffstat tr:hover {
253 background-color: #ccc; 265 background-color: #ccc;
254} 266}
255 267
256table.diffstat th { 268table.diffstat th {
257 font-weight: normal; 269 font-weight: normal;
258 text-align: left; 270 text-align: left;
259 text-decoration: underline; 271 text-decoration: underline;
260 padding: 0.1em 1em 0.1em 0.1em; 272 padding: 0.1em 1em 0.1em 0.1em;
261 font-size: 100%; 273 font-size: 100%;
262} 274}
263 275
264table.diffstat td { 276table.diffstat td {
265 padding: 0.2em 0.2em 0.1em 0.1em; 277 padding: 0.2em 0.2em 0.1em 0.1em;
266 font-size: 100%; 278 font-size: 100%;
267 border: none; 279 border: none;
268} 280}
269 281
270table.diffstat td.mode { 282table.diffstat td.mode {
271 white-space: nowrap; 283 white-space: nowrap;
272} 284}
273 285
274table.diffstat td span.modechange { 286table.diffstat td span.modechange {
275 padding-left: 1em; 287 padding-left: 1em;
276 color: red; 288 color: red;
277} 289}
278 290
279table.diffstat td.add a { 291table.diffstat td.add a {
280 color: green; 292 color: green;
281} 293}
282 294
283table.diffstat td.del a { 295table.diffstat td.del a {
284 color: red; 296 color: red;
285} 297}
286 298
287table.diffstat td.upd a { 299table.diffstat td.upd a {
288 color: blue; 300 color: blue;
289} 301}
290 302
291table.diffstat td.graph { 303table.diffstat td.graph {
292 width: 75%; 304 width: 75%;
293 vertical-align: middle; 305 vertical-align: middle;
294} 306}
295 307
296table.diffstat td.graph table { 308table.diffstat td.graph table {
297 border: none; 309 border: none;
298} 310}
299 311
300table.diffstat td.graph td { 312table.diffstat td.graph td {
301 padding: 0px; 313 padding: 0px;