summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css27
1 files changed, 16 insertions, 11 deletions
diff --git a/cgit.css b/cgit.css
index e8214de..f844efa 100644
--- a/cgit.css
+++ b/cgit.css
@@ -175,148 +175,153 @@ input#switch-btn {
175} 175}
176 176
177td#sidebar input.txt { 177td#sidebar input.txt {
178 width: 100%; 178 width: 100%;
179 margin: 2px 0px 0px 0px; 179 margin: 2px 0px 0px 0px;
180} 180}
181 181
182table#grid { 182table#grid {
183 margin: 0px; 183 margin: 0px;
184} 184}
185 185
186td#content { 186td#content {
187 vertical-align: top; 187 vertical-align: top;
188 padding: 1em 2em 1em 1em; 188 padding: 1em 2em 1em 1em;
189 border: none; 189 border: none;
190} 190}
191 191
192div#summary { 192div#summary {
193 vertical-align: top; 193 vertical-align: top;
194 margin-bottom: 1em; 194 margin-bottom: 1em;
195} 195}
196 196
197table#downloads { 197table#downloads {
198 float: right; 198 float: right;
199 border-collapse: collapse; 199 border-collapse: collapse;
200 border: solid 1px #777; 200 border: solid 1px #777;
201 margin-left: 0.5em; 201 margin-left: 0.5em;
202 margin-bottom: 0.5em; 202 margin-bottom: 0.5em;
203} 203}
204 204
205table#downloads th { 205table#downloads th {
206 background-color: #ccc; 206 background-color: #ccc;
207} 207}
208 208
209div#blob { 209div#blob {
210 border: solid 1px black; 210 border: solid 1px black;
211} 211}
212 212
213div.error { 213div.error {
214 color: red; 214 color: red;
215 font-weight: bold; 215 font-weight: bold;
216 margin: 1em 2em; 216 margin: 1em 2em;
217} 217}
218 218
219a.ls-blob, a.ls-dir, a.ls-mod { 219a.ls-blob, a.ls-dir, a.ls-mod {
220 font-family: monospace; 220 font-family: monospace;
221} 221}
222 222
223td.ls-size { 223td.ls-size {
224 text-align: right; 224 text-align: right;
225 font-family: monospace; 225 font-family: monospace;
226 width: 10em; 226 width: 10em;
227} 227}
228 228
229td.ls-mode { 229td.ls-mode {
230 font-family: monospace; 230 font-family: monospace;
231 width: 10em; 231 width: 10em;
232} 232}
233 233
234table.blob { 234table.blob {
235 margin-top: 0.5em; 235 margin-top: 0.5em;
236 border-top: solid 1px black; 236 border-top: solid 1px black;
237} 237}
238 238
239table.blob td.no { 239table.blob td.lines {
240 border-right: solid 1px black; 240 margin: 0; padding: 0;
241 vertical-align: top;
241 color: black; 242 color: black;
243}
244
245table.blob td.linenumbers {
246 margin: 0; padding: 0;
247 vertical-align: top;
248 border-right: 1px solid gray;
242 background-color: #eee; 249 background-color: #eee;
243 text-align: right;
244} 250}
245 251
246table.blob td.no a { 252table.blob pre {
247 color: black; 253 padding: 0; margin: 0;
248} 254}
249 255
250table.blob td.no a:hover { 256table.blob a.no {
251 color: black; 257 color: gray;
258 text-align: right;
252 text-decoration: none; 259 text-decoration: none;
253} 260}
254 261
255table.blob td.txt { 262table.blob a.no a:hover {
256 white-space: pre; 263 color: black;
257 font-family: monospace;
258 padding-left: 0.5em;
259} 264}
260 265
261table.nowrap td { 266table.nowrap td {
262 white-space: nowrap; 267 white-space: nowrap;
263} 268}
264 269
265table.commit-info { 270table.commit-info {
266 border-collapse: collapse; 271 border-collapse: collapse;
267 margin-top: 1.5em; 272 margin-top: 1.5em;
268} 273}
269 274
270table.commit-info th { 275table.commit-info th {
271 text-align: left; 276 text-align: left;
272 font-weight: normal; 277 font-weight: normal;
273 padding: 0.1em 1em 0.1em 0.1em; 278 padding: 0.1em 1em 0.1em 0.1em;
274 vertical-align: top; 279 vertical-align: top;
275} 280}
276 281
277table.commit-info td { 282table.commit-info td {
278 font-weight: normal; 283 font-weight: normal;
279 padding: 0.1em 1em 0.1em 0.1em; 284 padding: 0.1em 1em 0.1em 0.1em;
280} 285}
281 286
282div.commit-subject { 287div.commit-subject {
283 font-weight: bold; 288 font-weight: bold;
284 font-size: 125%; 289 font-size: 125%;
285 margin: 1.5em 0em 0.5em 0em; 290 margin: 1.5em 0em 0.5em 0em;
286 padding: 0em; 291 padding: 0em;
287} 292}
288 293
289div.commit-msg { 294div.commit-msg {
290 white-space: pre; 295 white-space: pre;
291 font-family: monospace; 296 font-family: monospace;
292} 297}
293 298
294div.diffstat-header { 299div.diffstat-header {
295 font-weight: bold; 300 font-weight: bold;
296 padding-top: 1.5em; 301 padding-top: 1.5em;
297} 302}
298 303
299table.diffstat { 304table.diffstat {
300 border-collapse: collapse; 305 border-collapse: collapse;
301 border: solid 1px #aaa; 306 border: solid 1px #aaa;
302 background-color: #eee; 307 background-color: #eee;
303} 308}
304 309
305table.diffstat th { 310table.diffstat th {
306 font-weight: normal; 311 font-weight: normal;
307 text-align: left; 312 text-align: left;
308 text-decoration: underline; 313 text-decoration: underline;
309 padding: 0.1em 1em 0.1em 0.1em; 314 padding: 0.1em 1em 0.1em 0.1em;
310 font-size: 100%; 315 font-size: 100%;
311} 316}
312 317
313table.diffstat td { 318table.diffstat td {
314 padding: 0.2em 0.2em 0.1em 0.1em; 319 padding: 0.2em 0.2em 0.1em 0.1em;
315 font-size: 100%; 320 font-size: 100%;
316 border: none; 321 border: none;
317} 322}
318 323
319table.diffstat td.mode { 324table.diffstat td.mode {
320 white-space: nowrap; 325 white-space: nowrap;
321} 326}
322 327