27 lines
459 B
Plaintext
27 lines
459 B
Plaintext
|
<style type="text/css">
|
||
|
.video-player {
|
||
|
margin-bottom: 15px;
|
||
|
}
|
||
|
.video-player.youtube iframe{
|
||
|
height: 540px;
|
||
|
width: 1045px;
|
||
|
border : 0px none;
|
||
|
}
|
||
|
.video-player.upload video{
|
||
|
height: 540px;
|
||
|
border : 0px none;
|
||
|
}
|
||
|
</style>
|
||
|
<h3>{{title}}</h3>
|
||
|
<div class="video-player {{type}}">
|
||
|
{{video}}
|
||
|
</div>
|
||
|
<p class="description">
|
||
|
{{subtitle}}
|
||
|
</p>
|
||
|
<ul data-list="files" data-level="0">
|
||
|
<li>
|
||
|
<a href="{{link}}" target="_blank">{{title}}</a>
|
||
|
</li>
|
||
|
</ul>
|