Skip to content
Snippets Groups Projects
Commit fc676473 authored by Seth Meranda's avatar Seth Meranda
Browse files

Update markup to work with new carousel. Add a new video thumbnail for now.

parent 6c09a289
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<buildpath>
<buildpathentry kind="src" path=""/>
<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>
</buildpath>
......@@ -4,7 +4,7 @@
Big Ten Video Slide
*/
#maincontent .currentScroller ul li.video {
#maincontent li.video {
background: rgb(246,246,246); /* Old browsers */
background: -moz-linear-gradient(top, rgba(246,246,246,1) 1%, rgba(225,225,225,1) 29%, rgba(241,241,241,1) 30%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(246,246,246,1)), color-stop(29%,rgba(225,225,225,1)), color-stop(30%,rgba(241,241,241,1)), color-stop(100%,rgba(255,255,255,1)));
......@@ -13,22 +13,10 @@ Big Ten Video Slide
background: -ms-linear-gradient(top, rgba(246,246,246,1) 1%,rgba(225,225,225,1) 29%,rgba(241,241,241,1) 30%,rgba(255,255,255,1) 100%);
background: linear-gradient(top, rgba(246,246,246,1) 1%,rgba(225,225,225,1) 29%,rgba(241,241,241,1) 30%,rgba(255,255,255,1) 100%);
}
#bigTenVideo {
background:url('images/tv20110701.png') no-repeat 0 0;
height:310px;
width:480px;
cursor:pointer;
z-index:11;
position:absolute;
}
#bigTenVideo #theVideo {
position:absolute;
width:364px;
height:199px;
top:9px;
left:82px;
cursor:pointer;
visibility:hidden;
#maincontent li.video video {
height:100%;
float:left;
width:auto !important;
}
#maincontent .currentScroller ul li.video .promoText {
right:50px;
......
images/videoThumbnail.jpg

25 KiB

......@@ -74,19 +74,18 @@
<div id="wdn_Carousel">
<ul class="wdn_Carousel_slides">
<li>
<a href="http://go.unl.edu/gobig" title="Read more about UNL in the Big Ten">
<img alt="Big Red in the Big Ten" src="images/gbr_balloon_promo.jpg" width="960" height="310" />
</a>
<div>
<a href="http://go.unl.edu/gobig" title="read more about UNL in the Big Ten"><img alt="Big Red in the Big Ten" src="images/gbr_balloon_promo.jpg" width="960" height="310" /></a>
<p><span style="font-size:1.8em;">Nebraska Goes Big</span><br/>The University of Nebraska-Lincoln brings a wealth of ideas to the Big Ten. <a href="http://go.unl.edu/gobig" title="read more about UNL in the Big Ten">Learn more about some of them.</a>
<h3>Nebraska Goes Big</h3>
<p>The University of Nebraska-Lincoln brings a wealth of ideas to the Big Ten. <a href="http://go.unl.edu/gobig" title="read more about UNL in the Big Ten">Learn more about some of them.</a>
</p>
</div>
</li>
<li class="video">
<div id="bigTenVideo">
<div id="theVideo">
<video height="540" width="960" src="http://www.unl.edu/ucomm/ucomm/av/video/gobigred/20110915_Ucomm_TV.mp4" poster="http://itunes.unl.edu/thumbnails.php?url=http://www.unl.edu/ucomm/ucomm/av/video/gobigred/20110915_Ucomm_TV.mp4"></video>
</div>
</div>
<div class="promoText">
<video src="http://www.unl.edu/ucomm/ucomm/av/video/gobigred/20110915_Ucomm_TV.mp4" poster="images/videoThumbnail.jpg" controls></video>
<div>
<h3>Big Red in the Big Ten</h3>
<p>UNL's entry to the <a href="http://www.unl.edu/ucomm/aboutunl/big10.shtml" title="read more about the Big Ten Conference and CIC">Big Ten and the CIC</a> means exciting new opportunities for students and research ... and it's just the beginning.</p>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment