Team:UChicago/stylesheets/style

From 2013.igem.org

(Difference between revisions)
(Created page with "- From DTU: #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { display:none;} #top-section { border: none; height: 0px;} #content { ...")
Line 1: Line 1:
-
/* From DTU */
+
/* Thanks to DTU 2011 https://2011.igem.org/Team:DTU-Denmark/How_to_customize_an_iGEM_wiki */
 +
/******************************************************************************************/
 +
/* Removes MediaWiki Formatting */
 +
/********************************/
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
-
     display:none;}
+
     display:none;} /* removes header + footer */
-
#top-section {
+
-
    border: none;
+
-
    height: 0px;}
+
-
#content {
+
-
    border: none;}
+
-
 
+
-
/* Removes "teams" from the menubar */
+
-
#menubar > ul > li:last-child {
+
-
    display: none;}
+
-
/* Resizes the menubar to fik the links (default is 400px) */
+
-
#menubar {
+
-
    width: auto;}
+
 +
/* Redesigns MediaWiki Top Menu */
 +
/********************************/
body {
body {
     margin: 10px 0 0 0;
     margin: 10px 0 0 0;
Line 38: Line 31:
#menubar:hover li a {
#menubar:hover li a {
     color: white;}
     color: white;}
 +
#menubar > ul > li:last-child {
 +
    display:none;}
-
/*-----------------------------*\
+
/* Redesigns Table Of Contents */ /* edit this to reflect UChicago theme */
-
*-----------------------------*
+
/*******************************/
-
  Greetings!
+
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;}
-
     TABLE OF CONTENTS
+
/* Font style and general */
 +
/**************************/
 +
#content {
 +
     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;}
 +
.farve1 {
 +
        background-color: #8F3931;}
 +
.farve2 {
 +
        background-color: #8F3931;}
 +
.farve3 {
 +
        background-color: #8F3931;}
 +
.farve4 {
 +
        background-color: #8F3931;}
 +
.farve5 {
 +
        background-color: #8F3931;}
 +
.farve6 {
 +
        background-color: #8F3931;}
 +
.farve7 {
 +
        background-color: #8F3931;}
 +
.farve8 {
 +
        background-color: #8F3931;}
 +
.farve9 {
 +
        background-color: #8F3931;}
 +
.farve10 {
 +
        background-color: #8F3931;}
 +
.farve11 {
 +
        background-color: #8F3931;}
 +
.farve12 {
 +
        background-color: #8F3931;}
 +
.farve13 {
 +
        background-color: #8F3931;}
 +
.farve14 {
 +
        background-color: #8F3931;}
 +
.coloredBg {
 +
    font-size: 12px;
 +
    font-weight: normal;
 +
    color: #FFFFFF;
 +
    padding: 5px;}
-
    =starting_template
+
/* Layout */
-
    =header
+
/**********/
-
    =nav
+
body, #heading, #innercontent {
-
     =slider
+
     background: url("https://static.igem.org/mediawiki/2013/5/55/UC_bg-pattern.jpg") repeat #7E7E7E;}
-
    =content
+
#content, #globalWrapper {
-
    =img
+
    border: none;
-
    =paragraph
+
    width: 100%;
-
     =closing_template
+
     margin: 0;
-
    =button
+
    padding: 0;}
-
    =say_hello
+
.centering {
-
    =footer
+
    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/DTU-Denmark2011-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;}
 +
/* 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 */
-
=starting_template
+
/**********/
-
\*----------------------*/
+
#footer-panel {
 +
    background: #333333;
 +
    border-top: 1px solid #D9D9D9;}
 +
#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;
 +
}
-
body {
+
/* Slider (thanks to flowplayer.org) */
-
width: 840px;
+
/*************************************/
-
margin: 0 auto;
+
.scrollable {
 +
/* required settinsg */
position: relative;
position: relative;
-
font-family: Montserrat, Helvetica, Verdana, sans-serif;
+
overflow :hidden;
-
background: url(https://static.igem.org/mediawiki/2013/5/55/UC_bg-pattern.jpg);
+
    margin-top: 14px;
-
}
+
    width: 963px;
 +
    height: 370px;
 +
    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: 963px;
 +
height: 370px;}
 +
.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/DTU-Denmark2011-slider-navigator-red.png) 0 0 no-repeat;
 +
/*background: url(https://static.igem.org/mediawiki/2011/2/22/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;}
-
#wrapper {
+
/* Tooltips (thanks to flowplayer.org) */
-
background: white;
+
/*********************************************/
-
-moz-box-shadow: 0px 2px 5px 4px #737373;
+
/*.tooltip {
-
    -webkit-box-shadow: 0px 2px 5px 4px #737373;
+
        z-index: 2;
-
    box-shadow: 0px 2px 5px 4px #737373;
+
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;}
 +
*/
-
a {
+
/* Sexy Drop Down Menu (thanks to sohtanaka.com) */
-
text-decoration: none;
+
/*********************************************/
-
color: #800000;
+
li.navitem1 > a, li.navitem1 > span {
-
}
+
    border-bottom: 1px solid #660066;}
 +
li.navitem2 > a, li.navitem2 > span {
 +
    border-bottom: 1px solid #990099;}
 +
li.navitem3 > a, li.navitem3 > span {
 +
    border-bottom: 1px solid #3366CC;}
 +
li.navitem4 > a, li.navitem4 > span {
 +
    border-bottom: 1px solid #33CCFF;}
 +
li.navitem5 > a, li.navitem5 > span {
 +
    border-bottom: 1px solid #99CC33;}
 +
li.navitem6 > a, li.navitem6 > span {
 +
    border-bottom: 1px solid #FFCC00;}
-
/*----------------------*\
+
.page-Team_DTU-Denmark li.home a,
-
=header
+
-
\*----------------------*/
+
-
header img {
+
.page-Team_DTU-Denmark_Vision li.vision a,
-
position: absolute;
+
-
top: 25px;
+
-
left:-20px;
+
-
}
+
-
+
-
h1 {
+
-
font: Montserrat; /* load bold webfont */
+
-
font-size: 24px;
+
-
font-weight: normal;
+
-
position: absolute;
+
-
margin-top: 25px;
+
-
padding: 11.5px 60px 12px 35px;
+
-
left: -20px;
+
-
background-color: #ebebeb;
+
-
}
+
-
h1 a   {
+
.page-Team_DTU-Denmark_Project li.project a,
-
color: #800000;
+
.page-Team_DTU-Denmark_Bioinformatic li.project a,
-
}
+
.page-Team_DTU-Denmark_Project_testing_sRNA li.project a,
-
    h1 a:hover {
+
.page-Team_DTU-Denmark_Project_improving_araBAD li.project a,
-
color: #8F3931;
+
.page-Team_DTU-Denmark_Modeling li.project a,
-
}
+
.page-Team_DTU-Denmark_Data li.project a,
-
h1 #igem_navbar a {
+
.page-Team_DTU-Denmark_Attributions li.project a,
-
color: #8a9045;
+
-
}
+
-
h1 #igem_navbar a:hover {
+
-
color: #a1a76b;
+
-
}
+
-
/*----------------------*\
+
-
=nav
+
-
\*----------------------*/
+
-
nav ul {
+
.page-Team_DTU-Denmark_Technical_stuff li.technical_stuff a,
-
list-style: none;
+
.page-Team_DTU-Denmark_Parts li.technical_stuff a,
-
position: absolute;
+
.page-Team_DTU-Denmark_Notebook li.technical_stuff a,
-
right: -20px;
+
.page-Team_DTU-Denmark_Protocols li.technical_stuff a,
-
padding: 25px 35px 15.5px 60px;
+
.page-Team_DTU-Denmark_Technical_stuff_math li.technical_stuff a,
-
margin: 25px 0 35px 0;
+
.page-Team_DTU-Denmark_Matlab li.technical_stuff a,
-
background-color: #ebebeb;
+
.page-Team_DTU-Denmark_Safety li.technical_stuff a,
-
}
+
-
nav ul li {
+
.page-Team_DTU-Denmark_Background li.background a,
-
display: inline;
+
.page-Team_DTU-Denmark_Background_sRNA li.background a,
-
}
+
.page-Team_DTU-Denmark_Background_the_natural_system li.background a,
 +
.page-Team_DTU-Denmark_Background_synthetic_biology li.background a,
-
nav ul li a {
+
.page-Team_DTU-Denmark_Team li.team a,
-
color: #000;
+
-
}
+
-
nav ul li a:hover {
+
ul.topnav > li > a:hover {
-
color: #800000;
+
/*background: url(https://static.igem.org/mediawiki/2011/f/f5/Topnav_hover.gif) no-repeat center -1px;*/
-
border-bottom: 2px solid #800000;
+
        padding-bottom: 1px;
-
}
+
        border-bottom-width: 5px;}
-
+
-
/*----------------------*\
+
-
=slider
+
-
\*----------------------*/
+
-
.rslides {
+
#navigation,.navigation {
-
  position: relative;
+
    height: 35px;}
-
  list-style: none;
+
.navigation {
-
  overflow: hidden;
+
    background: url("https://static.igem.org/mediawiki/2011/1/1b/Topnav_bg.gif") repeat-x scroll 0 -1px #222222;
-
  width: 100%;
+
    z-index: 1;
-
  padding: 0;
+
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
-
  margin: 0;
+
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); /* for the Safari browser */
-
  }
+
    position: relative;
-
 
+
    border-bottom: 1px solid #000000;}
-
.rslides li {
+
.stickToTop {
-
  -webkit-backface-visibility: hidden;
+
    position: fixed;
-
  position: absolute;
+
    top:0;
-
  display: none;
+
    width:100%;}
-
  width: 100%;
+
ul.topnav {
-
  left: 0;
+
list-style: none;
-
  top: 0;
+
padding: 0;
-
  }
+
-
 
+
-
.rslides li:first-child {
+
-
  position: relative;
+
-
  display: block;
+
-
  float: left;
+
-
  }
+
-
 
+
-
.rslides img {
+
-
  display: block;
+
-
  height: auto;
+
-
  float: left;
+
-
  width: 100%;
+
-
  border: 0;
+
-
  }
+
-
 
+
-
/*----------------------*\
+
-
=content
+
-
\*----------------------*/
+
-
 
+
-
#content {
+
-
padding: 100px 100px;
+
-
}
+
-
 
+
-
h2 {
+
-
font-family: Helvetica;
+
-
font-weight: normal;
+
-
color: #800000;
+
margin: 0;
margin: 0;
-
padding: 0;
 
-
}
 
-
 
-
#content img {
 
float: left;
float: left;
-
padding: 20px 0;
+
width: 100%;
 +
font-size: 15px;
}
}
-
 
+
ul.topnav li {
-
h4, h4 a {
+
float: left;
-
font-family: Montserrat;
+
-
font-size: 18px;
+
-
color: #000;
+
margin: 0;
margin: 0;
padding: 0;
padding: 0;
 +
position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
}
-
 
+
ul.topnav li a {
-
h4 a:hover {
+
padding: 6px 20px 5px 20px;
-
color: #800000;
+
color: #fff;
-
text-decoration: underline;
+
display: block;
 +
text-decoration: none;
 +
float: left;
}
}
-
 
+
ul.topnav > li > a {
-
article {
+
    height: 23px;
-
/* FIGURE THIS OUT SO BORDER BOTTOM GOES WITH MARGIN 50px */
+
    overflow: hidden;}
 +
ul.topnav li:first-child a{
 +
padding-left: 0;
}
}
-
 
+
ul.topnav li span { /*--Drop down trigger styles--*/
-
.paragraph {
+
/*width: 17px;*/
-
float: right;
+
/*height: 34px;*/
-
width: 400px;
+
/*float: left;*/
-
margin-right: 20px;
+
/*background: url(https://static.igem.org/mediawiki/2011/4/45/Subnav_btn.gif) no-repeat center top;*/
-
padding: 20px 0 20px 0;
+
        color: #CCCCCC;
}
}
-
 
+
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
-
.paragraph p {
+
ul.topnav li ul.subnav {
-
font-family: Helvetica;
+
    z-index: 1; //Stay on top of slider
-
font-size: 15px;
+
list-style: none;
-
color: #565656;
+
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--*/
-
=closing_template
+
border-bottom: 1px solid #444; /*--Create bevel effect--*/
-
\*----------------------*/
+
-
 
+
-
.closing_template {
+
clear: both;
clear: both;
-
padding: 50px 100px;
+
        list-style: none outside none;
}
}
-
 
+
ul.topnav li ul.subnav, ul.topnav li ul.subnav li {
-
h3#button {
+
        width: 160px;
-
background: url(../img/button.png) no-repeat;
+
-
+
-
margin: 0 0 2px 0;
+
-
padding: 25px 63px 25px 63px;
+
-
background-position: center;
+
-
border-bottom: 1px solid #959494;
+
}
}
-
 
+
ul.topnav li ul.subnav li:last-child{
-
#button a {
+
        border-radius: 0 0 5px 5px;
-
color: #fff;
+
-
font-weight: normal;
+
}
}
-
/* 2nd button from generator*/
+
html ul.topnav li ul.subnav li a {
-
.button {
+
float: left;
-
background-color:#8a9045;
+
/*background: #333 url(https://static.igem.org/mediawiki/2011/4/4b/Dropdown_linkbg.gif) no-repeat 10px center;*/
-
-moz-border-radius:5px;
+
    padding-left: 10px;
-
-webkit-border-radius:5px;
+
    padding-right: 10px;
-
border-radius:5px;
+
    width: 140px;
-
display:inline-block;
+
-
padding:8px 50px;
+
-
text-decoration:none;
+
}
}
-
.button:hover {
+
html ul.topnav li ul.subnav li a:last-child{
-
background-color:#a1a76b;
+
        border-radius: 0 0 5px 5px;
}
}
-
.button:active {
+
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
-
position:relative;
+
background: #222 /*url(https://static.igem.org/mediawiki/2011/4/4b/Dropdown_linkbg.gif) no-repeat 10px center*/;
-
top:1px;
+
-
}
+
-
.button a {
+
-
color: #fff;
+
-
font-weight: 400;
+
-
font-family: Montserrat;
+
-
font-size:20px;
+
-
}
+
-
 
+
-
/* This imageless css button was generated by CSSButtonGenerator.com */
+
-
 
+
-
.closing_template p {
+
-
font-family: Verdana;
+
-
font-size: 11px;
+
-
color: #7f1416;
+
-
text-align: right;
+
-
}
+
-
 
+
-
#watermark {
+
-
position: absolute;
+
-
margin-left: 600px;
+
-
}
+
-
 
+
-
#footer {
+
-
clear: both;
+
-
text-align: center;
+
}
}

Revision as of 18:53, 11 September 2013

/* Thanks to DTU 2011 https://2011.igem.org/Team:DTU-Denmark/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;
   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;}

.farve1 {

       background-color: #8F3931;}

.farve2 {

       background-color: #8F3931;}

.farve3 {

       background-color: #8F3931;}

.farve4 {

       background-color: #8F3931;}

.farve5 {

       background-color: #8F3931;}

.farve6 {

       background-color: #8F3931;}

.farve7 {

       background-color: #8F3931;}

.farve8 {

       background-color: #8F3931;}

.farve9 {

       background-color: #8F3931;}

.farve10 {

       background-color: #8F3931;}

.farve11 {

       background-color: #8F3931;}

.farve12 {

       background-color: #8F3931;}

.farve13 {

       background-color: #8F3931;}

.farve14 {

       background-color: #8F3931;}

.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("DTU-Denmark2011-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_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 */ /**********/

  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 settinsg */ position: relative; overflow :hidden;

   margin-top: 14px;
   width: 963px;
   height: 370px;
   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: 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(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 #660066;}

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

   border-bottom: 1px solid #990099;}

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

   border-bottom: 1px solid #3366CC;}

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

   border-bottom: 1px solid #33CCFF;}

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

   border-bottom: 1px solid #99CC33;}

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

   border-bottom: 1px solid #FFCC00;}

.page-Team_DTU-Denmark li.home a,

.page-Team_DTU-Denmark_Vision li.vision a,

.page-Team_DTU-Denmark_Project li.project a, .page-Team_DTU-Denmark_Bioinformatic li.project a, .page-Team_DTU-Denmark_Project_testing_sRNA li.project a, .page-Team_DTU-Denmark_Project_improving_araBAD li.project a, .page-Team_DTU-Denmark_Modeling li.project a, .page-Team_DTU-Denmark_Data li.project a, .page-Team_DTU-Denmark_Attributions li.project a,

.page-Team_DTU-Denmark_Technical_stuff li.technical_stuff a, .page-Team_DTU-Denmark_Parts li.technical_stuff a, .page-Team_DTU-Denmark_Notebook li.technical_stuff a, .page-Team_DTU-Denmark_Protocols li.technical_stuff a, .page-Team_DTU-Denmark_Technical_stuff_math li.technical_stuff a, .page-Team_DTU-Denmark_Matlab li.technical_stuff a, .page-Team_DTU-Denmark_Safety li.technical_stuff a,

.page-Team_DTU-Denmark_Background li.background a, .page-Team_DTU-Denmark_Background_sRNA li.background a, .page-Team_DTU-Denmark_Background_the_natural_system li.background a, .page-Team_DTU-Denmark_Background_synthetic_biology li.background a,

.page-Team_DTU-Denmark_Team li.team a,

ul.topnav > li > a:hover { /*background: url(Topnav_hover.gif) no-repeat center -1px;*/

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

.navigation {

   background: url("Topnav_bg.gif") repeat-x scroll 0 -1px #222222;
   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; } 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*/; }