From f5f06a5a3519771b3fe58c73c50f0eab647e41cf Mon Sep 17 00:00:00 2001
From: Seth Meranda <smeranda2@unl.edu>
Date: Thu, 22 Sep 2011 15:55:59 +0000
Subject: [PATCH] Remove unused CSS rules, add unique IDs to each of the
 slides.

---
 css/gobigred.css | 34 ++++++----------------------------
 index.php        |  4 ++--
 2 files changed, 8 insertions(+), 30 deletions(-)

diff --git a/css/gobigred.css b/css/gobigred.css
index 03e040f..f5787b4 100644
--- a/css/gobigred.css
+++ b/css/gobigred.css
@@ -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;
diff --git a/index.php b/index.php
index 239a129..ae7de2e 100644
--- a/index.php
+++ b/index.php
@@ -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>
-- 
GitLab