gitweb / gitweb.csson commit Merge branch 'jc/maint-unpack-objects-strict' into maint (af4f640)
   1body {
   2        font-family: sans-serif;
   3        font-size: small;
   4        border: solid #d9d8d1;
   5        border-width: 1px;
   6        margin: 10px;
   7        background-color: #ffffff;
   8        color: #000000;
   9}
  10
  11a {
  12        color: #0000cc;
  13}
  14
  15a:hover, a:visited, a:active {
  16        color: #880000;
  17}
  18
  19span.cntrl {
  20        border: dashed #aaaaaa;
  21        border-width: 1px;
  22        padding: 0px 2px 0px 2px;
  23        margin:  0px 2px 0px 2px;
  24}
  25
  26img.logo {
  27        float: right;
  28        border-width: 0px;
  29}
  30
  31img.avatar {
  32        vertical-align: middle;
  33}
  34
  35div.page_header {
  36        height: 25px;
  37        padding: 8px;
  38        font-size: 150%;
  39        font-weight: bold;
  40        background-color: #d9d8d1;
  41}
  42
  43div.page_header a:visited, a.header {
  44        color: #0000cc;
  45}
  46
  47div.page_header a:hover {
  48        color: #880000;
  49}
  50
  51div.page_nav {
  52        padding: 8px;
  53}
  54
  55div.page_nav a:visited {
  56        color: #0000cc;
  57}
  58
  59div.page_path {
  60        padding: 8px;
  61        font-weight: bold;
  62        border: solid #d9d8d1;
  63        border-width: 0px 0px 1px;
  64}
  65
  66div.page_footer {
  67        height: 17px;
  68        padding: 4px 8px;
  69        background-color: #d9d8d1;
  70}
  71
  72div.page_footer_text {
  73        float: left;
  74        color: #555555;
  75        font-style: italic;
  76}
  77
  78div.page_body {
  79        padding: 8px;
  80        font-family: monospace;
  81}
  82
  83div.title, a.title {
  84        display: block;
  85        padding: 6px 8px;
  86        font-weight: bold;
  87        background-color: #edece6;
  88        text-decoration: none;
  89        color: #000000;
  90}
  91
  92div.readme {
  93        padding: 8px;
  94}
  95
  96a.title:hover {
  97        background-color: #d9d8d1;
  98}
  99
 100div.title_text {
 101        padding: 6px 0px;
 102        border: solid #d9d8d1;
 103        border-width: 0px 0px 1px;
 104        font-family: monospace;
 105}
 106
 107div.log_body {
 108        padding: 8px 8px 8px 150px;
 109}
 110
 111span.age {
 112        position: relative;
 113        float: left;
 114        width: 142px;
 115        font-style: italic;
 116}
 117
 118span.signoff {
 119        color: #888888;
 120}
 121
 122div.log_link {
 123        padding: 0px 8px;
 124        font-size: 70%;
 125        font-family: sans-serif;
 126        font-style: normal;
 127        position: relative;
 128        float: left;
 129        width: 136px;
 130}
 131
 132div.list_head {
 133        padding: 6px 8px 4px;
 134        border: solid #d9d8d1;
 135        border-width: 1px 0px 0px;
 136        font-style: italic;
 137}
 138
 139.author_date, .author {
 140        font-style: italic;
 141}
 142
 143div.author_date {
 144        padding: 8px;
 145        border: solid #d9d8d1;
 146        border-width: 0px 0px 1px 0px;
 147}
 148
 149a.list {
 150        text-decoration: none;
 151        color: #000000;
 152}
 153
 154a.subject, a.name {
 155        font-weight: bold;
 156}
 157
 158table.tags a.subject {
 159        font-weight: normal;
 160}
 161
 162a.list:hover {
 163        text-decoration: underline;
 164        color: #880000;
 165}
 166
 167a.text {
 168        text-decoration: none;
 169        color: #0000cc;
 170}
 171
 172a.text:visited {
 173        text-decoration: none;
 174        color: #880000;
 175}
 176
 177a.text:hover {
 178        text-decoration: underline;
 179        color: #880000;
 180}
 181
 182table {
 183        padding: 8px 4px;
 184        border-spacing: 0;
 185}
 186
 187table.diff_tree {
 188        font-family: monospace;
 189}
 190
 191table.combined.diff_tree th {
 192        text-align: center;
 193}
 194
 195table.combined.diff_tree td {
 196        padding-right: 24px;
 197}
 198
 199table.combined.diff_tree th.link,
 200table.combined.diff_tree td.link {
 201        padding: 0px 2px;
 202}
 203
 204table.combined.diff_tree td.nochange a {
 205        color: #6666ff;
 206}
 207
 208table.combined.diff_tree td.nochange a:hover,
 209table.combined.diff_tree td.nochange a:visited {
 210        color: #d06666;
 211}
 212
 213table.blame {
 214        border-collapse: collapse;
 215}
 216
 217table.blame td {
 218        padding: 0px 5px;
 219        font-size: 100%;
 220        vertical-align: top;
 221}
 222
 223th {
 224        padding: 2px 5px;
 225        font-size: 100%;
 226        text-align: left;
 227}
 228
 229tr.light:hover {
 230        background-color: #edece6;
 231}
 232
 233tr.dark {
 234        background-color: #f6f6f0;
 235}
 236
 237tr.dark2 {
 238        background-color: #f6f6f0;
 239}
 240
 241tr.dark:hover {
 242        background-color: #edece6;
 243}
 244
 245td {
 246        padding: 2px 5px;
 247        font-size: 100%;
 248        vertical-align: top;
 249}
 250
 251td.link, td.selflink {
 252        padding: 2px 5px;
 253        font-family: sans-serif;
 254        font-size: 70%;
 255}
 256
 257td.selflink {
 258        padding-right: 0px;
 259}
 260
 261td.sha1 {
 262        font-family: monospace;
 263}
 264
 265td.error {
 266        color: red;
 267        background-color: yellow;
 268}
 269
 270td.current_head {
 271        text-decoration: underline;
 272}
 273
 274table.diff_tree span.file_status.new {
 275        color: #008000;
 276}
 277
 278table.diff_tree span.file_status.deleted {
 279        color: #c00000;
 280}
 281
 282table.diff_tree span.file_status.moved,
 283table.diff_tree span.file_status.mode_chnge {
 284        color: #777777;
 285}
 286
 287table.diff_tree span.file_status.copied {
 288  color: #70a070;
 289}
 290
 291/* noage: "No commits" */
 292table.project_list td.noage {
 293        color: #808080;
 294        font-style: italic;
 295}
 296
 297/* age2: 60*60*24*2 <= age */
 298table.project_list td.age2, table.blame td.age2 {
 299        font-style: italic;
 300}
 301
 302/* age1: 60*60*2 <= age < 60*60*24*2 */
 303table.project_list td.age1 {
 304        color: #009900;
 305        font-style: italic;
 306}
 307
 308table.blame td.age1 {
 309        color: #009900;
 310        background: transparent;
 311}
 312
 313/* age0: age < 60*60*2 */
 314table.project_list td.age0 {
 315        color: #009900;
 316        font-style: italic;
 317        font-weight: bold;
 318}
 319
 320table.blame td.age0 {
 321        color: #009900;
 322        background: transparent;
 323        font-weight: bold;
 324}
 325
 326td.pre, div.pre, div.diff {
 327        font-family: monospace;
 328        font-size: 12px;
 329        white-space: pre;
 330}
 331
 332td.mode {
 333        font-family: monospace;
 334}
 335
 336/* styling of diffs (patchsets): commitdiff and blobdiff views */
 337div.diff.header,
 338div.diff.extended_header {
 339        white-space: normal;
 340}
 341
 342div.diff.header {
 343        font-weight: bold;
 344
 345        background-color: #edece6;
 346
 347        margin-top: 4px;
 348        padding: 4px 0px 2px 0px;
 349        border: solid #d9d8d1;
 350        border-width: 1px 0px 1px 0px;
 351}
 352
 353div.diff.header a.path {
 354        text-decoration: underline;
 355}
 356
 357div.diff.extended_header,
 358div.diff.extended_header a.path,
 359div.diff.extended_header a.hash {
 360        color: #777777;
 361}
 362
 363div.diff.extended_header .info {
 364        color: #b0b0b0;
 365}
 366
 367div.diff.extended_header {
 368        background-color: #f6f5ee;
 369        padding: 2px 0px 2px 0px;
 370}
 371
 372div.diff a.list,
 373div.diff a.path,
 374div.diff a.hash {
 375        text-decoration: none;
 376}
 377
 378div.diff a.list:hover,
 379div.diff a.path:hover,
 380div.diff a.hash:hover {
 381        text-decoration: underline;
 382}
 383
 384div.diff.to_file a.path,
 385div.diff.to_file {
 386        color: #007000;
 387}
 388
 389div.diff.add {
 390        color: #008800;
 391}
 392
 393div.diff.from_file a.path,
 394div.diff.from_file {
 395        color: #aa0000;
 396}
 397
 398div.diff.rem {
 399        color: #cc0000;
 400}
 401
 402div.diff.chunk_header a,
 403div.diff.chunk_header {
 404        color: #990099;
 405}
 406
 407div.diff.chunk_header {
 408        border: dotted #ffe0ff;
 409        border-width: 1px 0px 0px 0px;
 410        margin-top: 2px;
 411}
 412
 413div.diff.chunk_header span.chunk_info {
 414        background-color: #ffeeff;
 415}
 416
 417div.diff.chunk_header span.section {
 418        color: #aa22aa;
 419}
 420
 421div.diff.incomplete {
 422        color: #cccccc;
 423}
 424
 425div.diff.nodifferences {
 426        font-weight: bold;
 427        color: #600000;
 428}
 429
 430div.index_include {
 431        border: solid #d9d8d1;
 432        border-width: 0px 0px 1px;
 433        padding: 12px 8px;
 434}
 435
 436div.search {
 437        font-size: 100%;
 438        font-weight: normal;
 439        margin: 4px 8px;
 440        float: right;
 441        top: 56px;
 442        right: 12px
 443}
 444
 445p.projsearch {
 446        text-align: center;
 447}
 448
 449td.linenr {
 450        text-align: right;
 451}
 452
 453a.linenr {
 454        color: #999999;
 455        text-decoration: none
 456}
 457
 458a.rss_logo {
 459        float: right;
 460        padding: 3px 0px;
 461        width: 35px;
 462        line-height: 10px;
 463        border: 1px solid;
 464        border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
 465        color: #ffffff;
 466        background-color: #ff6600;
 467        font-weight: bold;
 468        font-family: sans-serif;
 469        font-size: 70%;
 470        text-align: center;
 471        text-decoration: none;
 472}
 473
 474a.rss_logo:hover {
 475        background-color: #ee5500;
 476}
 477
 478a.rss_logo.generic {
 479        background-color: #ff8800;
 480}
 481
 482a.rss_logo.generic:hover {
 483        background-color: #ee7700;
 484}
 485
 486span.refs span {
 487        padding: 0px 4px;
 488        font-size: 70%;
 489        font-weight: normal;
 490        border: 1px solid;
 491        background-color: #ffaaff;
 492        border-color: #ffccff #ff00ee #ff00ee #ffccff;
 493}
 494
 495span.refs span a {
 496        text-decoration: none;
 497        color: inherit;
 498}
 499
 500span.refs span a:hover {
 501        text-decoration: underline;
 502}
 503
 504span.refs span.indirect {
 505        font-style: italic;
 506}
 507
 508span.refs span.ref {
 509        background-color: #aaaaff;
 510        border-color: #ccccff #0033cc #0033cc #ccccff;
 511}
 512
 513span.refs span.tag {
 514        background-color: #ffffaa;
 515        border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
 516}
 517
 518span.refs span.head {
 519        background-color: #aaffaa;
 520        border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
 521}
 522
 523span.atnight {
 524        color: #cc0000;
 525}
 526
 527span.match {
 528        color: #e00000;
 529}
 530
 531div.binary {
 532        font-style: italic;
 533}