0912361ac8f2800b259e1fa7958deb52a76f2e82
   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.to_file,
 277div.diff.add {
 278        color: #008800;
 279}
 280
 281div.diff.from_file,
 282div.diff.rem {
 283        color: #cc0000;
 284}
 285
 286div.diff.chunk_header {
 287        color: #990099;
 288}
 289
 290div.diff.incomplete {
 291        color: #cccccc;
 292}
 293
 294div.diff_info {
 295        font-family: monospace;
 296        color: #000099;
 297        background-color: #edece6;
 298        font-style: italic;
 299}
 300
 301div.index_include {
 302        border: solid #d9d8d1;
 303        border-width: 0px 0px 1px;
 304        padding: 12px 8px;
 305}
 306
 307div.search {
 308        margin: 4px 8px;
 309        position: absolute;
 310        top: 56px;
 311        right: 12px
 312}
 313
 314td.linenr {
 315        text-align: right;
 316}
 317
 318a.linenr {
 319        color: #999999;
 320        text-decoration: none
 321}
 322
 323a.rss_logo {
 324        float: right;
 325        padding: 3px 0px;
 326        width: 35px;
 327        line-height: 10px;
 328        border: 1px solid;
 329        border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
 330        color: #ffffff;
 331        background-color: #ff6600;
 332        font-weight: bold;
 333        font-family: sans-serif;
 334        font-size: 10px;
 335        text-align: center;
 336        text-decoration: none;
 337}
 338
 339a.rss_logo:hover {
 340        background-color: #ee5500;
 341}
 342
 343span.refs span {
 344        padding: 0px 4px;
 345        font-size: 10px;
 346        font-weight: normal;
 347        border: 1px solid;
 348        background-color: #ffaaff;
 349        border-color: #ffccff #ff00ee #ff00ee #ffccff;
 350}
 351
 352span.refs span.ref {
 353        background-color: #aaaaff;
 354        border-color: #ccccff #0033cc #0033cc #ccccff;
 355}
 356
 357span.refs span.tag {
 358        background-color: #ffffaa;
 359        border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
 360}
 361
 362span.refs span.head {
 363        background-color: #aaffaa;
 364        border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
 365}
 366
 367span.atnight {
 368        color: #cc0000;
 369}
 370
 371span.match {
 372        color: #e00000;
 373}