2017-12-29 08:42:22 +01:00
|
|
|
#torrent a {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
#torrent a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2017-12-29 07:18:51 +01:00
|
|
|
h4 {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.detailrow {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.detailrow div {
|
|
|
|
width: 50%;
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2017-12-29 08:42:22 +01:00
|
|
|
.detailrow > :first-child {
|
2017-12-29 07:18:51 +01:00
|
|
|
width: 30%;
|
|
|
|
font-size: 1.2em;
|
|
|
|
font-weight: bold;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2017-12-29 08:42:22 +01:00
|
|
|
.detailrow > :last-child {
|
2017-12-29 07:18:51 +01:00
|
|
|
display: flex;
|
|
|
|
justify-content: right;
|
|
|
|
width: 70%;
|
|
|
|
float: right;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#torrent #details {
|
2017-12-29 03:03:47 +01:00
|
|
|
border: 1px solid white;
|
2017-12-29 07:18:51 +01:00
|
|
|
padding: 10px;
|
2017-12-29 03:03:47 +01:00
|
|
|
}
|