Team:Imperial College/Templates/Banner

From 2013.igem.org

(Difference between revisions)
m
m
Line 1: Line 1:
<html>
<html>
  <head>
  <head>
 +
/* METADATA *****************************************************************/
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <meta name="title" content="iGEM 2013: Imperial College" />
   <meta name="title" content="iGEM 2013: Imperial College" />
   <meta name="keywords" content="iGEM, Imperial College, Synthetic Biology, Plastic recycling, Plastic synthesis" />
   <meta name="keywords" content="iGEM, Imperial College, Synthetic Biology, Plastic recycling, Plastic synthesis" />
-
   <meta name="description" content="Imperial College's 2013 iGEM team. Reviving waste plastics using engineered bacteria to enable more sustainable living." />
+
   <meta name="description" content="Imperial College's 2013 iGEM team. Reviving waste plastics using engineered bacteria to enable more sustainable living."/>
-
  <style type="text/css">
+
<style type="text/css">
   @charset 'UTF-8';
   @charset 'UTF-8';
-
  #footer-box{
+
/* Compulsory IDs ***********************************************************/
-
  border:none;
+
-
  }
+
   #catlinks {
   #catlinks {
Line 18: Line 17:
   background: #ffffff;
   background: #ffffff;
   }
   }
-
 
+
  #footer-box{
-
   #top-section { /*reserved*/
+
  border:none;
 +
  }
 +
   #top-section {
   width: 975px;
   width: 975px;
   height: 20px;
   height: 20px;
Line 25: Line 26:
   border: none;
   border: none;
   }
   }
-
    
+
   #p-logo {
 +
  display: none;
 +
  }
 +
  #search-controls {
 +
  display: none;
 +
  }
 +
  .firstHeading {
 +
    display: none;
 +
  }
 +
  #imperiallogo {
 +
  position: relative;
 +
  text-align:center;
 +
  z-index:-1;
 +
  }
 +
  #content {
 +
  position: relative;
 +
  width: 975px;
 +
  }
 +
  body {
 +
  background-color:#DDDDDD;
 +
  }
 +
  .right-menu li a, .right-menu li a:hover {  /*reserved*/
 +
  color: #3c6b27;
 +
  background-color: transparent;
 +
  }
 +
  /*#menucontainer {
 +
  overflow:visible;
 +
  position:relative;
 +
  z-index:3;
 +
  }*/
 +
 
 +
/* Custom IDs ***************************************************************/
 +
 
   #sponsor-logo{
   #sponsor-logo{
   display: block;
   display: block;
Line 35: Line 68:
   text-align:center
   text-align:center
   }   
   }   
-
 
-
  #p-logo {      /*reserved*/
 
-
  display: none;}
 
-
 
-
  #search-controls { /*reserved*/
 
-
  display: none;}
 
-
 
-
  .right-menu li a, .right-menu li a:hover {  /*reserved*/
 
-
  color: #3c6b27;
 
-
  background-color: transparent;
 
-
  }
 
-
 
-
  .firstHeading { /*reserved*/
 
-
    display: none;}
 
-
 
-
  #imperiallogo {  /*reserved*/
 
-
  position: relative;
 
-
  text-align:center;
 
-
  z-index:-1;
 
-
  }
 
-
 
   #iGEMLogo {
   #iGEMLogo {
   position:absolute;
   position:absolute;
Line 62: Line 74:
   z-index:3;
   z-index:3;
   }
   }
-
 
   #ImperialLogo {
   #ImperialLogo {
   position:absolute;
   position:absolute;
Line 68: Line 79:
   left:790px;
   left:790px;
   }
   }
-
 
   #nav-vert{
   #nav-vert{
   position: relative;  
   position: relative;  
Line 74: Line 84:
   width: 210px;  
   width: 210px;  
   }
   }
-
 
   #maincontent{
   #maincontent{
   position:relative;
   position:relative;
Line 82: Line 91:
   background: #ffffff;
   background: #ffffff;
   }
   }
-
 
   #fb-wrapper{
   #fb-wrapper{
   position:relative;
   position:relative;
Line 101: Line 109:
   border-right: 1px solid #d9d9d9;   
   border-right: 1px solid #d9d9d9;   
   }
   }
-
 
-
 
   #ourfooter{
   #ourfooter{
   position:relative;
   position:relative;
Line 111: Line 117:
   border-top: 1px dotted #d9d9d9;
   border-top: 1px dotted #d9d9d9;
   border-bottom: 1px dotted #d9d9d9;
   border-bottom: 1px dotted #d9d9d9;
-
 
   }
   }
-
  body { /*reserved*/
 
-
  background-color:#DDDDDD;
 
-
  }
 
-
  #menucontainer { /*?*/
 
-
  overflow:visible;
 
-
  position:relative;
 
-
  z-index:3;
 
-
  }
 
-
  #content { /*reserved*/
 
-
  position: relative;
 
-
  width: 975px;
 
-
  margin: 0 auto;
+
 
-
  padding-top:1px;
+
-
  padding-left:0px;
+
-
  padding-right:0px;
+
-
  padding-bottom:30px;
+
-
  background: #ffffff;
+
-
  color: black;
+
-
  border: 1px solid #d9d9d9;
+
-
  line-height: 1.5em;
+
-
  z-index: 2;
+
-
  }
+
   #contentSub {
   #contentSub {

Revision as of 19:12, 13 August 2013

/* METADATA *****************************************************************/