Team:Imperial College London/Templates/Banner
From 2011.igem.org
(Difference between revisions)
Line 6: | Line 6: | ||
#top-section { | #top-section { | ||
- | width:975px; | + | width: 975px; |
- | height: | + | height: 20px; |
+ | background-color: #ffffff; | ||
border: none; | border: none; | ||
- | |||
} | } | ||
Line 19: | Line 19: | ||
.right-menu li a, .right-menu li a:hover { | .right-menu li a, .right-menu li a:hover { | ||
- | color: # | + | color: #016634; |
background-color: transparent; | background-color: transparent; | ||
} | } | ||
Line 25: | Line 25: | ||
.firstHeading { | .firstHeading { | ||
display: none;} | display: none;} | ||
+ | |||
+ | #AuxLogo { | ||
+ | position: relative; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | #iGEMLogo { | ||
+ | position:relative; | ||
+ | top:-75px; | ||
+ | left:20px; | ||
+ | } | ||
+ | |||
+ | #ImperialLogo { | ||
+ | position:relative; | ||
+ | top:-135px; | ||
+ | left:770px; | ||
+ | } | ||
body { | body { | ||
- | background: # | + | background-color:#E6E6E6; |
- | + | ||
- | + | ||
} | } | ||
Line 61: | Line 76: | ||
} | } | ||
- | a {color:# | + | a {color:#016634;} |
- | a:link {color:# | + | a:link {color:#016634;} |
- | a:visited {color:# | + | a:visited {color:#014724;} |
- | a:hover {color:# | + | a:hover {color:#016634;} |
- | a:active {color:# | + | a:active {color:#016634;} |
a[name]:hover {text-decoration:none;} | a[name]:hover {text-decoration:none;} | ||
h1 { | h1 { | ||
font-family: 'Lucida Grande', sans-serif; | font-family: 'Lucida Grande', sans-serif; | ||
- | color: # | + | color: #016634; |
background: #ffffff; | background: #ffffff; | ||
font-weight: bold; | font-weight: bold; | ||
Line 81: | Line 96: | ||
h2 { | h2 { | ||
font-family: 'Lucida Grande', sans-serif; | font-family: 'Lucida Grande', sans-serif; | ||
- | color: # | + | color: #016634; |
background: #ffffff; | background: #ffffff; | ||
font-weight: bold; | font-weight: bold; | ||
Line 92: | Line 107: | ||
h3 { | h3 { | ||
font-family: 'Lucida Grande', sans-serif; | font-family: 'Lucida Grande', sans-serif; | ||
- | color: # | + | color: #016634; |
background: #ffffff; | background: #ffffff; | ||
font-weight: bold; | font-weight: bold; | ||
Line 103: | Line 118: | ||
h4 { | h4 { | ||
font-family: 'Lucida Grande', sans-serif; | font-family: 'Lucida Grande', sans-serif; | ||
- | color: # | + | color: #016634; |
background: #ffffff; | background: #ffffff; | ||
font-weight: bold; | font-weight: bold; | ||
Line 130: | Line 145: | ||
</style> | </style> | ||
</head> | </head> | ||
+ | |||
+ | <body> | ||
+ | <div id='AuxLogo'> | ||
+ | <a href='https://2011.igem.org/Team:Imperial_College_London' target="_blank"> | ||
+ | <img src='https://static.igem.org/mediawiki/2011/8/8b/ICL_Auxin_Logo.png' /> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div id='iGEMLogo'> | ||
+ | <a href='https://2011.igem.org/Main_Page' target="_blank"> | ||
+ | <img src='https://static.igem.org/mediawiki/2011/b/be/ICL_iGEM_Logo.png' style="width:100px;"> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div id='ImperialLogo'> | ||
+ | <a href='http://www3.imperial.ac.uk/' target="_blank"> | ||
+ | <img src='https://static.igem.org/mediawiki/2011/1/19/ImperialLogo.png' style="width:180px;"> | ||
+ | </a> | ||
+ | </div> | ||
+ | |||
+ | </body> | ||
</html> | </html> |
Revision as of 14:12, 5 September 2011