gitweb / gitweb.csson commit gitweb: Use git-diff-tree patch output for commitdiff (eee0890)
   1body {
   2        font-family: sans-serif;
   3        font-size: 12px;
   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
  19div.page_header {
  20        height: 25px;
  21        padding: 8px;
  22        font-size: 18px;
  23        font-weight: bold;
  24        background-color: #d9d8d1;
  25}
  26
  27div.page_header a:visited, a.header {
  28        color: #0000cc;
  29}
  30
  31div.page_header a:hover {
  32        color: #880000;
  33}
  34
  35div.page_nav {
  36        padding: 8px;
  37}
  38
  39div.page_nav a:visited {
  40        color: #0000cc;
  41}
  42
  43div.page_path {
  44        padding: 8px;
  45        font-weight: bold;
  46        border: solid #d9d8d1;
  47        border-width: 0px 0px 1px;
  48}
  49
  50div.page_footer {
  51        height: 17px;
  52        padding: 4px 8px;
  53        background-color: #d9d8d1;
  54}
  55
  56div.page_footer_text {
  57        float: left;
  58        color: #555555;
  59        font-style: italic;
  60}
  61
  62div.page_body {
  63        padding: 8px;
  64        font-family: monospace;
  65}
  66
  67div.title, a.title {
  68        display: block;
  69        padding: 6px 8px;
  70        font-weight: bold;
  71        background-color: #edece6;
  72        text-decoration: none;
  73        color: #000000;
  74}
  75
  76a.title:hover {
  77        background-color: #d9d8d1;
  78}
  79
  80div.title_text {
  81        padding: 6px 0px;
  82        border: solid #d9d8d1;
  83        border-width: 0px 0px 1px;
  84        font-family: monospace;
  85}
  86
  87div.log_body {
  88        padding: 8px 8px 8px 150px;
  89}
  90
  91span.age {
  92        position: relative;
  93        float: left;
  94        width: 142px;
  95        font-style: italic;
  96}
  97
  98div.page_body span.signoff {
  99        color: #888888;
 100}
 101
 102div.log_link {
 103        padding: 0px 8px;
 104        font-size: 10px;
 105        font-family: sans-serif;
 106        font-style: normal;
 107        position: relative;
 108        float: left;
 109        width: 136px;
 110}
 111
 112div.list_head {
 113        padding: 6px 8px 4px;
 114        border: solid #d9d8d1;
 115        border-width: 1px 0px 0px;
 116        font-style: italic;
 117}
 118
 119a.list {
 120        text-decoration: none;
 121        color: #000000;
 122}
 123
 124a.subject, a.name {
 125        font-weight: bold;
 126}
 127
 128table.tags a.subject {
 129        font-weight: normal;
 130}
 131
 132a.list:hover {
 133        text-decoration: underline;
 134        color: #880000;
 135}
 136
 137a.text {
 138        text-decoration: none;
 139        color: #0000cc;
 140}
 141
 142a.text:visited {
 143        text-decoration: none;
 144        color: #880000;
 145}
 146
 147a.text:hover {
 148        text-decoration: underline;
 149        color: #880000;
 150}
 151
 152table {
 153        padding: 8px 4px;
 154}
 155
 156table.project_list {
 157        border-spacing: 0;
 158}
 159
 160table.diff_tree {
 161        border-spacing: 0;
 162        font-family: monospace;
 163}
 164
 165table.blame {
 166        border-collapse: collapse;
 167}
 168
 169th {
 170        padding: 2px 5px;
 171        font-size: 12px;
 172        text-align: left;
 173}
 174
 175tr.light:hover {
 176        background-color: #edece6;
 177}
 178
 179tr.dark {
 180        background-color: #f6f6f0;
 181}
 182
 183tr.dark2 {
 184        background-color: #f6f6f0;
 185}
 186
 187tr.dark:hover {
 188        background-color: #edece6;
 189}
 190
 191td {
 192        padding: 2px 5px;
 193        font-size: 12px;
 194        vertical-align: top;
 195}
 196
 197td.link, td.selflink {
 198        padding: 2px 5px;
 199        font-family: sans-serif;
 200        font-size: 10px;
 201}
 202
 203td.selflink {
 204        padding-right: 0px;
 205}
 206
 207td.sha1 {
 208        font-family: monospace;
 209}
 210
 211td.error {
 212        color: red;
 213        background-color: yellow;
 214}
 215
 216td.current_head {
 217        text-decoration: underline;
 218}
 219
 220table.diff_tree span.file_status.new {
 221        color: #008000;
 222}
 223
 224table.diff_tree span.file_status.deleted {
 225        color: #c00000;
 226}
 227
 228table.diff_tree span.file_status.moved,
 229table.diff_tree span.file_status.mode_chnge {
 230        color: #777777;
 231}
 232
 233table.diff_tree span.file_status.copied {
 234  color: #70a070;
 235}
 236
 237/* age2: 60*60*24*2 <= age */
 238table.project_list td.age2, table.blame td.age2 {
 239        font-style: italic;
 240}
 241
 242/* age1: 60*60*2 <= age < 60*60*24*2 */
 243table.project_list td.age1 {
 244        color: #009900;
 245        font-style: italic;
 246}
 247
 248table.blame td.age1 {
 249        color: #009900;
 250        background: transparent;
 251}
 252
 253/* age0: age < 60*60*2 */
 254table.project_list td.age0 {
 255        color: #009900;
 256        font-style: italic;
 257        font-weight: bold;
 258}
 259
 260table.blame td.age0 {
 261        color: #009900;
 262        background: transparent;
 263        font-weight: bold;
 264}
 265
 266td.pre, div.pre, div.diff {
 267        font-family: monospace;
 268        font-size: 12px;
 269        white-space: pre;
 270}
 271
 272td.mode {
 273        font-family: monospace;
 274}
 275
 276div.diff.add {
 277        color: #008800;
 278}
 279
 280div.diff.rem {
 281        color: #cc0000;
 282}
 283
 284div.diff.chunk_header {
 285        color: #990099;
 286}
 287
 288div.diff_info {
 289        font-family: monospace;
 290        color: #000099;
 291        background-color: #edece6;
 292        font-style: italic;
 293}
 294
 295div.index_include {
 296        border: solid #d9d8d1;
 297        border-width: 0px 0px 1px;
 298        padding: 12px 8px;
 299}
 300
 301div.search {
 302        margin: 4px 8px;
 303        position: absolute;
 304        top: 56px;
 305        right: 12px
 306}
 307
 308td.linenr {
 309        text-align: right;
 310}
 311
 312a.linenr {
 313        color: #999999;
 314        text-decoration: none
 315}
 316
 317a.rss_logo {
 318        float: right;
 319        padding: 3px 0px;
 320        width: 35px;
 321        line-height: 10px;
 322        border: 1px solid;
 323        border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
 324        color: #ffffff;
 325        background-color: #ff6600;
 326        font-weight: bold;
 327        font-family: sans-serif;
 328        font-size: 10px;
 329        text-align: center;
 330        text-decoration: none;
 331}
 332
 333a.rss_logo:hover {
 334        background-color: #ee5500;
 335}
 336
 337span.refs span {
 338        padding: 0px 4px;
 339        font-size: 10px;
 340        font-weight: normal;
 341        border: 1px solid;
 342        background-color: #ffaaff;
 343        border-color: #ffccff #ff00ee #ff00ee #ffccff;
 344}
 345
 346span.refs span.ref {
 347        background-color: #aaaaff;
 348        border-color: #ccccff #0033cc #0033cc #ccccff;
 349}
 350
 351span.refs span.tag {
 352        background-color: #ffffaa;
 353        border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
 354}
 355
 356span.refs span.head {
 357        background-color: #aaffaa;
 358        border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
 359}
 360
 361span.atnight {
 362        color: #cc0000;
 363}
 364
 365span.match {
 366        color: #e00000;
 367}