Aberrant/static/aberrant.css

47 lines
622 B
CSS
Raw Permalink Normal View History

2019-02-15 07:33:55 -05:00
body {
background-color: #FAFAFA;
color: #111111;
font-family: Tahoma, Helvetica, sans-serif;
}
2019-02-14 15:00:21 -05:00
#torrents {
width: 100%;
border-collapse: collapse;
border: 1px solid #ccc;
}
tr {
border: 1px solid #ccc;
}
2019-09-01 16:48:45 -04:00
#torrents td {
text-align: center;
width: 10%;
}
#torrents .name {
2019-02-19 13:18:05 -05:00
padding-left: 0.5em;
2019-09-01 16:48:45 -04:00
text-align: left;
width: 0;
2019-02-14 15:00:21 -05:00
}
2019-09-01 16:48:45 -04:00
#torrents .down_percent:after {
content: "%";
2019-02-14 15:00:21 -05:00
}
#tracker_stats {
border-collapse: collapse;
border: 1px solid #ccc;
}
.tracker_stat {
padding-left: 0.5em;
padding-right: 0.5em;
}
.hashing, .error, .total {
text-align: center;
padding-left: 0.5em;
padding-right: 0.5em;
}