Aberrant/static/aberrant.css

25 lines
321 B
CSS

body {
background-color: #FAFAFA;
color: #111111;
font-family: Tahoma, Helvetica, sans-serif;
}
#torrents {
width: 100%;
border-collapse: collapse;
border: 1px solid #ccc;
}
tr {
border: 1px solid #ccc;
}
#name {
padding-left: 1em;
}
.state, .downrate, .uprate, .tracker {
text-align: center;
width: 10%;
}