Team:USTC CHINA/new.htm
From 2013.igem.org
(Difference between revisions)
(Created page with "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><!--加这句就可以height="100%"--> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb...") |
|||
Line 4: | Line 4: | ||
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> | <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> | ||
<title>Team:USTC_CHINA-2013.igem.org</title> | <title>Team:USTC_CHINA-2013.igem.org</title> | ||
+ | <style type="text/css"> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | /*expurgate top&bottom sections*/ | ||
+ | html, body { margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | |||
+ | #top-section {height: 20px; | ||
+ | margin-top: -5px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | margin-bottom: 0 | ||
+ | !important; | ||
+ | margin-bottom: 10px; | ||
+ | padding:0; | ||
+ | border:none; | ||
+ | } | ||
+ | #p-logo { height:100px; | ||
+ | overflow:hidden; | ||
+ | display: none; | ||
+ | } | ||
+ | #search-controls{display: none; | ||
+ | } | ||
+ | .firstHeading{display: none; | ||
+ | } | ||
+ | #catlinks{ | ||
+ | display: none; | ||
+ | } | ||
+ | #footer{opacity:200 !important;} | ||
+ | #footer-box{ | ||
+ | background: url("https://static.igem.org/mediawiki/2011/e/ee/Bg3.png") center top fixed repeat-y ; | ||
+ | text-transform: ; | ||
+ | text-decoration: ; | ||
+ | text-color:#00ff00; | ||
+ | border:none; | ||
+ | margin-top:-10px; | ||
+ | opacity:1; | ||
+ | |||
+ | } | ||
+ | |||
+ | #totop_box { | ||
+ | position:fixed; | ||
+ | width: 77px; | ||
+ | height: 75px; | ||
+ | bottom: 21px; | ||
+ | right: 15px; | ||
+ | } | ||
+ | |||
+ | #totop_box form { | ||
+ | width: 280px; | ||
+ | height: 27px; | ||
+ | margin: 0; | ||
+ | padding: 25px 0 0 0; | ||
+ | } | ||
+ | |||
+ | /*format of text*/ | ||
+ | #Layer1 { | ||
+ | position:absolute; | ||
+ | left:-220px; | ||
+ | top:-10px; | ||
+ | width:150%; | ||
+ | height:250mm; | ||
+ | |||
+ | |||
+ | } | ||
+ | |||
+ | div#text{ text-indent: 0em; | ||
+ | white-space: pre-wrap; | ||
+ | font-size:30px; | ||
+ | margin-right:10mm; | ||
+ | margin-top:2mm; | ||
+ | white-space: pre-wrap; | ||
+ | color: #666; | ||
+ | text-align: left; | ||
+ | font-size: 1.2em; | ||
+ | font-style: normal; | ||
+ | line-height: 0.5em; | ||
+ | font-weight: lighter; | ||
+ | font-variant: normal; | ||
+ | font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; | ||
+ | } | ||
+ | h1{ letter-spacing: 0.1em; | ||
+ | font-weight: 0.1px; | ||
+ | text-align:center; | ||
+ | font-family:"Comic Sans MS", cursive; | ||
+ | font-size: 1.9em; | ||
+ | } | ||
+ | .er{font-family:"Comic Sans MS";} | ||
+ | margin-right:10mm; | ||
+ | margin-top:2mm; | ||
+ | white-space: pre-wrap; | ||
+ | color: #666; | ||
+ | text-align: left; | ||
+ | font-size: 1.9em; | ||
+ | font-style: normal; | ||
+ | line-height: 0.5em; | ||
+ | font-weight: lighter; | ||
+ | font-variant: normal; | ||
+ | font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; | ||
+ | } | ||
+ | pic{ | ||
+ | align:center; | ||
+ | }link{ | ||
+ | font-color: red;} | ||
+ | |||
+ | /*background*/ | ||
+ | #content{ background:transparent url("https://static.igem.org/mediawiki/2011/e/ee/Bg3.png") center top fixed repeat-y; | ||
+ | padding: 0px; | ||
+ | margin:0 auto; | ||
+ | border: none; | ||
+ | top:-10px; | ||
+ | opacity:1; | ||
+ | } | ||
+ | body { background:#000000 url("https://static.igem.org/mediawiki/2011/d/d7/Sky.jpg") center top fixed repeat-y; | ||
+ | } | ||
+ | table{ | ||
+ | padding: 0px; | ||
+ | margin:0 auto; | ||
+ | border: none; | ||
+ | top:-10px; | ||
+ | background-color: rgba(0, 0, 0, 0);} | ||
+ | </style> | ||
</head> | </head> | ||
Revision as of 14:20, 21 August 2013
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">