Template:Team:Sheffield/Navigation2
From 2010.igem.org
(Difference between revisions)
(New page: <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Template:Navigation</title> <style type="text/css"> <!-- bod...) |
|||
Line 1: | Line 1: | ||
- | <html xmlns="http://www.w3.org/1999/xhtml"> | + | <html> |
+ | |||
+ | <style type="text/css"> | ||
+ | |||
+ | body { | ||
+ | -x-system-font:none; | ||
+ | |||
+ | |||
+ | background: url(https://static.igem.org/mediawiki/2010/d/d7/Shefbackground.jpg) repeat top left; | ||
+ | color:#FFE2EE; | ||
+ | font-family:Arial,Sans-Serif; | ||
+ | /*font-size:0.6em;*/ | ||
+ | font-size-adjust:none; | ||
+ | font-stretch:normal; | ||
+ | font-style:normal; | ||
+ | font-variant:normal; | ||
+ | font-weight:normal; | ||
+ | line-height:1.8em; | ||
+ | } | ||
+ | a { | ||
+ | color:#6587E0; | ||
+ | text-decoration:none; | ||
+ | margin:0 0px 0; | ||
+ | } | ||
+ | a:visited { | ||
+ | color:#6587E0; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | a:hover { | ||
+ | color:#333333; | ||
+ | text-decoration:underline; | ||
+ | } | ||
+ | h1 { | ||
+ | font-size:32px; | ||
+ | margin:-18px 10px 0px; | ||
+ | } | ||
+ | h2 { | ||
+ | font-size:26px; | ||
+ | margin:0 0 10px; | ||
+ | padding:10px 10px 3px; | ||
+ | } | ||
+ | h3 { | ||
+ | font-size:20px; | ||
+ | font-weight:normal; | ||
+ | padding-left:10px; | ||
+ | } | ||
+ | |||
+ | ul { | ||
+ | margin:0 0 10px; | ||
+ | padding:0; | ||
+ | } | ||
+ | li { | ||
+ | list-style-type:none; | ||
+ | } | ||
+ | img { | ||
+ | border:medium none; | ||
+ | } | ||
+ | #buttons { | ||
+ | background: url() repeat-x scroll 0 0; | ||
+ | height:300px; | ||
+ | width: 1000px; | ||
+ | position: relative; | ||
+ | margin-top:0px; | ||
+ | margin-left:-17px; | ||
+ | overflow: auto; | ||
+ | } | ||
+ | #header h1 { | ||
+ | font-size:90px; | ||
+ | color:#FFF; | ||
+ | font-weight:300; | ||
+ | letter-spacing:-1px; | ||
+ | padding:22px 0 10px 10px; | ||
+ | } | ||
+ | #header h1 a { | ||
+ | color:#FFFFFF; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | #header h1 a:hover { | ||
+ | color:#000000; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | #header h2 { | ||
+ | color:#EEEEEE; | ||
+ | font-size:19px; | ||
+ | font-weight:100; | ||
+ | letter-spacing:-1px; | ||
+ | line-height:12px; | ||
+ | padding:0 0 0 11px; | ||
+ | } | ||
+ | |||
+ | #left { | ||
+ | background:#727072 none repeat scroll 0 0; | ||
+ | color:#FFE2EE; | ||
+ | float:left; | ||
+ | margin-top:4px; | ||
+ | margin-bottom:0px; | ||
+ | width:180px; | ||
+ | } | ||
+ | #left ul { | ||
+ | margin:0; | ||
+ | padding:1px 1px 1px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | #paper { | ||
+ | width: 970px; | ||
+ | height: 1000px; | ||
+ | margin: -6px; | ||
+ | top: -100px | ||
+ | background:url() no-repeat bottom left; | ||
+ | position: relative; /* float: left; */ | ||
+ | background-color: #FFF; | ||
+ | |||
+ | } | ||
+ | |||
+ | #contentbox_bottom { | ||
+ | width: 785px; | ||
+ | height: 18px; | ||
+ | margin: 10px -20px -21px; | ||
+ | background:url() no-repeat top left; | ||
+ | position: relative; | ||
+ | /* float: left; */ | ||
+ | } | ||
+ | |||
+ | #pb { | ||
+ | margin:10px -20px 10px; | ||
+ | background:url() no-repeat scroll 0 0; | ||
+ | height:60px; | ||
+ | width: 785px; | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | #content { | ||
+ | padding: 5px; | ||
+ | border-left: 1px solid #727072; | ||
+ | border-right: 1px solid #727072; | ||
+ | background:#727072 none repeat scroll 0 0; | ||
+ | position: relative; | ||
+ | /* float: left; /* | ||
+ | font-size: 9pt; | ||
+ | text-align: justify; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | #footer { | ||
+ | border-top:1px solid #CCCCCC; | ||
+ | font-size:11px; | ||
+ | padding:10px 5px; | ||
+ | text-align:center; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | p { | ||
+ | margin:5px 0px 10px; | ||
+ | /* margin:0; */ | ||
+ | /* margin-bottom: 10px; */ | ||
+ | } | ||
+ | .editsection { | ||
+ | font-size: 75%; | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | /* This hides the Table of Contents. | ||
+ | #toc { | ||
+ | display: none; | ||
+ | } | ||
+ | Not good as disables wikis from all pages. | ||
+ | */ | ||
+ | |||
+ | </style> | ||
+ | </html> | ||
+ | |||
+ | <div id="paper" style="border:solid #000"> | ||
+ | <div id="buttons" align="center"><html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | <head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
Line 13: | Line 190: | ||
<body> | <body> | ||
- | <table width=" | + | <table width="750" border="0" cellspacing="0" cellpadding="0"> |
<tr> | <tr> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
- | <td width=" | + | <td width="151"><a href="https://2010.igem.org/Team:Sheffield"><img src="https://static.igem.org/mediawiki/2010/b/b8/Home_Button.jpg" width="150" height="116" border="0" /></a></td> |
- | <td width=" | + | <td width="151"><a href="https://2010.igem.org/Team:Sheffield/Team"><img src="https://static.igem.org/mediawiki/2010/5/5d/Team_Button.png" width="150" height="116" border="0" /></a></td> |
- | <td width=" | + | <td width="151"><a href="https://2010.igem.org/Team:Sheffield/Project"><img src="https://static.igem.org/mediawiki/2010/7/74/Project_Button.jpg" width="150" height="116" border="0" /></a></td> |
- | <td width=" | + | <td width="151"><a href="https://2010.igem.org/Team:Sheffield/Modeling"><img src="https://static.igem.org/mediawiki/2010/a/a0/Modelling_Button.jpg" width="150" height="116" border="0" /></a></td> |
- | <td width=" | + | <td width="151"><a href="https://2010.igem.org/Team:Sheffield/Notebook"><img src="https://static.igem.org/mediawiki/2010/f/f6/Notebook_button.jpg" width="150" height="116" border="0" /></a></td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
- | <td><a href="https://2010.igem.org/Team:Sheffield/Parts"><img src="https://static.igem.org/mediawiki/2010/4/46/Parts_Button.jpg" width=" | + | <td><a href="https://2010.igem.org/Team:Sheffield/Parts"><img src="https://static.igem.org/mediawiki/2010/4/46/Parts_Button.jpg" width="150" height="116" border="0" /></a></td> |
- | <td><a href="https://2010.igem.org/Team:Sheffield/HumanPractices"><img src="https://static.igem.org/mediawiki/2010/4/4d/HumanPractices_Button.jpg" width=" | + | <td><a href="https://2010.igem.org/Team:Sheffield/HumanPractices"><img src="https://static.igem.org/mediawiki/2010/4/4d/HumanPractices_Button.jpg" width="150" height="116" border="0" /></a></td> |
- | <td><a href="https://2010.igem.org/Team:Sheffield/Safety"><img src="https://static.igem.org/mediawiki/2010/9/94/Safety_Button.jpg" width=" | + | <td><a href="https://2010.igem.org/Team:Sheffield/Safety"><img src="https://static.igem.org/mediawiki/2010/9/94/Safety_Button.jpg" width="150" height="116" border="0" /></a></td> |
- | <td><a href="https://2010.igem.org/Team:Sheffield/iPedia"><img src="https://static.igem.org/mediawiki/2010/4/4a/IPedia_Button.jpg" width=" | + | <td><a href="https://2010.igem.org/Team:Sheffield/iPedia"><img src="https://static.igem.org/mediawiki/2010/4/4a/IPedia_Button.jpg" width="150" height="116" border="0" /></a></td> |
- | <td><a href="https://2010.igem.org/Team:Sheffield/Gallery"><img src="https://static.igem.org/mediawiki/2010/d/dd/Gallery_Button.jpg" width=" | + | <td><a href="https://2010.igem.org/Team:Sheffield/Gallery"><img src="https://static.igem.org/mediawiki/2010/d/dd/Gallery_Button.jpg" width="150" height="116" border="0" /></a></td> |
</tr> | </tr> | ||
</table> | </table> | ||
</body> | </body> | ||
</html> | </html> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | __NOTOC__ |
Revision as of 16:00, 3 August 2010