Team:MIT/styles

From 2011.igem.org

(Difference between revisions)
(Replaced content with "ul {list-style: none} .bio img {max-width:300px; float:left; margin-right:10px;} .bio {clear:both;}")
Line 4: Line 4:
.bio img {max-width:300px; float:left; margin-right:10px;}
.bio img {max-width:300px; float:left; margin-right:10px;}
.bio {clear:both;}
.bio {clear:both;}
 +
 +
 +
.secheader{
 +
    height:50px;
 +
    color:white;
 +
    padding-left:10px;
 +
    padding-top:15px;
 +
    font-size:2.0em;
 +
    text-align:left;
 +
    overflow:auto;
 +
}
 +
 +
.contwrap{
 +
    text-align:justify;
 +
    background:#f8f8f8;
 +
    color:#333333;
 +
    width:720px;
 +
    padding-left:10px;
 +
    padding-top:5px;
 +
    padding-right:10px;
 +
    padding-bottom:20px;
 +
    margin-top:5px;
 +
    margin-bottom:none;
 +
}
 +
 +
h2 {
 +
    margin:0 0 1em;
 +
}
 +
 +
#camfooter {
 +
    clear:both;
 +
    height:0px;
 +
    background:white;
 +
}
 +
#camfooter p {
 +
    margin:0;
 +
}
 +
* html #camfooter {
 +
    height:1px;
 +
}
 +
h1.firstHeading {
 +
    display: none;
 +
}
 +
 +
#globalWrapper {
 +
    padding:0px 0px 0px 0px;
 +
    margin:0px 0px 0px 0px;
 +
    text-align: center;
 +
    align: center;
 +
    height: 100%;
 +
    width: 100%;
 +
    border: none;
 +
    color: white;
 +
    background: none;
 +
}
 +
#content {
 +
    background: none;
 +
    border:none;
 +
    padding:0px 0px 0px 0px;
 +
    margin:0px 0px 0px 0px;
 +
    text-align: center;
 +
    align: center;
 +
    height: 100%;
 +
    width: 100%;
 +
}
 +
 +
#bodyContent {
 +
    padding:0px 0px 0px 0px;
 +
    margin:0px 0px 0px 0px;
 +
    height: 100%;
 +
    width: 100%;
 +
    border: none;
 +
    background: none;
 +
}
 +
 +
#search-controls {
 +
    overflow:hidden;
 +
    display:none;
 +
    background: none;
 +
    position: absolute;
 +
    top: 170px;
 +
    right: 40px;
 +
}         
 +
#footer-box {
 +
    background: none;
 +
    border: none;
 +
    width: 965px;
 +
    margin: 0 auto;
 +
    margin-bottom:none;
 +
    padding-left:5px;
 +
    padding-right:5px;
 +
    color: white;
 +
}
 +
#footer {
 +
    border: none;
 +
    width: 965px;
 +
    margin: 0;
 +
    padding: 0;
 +
    background: none ;
 +
    color: white;
 +
}
 +
 +
#f-list a {
 +
    color: #CCC;
 +
    font-size: 10px;
 +
}
 +
#f-list a:hover {
 +
    color: #999;
 +
}
 +
#footer ul {
 +
    margin: 0;
 +
    padding: 0;
 +
}
 +
#footer ul li {
 +
    margin-top: 0;
 +
    margin-bottom: 0;
 +
    margin-left: 10px;
 +
    margin-right: 10px;
 +
    padding: 0;
 +
}
 +
 +
div.content {
 +
    background: url("https://static.igem.org/mediawiki/2011/6/6d/Brown-Stanford_Transparent.png") ;
 +
    text-align: left;
 +
    margin: auto;
 +
    color: white;
 +
    width: 965px;
 +
    padding: 20px 20px 20px 20px;
 +
}
 +
 +
 +
table {
 +
    background: none;
 +
}
 +
 +
.headerimg {
 +
    background-position: center top;
 +
    background-repeat: no-repeat;
 +
    width:100%;
 +
    height:100%;
 +
    position:fixed;
 +
    text-align: left;
 +
    padding: 0px 0px 0px 0px;
 +
    margin: -14px 0px 0px 0px;
 +
}
 +
 +
#preload{
 +
    display:none;
 +
}
 +
 +
 +
div#header {
 +
    width: 850px;
 +
    text-align: left;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
 +
 +
#p-logo {
 +
    height:0px;
 +
    overflow:hidden;
 +
    border:none;
 +
}
 +
 +
#top-section {
 +
    height: 20px;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
    margin-bottom: 0px !important;
 +
    margin-top: -14px;
 +
    padding:0px 0px 0px 0px;;
 +
    border: none;
 +
    width: 100%;
 +
    background: none;
 +
    color: black;
 +
    position:absolute;
 +
}
 +
 +
#menubar {
 +
    position: absolute;
 +
    background: #002B60;
 +
    color: black;
 +
}
 +
 +
.left-menu, .right-menu{
 +
    position: absolute;
 +
    background: none;
 +
    color: black;
 +
}
 +
 +
.left-menu ul li, .right-menu ul li a{
 +
    background: none;
 +
    color: black;
 +
}
 +
 +
#contentSub {
 +
    background: none;
 +
}

Revision as of 01:27, 18 June 2011

ul {list-style: none}


.bio img {max-width:300px; float:left; margin-right:10px;} .bio {clear:both;}


.secheader{

   height:50px;
   color:white;
   padding-left:10px;
   padding-top:15px;
   font-size:2.0em;
   text-align:left;
   overflow:auto;

}

.contwrap{

   text-align:justify;
   background:#f8f8f8;
   color:#333333;
   width:720px;
   padding-left:10px;
   padding-top:5px;
   padding-right:10px;
   padding-bottom:20px;
   margin-top:5px;
   margin-bottom:none;

}

h2 {

   margin:0 0 1em;

}

  1. camfooter {
   clear:both;
   height:0px;
   background:white;

}

  1. camfooter p {
   margin:0;

}

  • html #camfooter {
   height:1px;

} h1.firstHeading {

   display: none;

}

  1. globalWrapper {
   padding:0px 0px 0px 0px;
   margin:0px 0px 0px 0px;
   text-align: center;
   align: center;
   height: 100%;
   width: 100%;
   border: none;
   color: white;
   background: none;

}

  1. content {
   background: none;
   border:none;
   padding:0px 0px 0px 0px;
   margin:0px 0px 0px 0px;
   text-align: center;
   align: center;
   height: 100%;
   width: 100%;

}

  1. bodyContent {
   padding:0px 0px 0px 0px;
   margin:0px 0px 0px 0px;
   height: 100%;
   width: 100%;
   border: none;
   background: none;

}

  1. search-controls {
   overflow:hidden;
   display:none;
   background: none;
   position: absolute;
   top: 170px;
   right: 40px;

}

  1. footer-box {
   background: none;
   border: none;
   width: 965px;
   margin: 0 auto;
   margin-bottom:none;
   padding-left:5px;
   padding-right:5px;
   color: white;

}

  1. footer {
   border: none;
   width: 965px;
   margin: 0;
   padding: 0;
   background: none ;
   color: white;

}

  1. f-list a {
   color: #CCC;
   font-size: 10px;

}

  1. f-list a:hover {
   color: #999;

}

  1. footer ul {
   margin: 0;
   padding: 0;

}

  1. footer ul li {
   margin-top: 0;
   margin-bottom: 0;
   margin-left: 10px;
   margin-right: 10px;
   padding: 0;

}

div.content {

   background: url("Brown-Stanford_Transparent.png") ;
   text-align: left;
   margin: auto;
   color: white;
   width: 965px;
   padding: 20px 20px 20px 20px;

}


table {

   background: none;

}

.headerimg {

   background-position: center top;
   background-repeat: no-repeat;
   width:100%;
   height:100%;
   position:fixed;
   text-align: left;
   padding: 0px 0px 0px 0px;
   margin: -14px 0px 0px 0px;

}

  1. preload{
   display:none;

}


div#header {

   width: 850px;
   text-align: left;
   margin-left: auto;
   margin-right: auto;

}

  1. p-logo {
   height:0px;
   overflow:hidden;
   border:none;

}

  1. top-section {
   height: 20px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 0px !important;
   margin-top: -14px;
   padding:0px 0px 0px 0px;;
   border: none;
   width: 100%;
   background: none;
   color: black;
   position:absolute;

}

  1. menubar {
   position: absolute;
   background: #002B60;
   color: black;

}

.left-menu, .right-menu{

   position: absolute;
   background: none;
   color: black;

}

.left-menu ul li, .right-menu ul li a{

   background: none;
   color: black;

}

  1. contentSub {
   background: none;

}