Team:CBNU-Korea/Project

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
 +
{{Team:CBNU-Korea/css_slide2}}
 +
<html>
<html>
<head>
<head>
-
    <link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
+
<link href='http://fonts.googleapis.com/css?family=Droid+Sans'
-
    <link href='http://fonts.googleapis.com/css?family=Francois+One' rel='stylesheet' type='text/css'>
+
rel='stylesheet' type='text/css'>
 +
<link href='http://fonts.googleapis.com/css?family=Francois+One'
 +
rel='stylesheet' type='text/css'>
-
    <!--[if lt IE 9]>
+
<!--[if lt IE 9]>
     <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
     <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
     <script src="http://scottjehl.github.com/Respond/respond.min.js"></script>
     <script src="http://scottjehl.github.com/Respond/respond.min.js"></script>
     <![endif]-->
     <![endif]-->
-
   
 
-
   
 
-
    <meta name="viewport" content="width=device-width, initial-scale=1.0 minimum-scale=1, maximum-scale=1, user-scalable=yes, target-densitydpi=medium-dpi" />
 
-
    <style>
+
<meta name="viewport"
 +
content="width=device-width, initial-scale=1.0 minimum-scale=1, maximum-scale=1, user-scalable=yes, target-densitydpi=medium-dpi" />
-
        /******/
+
<style>
 +
/******/
 +
header,footer,section,article,aside,nav,hgroup,details,menu,figure,figcaption
 +
{
 +
display: block;
 +
}
-
        header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption {
+
/* ----------------Display:none---------------- */
-
            display:block;
+
#p-logo {
-
        }
+
display: none;
 +
}
 +
#search-controls {
 +
display: none;
 +
}
-
        /* ----------------Display:none---------------- */
+
.firstHeading {
 +
display: none;
 +
}
-
        #p-logo {
+
#catlinks {
-
            display: none;
+
display: none;
-
        }
+
}
-
        #search-controls {
+
#footer-box {
-
            display: none;
+
display: none;
-
        }
+
}
-
        .firstHeading {
+
#contentSub {
-
            display: none;
+
display: none;
-
        }
+
}
-
        #catlinks {
+
/* ----------------TopSection---------------- */
-
            display: none;
+
#top-section {
-
        }
+
height: 30px;
 +
width: 100%;
 +
background: none repeat scroll 0 0 #343838; /*per Page*/
 +
border-bottom: 1px solid #262B35; /*per Page*/
 +
border-left: medium none;
 +
border-right: medium none;
 +
}
-
        #footer-box {
+
#menubar {
-
            display: none;
+
top: 2px;
-
        }
+
font-family: 'Droid Sans', sans-serif;
 +
}
-
        #contentSub {
+
/* ----------------Body---------------- */
-
            display: none;
+
body {
-
        }
+
font-family: 'Droid Sans', sans-serif;
 +
background: url(https://static.igem.org/mediawiki/2012/6/6f/CBK_back_009.png);
 +
}
-
        /* ----------------Body---------------- */
+
#globalWrapper {
 +
padding-bottom: 0px;
 +
}
 +
/* ----------------TopSection_left-menu---------------- */
 +
.left-menu,.left-menu a {
 +
color: white;
 +
left: 0px;
 +
text-transform: capitalize;
 +
}
 +
.left-menu:hover {
 +
background-color: transparent;
 +
}
 +
.left-menu:hover a {
 +
color: white;
 +
text-decoration: none !important;
 +
}
 +
.left-menu li a:hover {
 +
color: #aaaaff;
 +
}
 +
/* ----------------TopSection_right-menu---------------- */
 +
.right-menu li {
 +
background-color: transparent;
 +
}
-
        body {
+
.right-menu,.right-menu a {
-
            font-family: 'Droid Sans', sans-serif;
+
color: white;
-
            background-color: white; /*per Page*/
+
right: 0;
-
        }
+
text-align: right;
 +
}
 +
.right-menu:hover {
 +
background-color: transparent;
 +
}
-
        /* iPhone, etc portrait ---- */
+
.right-menu:hover a {
-
        @media only screen and (min-width : 320px) {
+
color: white;
-
            body{
+
}
-
                background-color: blue;
+
-
            }
+
-
        }
+
-
        /* iPhone, etc landscape ---- */
+
.right-menu li a {
-
        @media only screen and (min-width : 480px){
+
background-color: transparent;
-
            body{
+
color: white;
-
                background-color: yellow;
+
padding: 0 15px 0 0;
-
            }
+
}
-
        }
+
-
        @media only screen and (min-width : 600px){
+
.right-menu li a:hover {
-
            body{
+
color: #aaaaff;
-
                background-color: red;
+
}
-
            }
+
-
        }
+
-
        /* iPad, tablets etc portrait ---- */
+
/* ----------------CB_top---------------- */
-
        @media only screen and (min-width : 768px){
+
#CB_top {
-
            body{
+
background: url(https://static.igem.org/mediawiki/2012/f/fd/CBK_back_010.png);
-
                background-color: black;
+
font-family: 'Francois One', sans-serif;
-
            }
+
overflow: auto;
-
        }
+
}
-
        /* Laptops, Desktops, etc ---- */
+
#CB_top_shadow {
-
        @media all and (min-width: 1024px){
+
background: url(https://static.igem.org/mediawiki/2012/b/b0/CBK_back_011.png);
-
            body{
+
height: 10px;
-
                background-color: green;
+
margin-bottom: 12px;
-
            }
+
}
-
        }
+
-
        /* large Desktops */
+
-
        @media all and (min-width: 1200px) {
+
-
            body{
+
-
                background-color: white;
+
-
            }
+
-
        }
+
-
        #globalWrapper {
+
#CB_top_logo_cont {
-
            padding-bottom: 0px;
+
width: 90%;
-
        }
+
max-width: 1080px;
 +
margin: 0 auto;
 +
line-height: 1em;
 +
}
-
        /* ----------------TopSection---------------- */
+
#CB_top_CBNU_logo {
 +
width: 55%;
 +
margin: 0 auto;
 +
color: white;
 +
font-size: 50px;
 +
float: left;
 +
padding-top: 25px;
 +
}
-
        #top-section {
+
#CB_top_MENU {
-
            height: 30px;
+
width: 45%;
-
            width: 100%;
+
float: right;
-
            background: none repeat scroll 0 0 #343838; /*per Page*/
+
text-align: right;
-
            border-bottom: 1px solid #262B35; /*per Page*/
+
padding-top: 45px;
-
            border-left: medium none;
+
}
-
            border-right: medium none;
+
-
        }
+
-
        #menubar {
+
#CB_top_MENU ul {
-
            top: 2px;
+
margin: 0;
-
            font-family: 'Droid Sans', sans-serif;
+
padding: 0;
-
        }
+
font-size: 18px;
 +
padding-bottom: 10px;
 +
}
-
        /* ----------------TopSection_left-menu---------------- */
+
#CB_top_MENU li {
-
        .left-menu, .left-menu a {
+
display: inline-block;
-
            color: white;
+
*display: inline;
-
            left: 0px;
+
border-bottom: 5px solid #221B1B;
-
            text-transform: capitalize;
+
height: 30px;
-
        }
+
padding: 0 15px;
 +
margin: 0 4px;
 +
}
-
            .left-menu:hover {
+
.HOME {
-
                background-color: transparent;
+
border-bottom-color: white !important;
-
            }
+
}
-
                .left-menu:hover a {
+
#CB_top_MENU li:hover {
-
                    color: white;
+
background: white;
-
                    text-decoration: none !important;
+
border-bottom: 5px solid white;
-
                }
+
}
-
            .left-menu li a:hover {
+
#CB_top_MENU li:hover a {
-
                color: #aaaaff;
+
color: #24BED3;
-
            }
+
}
 +
#CB_top_MENU a {
 +
color: #0E0B0B;
 +
}
 +
/* ----------------CB_content---------------- */
 +
#CB_subcontent {
 +
width: 90%;
 +
max-width: 1080px;
 +
margin: 0 auto;
 +
background: transparent;
 +
overflow: auto;
 +
}
-
        /* ----------------TopSection_right-menu---------------- */
+
#CB_content_slide {
-
        .right-menu li {
+
background: transparent;
-
            background-color: transparent;
+
width: 100%;
-
        }
+
max-width: 1200px;
 +
margin: 0 auto;
 +
}
-
        .right-menu, .right-menu a {
+
#CB_sub_jm {
-
            color: white;
+
width: 100%;
-
            right: 0;
+
overflow: auto;
-
            text-align: right;
+
}
-
        }
+
-
            .right-menu:hover {
+
#CB_sub_jm h2 {
-
                background-color: transparent;
+
background: #7E7941;
-
            }
+
color: white;
 +
float: left;
 +
font-size: 1.5em;
 +
font-weight: bold;
 +
border: 0;
 +
padding: 40px 10px 10px 40px;
 +
}
-
                .right-menu:hover a {
+
#CB_sub_menu {
-
                    color: white;
+
width: 28%;
-
                }
+
float: left;
 +
margin-right: 2%;
 +
height: 200px;
 +
background: white;
 +
}
-
            .right-menu li a {
+
#CB_sub_main {
-
                background-color: transparent;
+
width: 70%;
-
                color: white;
+
float: right;
-
                padding: 0 15px 0 0;
+
height: 400px;
-
            }
+
background: white;
 +
}
-
                .right-menu li a:hover {
+
/* ----------------CB_footer---------------- */
-
                    color: #aaaaff;
+
#CB_responsive {
-
                }
+
height: 200px;
 +
background: #DFD4E7;
 +
border-top: 1px solid #AAA6B6;
 +
}
 +
#CB_footer {
 +
height: 200px;
 +
background: #EBEBEB;
 +
border-top: 1px solid silver;
 +
}
-
        /* ----------------CB_top---------------- */
+
#CB_footer_logo {
 +
 +
}
-
        #CB_top {
+
#CB_footer_text {
-
            height: 200px;
+
-
            background-color: #00B4CC;
+
}
-
            font-family: 'Francois One', sans-serif;
+
-
        }
+
-
        #CB_top_logo_cont {
+
/* ----------------Content---------------- */
-
            width: 90%;
+
#content {
-
            max-width: 1080px;
+
background: transparent;
-
            margin: 0 auto;
+
padding: 0;
-
            padding-top: 50px;
+
width: 100%;
-
            line-height: 1em;
+
border: 0px;
-
        }
+
}
-
        #CB_top_CBNU_logo {
+
a {
-
            width: 70%;
+
color: #0088cc;
-
            margin: 0 auto;
+
text-decoration: none;
-
            color: white;
+
}
-
            font-size: 30px;
+
-
            float: left;
+
-
        }
+
-
        #CB_top_iGEM_logo {
+
a:hover {
-
            width: 30%;
+
color: #005580;
-
            float: right;
+
text-decoration: none !important;
-
            color: white;
+
}
-
            font-size: 30px;
+
-
            text-align: right;
+
-
        }
+
-
        /* ----------------CB_content---------------- */
+
p {
 +
margin: 0px;
 +
}
 +
hr {
 +
height: 1px;
 +
color: transparent;
 +
background-color: transparent;
 +
border: 0;
 +
background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.25),
 +
transparent );
 +
background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.25),
 +
transparent );
 +
background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.25),
 +
transparent );
 +
background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.25),
 +
transparent );
 +
}
-
        #CB_subcontent {
+
/* ----------------responsive---------------- */
-
            width: 90%;
+
-
            max-width: 1080px;
+
-
            margin: 0 auto;
+
-
            margin-top: -9.5em;
+
-
            background: transparent;
+
-
        }
+
-
        #CB_content_imgbox {
+
/* iPhone, etc portrait ---- */
-
        }
+
@media all and (min-width : 320px) and (max-width : 768px) {
 +
 +
#menubar {
 +
display: none;
 +
}
 +
#CB_top_logo_cont {
 +
width: 100%;
 +
max-width: 1080px;
 +
margin: 0 auto;
 +
line-height: 1em;
 +
}
 +
#CB_top_CBNU_logo {
 +
width: 100%;
 +
margin: 0 auto;
 +
color: white;
 +
font-size: 30px;
 +
padding-top: 15px;
 +
text-align: center;
 +
}
 +
#CB_top_MENU {
 +
width: 100%;
 +
text-align: center;
 +
padding-top: 40px;
 +
}
 +
#CB_top_MENU ul {
 +
margin: 0;
 +
padding: 0;
 +
font-size: 12px;
 +
padding-bottom: 10px;
 +
}
 +
#CB_top_MENU li {
 +
display: inline-block;
 +
*display: inline;
 +
border-bottom: 5px solid #221B1B;
 +
height: 20px;
 +
padding: 0 15px;
 +
margin: 0 4px;
 +
}
 +
.HOME {
 +
border-bottom-color: white !important;
 +
}
 +
#CB_top_MENU li:hover {
 +
background: white;
 +
border-bottom: 5px solid white;
 +
}
 +
#CB_top_MENU li:hover a {
 +
color: #24BED3;
 +
}
 +
#CB_top_MENU a {
 +
color: #0E0B0B;
 +
}
 +
}
-
            #CB_content_imgbox img {
+
/* iPad, tablets etc portrait ---- */
-
                border: 2px solid white;
+
@media all and (min-width : 769px) and (max-width : 1024px ) {
-
                width: 100%;
+
 +
#menubar {
 +
display: block;
 +
}
 +
#CB_top_CBNU_logo {
 +
width: 100%;
 +
margin: 0 auto;
 +
color: white;
 +
font-size: 45px;
 +
padding-top: 15px;
 +
text-align: center;
 +
}
 +
#CB_top_CBNU_logo br {
 +
display: none;
 +
}
 +
#CB_top_MENU {
 +
width: 100%;
 +
text-align: center;
 +
padding-top: 20px;
 +
}
 +
#CB_top_MENU ul {
 +
margin: 0;
 +
padding: 0;
 +
font-size: 16px;
 +
padding-bottom: 10px;
 +
}
 +
#CB_top_MENU li {
 +
display: inline-block;
 +
*display: inline;
 +
border-bottom: 5px solid #221B1B;
 +
height: 20px;
 +
padding: 0 15px;
 +
margin: 0 4px;
 +
}
 +
.HOME {
 +
border-bottom-color: white !important;
 +
}
 +
#CB_top_MENU li:hover {
 +
background: white;
 +
border-bottom: 5px solid white;
 +
}
 +
#CB_top_MENU li:hover a {
 +
color: #24BED3;
 +
}
 +
#CB_top_MENU a {
 +
color: #0E0B0B;
 +
}
 +
}
 +
 
 +
/* Laptops, Desktops, etc ---- */
 +
/*@media all and (min-width: 1024px) {
 +
            body {
 +
                font-family: 'Droid Sans', sans-serif;
 +
                background-color: green;
             }
             }
-
 
+
             #menubar {
-
        /* ----------------CB_content---------------- */
+
                 display: block;
-
 
+
-
        #CB_footer {
+
-
             height: 200px;
+
-
            background: #008C9E;
+
-
            margin-top: 10px;
+
-
        }
+
-
 
+
-
 
+
-
        /* ----------------Content---------------- */
+
-
 
+
-
        #content {
+
-
            background: transparent;
+
-
            padding: 0;
+
-
            width: 100%;
+
-
            border: 0px;
+
-
        }
+
-
 
+
-
 
+
-
        a {
+
-
            color: #0088cc;
+
-
            text-decoration: none;
+
-
        }
+
-
 
+
-
            a:hover {
+
-
                color: #005580;
+
-
                 text-decoration: none!important;
+
             }
             }
 +
}*/
-
        p {
+
/* large Desktops */
-
            margin: 0px;
+
@media all and (min-width: 1025px) {
-
        }
+
-
 
+
#menubar {
-
        hr {
+
display: block;
-
            height: 1px;
+
}
-
            color: transparent;
+
#CB_top {
-
            background-color: transparent;
+
height: 170px;
-
            border: 0;
+
}
-
            background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.25), transparent);
+
#CB_top_CBNU_logo br {
-
            background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.25), transparent);
+
display: none;
-
            background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.25), transparent);
+
}
-
            background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.25), transparent);
+
}
-
        }
+
</style>
-
    </style>
+
</head>
</head>
Line 277: Line 437:
<body>
<body>
-
    <div id="CB_top">
+
<div id="CB_top">
-
        <div id="CB_top_logo_cont">
+
<div id="CB_top_logo_cont">
-
            <div id="CB_top_CBNU_logo">
+
<div id="CB_top_CBNU_logo">
-
                Team:CBNU-Korea
+
<img src="https://static.igem.org/mediawiki/2012/2/2c/CBK_logo_003.png"
-
            </div>
+
width="120px" /> <br /><br /> Team:CBNU-Korea
-
            <div id="CB_top_iGEM_logo">
+
</div>
-
                <a href="https://2012.igem.org">iGEM_logo</a>
+
<div id="CB_top_MENU">
-
            </div>
+
<ul>
-
        </div>
+
<li class="HOME"><a href="#">HOME</a></li>
-
    </div>
+
<li class="TEAM"><a href="#">TEAM</a></li>
-
<div id="CB_MENU"></div>
+
<li class="PROJECT"><a href="#">PROJECT</a></li>
 +
<li class="NOTEBOOK"><a href="#">NOTEBOOK</a></li>
 +
</ul>
 +
<ul>
 +
<li class="SAFETY"><a href="#">SAFETY</a></li>
 +
<li class="JUDGING"><a href="#">JUDGING</a></li>
 +
<li class="iGEM"><a href="#">iGEM</a></li>
 +
</ul>
 +
</div>
 +
</div>
 +
</div>
 +
<div id="CB_top_shadow"></div>
 +
 
 +
<div id="CB_content">
 +
<div id="CB_content_slide">
 +
<ul class="rslides">
 +
<li><img
 +
src="https://static.igem.org/mediawiki/2012/a/a7/CBK_slide_temp_001.png" /></li>
 +
<li><img
 +
src="https://static.igem.org/mediawiki/2012/5/54/CBK_slide_temp_002.png" /></li>
 +
<li><img
 +
src="https://static.igem.org/mediawiki/2012/3/3e/CBK_slide_temp_003.png" /></li>
 +
</ul>
-
    <div id="CB_content">
+
</div>
-
        <div id="CB_subcontent">
+
-
            <div id="CB_content_imgbox">
+
-
                <img src="https://static.igem.org/mediawiki/2012/7/77/CBK_menu_safety.png">
+
-
            </div>
+
-
            <hr>
+
-
            <div id="test" style="height: 800px;">
+
-
            </div>
+
-
        </div>
+
-
    </div>
+
-
    <div id="CB_footer">
+
<div id="CB_subcontent">
-
    </div>
+
<hr>
 +
<div id="CB_sub_jm">
 +
<h2>+ What is BUGS</h2>
 +
</div>
 +
<div id="CB_sub_menu"></div>
 +
<div id="CB_sub_main"></div>
 +
 +
<div id="CB_sub_jm">
 +
<h2>+ CBNU</h2>
 +
</div>
 +
<div id="CB_sub_menu"></div>
 +
<div id="CB_sub_main"></div>
 +
</div>
 +
</div>
 +
<div id="CB_responsive"></div>
 +
<div id="CB_footer">
 +
<div id="CB_footer_logo"></div>
 +
<div id="CB_footer_text"></div>
 +
</div>
</body>
</body>
</html>
</html>

Revision as of 01:24, 24 September 2012


+ What is BUGS

+ CBNU