This repository has been archived on 2019-03-24. You can view files and clone it, but cannot push or open issues/pull-requests.
lighttpd/assets/listing.css

49 lines
581 B
CSS

body,html {
background-color: #fdf6e3;
color: #657b83;
font-family: "TeX Gyre Heros", "Roboto", "Helvetica", "Arial", sans-serif;
}
tr:nth-child(even) {
background: #eee8d5;
}
th,td {
padding: 0.1em 0.5em;
}
th {
text-align: left;
font-weight: bold;
background: #eee8d5;
border-bottom: 1px solid #657b83;
}
a {
color: #586e75;
}
a:hover {
color: #073642;
}
.m, .t {
display: none;
}
table {
width: 100%;
}
.foot {
display: none;
}
#search-field {
width: 100%;
border: none;
margin-bottom: 15px;
background: #eee8d5;
color: inherit;
}