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

Remove unused CSS rules, add unique IDs to each of the slides.

parent 3ec9518b
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
Big Ten Video Slide
*/
#maincontent li.video {
#maincontent #slide_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,12 +13,12 @@ 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%);
}
#maincontent li.video video {
#maincontent #slide_video video {
height:100%;
float:left;
width:auto !important;
}
#maincontent .currentScroller ul li.video .promoText {
#maincontent .currentScroller ul #slide_video .promoText {
right:50px;
left:auto;
width:360px;
......@@ -27,36 +27,13 @@ Big Ten Video Slide
text-shadow: -1px -1px #ffffff;
z-index:10;
}
#maincontent .currentScroller ul li.video .promoText h3 {color:#555;}
#maincontent .currentScroller .video .promoText a, #maincontent .currentScroller .innovation .promoText a {
#maincontent .currentScroller ul #slide_video .promoText h3 {color:#555;}
#maincontent .currentScroller #slide_video .promoText a {
color:#ba0000;
}
#maincontent .currentScroller .innovation .promoText {
text-shadow: -1px -1px #ffffff;
}
/* Move to full height presentation */
#maincontent div.wdn_carousel.full {
height:570px;
}
#maincontent .wdn_carousel.full .sliderControl {
display:none;
}
#maincontent .wdn_carousel.full .currentScroller {
height:540px;
}
#maincontent .wdn_carousel.full .currentScroller ul li.video {
height:540px;
}
#maincontent .wdn_carousel.full .currentScroller ul li.video #bigTenVideo {
height:540px;
}
#maincontent .wdn_carousel.full .currentScroller ul li.video #bigTenVideo #theVideo {
top:0;
left:0;
width:960px;
height:540px;
visibility:visible;
}
/*
*
......@@ -216,6 +193,7 @@ background: linear-gradient(top, #4099ff 0%,#3479c9 100%); /* W3C */
list-style:none;
color:#655F3C;
font-size:1em;
margin-bottom:5px;
}
#twitterFeed ul li {
padding:0.5em 0.2em;
......
......@@ -73,7 +73,7 @@
</script>
<div id="wdn_Carousel">
<ul class="wdn_Carousel_slides">
<li>
<li id="slide_goBig">
<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>
......@@ -83,7 +83,7 @@
</p>
</div>
</li>
<li class="video">
<li id="slide_video">
<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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment