Team:Arizona State/Header
From 2013.igem.org
(Difference between revisions)
Line 23: | Line 23: | ||
background-attachment:fixed; | background-attachment:fixed; | ||
} | } | ||
+ | |||
+ | #ProjectTitle { | ||
+ | position: relative; | ||
+ | text-align:center; | ||
+ | } | ||
+ | |||
+ | /*Insert pre-designed banner that includes new logo + project name here*/ | ||
+ | |||
+ | h1 { | ||
+ | font-family: helvetica,sans-serif; | ||
+ | color: #800000; | ||
+ | background: transparent; | ||
+ | font-weight: bold; | ||
+ | font-size: 2.2em; | ||
+ | margin: 0 0 0 0; | ||
+ | padding: 20px 20px 12px 20px; | ||
+ | border-bottom: none; | ||
+ | } | ||
+ | |||
+ | h2 { | ||
+ | font-family: helvetica,sans-serif; | ||
+ | color: #800000; | ||
+ | background: transparent; | ||
+ | font-weight: bold; | ||
+ | font-size: 1.7em; | ||
+ | margin: 0 0 0 0; | ||
+ | padding: 18px 20px 7px 20px; | ||
+ | border-bottom: none; | ||
+ | } | ||
+ | |||
+ | 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; | ||
+ | } | ||
+ | |||
</head> | </head> |
Revision as of 01:38, 7 May 2013