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