Template:Caltech Header
From 2012.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
- | + | <head> | |
<!-- This is a comment in html --> | <!-- This is a comment in html --> | ||
- | <!-- | + | <!-- Begin the internal style sheet --> |
- | < | + | <style type="text/css"> |
+ | /* This is a comment in css */ | ||
+ | /*Don't display the page title. It is irrelevant.*/ | ||
+ | .firstHeading { | ||
+ | display:none !important; | ||
+ | } | ||
+ | /* This sets the orange background of the screen. */ | ||
+ | body {background: #EBA243} | ||
- | + | #p-logo { height:1px; overflow:hidden; display: none;} | |
+ | |||
+ | #top-section { | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/2/28/IDcard.jpg');; | ||
+ | height:250px ! important;; | ||
+ | } | ||
+ | |||
+ | |||
+ | p {text-align: justify; color: black;} | ||
+ | |||
+ | a:link { color: #00b0e6; text-decoration: none} | ||
+ | a:visited { color:#00b0e6; text-decoration: none} | ||
+ | a:hover { color:#f29400; text-decoration: none} | ||
+ | a:active { color:#f29400; text-decoration: none} | ||
+ | |||
+ | #bodyContent { padding: 10px auto; width: 910px; margin: auto; clear: none; color:black} | ||
+ | |||
+ | table#Team { text-align: justify; border: 0; } | ||
+ | table#Team h2, table#Team h3 { clear: both; } | ||
+ | |||
/*-----------------------------------------------------------------------------------------------*/ | /*-----------------------------------------------------------------------------------------------*/ | ||
Line 337: | Line 363: | ||
/*...............................................................................................*/ | /*...............................................................................................*/ | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
<div id="header"> | <div id="header"> |
Revision as of 18:57, 9 July 2012
Caltech iGEM 2012