HUMAN PRACTICE.html
From 2012.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
+ | |||
+ | <style type="text/css"> | ||
+ | /*------------------------------------*\ | ||
+ | RESET | ||
+ | \*------------------------------------*/ | ||
+ | body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | } | ||
+ | table{ | ||
+ | border-collapse:collapse; | ||
+ | border-spacing:0; | ||
+ | } | ||
+ | fieldset,img{ | ||
+ | border:0; | ||
+ | } | ||
+ | address,caption,cite,code,dfn,th,var{ | ||
+ | font-style:normal; | ||
+ | font-weight:normal; | ||
+ | } | ||
+ | caption,th{ | ||
+ | text-align:left; | ||
+ | } | ||
+ | h1,h2,h3,h4,h5,h6{ | ||
+ | font-size:100%; | ||
+ | font-weight:normal; | ||
+ | } | ||
+ | q:before,q:after{ | ||
+ | content:''; | ||
+ | } | ||
+ | abbr,acronym{ | ||
+ | border:0; | ||
+ | } | ||
+ | |||
+ | #globalwrapper { | ||
+ | width:975px; | ||
+ | padding:20px 0px; | ||
+ | margin: 0 auto; | ||
+ | background-color:#ffffff; | ||
+ | height:100%; | ||
+ | } | ||
+ | .firstHeading { | ||
+ | height:0px; | ||
+ | visibility:hidden; | ||
+ | |||
+ | #contentSub { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | #siteSub { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | #search-controls { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | .firstHeading { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | #search-controls { | ||
+ | margin-top:30px; | ||
+ | } | ||
+ | |||
+ | #footer-box { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | } | ||
+ | #p-logo { | ||
+ | height:1px; overflow:hidden; display: none; | ||
+ | } | ||
+ | #top-section { | ||
+ | |||
+ | background-image: url('https://2012.igem.org/File:Background_-_Wikipage.gif'); | ||
+ | background-position: top; | ||
+ | height: 50px ; | ||
+ | background-repeat: no-repeat; | ||
+ | border-width:0px; | ||
+ | border-top-width:1px; | ||
+ | } | ||
+ | #content { | ||
+ | position: relative; | ||
+ | margin: 0 auto; | ||
+ | background: transparent; | ||
+ | color: transparent; | ||
+ | border-left: none; | ||
+ | border-right: none; | ||
+ | } | ||
+ | </style> | ||
<script language="JavaScript1.4" type="text/javascript"> | <script language="JavaScript1.4" type="text/javascript"> | ||
Line 42: | Line 133: | ||
//--> | //--> | ||
</script> | </script> | ||
+ | |||
+ | </head> | ||
+ | </head> | ||
+ | <body background="https://static.igem.org/mediawiki/2012/9/96/Background_-_Wikipage.gif" bgColor="#FFFFFF"> | ||
+ | <style type="text/css"> | ||
+ | div#container | ||
+ | { | ||
+ | position:relative; | ||
+ | width: 1080px; | ||
+ | margin-top: 0px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | text-align:left; | ||
+ | } | ||
+ | body {text-align:center;margin:0} | ||
+ | </style> | ||
+ | |||
</head> | </head> |
Revision as of 02:02, 24 September 2012