TorrentIndexer/static/css/details.css

43 lines
534 B
CSS

#torrent a {
text-decoration: underline;
}
#torrent a:hover {
text-decoration: none;
}
h4 {
display: flex;
justify-content: center;
margin-bottom: 30px;
}
.detailrow {
margin-bottom: 10px;
}
.detailrow div {
width: 50%;
display: inline;
}
.detailrow > :first-child {
width: 30%;
font-size: 1.2em;
font-weight: bold;
float: left;
}
.detailrow > :last-child {
display: flex;
justify-content: right;
width: 70%;
float: right;
padding-right: 10px;
}
#torrent #details {
border: 1px solid white;
padding: 10px;
}