Team:KAIST Korea/enter

From 2012.igem.org

(Difference between revisions)
(Blanked the page)
Line 1: Line 1:
 +
<html>
 +
<head>
 +
<style type="text/css">
 +
 +
#content {border:none; position:relative; top:-20px; background-color:transparent;}
 +
 +
#globalWrapper {
 +
clear:both;
 +
width:100%;
 +
position:absolute;
 +
top:0px;
 +
}
 +
 +
#contentSub {display:none;}
 +
#siteSub {display:none;}
 +
#search-controls {
 +
width:300px;
 +
 +
        top:25px;
 +
        right:25px;
 +
        z-index:100;
 +
}
 +
 +
input.searchButton {
 +
position:absolute;
 +
font-size:10pt;
 +
font-family:"Arial";
 +
font-weight:normal;
 +
color:#FFFFFF;
 +
}
 +
 +
#searchInput{
 +
background-color:transparent;
 +
z-index:100;
 +
color:#FFFFFF;
 +
font:Arial;
 +
text-align:center;
 +
 +
background:url('https://static.igem.org/mediawiki/2011/2/2e/Kaist2011_head_searchbar.png') no-repeat;
 +
background-position:0px 0px;
 +
vertical-align:middle;
 +
 +
width: 184px;
 +
height: 22px;
 +
border: none;
 +
 +
}
 +
 +
#searchGoButton {
 +
font-size:0pt;
 +
background:url('https://static.igem.org/mediawiki/2011/5/5f/Kaist2011_head_arrow.png') no-repeat;
 +
background-position:left 0px;
 +
cursor:pointer;
 +
cursor: hand; /* for IE 5.x */
 +
 +
width: 29px;
 +
height: 29px;
 +
border: none;
 +
}
 +
#mw-searchButton {
 +
position:relative;
 +
left:35px;
 +
font-size:0pt;
 +
background:url('https://static.igem.org/mediawiki/2011/a/a1/Kaist2011_head_search.png') no-repeat;
 +
background-position:left 0px;
 +
cursor:pointer;
 +
cursor: hand; /* for IE 5.x */
 +
 +
width: 29px;
 +
height: 29px;
 +
border: none;
 +
}
 +
.firstHeading {display:none;}
 +
 +
#top-section {
 +
height:80px; width:1000px;
 +
border:none;
 +
z-index:0;
 +
}
 +
 +
<!--Remove the banner-->
 +
#p-logo {position:relative; top:0px; z-index:0; height:1px; width:10px; overflow:hidden;}
 +
#p-logo a{color:black;}
 +
img[src*="/wiki/skins/common/images/wiki.png"]{
 +
    visibility:hidden;
 +
    top:-100px;
 +
    width:10px;
 +
    height:0px;
 +
margin-top:20px;
 +
    background:transparent;
 +
}
 +
 +
#menubar{
 +
clear:both;
 +
top:0px;
 +
z-index:1;
 +
font-size:8pt;
 +
font-family:"Arial";}
 +
#menubar:hover{
 +
background-color:transparent;
 +
}
 +
 +
.left-menu {margin-top:0px; left:-20px;}
 +
.left-menu ul {border:none;}
 +
.right-menu {margin-top:0px; right:-5px;}
 +
.right-menu ul {border:none;}
 +
.right-menu ul a {background-color:transparent;}
 +
.left-menu li a {color: #ffffff;}
 +
.left-menu li a:visited {color: #ffffff;}
 +
.left-menu li a:hover { color:#bbe0e9;}
 +
.left-menu li a:active{ color:#bbe0e9; font-weight:bold;}
 +
.right-menu li a {color: #000000;}
 +
.right-menu li a:visited {color: #000000;}
 +
.right-menu li a:hover {color:#ababab; text-decoration:none;}
 +
.right-menu li a:active {color:#ababab; text-decoration:none;font-weight:bold;}
 +
 +
#menubar li {
 +
        margin: 6px;
 +
}
 +
 +
#catlinks {
 +
position:relative;
 +
top:5px;
 +
left:-5px;
 +
width:990px;
 +
border:none;
 +
background-color:transparent;
 +
padding-top:5px;
 +
clear: both;
 +
}
 +
 +
#footer-box {width:965px; background-color:transparent; border:none; position:relative; top:-50px; padding-top:25px;}
 +
#footer {
 +
position:relative;
 +
bottom:5%;
 +
background-color:transparent;
 +
font-size:8pt;
 +
font-family:"Arial";
 +
z-index:1;
 +
}
 +
#footer li a {color:#000000;}
 +
#footer img {
 +
margin:10px;
 +
border:none;
 +
}
 +
#footer li a:visited {color::#000000;}
 +
#footer li a:hover { color:#ababab; text-decoration:none; }
 +
#footer li a:active{ color:#ababab; text-decoration:none; font-weight:bold}
 +
body {
 +
width=100%;
 +
 +
background-image:url('https://static.igem.org/mediawiki/2011/8/84/Kaist2011_menu_background.jpg');
 +
background-repeat:no-repeat;
 +
background-position:center top;
 +
background-attachment: scroll;
 +
 +
background-color:#bbe0e9;
 +
z-index:-100;
 +
}
 +
 +
#kaistcontent{
 +
background-color:white; -moz-opacity:1.0; filter:alpha(opacity=100); opacity:1.0;
 +
width:815px;
 +
font-family:Helvetica, Arial, Sans-serif;
 +
font-size:10pt;
 +
line-height:90%;
 +
text-align:justify;
 +
padding: 25px 75px 25px 75px;
 +
}
 +
 +
#kaistcontent h2{
 +
color:#215968;
 +
font:Arial 13pt;
 +
line-height:100%;
 +
}
 +
 +
#kaistcontent h3{
 +
color:#215968;
 +
font-weight:normal;
 +
font:Arial 11pt;
 +
line-height:110%;
 +
}
 +
 +
.upbg {
 +
position: relative;
 +
overflow:hidden;
 +
top: -55px;
 +
left: -145px;
 +
width:0px;
 +
height:0px;
 +
z-index:-100;
 +
}
 +
</style>
 +
 +
</head>
 +
</html>

Revision as of 03:40, 2 August 2012