Team:Arizona State/Header

From 2013.igem.org

(Difference between revisions)
Line 31: Line 31:
/*Insert pre-designed banner that includes new logo + project name here*/
/*Insert pre-designed banner that includes new logo + project name here*/
-
h1 {
+
    h1 {
-
  font-family: helvetica,sans-serif;
+
    font-family: 'Source Sans Pro', sans-serif;
-
  color: #800000;
+
    font-size:48px;  
-
  background: transparent;
+
    font-weight: 200
-
  font-weight: bold;
+
    color:#404040
-
  font-size: 2.2em;
+
    background: transparent;
-
  margin: 0 0 0 0;
+
    margin: 0 0 0 0;
-
  padding: 20px 20px 12px 20px;
+
    border-bottom: none;
-
  border-bottom: none;
+
    padding: 20px 40px 12px 40px;
-
  }
+
    }
-
   h2 {
+
   p {
-
   font-family: helvetica,sans-serif;
+
   font-family: 'Source Sans Pro', sans-serif;
-
   color: #800000;
+
  font-size:48px;
 +
  font-weight: 200
 +
   color:#404040
   background: transparent;
   background: transparent;
-
  font-weight: bold;
 
-
  font-size: 1.7em;
 
   margin: 0 0 0 0;
   margin: 0 0 0 0;
-
  padding: 18px 20px 7px 20px;
 
   border-bottom: none;
   border-bottom: none;
-
  }
+
   padding: 20px 40px 12px 40px;  
-
 
+
-
  h3 {
+
-
  font-family: helvetica,sans-serif;
+
-
  color: #800000;
+
-
  background: transparent;
+
-
  font-weight: bold;
+
-
  font-size: 1.4em;
+
-
  margin: 0 0 0 0;
+
-
   padding: 16px 20px 2px 20px;
+
-
  border-bottom: none;
+
-
  }
+
-
 
+
-
  h4 {
+
-
  font-family: helvetica,sans-serif;
+
-
  color: #800000;
+
-
  background: transparent;
+
-
  font-weight: bold;
+
-
  font-size: 1.1em;
+
-
  margin: 0 0 0 0;
+
-
  padding: 0px 20px 1px 20px; //was 13.5px padding for top
+
-
  border-bottom: none;
+
-
  }
+
-
 
+
-
  p {
+
-
  font-family: helvetica,sans-serif;
+
-
  //color: #ffffff;
+
-
  background: transparent;
+
-
  //background-image:url(https://static.igem.org/mediawiki/2012/e/ea/Layer.png);
+
-
  font-weight: normal;
+
-
  font-size: 1em;
+
-
  line-height: 1.7em;
+
-
  text-align: justify;
+
-
  margin: 0 0 0 0;
+
-
  padding: 5px 20px 0px 20px;
+
   }
   }

Revision as of 01:41, 7 May 2013