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