Team:Tec-Monterrey EKAM/Modeling

From 2012.igem.org

(Difference between revisions)
 
(7 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
 +
<head>
 +
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
 +
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
 +
<link href="http://fonts.googleapis.com/css?family=Skranji&subset=latin,latin-ext" rel="stylesheet" type="text/css"/>
 +
        <!--<link type="text/css" rel="stylesheet" href="../css/iGEMkill.css"/>-->
<style>
<style>
-
body{
+
/*S-T-A-RSSS!!*/
-
background-color: #faf9f2;//#5E081D;
+
a, a:hover, a:visited, a:hover, a:active,ul,li,img,div,p,h1, h2, h3,h4,h5,h6{
-
//background-image:url('https://static.igem.org/mediawiki/2012/8/8d/SoonCentered.png');
+
margin:0;
-
background-repeat:no-repeat;
+
padding:0;
-
}
+
text-decoration:none;
 +
color: #fff;
 +
font-weight:normal;
 +
/*list-style-type: none;*/
-
body img#Soon{
 
-
width:100%;
 
-
height:100%
 
-
position: fixed;
 
-
top:0;
 
-
left:0;
 
-
zindex:3;
 
}
}
-
#globalWrapper{
+
div, p{
-
//display:none;
+
color: black;
-
}
+
font-weight:normal;
-
#content{
+
-
//display:none;
+
-
background-color: #faf9f2;
+
}
}
 +
#top-section{
#top-section{
Line 29: Line 28:
.firstHeading{
.firstHeading{
display:none;
display:none;
-
}
 
-
 
-
#content{
 
-
//display:none;
 
-
width: 100%;
 
}
}
Line 47: Line 41:
display: none;
display: none;
}
}
 +
/***BRRRRRRRRRR!**/
 +
 +
 +
html{
 +
    height: 100%;
 +
}
 +
body{
 +
    height: 100%;
 +
    background-color: white;
 +
}
 +
 +
#globalWrapper{
 +
    height: 100%;
 +
    font-size: 100%;
 +
}
 +
#content{
 +
    /*display:none;*/
 +
    width: 100%;
 +
    height: 100% !important;
 +
    padding: 0 !important;
 +
}
 +
 +
#bodyContent{
 +
    height: 100%;
 +
}
 +
</style>
</style>
 +
<!--END igem  KILL-->
 +
        <!--<link type="text/css" rel="stylesheet" href="../css/ekam_style.css"/>-->
 +
<style>
 +
root {
 +
    display: block;
 +
}
-
<body>
+
hr {
-
<img src="https://static.igem.org/mediawiki/2012/8/8d/SoonCentered.png" position="absolute" height="50%" width="50%" right="25%" id="Soon"/>
+
    border-width: 2px;
-
</body>
+
    border-style: solid;
-
</html>
+
    border-color: #888;  
-
<!--- The Mission, Experiments --->
+
}
-
<!--
+
-
{|style="background-color:#white; white-space: pre-wrap;" align="center" cellpadding="3" cellspacing="1" height="60"
+
-
!style="background-color:white;" colspan="9" border="0"|
+
h2, h3, label, p, div {
-
! style= "color:#463F70;padding: 10px; border:1px solid #fff; font-size:20pt;" rowspan = "3"|EKAM
+
    font-family: 'Skranji', cursive;
-
|-
+
}
-
!style="background-color:#F1F2F9;" |[[Team:Tec-Monterrey_EKAM|Home]]
+
-
!style="background-color:#F1F2F9;" |[[Team:Tec-Monterrey_EKAM/Team|Team]]
+
-
!style="background-color:#F1F2F9;" |[https://igem.org/Team.cgi?year=2012&team_name=Tec-Monterrey_EKAM Profile]
+
-
!style="background-color:#F1F2F9;" |[[Team:Tec-Monterrey_EKAM/Project|Project]]
+
-
!style="background-color:#F1F2F9;" |[[Team:Tec-Monterrey_EKAM/Parts|Parts]]
+
-
!style="background-color:#9E93DB;  color:white" |[[Team:Tec-Monterrey_EKAM/Modeling|Modeling]]
+
-
!style="background-color:#F1F2F9;" |[[Team:Tec-Monterrey_EKAM/Notebook|Notebook]]
+
-
!style="background-color:#F1F2F9;" |[[Team:Tec-Monterrey_EKAM/Safety|Safety]]
+
-
!style="background-color:#F1F2F9;" |[[Team:Tec-Monterrey_EKAM/Attributions|Attributions]]
+
-
|-
+
-
!style="color:white;background-color:white;" colspan="9" border="0"|
+
-
|}
+
 +
textarea {
 +
    width: 500px;
 +
    height: 100px;
 +
}
 +
body{
 +
    font-size: 12pt;
 +
    margin: 0px;
 +
    padding: 0px;
 +
    position: relative;
 +
    top: -19px;
 +
}
 +
p {
 +
    margin: 2px 0;
 +
}
-
If we choose to include a '''Modeling''' page, we will write about our modeling adventures here. This is not necessary but it may be a nice list to include. Vive la haute couture!
+
#ekam-wrapper{
-
-->
+
    width: 100%;
 +
    height: 100%;
 +
    overflow: hidden;
 +
    margin-top: 0;
 +
    margin-bottom: 0;
 +
}
 +
 
 +
#ekam_container{
 +
    width: 100%;
 +
    height: 90%;
 +
    overflow: hidden;
 +
    margin-top: 0;
 +
    margin-bottom: 0;
 +
}
 +
/****header****/
 +
#ekam_header{
 +
    position: relative;
 +
    width: 100%;
 +
    background-color: #BBB;
 +
    height: 75px;
 +
    z-index: 1000;
 +
}
 +
 
 +
#menu {
 +
    position: relative;
 +
    z-index: 100;
 +
    width: 60%;
 +
    height: 100%;
 +
    margin: 0 auto;
 +
}
 +
 
 +
#menu p {
 +
    color: white;
 +
    font-family: 'Skranji', cursive;
 +
    font-size: 30pt;
 +
    text-shadow: 2px 2px 2px #313131;
 +
    line-height: 2em;
 +
    height: 2em;
 +
    text-align: center;
 +
    margin: 0;
 +
}
 +
 
 +
.ekam_moduletable{
 +
    float: left;
 +
}
 +
 
 +
.left {
 +
    position:absolute;
 +
    width:180px;
 +
    margin: 0;
 +
    z-index: 999;
 +
    top: 100px;
 +
    /* -15px & -216px */
 +
    left: -216px;
 +
    background: url('https://static.igem.org/mediawiki/igem.org/2/27/Ekam_folder.png') no-repeat;
 +
    background-size:100%;
 +
    padding-right: 46px;
 +
    height: 360px;
 +
}
 +
div.moduletable.tab {
 +
    position: absolute;
 +
    right: 0;
 +
    background: transparent;
 +
    height: 142px;
 +
    width: 10%;
 +
    top: 10%;
 +
    cursor: pointer;
 +
}
 +
 
 +
.left .moduletable, .right .moduletable {
 +
    padding: 10px;
 +
    padding-left: 25px;
 +
}
 +
 
 +
/********************* MENU ************************/
 +
 
 +
div.left ul.menu,
 +
div.left ul.menu ul{
 +
    list-style: none;
 +
}
 +
 
 +
div.left ul.menu li a {
 +
    display: block;
 +
    color: white;
 +
    font-family: 'Skranji', cursive;
 +
    font-size: 14pt;
 +
    text-shadow: 2px 2px 2px #313131;
 +
    line-height: 2em;
 +
    height: 2em;
 +
}
 +
 
 +
div.left ul.menu li a:hover {
 +
    text-decoration: none;
 +
}
 +
 
 +
div.left ul.menu li:hover {
 +
    background: #CCC;
 +
}
 +
 
 +
div.left ul.menu ul {
 +
    position: absolute;
 +
    display: none;
 +
    z-index: 999;
 +
    left: 50%;
 +
    /*background: #445979;*/
 +
    background: #CCC;
 +
    border: 1px solid #AAA;
 +
}
 +
 
 +
div.left ul.menu ul li:hover{
 +
    background: #888;
 +
}
 +
 
 +
div.left ul.menu ul li {
 +
    width: 100px;
 +
    padding-left: 5px;
 +
}
 +
 
 +
div.left ul.menu ul li a{
 +
    font-size: 90%;
 +
    color: #222;
 +
    text-shadow: 1px 1px 1px #313131;
 +
}
 +
 
 +
div.left ul.menu li:hover ul {
 +
    display: block;
 +
}
 +
 
 +
#IEroot div.left ul.menu li ul:hover {
 +
    display: block;
 +
}
 +
 
 +
#IEroot div.left ul.menu li ul > li:hover {
 +
    display: block;
 +
}
 +
 
 +
/********************* MENU ************************/
 +
 
 +
/*************************Content area***************************/
 +
#ekam_content-area {
 +
    position: relative;
 +
    clear: both;
 +
    padding: 0 10px 0 10px;
 +
    background-color: #EEE;
 +
    z-index: 1;
 +
    height: 88%;
 +
}
 +
 
 +
/****************************Footer***********************************/
 +
#footer {
 +
    position: relative;
 +
    clear: both;
 +
    z-index: 2;
 +
    height: 10%;
 +
    backgroud-color: black;
 +
}
 +
 
 +
#footer div{
 +
    font-size: 12px;
 +
    font-family: 'Verdana';
 +
    background-color: #000;
 +
    float: left;
 +
    width: 33.33333%;
 +
    height: 100%;
 +
}
 +
#footer div p{
 +
    text-align: center;
 +
    width: 100%;
 +
    color: #444;
 +
}
 +
</style>
 +
<!--END style-->
 +
        <link href="https://static.igem.org/mediawiki/2012/d/dd/Ekamicon.png" rel="shortcut icon" type="image/vnd.microsoft.icon" />
 +
       
 +
        <script>
 +
            $(document).ready(function(){
 +
                $(".left .moduletable.tab").click(function(){
 +
                    $(".left").animate({left:"-15px"},"slow");
 +
                });
 +
                    $(".left").mouseleave(function(){
 +
                    $(".left").animate({left:"-216px"},"slow");
 +
                });
 +
            });
 +
        </script>
 +
 
 +
</head>
 +
<body>
 +
    <div id="ekam-wrapper">
 +
<div id= 'ekam_container'>
 +
<div id="ekam_header">
 +
<div id="logo" >
 +
<div class="ekam_moduletable">
 +
<p><a href="/ekam_sw/index.php" target="_self"><img src="https://static.igem.org/mediawiki/2012/8/84/Logo_horizontal.png" border="0" alt="" style="height: 65px;" /></a></p>
 +
</div>
 +
</div>
 +
<div id="menu">
 +
<p>Modeling</p>
 +
</div>
 +
</div>
 +
<!-- END OF HEADER -->
 +
<!--<div>
 +
<a href ="/Team:Tec-Monterrey_EKAM/Home"><div id="button_home"></div></a> //home
 +
<a href ="/Team:Tec-Monterrey_EKAM/Team"><div id="button_members"></div></a> //members
 +
<a href ="/Team:Tec-Monterrey_EKAM/https://igem.org/Team.cgi?year=2012&amp;team_name=Tec-Monterrey_EKAM"><div id="button_profile"><div/></a> //profile
 +
<a href ="/Team:Tec-Monterrey_EKAM/Project"><div id="button_biofactory"><div/></a> //the modular biofactory
 +
<a href ="/Team:Tec-Monterrey_EKAM/Notebook"><div id= "button_notebook"><div/></a> //notebook
 +
<a href ="/Team:Tec-Monterrey_EKAM/Gallery"><div id= "button_gallery"><div/></a> //Gallery
 +
</div> -->
 +
       
 +
        <div id="ekam_content-area">
 +
            <p>Modeling</p>                       
 +
        </div>
 +
        <!-- end of content area -->
 +
       
 +
        <!-- ******************* MENU *************************** -->
 +
<div class="left" style="width:210px;">
 +
            <div class="moduletable _menu" >
 +
                <div class="content-module">
 +
                    <ul class="menu">
 +
                        <li ><a href="/Team:Tec-Monterrey_EKAM/Team" >Team</a></li>
 +
                        <li class="current active"><a href="/Team:Tec-Monterrey_EKAM/https://igem.org/Team.cgi?year=2012&amp;team_name=Tec-Monterrey_EKAM" >Profile</a></li>
 +
                        <li class="deeper parent"><a href="/Team:Tec-Monterrey_EKAM/Project" >Project</a>
 +
                            <ul><li ><a href="" >Abstract</a></li>
 +
                                <li><a href="" >Other Stuff</a></li>
 +
                            </ul>
 +
                        </li>
 +
                        <li class="deeper parent"><a href="/Team:Tec-Monterrey_EKAM/Parts" >Parts</a>
 +
                            <ul><li><a href="" >RNA to DNA</a></li>
 +
                                <li><a href="" >DNA to RNA</a></li>
 +
                                <li><a href="" >DNA to Protein</a></li>
 +
                                <li><a href="" >RNA to Protein</a></li>
 +
                                <li><a href="" >Protein to DNA</a></li>
 +
                                <li><a href="" >Protein to RNA</a></li>
 +
                            </ul>
 +
                        </li>
 +
                        <li><a href="Team:Tec-Monterrey_EKAM/Modeling" >Modeling</a></li>
 +
                        <li><a href="Team:Tec-Monterrey_EKAM/Notebook" >Notebook</a></li>
 +
                        <li><a href="/Team:Tec-Monterrey_EKAM/Safety" >Safety</a></li>
 +
                        <li><a href="Team:Tec-Monterrey_EKAM/Attributions" >Attributions</a></li>
 +
                        <li class="deeper parent"><a href="" >Parts</a>
 +
                            <ul><li><a href="" >Tool1</a></li>
 +
                                <li><a href="" >Tool2</a></li>
 +
                            </ul>
 +
                        </li>
 +
                    </ul>
 +
                </div>
 +
            </div>
 +
            <div class="moduletable tab" >
 +
                <div class="content-module">
 +
                    <div id="menu_tab">&nbsp;</div>
 +
                </div>           
 +
            </div>
 +
        </div>
 +
        <!-- End of MENU! -->
 +
    </div>
 +
    <div id="footer">
 +
            <div>
 +
                <p>Copyright � 2012 <strong> iGEM Ekam </strong> All rights reserved</p>
 +
            </div>
 +
            <div>
 +
                <p><a href="/ekam_sw/index.php/contacto" target="_self"><span style="font-weight:bold; color: #444;">Contact us</span></a><br />Tel: +52(81) 8076 4173<br />Email:
 +
                </p>
 +
            </div>
 +
            <div>
 +
                <p>Follows us on:<br/>
 +
                <a href="https://www.facebook.com/Ekam.iGEM" target="_blank">
 +
                    <img style="height: 50%;" src="https://static.igem.org/mediawiki/igem.org/0/07/Facebook_logo.png" alt="facebook logo" />
 +
                </a>
 +
                &nbsp; &nbsp;
 +
                <a href="https://twitter.com/Ekam_iGEM2012" target="_blank">
 +
                    <img style="height: 50%;" src="https://static.igem.org/mediawiki/igem.org/1/1a/Twitter_logo.png" alt="twitter logo" />
 +
                </a>
 +
                </p>
 +
            </div>
 +
           
 +
</div>
 +
        <!-- end of footer-->
 +
    </div>
 +
</body>
 +
</html>

Latest revision as of 04:24, 9 October 2012