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