link ReLive

This commit is contained in:
MaZderMind 2014-12-27 13:02:34 +01:00
parent 77d3c10bd8
commit 5a67e025f4
4 changed files with 26 additions and 11 deletions

View file

@ -5537,11 +5537,12 @@ a.inverted {
overflow: hidden;
margin-bottom: 2em; }
.rooms .room-group.recordings {
text-align: center;
font-size: 3.25em;
padding: .75em; }
.rooms .room-group.recordings a:hover {
text-decoration: none; }
text-align: center; }
.rooms .room-group.recordings li a {
color: #d87500;
font-size: 4em; }
.rooms .room-group.recordings li a:hover {
text-decoration: none; }
.rooms .room-group h2 {
margin: 0.6em 1.2em 0.3em; }
.rooms .room-group ul {

File diff suppressed because one or more lines are too long

View file

@ -334,10 +334,13 @@ a.inverted {
&.recordings {
text-align: center;
font-size: 3.25em;
padding: .75em;
a:hover {
text-decoration: none;
li a {
color: $brand-primary;
font-size: 4em;
&:hover {
text-decoration: none;
}
}
}

View file

@ -65,7 +65,18 @@
<div class="room-group recordings">
<a href="//media.ccc.de/browse/congress/2014/index.html"><span class="fa fa-video-camera"></span> Recordings</a>
<h2>Recordings</h2>
<ul class="row">
<li class="col-sm-6">
<div class="title">
<a href="http://media.ccc.de/browse/congress/2014/index.html"><span class="fa fa-video-camera"></span> Releases</a>
</div>
</li>
<li class="col-sm-6">
<a href="http://vod.c3voc.de/relive/"><span class="fa fa-play-circle"></span> ReLive</a>
</li>
</ul>
</div>
</div>