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