2016-06-05 02:48:44 -04:00
|
|
|
my-loader {
|
|
|
|
display: block;
|
|
|
|
padding-top: 200px;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2016-04-28 13:55:41 -04:00
|
|
|
.embed-responsive {
|
2016-04-29 08:34:51 -04:00
|
|
|
height: 500px;
|
2016-04-28 13:55:41 -04:00
|
|
|
}
|
2016-04-29 08:18:14 -04:00
|
|
|
|
2016-04-29 08:34:51 -04:00
|
|
|
#torrent-info {
|
|
|
|
font-size: 10px;
|
2016-07-19 10:45:07 -04:00
|
|
|
margin-top: 10px;
|
|
|
|
text-align: center;
|
2016-04-29 08:34:51 -04:00
|
|
|
|
|
|
|
div {
|
2016-07-19 10:45:07 -04:00
|
|
|
min-width: 60px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.embed-responsive {
|
|
|
|
@media screen and (max-width: 600px) {
|
|
|
|
height: 300px;
|
2016-04-29 08:34:51 -04:00
|
|
|
}
|
|
|
|
}
|
2016-11-04 11:04:50 -04:00
|
|
|
|
|
|
|
#video-info {
|
|
|
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
|
margin-top: 10px;
|
|
|
|
padding-top: 5px;
|
|
|
|
|
|
|
|
#video-name-actions {
|
|
|
|
|
|
|
|
#video-name {
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn .glyphicon {
|
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#magnet-uri {
|
|
|
|
font-weight: bold;
|
|
|
|
opacity: 0.85;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#video-by-date {
|
|
|
|
font-size: 13px;
|
|
|
|
opacity: 0.6;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
#video-date:before {
|
|
|
|
content: '\002022';
|
|
|
|
margin: 0 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#video-tags {
|
|
|
|
margin-top: 10px;
|
|
|
|
|
|
|
|
a {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#video-description {
|
|
|
|
margin-top: 15px;
|
|
|
|
|
|
|
|
#description-label {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|