2015-12-04 16:58:04 +01:00
|
|
|
body {
|
2015-12-08 00:17:48 +01:00
|
|
|
font-family: monospace;
|
2015-12-20 20:42:16 +01:00
|
|
|
color: #000;
|
2015-12-05 00:36:54 +01:00
|
|
|
background-color: #fff;
|
2015-12-04 16:58:04 +01:00
|
|
|
}
|
|
|
|
|
2015-12-07 18:57:03 +01:00
|
|
|
h1, h2, h3, h4, h5, h6 {
|
2015-12-09 08:30:49 +00:00
|
|
|
font-size: 1em;
|
2015-12-07 18:57:03 +01:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
img, h1, h2 {
|
2015-12-04 16:58:04 +01:00
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2015-12-09 08:30:49 +00:00
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2015-12-10 22:24:18 +00:00
|
|
|
#blob a {
|
|
|
|
color: #777;
|
|
|
|
}
|
|
|
|
|
|
|
|
#blob a:hover {
|
|
|
|
color: blue;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2015-12-07 18:57:03 +01:00
|
|
|
table thead td {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
table td {
|
2015-12-08 00:17:48 +01:00
|
|
|
padding: 0 0.4em;
|
2015-12-07 18:57:03 +01:00
|
|
|
}
|
|
|
|
|
2015-12-26 12:54:09 +01:00
|
|
|
#index tr:hover td, #log tr:hover td, #files tr:hover td {
|
2015-12-07 23:54:31 +01:00
|
|
|
background-color: #eee;
|
2015-12-07 18:57:03 +01:00
|
|
|
}
|
|
|
|
|
2015-12-10 22:24:18 +00:00
|
|
|
td.num {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2015-12-07 18:57:03 +01:00
|
|
|
.desc {
|
|
|
|
color: #777;
|
|
|
|
}
|
|
|
|
|
2015-12-04 16:58:04 +01:00
|
|
|
hr {
|
2015-12-07 18:57:03 +01:00
|
|
|
border: 0;
|
2015-12-09 23:48:20 +01:00
|
|
|
border-top: 1px solid #777;
|
2015-12-04 16:58:04 +01:00
|
|
|
}
|
2015-12-08 00:23:58 +01:00
|
|
|
|
|
|
|
pre {
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
|
2015-12-09 08:30:49 +00:00
|
|
|
pre .h {
|
|
|
|
color: darkcyan;
|
2015-12-08 00:23:58 +01:00
|
|
|
}
|
|
|
|
|
2015-12-09 09:43:20 +00:00
|
|
|
pre a.i {
|
2015-12-08 00:23:58 +01:00
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
|
2015-12-09 09:43:20 +00:00
|
|
|
pre a.d {
|
2015-12-08 00:23:58 +01:00
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
2015-12-09 09:43:20 +00:00
|
|
|
pre a.i:hover, pre a.d:hover {
|
2015-12-09 08:30:49 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|