Team:Brown-Stanford/ethicscss

From 2011.igem.org

/**

* Brown-Stanford iGEM
* Jovian Yu, 2011
*/

body {

   text-align: center;
   margin:0px 0px 0px 0px;
   background: black;
   font-family:"Ubuntu", sans-serif;

} h1, h2, h3, h4, h5{

   color: black;
   font-family:"Ubuntu", sans-serif;
   line-height:25px;
   border-bottom:1px dotted #3e3e3e;
   margin-bottom:5px;
   border-top:0px;
   margin-top:10px;
   padding-top:10px;
   font-weight:normal;

}

h2.noline{

   border-top:0;
   margin-top:0;
   padding-top:0;
   margin-bottom:0;
   line-height:20px;
   padding-top:2px;
   font-size:20px;

}

h3 {

   font-size: 18px;
   border-bottom: none;

}

h4 {

   border-bottom: none;

}

h2.topheader{

   border-top:0;
   padding-top:0;
   margin-top:5px;

}


.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 {
   display:none !important;

}

  1. footer-box {
   display: none !important;

}

  1. footer {
   display: none !important;

}

  1. f-list {
   display: none !important;

}


table {

   background: none;

}

  1. p-logo {
   display: none !important;

}

  1. top-section {
   display: none !important;

}

  1. menubar {
   position: absolute;
   background: none;
   color: black;

}

.left-menu, .right-menu{

   position: absolute;
   background: none;
   color: white;

}

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

   background: none;
   color: white;

}

  1. contentSub {
   background: none;

}

table.gallery {

   background: url("Brown-Stanford_Transparent.png");
   border: none !important;
   margin-left: auto;
   margin-right: auto;

}

table.gallery tr, div.gallerybox, div.gallerybox div.thumb {

   background: none;
   border: none !important;

}

table.gallery tr td, table.gallery td {

   background: none;
   color: white;
   border: solid 1px #393333;

}

  1. sponsor-box {
   background: none;

}

div#catlinks {

   display: none;

}

a, a:visited, a:hover, a:active, a.new {

   color: #DDD;

}

ol {

   color: white;

}

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

   color: transparent !important;

}

.left-menu li:hover a {

   color: white !important;

}

.right-menu li a:hover, .right-menu li a:visited, .right-menu li a:active {

   color: white !important;

}

div.bigWrapper {

   position: fixed;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   z-index: 10;
   text-align: center;

}

div.ethicsContent {

   position: absolute;
   margin: auto;
   width: 800px;
   height: 600px;
   background: url("Brown-Stanford_ethics_back.jpg") no-repeat;

}

.gallerytext p {

   text-indent: 0px !important;

}

blockquote {

   margin: 10px;
   padding-top: 10px;
   border-top: 1px solid #EEEEEE;
   background-image: url("Brown-Stanford_Blockquote.png");
   background-size: 30px;
   background-position: top left;
   background-repeat: no-repeat;
   text-indent: 40px;
   font-size: 13px;

}

blockquote.quotee {

   margin: -10px 10px 10px 10px;
   padding-top: 30px;
   padding-bottom: 10px;
   border-top: none;
   border-bottom: 1px solid #EEEEEE;
   background-image: url("Brown-Stanford_Endquote.png");
   background-size: 30px;
   background-position: top right;
   background-repeat: no-repeat;
   text-align: right;
   font-style: italic;
   font-size: 11px;

}

div.videolist {

   position: absolute;
   top: 20px;
   left: 40px;
   text-align: left;
   width: 200px;

}

div.videolist ul {

   margin: 0;
   padding: 0;
   list-style-type: none;

}

div.videolist a {

   display: block;
   padding: 3px;
   padding-left: 8px;
   width: 155px;
   background-color: #333;
   border-bottom: 1px solid #FFF;
   border-top: 1px solid #FFF;
   margin: 0px;
   text-decoration: none;
   font-weight: normal;
   font-size: 11pt;
   line-height: 31px;

}

div.videolist a:link, div.video a:visited {

   color: #EEE;
   text-decoration: none;

}

div.videolist a:hover {

   background-color: #555;
   color: #FFF;

}