2015-12-04 15:58:04 +00:00
|
|
|
body {
|
2015-12-20 19:42:16 +00:00
|
|
|
color: #000;
|
2015-12-04 23:36:54 +00:00
|
|
|
background-color: #fff;
|
2017-11-25 11:09:56 +00:00
|
|
|
font-family: monospace;
|
2015-12-04 15:58:04 +00:00
|
|
|
}
|
|
|
|
|
2015-12-07 17:57:03 +00:00
|
|
|
h1, h2, h3, h4, h5, h6 {
|
2015-12-09 08:30:49 +00:00
|
|
|
font-size: 1em;
|
2015-12-07 17:57:03 +00:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
img, h1, h2 {
|
2015-12-04 15:58:04 +00:00
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2018-01-20 12:18:27 +00:00
|
|
|
img {
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
2019-12-29 18:02:04 +00:00
|
|
|
a:target {
|
|
|
|
background-color: #ccc;
|
|
|
|
}
|
|
|
|
|
2018-12-25 12:39:34 +00:00
|
|
|
a.d,
|
|
|
|
a.h,
|
|
|
|
a.i,
|
|
|
|
a.line {
|
2015-12-09 08:30:49 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2015-12-10 22:24:18 +00:00
|
|
|
#blob a {
|
2020-11-15 20:11:10 +00:00
|
|
|
color: #555;
|
2015-12-10 22:24:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#blob a:hover {
|
|
|
|
color: blue;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2015-12-07 17:57:03 +00:00
|
|
|
table thead td {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
table td {
|
2015-12-07 23:17:48 +00:00
|
|
|
padding: 0 0.4em;
|
2016-01-06 18:19:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#content table td {
|
2016-01-06 17:33:24 +00:00
|
|
|
vertical-align: top;
|
2017-11-25 11:09:56 +00:00
|
|
|
white-space: nowrap;
|
2015-12-07 17:57:03 +00:00
|
|
|
}
|
|
|
|
|
2016-01-05 20:41:49 +00:00
|
|
|
#branches tr:hover td,
|
|
|
|
#tags tr:hover td,
|
|
|
|
#index tr:hover td,
|
|
|
|
#log tr:hover td,
|
|
|
|
#files tr:hover td {
|
2015-12-07 22:54:31 +00:00
|
|
|
background-color: #eee;
|
2015-12-07 17:57:03 +00:00
|
|
|
}
|
|
|
|
|
2016-01-06 17:33:24 +00:00
|
|
|
#index tr td:nth-child(2),
|
|
|
|
#tags tr td:nth-child(3),
|
|
|
|
#branches tr td:nth-child(3),
|
|
|
|
#log tr td:nth-child(2) {
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
|
2015-12-10 22:24:18 +00:00
|
|
|
td.num {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2015-12-07 17:57:03 +00:00
|
|
|
.desc {
|
2020-11-15 20:11:10 +00:00
|
|
|
color: #555;
|
2015-12-07 17:57:03 +00:00
|
|
|
}
|
|
|
|
|
2015-12-04 15:58:04 +00:00
|
|
|
hr {
|
2015-12-07 17:57:03 +00:00
|
|
|
border: 0;
|
2020-11-15 20:11:10 +00:00
|
|
|
border-top: 1px solid #555;
|
2018-01-20 12:18:27 +00:00
|
|
|
height: 1px;
|
2015-12-04 15:58:04 +00:00
|
|
|
}
|
2015-12-07 23:23:58 +00:00
|
|
|
|
|
|
|
pre {
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
|
2016-01-05 20:41:49 +00:00
|
|
|
pre a.h {
|
2016-03-01 16:15:07 +00:00
|
|
|
color: #00a;
|
2015-12-07 23:23:58 +00:00
|
|
|
}
|
|
|
|
|
2018-11-18 17:08:20 +00:00
|
|
|
.A,
|
2016-04-30 09:54:33 +00:00
|
|
|
span.i,
|
2015-12-09 09:43:20 +00:00
|
|
|
pre a.i {
|
2016-03-01 16:15:07 +00:00
|
|
|
color: #070;
|
2015-12-07 23:23:58 +00:00
|
|
|
}
|
|
|
|
|
2018-11-18 17:08:20 +00:00
|
|
|
.D,
|
2016-04-30 09:54:33 +00:00
|
|
|
span.d,
|
2015-12-09 09:43:20 +00:00
|
|
|
pre a.d {
|
2016-03-01 16:15:07 +00:00
|
|
|
color: #e00;
|
2015-12-07 23:23:58 +00:00
|
|
|
}
|
|
|
|
|
2016-01-05 20:41:49 +00:00
|
|
|
pre a.h:hover,
|
|
|
|
pre a.i:hover,
|
|
|
|
pre a.d:hover {
|
2015-12-09 08:30:49 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2022-03-15 15:58:32 +00:00
|
|
|
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
|
|
body {
|
|
|
|
background-color: #000;
|
|
|
|
color: #bdbdbd;
|
|
|
|
}
|
|
|
|
hr {
|
|
|
|
border-color: #222;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
color: #56c8ff;
|
|
|
|
}
|
|
|
|
a:target {
|
|
|
|
background-color: #222;
|
|
|
|
}
|
|
|
|
.desc {
|
|
|
|
color: #aaa;
|
|
|
|
}
|
|
|
|
#blob a {
|
|
|
|
color: #555;
|
|
|
|
}
|
|
|
|
#blob a:target {
|
|
|
|
color: #eee;
|
|
|
|
}
|
|
|
|
#blob a:hover {
|
|
|
|
color: #56c8ff;
|
|
|
|
}
|
|
|
|
pre a.h {
|
|
|
|
color: #00cdcd;
|
|
|
|
}
|
|
|
|
.A,
|
|
|
|
span.i,
|
|
|
|
pre a.i {
|
|
|
|
color: #00cd00;
|
|
|
|
}
|
|
|
|
.D,
|
|
|
|
span.d,
|
|
|
|
pre a.d {
|
|
|
|
color: #cd0000;
|
|
|
|
}
|
|
|
|
#branches tr:hover td,
|
|
|
|
#tags tr:hover td,
|
|
|
|
#index tr:hover td,
|
|
|
|
#log tr:hover td,
|
|
|
|
#files tr:hover td {
|
|
|
|
background-color: #111;
|
|
|
|
}
|
|
|
|
}
|