Team:Toronto/Contact
From 2012.igem.org
(Difference between revisions)
(Created page with "<html> <body> <style> <!--interface--> #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { display:none;} #top-section { background-color:#...") |
|||
Line 1: | Line 1: | ||
<html> | <html> | ||
<body> | <body> | ||
- | < | + | |
+ | <!-- ============================================================= | ||
+ | |||
+ | The following was written by Moustafa Abdalla for iGEM UToronto. | ||
+ | |||
+ | |||
+ | Permission is granted, free of charge, to any person reading the code, | ||
+ | to use, copy, modify, merge, publish, distribute, sublicense, and/or | ||
+ | sell copies of the code, subject ONLY to the following condition: | ||
+ | |||
+ | ******* This permission notice shall be included in all copies or | ||
+ | substantial portions of the code. ********* | ||
+ | |||
+ | Please enjoy :) . | ||
+ | ===================================================================--> | ||
+ | |||
+ | |||
+ | |||
+ | <!--==========================General Document Styling | ||
+ | And CSS for Contact Buttons================--> | ||
+ | <style> | ||
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { | #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { | ||
display:none;} | display:none;} | ||
#top-section { | #top-section { | ||
- | + | background-color:#ccff99; | |
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
- | + | background-position: center top; | |
height:900px ! important; | height:900px ! important; | ||
} | } | ||
Line 16: | Line 36: | ||
} | } | ||
#content{height:0px} | #content{height:0px} | ||
- | |||
#fisheye_menu { | #fisheye_menu { | ||
Line 23: | Line 42: | ||
margin: 10px; | margin: 10px; | ||
height: 81px; | height: 81px; | ||
+ | } | ||
+ | #fisheye_menu { | ||
+ | list-style: none; | ||
+ | padding: 0; | ||
+ | margin: 10px; | ||
+ | height: 140px; | ||
} | } | ||
#fisheye_menu li { | #fisheye_menu li { | ||
- | + | position: relative; | |
- | + | display: block; | |
- | + | float: left; | |
- | + | margin: 0; | |
- | + | padding: 0; | |
- | + | ||
} | } | ||
#fisheye_menu span { | #fisheye_menu span { | ||
- | + | position: absolute; | |
- | + | top: 100%; | |
- | + | left: 0; | |
- | + | text-align: center; | |
- | + | width: 95px; | |
- | + | padding: 1px; | |
- | + | margin: 0; | |
- | + | border: solid 1px #bbb; | |
- | + | color: #333; | |
- | + | background: #eee; | |
} | } | ||
#fisheye_menu a { | #fisheye_menu a { | ||
- | + | text-decoration: none; | |
- | + | margin: 0; | |
- | + | padding: 0; | |
} | } | ||
#fisheye_menu img { | #fisheye_menu img { | ||
- | + | border: 0; | |
- | + | vertical-align: top; | |
} | } | ||
</style> | </style> | ||
+ | |||
+ | |||
+ | <!--==========================Javascript for Top Menu================--> | ||
+ | |||
<script type="text/javascript"> | <script type="text/javascript"> | ||
var fisheyemenu = { | var fisheyemenu = { | ||
Line 151: | Line 179: | ||
window.onload = fisheyemenu.init; | window.onload = fisheyemenu.init; | ||
} | } | ||
- | </script><!-- | + | </script> |
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <!--==========================Actual Wiki Stuff================--> | ||
+ | |||
<div align=left style="margin-top:-885px; margin-left:-5px"> | <div align=left style="margin-top:-885px; margin-left:-5px"> | ||
<img src="http://igemtoronto.files.wordpress.com/2012/08/contactus.jpg" alt="Banner" width="977" height="205.3"/> | <img src="http://igemtoronto.files.wordpress.com/2012/08/contactus.jpg" alt="Banner" width="977" height="205.3"/> | ||
</div> | </div> | ||
+ | |||
+ | <!--==========================Menu================--> | ||
<div class="container" style=" background: #147025; margin-top:-190px;"> | <div class="container" style=" background: #147025; margin-top:-190px;"> | ||
Line 171: | Line 208: | ||
</ul> </font></b> | </ul> </font></b> | ||
</div> | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <!--==========================Styling Sheet for Contact Buttons================--> | ||
<style rel='stylesheet' > | <style rel='stylesheet' > | ||
Line 244: | Line 286: | ||
</style> | </style> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <!--==========================Actual Contact Buttons================--> | ||
<div id="page-wrap" style="margin-top:100px"> | <div id="page-wrap" style="margin-top:100px"> | ||
Line 270: | Line 319: | ||
</div> | </div> | ||
+ | |||
+ | |||
+ | <!--==========================Footer================--> | ||
<div align=left style="margin-top:150px; margin-left:380px; position: absolute; z-index:99"> | <div align=left style="margin-top:150px; margin-left:380px; position: absolute; z-index:99"> |
Revision as of 22:40, 8 August 2012