Team:UChicago/stylesheet

From 2013.igem.org

Revision as of 00:33, 13 September 2013 by AliceYe (Talk | contribs)

/* Removing wiki-like stuff */ /****************************/

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

/* Redesigning the topmenu */ /***************************/ body {

   margin: 15px 0 0 0;
   padding: 0;}
  1. top-section {
   width: 875px;
   height: 0;
   margin: 0 auto;
   padding: 0;
   border: none;}
  1. menubar {
   font-size: 75%;
   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: #767676;}
  1. menubar > ul > li:last-child {
   display:none;}

/* TOC stuff removed */

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

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

p {

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

h2, h3, h4, h5, h6 {

   border: none;
   font-weight: normal;
   color: #000;}

h1 {

   border: none;
   color: #800000;
   font-family: Helvetica;
   font-size: 20px;
   font-weight: lighter;}
  1. bodyContent h1, #bodyContent h2 {
   margin-bottom: 0;} /* ??? */

ul {

   list-style: none;
   margin: 0;}

a:hover, a:active {

   color: #800000;
   text-decoration: underline;}

pre {

   overflow: auto;
   font-size: 12px;} /* unneeded? */

div.tright, div.floatright {

   border: none;
   margin: 10px 0 10px 20px;} /* unneeded? */

div.tleft, div.floatleft {

   border: none;
   margin: 10px 20px 10px 0;} /* unneeded? */

div.tnone {

   border: none;} /* unneeded? */

iframe {

   margin: 1px;} /* unneeded? */

hr {

   height: 0;
   border-top: 1px solid #AAA;
   border-bottom: 1px solid #FFF;} /* unneeded? */

.clear {

   clear: both;
   height: 0;
   padding: 0;
   margin: 0;
   border: none;
   visibility: hidden;} /* unneeded? */

.superscript {

   font-size: 80%;
   position: relative;
       top: -5px;} /* unneeded? */

.subscript {

   font-size: 80%;
   position: relative;
       top: 5px;} /* unneeded? */

.farve1 {

       background-color: #FFCC00;}

.farve2 {

       background-color: #FF9900;}

.farve3 {

       background-color: #FF6600;}

.farve4 {

       background-color: #FF0000;}

.farve5 {

       background-color: #990000;}

.farve6 {

       background-color: #FF0099;}

.farve7 {

       background-color: #CC3399;}

.farve8 {

       background-color: #990066;}

.farve9 {

       background-color: #660066;}

.farve10 {

       background-color: #990099;}

.farve11 {

       background-color: #3366CC;}

.farve12 {

       background-color: #33CCFF;}

.farve13 {

       background-color: #99CC33;}

.farve14 {

       background-color: #66CC00;} /* unneeded? */

.coloredBg {

   font-size: 12px;
   font-weight: normal;
   color: #FFFFFF;
   padding: 5px;} /* unneeded? */

/* Layout */ /**********/

  1. bodyContent {
   background: url("UC_bg-pattern.jpg") repeat #767676;}

body, #heading, #innercontent {

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

.centering {

   margin: 0 auto;
   width: 875px;}
  1. heading {
   height: 50px;}
  1. innercontent {
   padding: 1px;} /* Important!*/

.whitebox {

   background: #fff;
   -moz-box-shadow: 0px 2px 5px 4px #737373;
   -webkit-box-shadow: 0px 2px 5px 4px #737373;
   box-shadow: 0px 2px 5px 4px #737373; 
   padding: 100px 75px;}

.article {

   width: 600px;}
  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_DTU-Denmark div.whitebox:first-child {

   display: none;}

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

   margin-left: -250px;}

.overviewBox {

   width: 450px;}

.left {

   float: left;}

.right {

   float:right;}

/* footer removed temp */

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

   padding: 75px 0;
   margin: 0 auto;
   width: 840px;
   height: 400px;
   background: #FFFFFF;}

.scrollable .items { /* this cannot be too large */ width: 50000px; position: absolute;} .items div { float: left; width: 963px; height: 370px;} .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(DTU-Denmark2011-slider-navigator-red.png) 0 0 no-repeat; /*background: url(DTU-Denmark2011-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) */ /*********************************************/

.topBox {

   margin: 0 auto;
   width: 800px;
   color: #fff;

}

ul.topnav > li > a:hover {

   color: #800000;
   text-decoration: underline;}
  1. navigation,.navigation {
   height: 69px;}

.navigation {

   background: url("UChi_banner.png") no-repeat 50%;
   z-index: 1;
   position: relative;}

.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: #000; display: block; text-decoration: none; float: left; } ul.topnav > li > a {

   height: 23px;
   overflow: hidden;}

ul.topnav li:first-child a{ padding-left: 0; } ul.topnav li span { /*--Drop down trigger styles--*/ /*width: 17px;*/ /*height: 34px;*/ /*float: left;*/ /*background: url(Subnav_btn.gif) no-repeat center top;*/

       color: #CCCCCC;

} ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/ ul.topnav li ul.subnav {

   z-index: 1; //Stay on top of slider

list-style: none; position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/ left: 0; top: 35px; background: #333; margin: 0; padding: 0; display: none; float: left; border: 1px solid #111;

       border-radius: 0 0 5px 5px;

} ul.topnav li ul.subnav li { margin: 0; padding: 0; border-top: 1px solid #252525; /*--Create bevel effect--*/ border-bottom: 1px solid #444; /*--Create bevel effect--*/ clear: both;

       list-style: none outside none;

} ul.topnav li ul.subnav, ul.topnav li ul.subnav li {

       width: 160px;

} ul.topnav li ul.subnav li:last-child{

       border-radius: 0 0 5px 5px;

} html ul.topnav li ul.subnav li a { float: left; /*background: #333 url(Dropdown_linkbg.gif) no-repeat 10px center;*/

   padding-left: 10px;
   padding-right: 10px;
   width: 140px;

} html ul.topnav li ul.subnav li a:last-child{

       border-radius: 0 0 5px 5px;

} html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/ background: #222 /*url(Dropdown_linkbg.gif) no-repeat 10px center*/; }