Team:IIT Madras
From 2009.igem.org
(Difference between revisions)
Line 6: | Line 6: | ||
<head><style> | <head><style> | ||
- | + | body | |
- | + | { | |
- | + | background: #000; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | # | + | #top-section, #content, #footer-box |
- | + | { | |
- | + | margin-top: 40px; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | #content | |
- | + | { | |
- | #content { | + | padding: 0; |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | input.searchButton | |
- | + | { | |
- | + | color: #fff; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | .firstHeading, #contentSub | |
- | + | ||
- | # | + | |
- | + | ||
{ | { | ||
- | + | display: none; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | #aHome | |
- | + | ||
- | # | + | |
- | + | ||
{ | { | ||
- | + | color: #343434; | |
- | + | font-size: 1.2em; | |
- | + | font-face: Verdana, Calibri, Georgia, sans-serif; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | #aHome * | |
- | + | ||
- | # | + | |
- | + | ||
{ | { | ||
- | + | margin: 0; | |
- | + | padding: 0; | |
- | + | border: none; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | #aHeading | |
- | + | ||
- | # | + | |
- | + | ||
{ | { | ||
- | + | background: transparent url(https://static.igem.org/mediawiki/2009/c/c8/IITM.png) top right no-repeat; | |
- | + | height: 125px; | |
- | + | margin: 0 auto; | |
- | + | width: 900px; | |
- | + | position: relative; | |
- | + | ||
- | + | ||
} | } | ||
- | + | #aHeading h1 | |
- | + | ||
- | # | + | |
- | + | ||
{ | { | ||
- | + | border-bottom: 4px solid #08f; | |
- | + | font-family: /*"Trajan Pro",*/ "Georgia", serif; | |
- | + | font-size: 300%; | |
- | + | font-weight: lighter; | |
- | + | letter-spacing: 2px; | |
+ | padding: 5px; | ||
+ | position: absolute; | ||
+ | left: 0; | ||
+ | top: 40px; | ||
} | } | ||
- | + | #aNav | |
- | + | { | |
- | # | + | background: #08f; |
- | + | clear: right; | |
- | + | display: block; | |
- | + | float: left; | |
- | + | margin: 20px 0 50px 0; | |
- | + | padding: 0 0 0 20px; | |
- | + | width: 945px; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | #aNav li | |
- | + | { | |
- | + | display: block; | |
- | + | float: left; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | #aNav li a | |
- | + | { | |
- | + | background: #08f; | |
- | + | color: #fff; | |
- | + | display: block; | |
- | + | line-height: 120%; | |
- | + | padding: 2px 7px; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | #aNav li a:hover, #aNav li a.aSelected | |
- | + | { | |
- | + | background: #fff; | |
- | + | color: #08f; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | #aContent | |
- | + | { | |
- | + | margin: 50px auto; | |
- | + | padding: 10px 10px 60px 10px; | |
- | + | width: 800px; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
+ | </style> | ||
+ | </head> | ||
- | + | <body> | |
- | + | <div id="aHome"> | |
- | + | <div id="aHeading"> | |
+ | <h1 class="pageTitle">IIT Madras</h1> | ||
+ | </div> | ||
- | + | <ul id="aNav"> | |
- | + | <li><a class="aSelected" href="https://2009.igem.org/Team:IIT_Madras">Home</a></li> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
<li><a href="https://2009.igem.org/Team:IIT_Madras/Team">Team</a></li> | <li><a href="https://2009.igem.org/Team:IIT_Madras/Team">Team</a></li> | ||
<li><a href="https://2009.igem.org/Team:IIT_Madras/Project">Project</a></li> | <li><a href="https://2009.igem.org/Team:IIT_Madras/Project">Project</a></li> | ||
<li><a href="https://2009.igem.org/Team:IIT_Madras/Notebook">Notebook</a></li> | <li><a href="https://2009.igem.org/Team:IIT_Madras/Notebook">Notebook</a></li> | ||
- | + | ||
</ul> | </ul> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
+ | <div id="aContent"> | ||
+ | This page is under construction!This page is under construction!This page is under construction!This page is under construction!This page is under construction!This page is under construction!This page is under construction!This page is under construction!This page is under construction!This page is under construction!This page is under construction!This page is under construction!This page is under construction!This page is under construction!This page is under construction!This page is under construction!This page is under construction!This page is under construction!This page is under construction! | ||
+ | </div> | ||
</div><!-- home --> | </div><!-- home --> |
Revision as of 17:43, 12 October 2009
IIT Madras
This page is under construction!This page is under construction!This page is under construction!This page is under construction!This page is under construction!This page is under construction!This page is under construction!This page is under construction!This page is under construction!This page is under construction!This page is under construction!This page is under construction!This page is under construction!This page is under construction!This page is under construction!This page is under construction!This page is under construction!This page is under construction!This page is under construction!