Team:UChicago/stylesheet

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<html>
+
/* Thanks to DTU 2011 https://2011.igem.org/Team:UChicago/How_to_customize_an_iGEM_wiki */
 +
/******************************************************************************************/
-
<!-- STYLESHEET -->
+
/* Removes MediaWiki Formatting */
-
<!-- *********** -->
+
/********************************/
 +
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
 +
    display:none;} /* removes header + footer */
-
    <link rel="stylesheet" href="https://2013.igem.org/Team:UChicago/stylesheet?action=raw&ctype=text/css" type="text/css" />
+
/* Redesigns MediaWiki Top Menu */
 +
/********************************/
 +
body {
 +
    margin: 10px 0 0 0;
 +
    padding: 0;}
 +
#top-section {
 +
    width: 965px;
 +
    height: 0;Y
 +
    margin: 0 auto;
 +
    padding: 0;
 +
    border: none;}
 +
#menubar {
 +
    font-size: 65%;
 +
    top: -14px;}
 +
.left-menu:hover {
 +
    background-color: transparent;}
 +
#menubar li a {
 +
    background-color: transparent;}
 +
#menubar:hover {
 +
    color: white;}
 +
#menubar li a {
 +
    color: transparent;}
 +
#menubar:hover li a {
 +
    color: white;}
 +
#menubar > ul > li:last-child {
 +
    display:none;}
-
<!-- JAVASCRIPTS -->
+
/* Redesigns Table Of Contents */ /* edit this to reflect UChicago theme */
-
<!-- *********** -->
+
/*******************************/
 +
table.toc, #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle {
 +
    text-align: left;}
 +
#toctitle {
 +
    margin: 5px 0;}
 +
.toc, #toc {
 +
    background-color: #F6F6F6;
 +
    border: 1px solid #CCCCCC;
 +
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
 +
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15); /* for the Safari browser*/
 +
    float: left;
 +
    width: 228px;
 +
    display: block;
 +
    overflow: hidden;
 +
    padding: 0;}
 +
#toc ul, .toc ul {
 +
    margin: 0 5px 5px 5px;}
 +
.toc ul li {
 +
    padding-left: 12px;
 +
    text-indent: -12px;
 +
    /*width: 200px;*/}
 +
.toc ul li ul li {
 +
    padding-left: 30px;
 +
    text-indent: -24px;
 +
    /*width: 170px;*/}
 +
#toc ul ul, .toc ul ul {
 +
    margin: 0;}
 +
.toc {
 +
    margin-left: -250px;
 +
    margin-top: 20px;}
 +
.stickBelowNavigation {
 +
    position: fixed;
 +
      top: 35px;
 +
      left: 50%;
 +
    margin-left: -462px;}
 +
.tochidden {
 +
    position: static;
 +
    margin-left: -250px;}
-
     <!-- ie9.js (fixes all Internet Explorer browsers older than ie9) -->
+
/* Font style and general */
-
     <!--[if lt IE 9]>
+
/**************************/
-
     <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
+
#content {
-
     <![endif]-->
+
     font-family: Montserrat, Helvetica, Verdana, sans-serif;
 +
    font-size: 14px;
 +
    color: #565656;}
 +
p {
 +
    margin: 0;}
 +
#innercontent p {
 +
    margin: 0.6em 0;}
 +
h2, h3, h4, h5, h6 {
 +
    border: none;
 +
    font-weight: lighter;
 +
    color: #444444;}
 +
h1 {
 +
    border: none;
 +
    color: #383838;
 +
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
 +
    font-size: 35px;
 +
     margin: 5px 0 0 0;
 +
    font-weight: bold;}
 +
h2 {
 +
     background: url("https://static.igem.org/mediawiki/2011/f/f0/Horisontal-line.png") repeat-x scroll 0 100% transparent;
 +
     border: none;
 +
    padding: 20px 0 5px;
 +
    font-family: Arial;
 +
    font-size: 24px;
 +
    font-weight: bold;
 +
    clear: right;
 +
    margin-bottom: 0;}
 +
#bodyContent h1, #bodyContent h2 {
 +
    margin-bottom: 0;}
 +
h3 {
 +
    font-size: 30px;
 +
    padding: 15px 0 5px 0;}
 +
h4 {
 +
        font-weight: bold;}
 +
ul {
 +
    list-style-position: inside;
 +
    margin: 0;}
 +
a, a:visited, a:active {
 +
    color: #3366CC;}
 +
pre {
 +
    overflow: auto;
 +
    font-size: 12px;}
 +
div.tright, div.floatright {
 +
    border: none;
 +
    margin: 10px 0 10px 20px;}
 +
div.tleft, div.floatleft {
 +
    border: none;
 +
    margin: 10px 20px 10px 0;}
 +
div.tnone {
 +
    border: none;}
 +
iframe {
 +
    margin: 1px;}
 +
hr {
 +
    height: 0;
 +
    border-top: 1px solid #AAA;
 +
    border-bottom: 1px solid #FFF;}
 +
.clear {
 +
    clear: both;
 +
    height: 0;
 +
    padding: 0;
 +
    margin: 0;
 +
    border: none;
 +
    visibility: hidden;}
 +
.superscript {
 +
    font-size: 80%;
 +
    position: relative;
 +
        top: -5px;}
 +
.subscript {
 +
    font-size: 80%;
 +
    position: relative;
 +
        top: 5px;}
 +
.coloredBg {
 +
    font-size: 12px;
 +
    font-weight: normal;
 +
    color: #FFFFFF;
 +
    padding: 5px;}
-
     <!-- jQuery Tools (slider) -->
+
/* Layout */
-
     <script src="http://cdn.jquerytools.org/1.2.5/full/jquery.tools.min.js"></script>
+
/**********/
-
     <script>
+
body, #heading, #innercontent {
-
        $(function() {
+
     background: url("https://static.igem.org/mediawiki/2013/5/55/UC_bg-pattern.jpg") repeat #7E7E7E;}
-
        // initialize scrollable
+
#content, #globalWrapper {
-
        $(".scrollable").scrollable().navigator();
+
    border: none;
-
        });
+
    width: 100%;
-
     </script>
+
    margin: 0;
 +
    padding: 0;}
 +
.centering {
 +
    margin: 0 auto;
 +
    width: 965px;}
 +
#header {
 +
    background: url("# red math figures") no-repeat right -30px #990000;
 +
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
 +
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* for the Safari browser */
 +
     height: 100px;
 +
    width: 100%;
 +
    border-top: 1px solid #660000;
 +
    border-bottom: 1px solid #660000;}
 +
#header .centering {
 +
    background: url("# DTU title, transparent") no-repeat top left transparent;
 +
    /*background: url("https://static.igem.org/mediawiki/2011/5/54/UChicago2011-temp-header.png") no-repeat top left transparent;*/
 +
     height: 100px;}
 +
#heading {
 +
    height: 50px;
 +
    border-top: 1px solid #FFFFFF;}
 +
#innercontent {
 +
    padding: 1px;} /* Important!*/
 +
.whitebox {
 +
    background: #FFFFFF;
 +
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
 +
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* for the Safari browser */
 +
    border: 1px solid #FFFFFF;
 +
     /*text-align: justify;*/
 +
    margin: 14px 0;}
 +
.article {
 +
    padding: 0 20px 10px 270px;
 +
    width: 673px;}
 +
.whitebox a {
 +
    font-weight: bold;}
 +
#toc a {
 +
    font-weight: normal;}
-
    <!-- Navigation scroll follow -->
+
/* Frontpage only */
-
    <script type="text/javascript">
+
/******************/
-
        $(window).scroll(function () {  
+
.smallBox {
-
            var scrollPos = $(window).scrollTop();
+
    width: 270px;
-
            if (scrollPos > 110) {
+
    padding: 0 20px 10px;
-
                $(".navigation").addClass("stickToTop");
+
    float: left;
-
            } else {
+
    margin-right: 15px;}
-
                $(".navigation").removeClass("stickToTop");
+
.lastSmallBox {
-
            }
+
    width: 269px;
-
            if (scrollPos > 180) {
+
    margin-right: 0;}
-
                $(".toc").addClass("stickBelowNavigation");
+
body.page-Team_UChicago div.whitebox:first-child {
-
            } else {
+
    display: none;}
-
                $(".toc").removeClass("stickBelowNavigation");
+
-
            }
+
-
        });
+
-
    </script>
+
-
    <!-- iGem wiki hacks -->
+
/* For overview pages */
-
        <!-- Remove all empty <p> tags -->
+
/**********************/
-
        <script type="text/javascript">
+
.overviewPage {
-
            $(document).ready(function() {
+
    margin-left: -250px;}
-
                $("p").filter( function() {
+
.overviewBox {
-
                    return $.trim($(this).html()) == '';
+
    width: 450px;}
-
                }).remove();
+
.left {
-
            });
+
    float: left;}
-
        </script>
+
.right {
 +
    float:right;}
-
        <!-- Remove "team" from the menubar -->
+
/* Footer */
-
        <script type="text/javascript">
+
/**********/
-
            $(document).ready(function() {
+
#footer-panel {
-
                $("menubar > ul > li:last-child").remove();
+
    background: #333333;
-
            });
+
    border-top: 1px solid #D9D9D9;}
-
        </script>
+
#bodyContent {
 +
    background: #333333;}
 +
#footer-panel h4 {
 +
    color: #999999;
 +
    font-weight: bold;}
 +
#footer-panel p {
 +
    color: #CCCCCC;}
 +
div.footerBox {
 +
    border-right: 1px solid;
 +
    float: left;
 +
    margin: 10px 20px 10px 0;
 +
    padding: 0 20px 0 0;
 +
    width: 294px;
 +
    min-height: 270px;}
 +
div.footerBox:last-child {
 +
    border: none;
 +
    margin: 10px 0;
 +
    padding: 0;}
 +
img.sponsorImage{
 +
    float: left;
 +
    width: 84px;
 +
    padding: 0;
 +
    margin: 0;
 +
    border: 0px solid #444444;}
 +
img.hasPicOnRight {
 +
    padding-right: 10px;
 +
    border-right-width: 1px;}
 +
img.hasPicOnLeft {
 +
    padding-left: 10px;}
 +
img.hasPicOnTop {
 +
    margin-top: 20px;
 +
}
-
        <!-- Empty heading? - Then remove it.. -->
+
/* Slider (thanks to flowplayer.org) */
-
         <script type="text/javascript">
+
/*************************************/
-
             $(document).ready(function() {
+
.scrollable {
-
                if ("" == "</html>{{{1}}}<html>") {
+
/* required setting */
-
                    $("#heading").remove();
+
position: relative;
-
                }
+
overflow :hidden;
-
            });
+
    margin-top: 14px;
-
        </script>
+
    width: 800px;
 +
    height: 500px;
 +
    border: 1px solid #FFFFFF;
 +
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
 +
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* for the Safari browser */
 +
    background: #FFFFFF;}
 +
.scrollable .items {
 +
/* this cannot be too large */
 +
width: 50000px;
 +
position: absolute;}
 +
.items div {
 +
float: left;
 +
width: 800px;
 +
height: 400px;}
 +
.prev {
 +
        background: url(https://static.igem.org/mediawiki/2011/8/81/DTU-Denmark2011-slider-prev.png) no-repeat;
 +
         height: 74px;
 +
        width: 74px;
 +
        position: absolute;
 +
             left: -518px; /* ceil(963/2) + 74/2 = 482 + 37 = 519 */
 +
            top: 310px;
 +
        margin-left: 50%;
 +
        cursor: pointer;}
 +
.next {
 +
        background: url(https://static.igem.org/mediawiki/2011/5/56/DTU-Denmark2011-slider-next.png) no-repeat;
 +
        height: 74px;
 +
        width: 74px;
 +
        margin-right: 50%;
 +
        position: absolute;
 +
            right: -519px; /* floor(963/2) + 74/2 = 481 + 37 = 518 */
 +
            top: 310px;
 +
        cursor: pointer;}
 +
.disabled {
 +
        visibility: hidden;}
 +
/* position and dimensions of the navigator */
 +
.navi {
 +
    left: -56px;
 +
    margin-left: 50%;
 +
    position: absolute;
 +
    top: 505px;
 +
    width: 112px;}
 +
.navi a {
 +
width: 8px;
 +
height: 8px;
 +
float: left;
 +
margin: 3px;
 +
background: url(https://static.igem.org/mediawiki/2011/7/7e/UChicago2011-slider-navigator-red.png) 0 0 no-repeat;
 +
/*background: url(https://static.igem.org/mediawiki/2011/2/22/UChicago2011-slider-navigator-dark.png) 0 0 no-repeat;*/
 +
display: block;
 +
font-size: 1px;}
 +
.navi a:hover {
 +
background-position: 0 -8px;}
 +
.navi a.active {
 +
background-position: 0 -16px;}
 +
/* Tooltips (thanks to flowplayer.org) */
 +
/*********************************************/
 +
/*.tooltip {
 +
        z-index: 2;
 +
display:none;
 +
background:transparent url(http://flowplayer.org/tools/img/tooltip/black_arrow.png);
 +
font-size:14px;
 +
height:70px;
 +
width:160px;
 +
padding:25px;
 +
color:#fff;}
 +
*/
-
<!-- HTML CONTENT -->
+
/* Sexy Drop Down Menu (thanks to sohtanaka.com) */
-
<!-- ************ -->
+
/*********************************************/
-
    <div class="centering">
+
li.navitem1 > a, li.navitem1 > span {
-
        <div id="navigation">
+
    border-bottom: 1px solid #800000;}
-
            <div class="navigation">
+
li.navitem2 > a, li.navitem2 > span {
-
                <ul class="topnav" id="topnav">
+
    border-bottom: 1px solid #800000;}
-
                    <li class="home navitem1">
+
li.navitem3 > a, li.navitem3 > span {
-
                        <a href="/Team:UChicago">UChicago</a>
+
    border-bottom: 1px solid #800000;}
-
                    </li>
+
li.navitem4 > a, li.navitem4 > span {
-
                    <li class="igem navitem1">
+
    border-bottom: 1px solid #800000;}
-
                        <a href="https://2013.igem.org" title="iGEM 2013 Homepage">iGEM 2013</a>
+
li.navitem5 > a, li.navitem5 > span {
-
                    </li>
+
    border-bottom: 1px solid #800000;}
-
                    <li class="team navitem1">
+
li.navitem6 > a, li.navitem6 > span {
-
                        <a href="/Team:UChicago/Team">Team</a>
+
    border-bottom: 1px solid #800000;}
-
                    </li>
+
-
                    <li class="project navitem1">
+
-
                        <a href="/Team:UChicago/Project">Project</a>
+
-
                        </li>
+
-
                    <li class="notebook navitem1">
+
-
                        <a href="/Team:UChicago/Notebook">Notebook</a>
+
-
                    </li>
+
-
                    <li class="outreach navitem1">
+
-
                        <a href="/Team:UChicago/Outreach">Outreach</a>
+
-
                    </li>
+
-
                    <li class="sponsor_us navitem1">
+
-
                        <a href="/Team:UChicago/Sponsor_Us">Sponsor Us!</a>
+
-
                    </li>
+
-
                </ul>
+
-
            </div>
+
-
        </div>
+
 +
.page-Team_UChicago li.home a,
 +
.page-Team_UChicago_Team li.team a,
 +
.page-Team_UChicago_Project li.project a,
 +
.page-Team_UChicago_Notebook li.notebook a,
 +
.page-Team_UChicago_Outreach li.outreach a,
 +
.page-Team_UChicago_Sponsor_Us li.sponsor_us a,
-
     <!-- Prepare for content -->
+
ul.topnav > li > a:hover, a:active {
-
    <div id="innercontent">
+
     padding-bottom: 1px;
-
        <div class="centering">
+
    border-bottom-width: 5px;}
-
            <h1>
+
-
</html>
+
-
{{{1}}}
+
-
<html>
+
-
            </h1>
+
-
</html>
+
#navigation,.navigation {
 +
    height: 35px;}
 +
.navigation {
 +
    background: url("https://static.igem.org/mediawiki/2013/7/74/UChi_banner.png") 0 -1px #ebebeb;
 +
    z-index: 1;
 +
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
 +
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); /* for the Safari browser */
 +
    position: relative;
 +
    border-bottom: 1px solid #000000;}
 +
.stickToTop {
 +
    position: fixed;
 +
    top:0;
 +
    width:100%;}
 +
ul.topnav {
 +
    list-style: none;
 +
    padding: 0;
 +
    margin: 0;
 +
    float: left;
 +
    width: 100%;
 +
    font-size: 15px;
 +
}
 +
ul.topnav li {
 +
    float: left;
 +
    margin: 0;
 +
    padding: 0;
 +
    position: relative; /*--Declare X and Y axis base for sub navigation--*/
 +
}
 +
ul.topnav li a {
 +
    padding: 6px 20px 5px 20px;
 +
    color: #fff;
 +
    display: block;
 +
    text-decoration: none;
 +
    float: left;
 +
}
 +
ul.topnav > li > a {
 +
    height: 23px;
 +
    overflow: hidden;}
 +
ul.topnav li:first-child a{
 +
    padding-left: 0;
 +
}

Revision as of 00:19, 13 September 2013

/* Thanks to DTU 2011 https://2011.igem.org/Team:UChicago/How_to_customize_an_iGEM_wiki */ /******************************************************************************************/

/* Removes MediaWiki Formatting */ /********************************/

  1. contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
   display:none;} /* removes header + footer */

/* Redesigns MediaWiki Top Menu */ /********************************/ body {

   margin: 10px 0 0 0;
   padding: 0;}
  1. top-section {
   width: 965px;
   height: 0;Y
   margin: 0 auto;
   padding: 0;
   border: none;}
  1. menubar {
   font-size: 65%;
   top: -14px;}

.left-menu:hover {

   background-color: transparent;}
  1. menubar li a {
   background-color: transparent;}
  1. menubar:hover {
   color: white;}
  1. menubar li a {
   color: transparent;}
  1. menubar:hover li a {
   color: white;}
  1. menubar > ul > li:last-child {
   display:none;}

/* Redesigns Table Of Contents */ /* edit this to reflect UChicago theme */ /*******************************/ table.toc, #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle {

   text-align: left;}
  1. toctitle {
   margin: 5px 0;}

.toc, #toc {

   background-color: #F6F6F6;
   border: 1px solid #CCCCCC;
   box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
   -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15); /* for the Safari browser*/
   float: left;
   width: 228px;
   display: block;
   overflow: hidden;
   padding: 0;}
  1. toc ul, .toc ul {
   margin: 0 5px 5px 5px;}

.toc ul li {

   padding-left: 12px;
   text-indent: -12px;
   /*width: 200px;*/}

.toc ul li ul li {

   padding-left: 30px;
   text-indent: -24px;
   /*width: 170px;*/}
  1. toc ul ul, .toc ul ul {
   margin: 0;}

.toc {

   margin-left: -250px;
   margin-top: 20px;}

.stickBelowNavigation {

   position: fixed;
      top: 35px;
      left: 50%;
   margin-left: -462px;}

.tochidden {

   position: static;
   margin-left: -250px;}

/* Font style and general */ /**************************/

  1. content {
   font-family: Montserrat, Helvetica, Verdana, sans-serif;
   font-size: 14px;
   color: #565656;}

p {

   margin: 0;}
  1. innercontent p {
   margin: 0.6em 0;}

h2, h3, h4, h5, h6 {

   border: none;
   font-weight: lighter;
   color: #444444;}

h1 {

   border: none;
   color: #383838;
   text-shadow: 0 1px rgba(255, 255, 255, 0.5);
   font-size: 35px;
   margin: 5px 0 0 0;
   font-weight: bold;}

h2 {

   background: url("Horisontal-line.png") repeat-x scroll 0 100% transparent;
   border: none;
   padding: 20px 0 5px;
   font-family: Arial;
   font-size: 24px;
   font-weight: bold;
   clear: right;
   margin-bottom: 0;}
  1. bodyContent h1, #bodyContent h2 {
   margin-bottom: 0;}

h3 {

   font-size: 30px;
   padding: 15px 0 5px 0;}

h4 {

       font-weight: bold;}

ul {

   list-style-position: inside;
   margin: 0;}

a, a:visited, a:active {

   color: #3366CC;}

pre {

   overflow: auto;
   font-size: 12px;}

div.tright, div.floatright {

   border: none;
   margin: 10px 0 10px 20px;}

div.tleft, div.floatleft {

   border: none;
   margin: 10px 20px 10px 0;}

div.tnone {

   border: none;}

iframe {

   margin: 1px;}

hr {

   height: 0;
   border-top: 1px solid #AAA;
   border-bottom: 1px solid #FFF;}

.clear {

   clear: both;
   height: 0;
   padding: 0;
   margin: 0;
   border: none;
   visibility: hidden;}

.superscript {

   font-size: 80%;
   position: relative;
       top: -5px;}

.subscript {

   font-size: 80%;
   position: relative;
       top: 5px;}

.coloredBg {

   font-size: 12px;
   font-weight: normal;
   color: #FFFFFF;
   padding: 5px;}

/* Layout */ /**********/ body, #heading, #innercontent {

   background: url("UC_bg-pattern.jpg") repeat #7E7E7E;}
  1. content, #globalWrapper {
   border: none;
   width: 100%;
   margin: 0;
   padding: 0;}

.centering {

   margin: 0 auto;
   width: 965px;}
  1. header {
   background: url("# red math figures") no-repeat right -30px #990000;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
   -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* for the Safari browser */
   height: 100px;
   width: 100%;
   border-top: 1px solid #660000;
   border-bottom: 1px solid #660000;}
  1. header .centering {
   background: url("# DTU title, transparent") no-repeat top left transparent;
   /*background: url("UChicago2011-temp-header.png") no-repeat top left transparent;*/
   height: 100px;}
  1. heading {
   height: 50px;
   border-top: 1px solid #FFFFFF;}
  1. innercontent {
   padding: 1px;} /* Important!*/

.whitebox {

   background: #FFFFFF;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
   -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* for the Safari browser */
   border: 1px solid #FFFFFF;
   /*text-align: justify;*/
   margin: 14px 0;}

.article {

   padding: 0 20px 10px 270px;
   width: 673px;}

.whitebox a {

   font-weight: bold;}
  1. toc a {
   font-weight: normal;}

/* Frontpage only */ /******************/ .smallBox {

   width: 270px;
   padding: 0 20px 10px;
   float: left;
   margin-right: 15px;}

.lastSmallBox {

   width: 269px;
   margin-right: 0;}

body.page-Team_UChicago div.whitebox:first-child {

   display: none;}

/* For overview pages */ /**********************/ .overviewPage {

   margin-left: -250px;}

.overviewBox {

   width: 450px;}

.left {

   float: left;}

.right {

   float:right;}

/* Footer */ /**********/

  1. footer-panel {
   background: #333333;
   border-top: 1px solid #D9D9D9;}
  1. bodyContent {
   background: #333333;}
  1. footer-panel h4 {
   color: #999999;
   font-weight: bold;}
  1. footer-panel p {
   color: #CCCCCC;}

div.footerBox {

   border-right: 1px solid;
   float: left;
   margin: 10px 20px 10px 0;
   padding: 0 20px 0 0;
   width: 294px;
   min-height: 270px;}

div.footerBox:last-child {

   border: none;
   margin: 10px 0;
   padding: 0;}

img.sponsorImage{

   float: left;
   width: 84px;
   padding: 0;
   margin: 0;
   border: 0px solid #444444;}

img.hasPicOnRight {

   padding-right: 10px;
   border-right-width: 1px;}

img.hasPicOnLeft {

   padding-left: 10px;}

img.hasPicOnTop {

   margin-top: 20px;

}

/* Slider (thanks to flowplayer.org) */ /*************************************/ .scrollable { /* required setting */ position: relative; overflow :hidden;

   margin-top: 14px;
   width: 800px;
   height: 500px;
   border: 1px solid #FFFFFF;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
   -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* for the Safari browser */
   background: #FFFFFF;}

.scrollable .items { /* this cannot be too large */ width: 50000px; position: absolute;} .items div { float: left; width: 800px; height: 400px;} .prev {

       background: url(DTU-Denmark2011-slider-prev.png) no-repeat;
       height: 74px;
       width: 74px;
       position: absolute;
           left: -518px; /* ceil(963/2) + 74/2 = 482 + 37 = 519 */
           top: 310px;
       margin-left: 50%;
       cursor: pointer;}

.next {

       background: url(DTU-Denmark2011-slider-next.png) no-repeat;
       height: 74px;
       width: 74px;
       margin-right: 50%;
       position: absolute;
           right: -519px; /* floor(963/2) + 74/2 = 481 + 37 = 518 */
           top: 310px;
       cursor: pointer;}

.disabled {

       visibility: hidden;}

/* position and dimensions of the navigator */ .navi {

   left: -56px;
   margin-left: 50%;
   position: absolute;
   top: 505px;
   width: 112px;}

.navi a { width: 8px; height: 8px; float: left; margin: 3px; background: url(UChicago2011-slider-navigator-red.png) 0 0 no-repeat; /*background: url(UChicago2011-slider-navigator-dark.png) 0 0 no-repeat;*/ display: block; font-size: 1px;} .navi a:hover { background-position: 0 -8px;} .navi a.active { background-position: 0 -16px;}

/* Tooltips (thanks to flowplayer.org) */ /*********************************************/ /*.tooltip {

       z-index: 2;

display:none; background:transparent url(http://flowplayer.org/tools/img/tooltip/black_arrow.png); font-size:14px; height:70px; width:160px; padding:25px; color:#fff;}

  • /

/* Sexy Drop Down Menu (thanks to sohtanaka.com) */ /*********************************************/ li.navitem1 > a, li.navitem1 > span {

   border-bottom: 1px solid #800000;}

li.navitem2 > a, li.navitem2 > span {

   border-bottom: 1px solid #800000;}

li.navitem3 > a, li.navitem3 > span {

   border-bottom: 1px solid #800000;}

li.navitem4 > a, li.navitem4 > span {

   border-bottom: 1px solid #800000;}

li.navitem5 > a, li.navitem5 > span {

   border-bottom: 1px solid #800000;}

li.navitem6 > a, li.navitem6 > span {

   border-bottom: 1px solid #800000;}

.page-Team_UChicago li.home a, .page-Team_UChicago_Team li.team a, .page-Team_UChicago_Project li.project a, .page-Team_UChicago_Notebook li.notebook a, .page-Team_UChicago_Outreach li.outreach a, .page-Team_UChicago_Sponsor_Us li.sponsor_us a,

ul.topnav > li > a:hover, a:active {

   padding-bottom: 1px;
   border-bottom-width: 5px;}
  1. navigation,.navigation {
   height: 35px;}

.navigation {

   background: url("UChi_banner.png") 0 -1px #ebebeb;
   z-index: 1;
   box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
   -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); /* for the Safari browser */
   position: relative;
   border-bottom: 1px solid #000000;}

.stickToTop {

   position: fixed;
   top:0;
   width:100%;}

ul.topnav {

   list-style: none;
   padding: 0;
   margin: 0;
   float: left;
   width: 100%;
   font-size: 15px;

} ul.topnav li {

   float: left;
   margin: 0;
   padding: 0;
   position: relative; /*--Declare X and Y axis base for sub navigation--*/

} ul.topnav li a {

   padding: 6px 20px 5px 20px;
   color: #fff;
   display: block;
   text-decoration: none;
   float: left;

} ul.topnav > li > a {

   height: 23px;
   overflow: hidden;}

ul.topnav li:first-child a{

   padding-left: 0;

}