Aberrant/static/aberrant.css

25 lines
321 B
CSS
Raw 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-02-15 07:33:55 -05:00
#name {
2019-02-14 15:00:21 -05:00
padding-left: 1em;
}
2019-02-15 07:33:55 -05:00
.state, .downrate, .uprate, .tracker {
2019-02-14 15:00:21 -05:00
text-align: center;
width: 10%;
}