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

More style and updates to markup for the facebook/twitter sections.

parent e426a2b1
Branches
No related tags found
No related merge requests found
......@@ -167,11 +167,27 @@ Big Ten Video Slide
margin-right:14px;
}
#maincontent .wdn_tabs #tabFacebook {
background:#3b5998;
background: #3b5998; /* Old browsers */
background: -moz-linear-gradient(top, #3b5998 0%, #2e4777 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b5998), color-stop(100%,#2e4777)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #3b5998 0%,#2e4777 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #3b5998 0%,#2e4777 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #3b5998 0%,#2e4777 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b5998', endColorstr='#2e4777',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #3b5998 0%,#2e4777 100%); /* W3C */
border:1px solid #263c6a;
}
#maincontent .wdn_tabs #tabTwitter {
background:#4099ff;
background: #4099ff; /* Old browsers */
background: -moz-linear-gradient(top, #4099ff 0%, #3479c9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4099ff), color-stop(100%,#3479c9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #4099ff 0%,#3479c9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #4099ff 0%,#3479c9 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #4099ff 0%,#3479c9 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4099ff', endColorstr='#3479c9',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #4099ff 0%,#3479c9 100%); /* W3C */
border:1px solid #2673cb;
}
#maincontent .wdn_tabs #tabFacebook a, #maincontent .wdn_tabs #tabTwitter a {
background:none;
......
......@@ -153,21 +153,18 @@
</ul>
<div class="wdn_tabs_content">
<div id="facebook">
<h5 class="sec_header">UNL on <a href="http://www.facebook.com/unl.edu">Facebook</a></h5>
<iframe scrolling="no" frameborder="0"
src="http://www.facebook.com/connect/connect.php?id=10150299702907327&amp;connections=6&amp;stream=1"
style="border: none; width: 220px; height: 400px;">
Your browser does not support inline frames or is currently configured not to display
inline frames. Content can be viewed at actual source page:"Your Facebook URL Goes Here"
</iframe>
<div style="font-size:8px; text-align:center">
<a href="http://www.facebook.com/unl.edu">University of Nebraska-Lincoln</a>
on Facebook</div>
<a href="http://www.facebook.com/unl.edu">Like UNL on Facebook</a>
</div>
<div id="twitter">
<h5 class="sec_header">UNL News <a href="http://twitter.com/unlnews">Twitter</a></h5>
<div id="twitterFeed">
</div>
<a href="http://twitter.com/unlnews">Follow UNL on Twitter</a>
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment