Team:UNAM-Genomics Mexico/Templates/Notebook

From 2011.igem.org

(Difference between revisions)
(Replaced all the page with the wiki markup template July 10)
 
(29 intermediate revisions not shown)
Line 2: Line 2:
<!--
<!--
-
@VERSION 1.0.0
+
@VERSION 1.2.3
@NAME    /Templates/Notebook
@NAME    /Templates/Notebook
@DESC    This is a wiki template designed to contain the background layout and menu of all our page.
@DESC    This is a wiki template designed to contain the background layout and menu of all our page.
Line 24: Line 24:
</script>
</script>
 +
<script type="text/javascript">
 +
new Control.Tabs('tabs_example_three',{ 
 +
    hover: true 
 +
}); 
 +
</script>
 +
 +
 +
 +
<script type="text/javascript">
<script type="text/javascript">
//Constants containing the menu cell positions (yeah, they're deffined as variables thx to IE)
//Constants containing the menu cell positions (yeah, they're deffined as variables thx to IE)
Line 34: Line 43:
//Constants containing the images for the table cells (odd/even/active Category/Link/Margin)
//Constants containing the images for the table cells (odd/even/active Category/Link/Margin)
// odd Cells
// odd Cells
-
var oCCellBg = "url(darkgrey_cardboard_332x196.png)";
+
var oCCellBg = "url(https://static.igem.org/mediawiki/2011/9/95/Darkgrey_cardboard_332x196_UGM.png)";
-
var oLCellBg = "url(stained_grey_cardboard_332x196.png)";
+
var oLCellBg = "url(https://static.igem.org/mediawiki/2011/e/e6/Stained_grey_cardboard_332x196_UGM.png)";
-
var oMCellBg = "url(darkgrey_cardboard_332x196.png)";
+
var oMCellBg = "url(https://static.igem.org/mediawiki/2011/9/95/Darkgrey_cardboard_332x196_UGM.png)";
// even Cells
// even Cells
-
var eCCellBg = "url(burnt_cardboard_332x196.png)";
+
var eCCellBg = "url(https://static.igem.org/mediawiki/2011/a/ae/Burnt_cardboard_332x196_UGM.png)";
-
var eLCellBg = "url(cardboard_332x196.png)";
+
var eLCellBg = "url(https://static.igem.org/mediawiki/2011/6/66/Cardboard_332x196_UGM.png)";
-
var eMCellBg = "url(burnt_cardboard_332x196.png)";
+
var eMCellBg = "url(https://static.igem.org/mediawiki/2011/a/ae/Burnt_cardboard_332x196_UGM.png)";
// active Cells
// active Cells
-
var aCCellBg = "url(green_paper.png)";
+
var aCCellBg = "url(https://static.igem.org/mediawiki/2011/e/e8/Green_paper_UGM.png)";
-
var aLCellBg = "url(light_green_paper.png)";
+
var aLCellBg = "url(https://static.igem.org/mediawiki/2011/0/03/Light_green_paper_UGM.png)";
-
var aMCellBg = "url(green_paper.png)";
+
var aMCellBg = "url(https://static.igem.org/mediawiki/2011/e/e8/Green_paper_UGM.png)";
//Receive a cell id and return it's prefix (which describes it's row) or it's suffix (it's col)
//Receive a cell id and return it's prefix (which describes it's row) or it's suffix (it's col)
Line 144: Line 153:
</script>
</script>
<style>
<style>
-
/*
 
-
NAME basic_layout.css
 
-
AUTHOR Eduardo Vladimir Muñoz Hernández
 
-
VERSION 1.0.0
 
-
DESC CSS for basic_layout.css
 
-
*/
 
dummy.rule {
dummy.rule {
Line 156: Line 159:
body{
body{
-
background-color:#AAAAAA;
+
background-color: black;
-
background-image: url("black_cardboard_tiled.png");
+
background-image: url("https://static.igem.org/mediawiki/2011/9/98/Black_cardboard_tiled_UGM.png");
margin: 0;
margin: 0;
padding: 0;
padding: 0;
text-align: center;
text-align: center;
 +
font-size:medium;
 +
font-family: "Maiandra GD", Garamond, "Tempus Sans ITC", Papyrus, "Kristen ITC",
 +
"Segoe Print", "Comic Sans MS", Verdana, sans-serif;
 +
}
 +
div#globalWrapper{
 +
background-color: transparent;
 +
font-size: 100%;
}
}
 +
/*content and bodyContent are given the same properties to avoid problems*/
 +
div#content{
 +
position: relative;
 +
width: 1000px;
 +
margin: 0 auto;
 +
padding: 0px 0px 0px 0px;
 +
border: none;
 +
z-index: 0;
 +
background-color: transparent;
 +
color: #000000;
 +
text-align:justify;
 +
line-height: 1.2em;
 +
font-size:100%;
 +
font-family: "Maiandra GD", Garamond, "Tempus Sans ITC", Papyrus, "Kristen ITC",
 +
"Segoe Print", "Comic Sans MS", Verdana, sans-serif;
 +
}
div#bodyContent{
div#bodyContent{
position: relative;
position: relative;
Line 189: Line 215:
*/
*/
}
}
-
 
+
div#content h1.firstHeading{
-
 
+
-
/***********************************
+
-
    iGEM header instructions
+
-
***********************************/
+
-
 
+
-
div#top-section{
+
-
position: relative;
+
-
width: 1000px;
+
-
height: 25px;
+
-
margin: 0 auto;
+
-
border: none;
+
-
z-index: 0;
+
-
background-color: transparent;
+
-
color: #FF0000;
+
-
font-size:85%;
+
-
font-family: "Maiandra GD", Garamond, "Tempus Sans ITC", Papyrus, "Kristen ITC",
+
-
"Segoe Print", "Comic Sans MS", Verdana, sans-serif;
+
-
}
+
-
div#p-logo{
+
display: none;
display: none;
-
width: 1000px;
 
-
z-index: 1;
 
}
}
-
div#menubar{
+
div#bodyContent p{
-
position: absolute;
+
margin: 0em 0em 0em 0em;
-
width: 400px;
+
-
height: 21px;
+
-
z-index: 5;
+
-
top:22px;
+
-
margin-top: -20px;
+
}
}
-
#menubar ul{
+
div#contentSub{
-
margin: 0px 10px 0px 10px;
+
margin: 0 0 0.7em 0;
-
padding: 0px 0px 0px 0px;
+
}
}
-
#menubar li{
+
div#catlinks{
-
display: inline;
+
-
}
+
-
div.left-menu{
+
-
text-align: left;
+
-
}
+
-
div.right-menu{
+
-
text-align: right;
+
-
right: 0px;
+
-
}
+
-
div#search-controls{
+
display: none;
display: none;
-
}
 
-
#menubar a{
 
-
text-decoration:none;
 
-
color:#C0C0C0;
 
-
}
 
-
#menubar a:visited {
 
-
color:#9A8A5E;
 
}
}
-
/************************************
 
-
  Our header instructions
 
-
************************************/
 
-
div#hydrobiumHeader{
 
-
margin: 0 auto;
 
-
background-color: transparent;
 
-
}
 
-
/************************************
+
/***********************************
-
      Menu layout instructions
+
    iGEM header instructions
-
************************************/
+
***********************************/
-
table#menuTable {
 
-
width:1000px;
 
-
margin: 0px 0px 0px 0px;
 
-
border: none;
 
-
border-collapse: collapse;
 
-
color: black;
 
-
}
 
-
tr#menuCategories {
 
-
height:30px;
 
-
text-align: center;
 
-
}
 
-
tr#menuLinks {
 
-
height:98px;
 
-
text-align: left;
 
-
}
 
-
tr#menuMargin {
 
-
heigth:3px;
 
-
}
 
-
td.alpha_cell, td.zeta_cell{
 
-
width:16.66%; /* 1000px * 0.1666 = 166px */
 
-
}
 
-
td.beta_cell, td.gamma_cell, td.delta_cell, td.epsilon_cell{
 
-
width:16.67%;
 
-
}
 
-
tr#menuCategories td.odd_cell{
 
-
background-color:#495398;
 
-
background-image: url("darkgrey_cardboard_332x196.png");
 
-
background-position:center;
 
-
}
 
-
tr#menuCategories td.even_cell{
 
-
background-color:#7B6F48;
 
-
background-image: url("burnt_cardboard_332x196.png");
 
-
}
 
-
tr#menuLinks td.odd_cell{
 
-
background-color:#6973B6;
 
-
background-image: url("stained_grey_cardboard_332x196.png");
 
-
}
 
-
tr#menuLinks td.even_cell{
 
-
background-color:#AD9E72;
 
-
background-image: url("cardboard_332x196.png");
 
-
}
 
-
tr#menuMargin td.odd_cell{
 
-
background-color:#495398;
 
-
background-image: url("darkgrey_cardboard_332x196.png");
 
-
background-position: center;
 
-
}
 
-
tr#menuMargin td.even_cell{
 
-
background-color:#7B6F48;
 
-
background-image: url("burnt_cardboard_332x196.png");
 
-
}
 
-
table#menuTable tr#menuLinks td ul{
 
-
line-height: 1.2em;
 
-
list-style-position: outside;
 
-
list-style-type:none;
 
-
margin: 10px 0px 10px 0px;
 
-
padding: 0px 0px 0px 20px;
 
-
}
 
-
table#menuTable td.odd_cell a{
 
-
text-decoration: none;
 
-
color: #343434; /*Dark grey*/
 
-
}
 
-
table#menuTable td.even_cell a{
 
-
text-decoration: none;
 
-
color: #322914; /*Dark brown*/
 
-
}
 
/*******************************
/*******************************
         Body Text code
         Body Text code
*******************************/
*******************************/
-
div#text_content{
+
div#textContent{
background-color: #FFFFFF;
background-color: #FFFFFF;
-
background-image: url("white_paper_tiled.png");
+
background-image: url("https://static.igem.org/mediawiki/2011/4/40/White_paper_tiled_UGM.png");
-
margin: 0px 0px 25px 0px;
+
margin: 0px 0px 0px 0px;
padding: 15px 45px 15px 45px;
padding: 15px 45px 15px 45px;
 +
}
 +
div#textContent p{
 +
margin: .4em 0 .5em 0;
 +
line-height: 1.5em;
}
}
h1{
h1{
Line 339: Line 253:
h3{}
h3{}
h4{}
h4{}
-
#text_content a{
+
#textContent a{
text-decoration: none;
text-decoration: none;
-
color: #18824B; /*Dark green from our logo*/
+
color: #378256; /*green*/
}
}
-
#text_content a:visited{
+
#textContent a:visited{
-
color: #5e5231; /*Medium brown from table background*/
+
color: #34924c; /*lighter green*/
}
}
img.hydrobium_logo{
img.hydrobium_logo{
Line 351: Line 265:
width: 160px;
width: 160px;
}
}
-
#text_content a.anchor{
+
#textContent a.anchor{
color: #000000;
color: #000000;
}
}
Line 369: Line 283:
font-style: italic;
font-style: italic;
}
}
 +
 +
 +
/*******************************
 +
    iGEM Footer Instructions
 +
*******************************/
 +
div#footer-box {
 +
margin: 0 auto;
 +
width: 990px;
 +
padding: 5px;
 +
background-color: #6b6b6b;
 +
background-image: url("https://static.igem.org/mediawiki/2011/5/5b/Darkgrey_noise_UGM.png");
 +
border: none;
 +
}
 +
div#footer-box div#footer ul#f-list li a {
 +
color: silver;
 +
}
 +
div#footer-box div#footer ul#f-list li a:hover {
 +
color: white;
 +
}
 +
  .tabbed_images {
 +
            list-style:none;
 +
            margin:0;
 +
            padding:0;
 +
            clear:both;
 +
        }
 +
 +
        .tabbed_images li {
 +
            list-style:none;
 +
            float:left;
 +
            margin:0;
 +
            padding:0;
 +
        }
 +
 +
        .tabbed_images li a {
 +
            border:1px solid #ccc;
 +
            display:block;
 +
            float:left;
 +
            margin:0 10px 0 0;
 +
        }
 +
 +
        .tabbed_images li a.active,
 +
        .tabbed_images li a:hover {
 +
            border:1px solid #333;
 +
        }
 +
 +
        .tabbed_images li a img {
 +
            border:none;
 +
            padding:2px;
 +
            margin:0;
 +
            margin-bottom:-5px;
 +
        }
 +
 +
        #image_1,
 +
        #image_2,
 +
        #image_3,
 +
        #image_4,
 +
        #image_5 {
 +
            margin-top:10px;
 +
            padding:2px;
 +
            border:1px solid #ccc;
</style>
</style>
</head>
</head>
<body>
<body>
-
<div id="bodyContent">
+
<ul class="tabbed_images" id="tabs_example_three">
-
<div id="top-section">
+
    <li><a href="#image_1"><img src="/stylesheets/sample_images/tabs_example_1_small.jpg"/></a></li>
-
<!-- BEG top-section. This is the iGEM page generic header. We must retain both menubars. -->
+
    <li><a href="#image_2"><img src="/stylesheets/sample_images/tabs_example_2_small.jpg"/></a></li>
-
<div id="p-logo">
+
    <li><a href="#image_3"><img src="/stylesheets/sample_images/tabs_example_3_small.jpg"/></a></li>
-
<a href="/Main_Page" title="Main Page"><img src='https://2011.igem.org/wiki/skins/common/images/wiki.png' width=1000px></a>
+
    <li><a href="#image_4"><img src="/stylesheets/sample_images/tabs_example_4_small.jpg"/></a></li>
-
</div>  <!-- end p-logo -->
+
</ul>
-
<script type="text/javascript"> if (window.isMSIE55) fixalpha(); </script>
+
<img src="/stylesheets/sample_images/tabs_example_1_big.jpg" id="image_1"/>
-
<div id="menubar" class='left-menu noprint'>
+
<img src="/stylesheets/sample_images/tabs_example_2_big.jpg" id="image_2"/>
-
<ul>
+
<img src="/stylesheets/sample_images/tabs_example_3_big.jpg" id="image_3"/>
-
<li class='selected'><a href="/Team:UNAM-Genomics_Mexico">Page</a></li>
+
<img src="/stylesheets/sample_images/tabs_example_4_big.jpg" id="image_4"/> <!--BEG Menu Table code-->
-
<li class='new'>
+
-
<a href="/wiki/index.php?title=Talk:Team:UNAM-Genomics_Mexico&amp;action=edit&amp;redlink=1">Discussion</a></li>
+
-
<li><a href="/wiki/index.php?title=Team:UNAM-Genomics_Mexico&amp;action=edit">Edit</a></li>
+
-
<li><a href="/wiki/index.php?title=Team:UNAM-Genomics_Mexico&amp;action=history">History</a></li>
+
-
<li><a href="/Special:MovePage/Team:UNAM-Genomics_Mexico">Move</a></li>  
+
-
<li><a href="/wiki/index.php?title=Team:UNAM-Genomics_Mexico&amp;action=unwatch">Unwatch</a></li>
+
-
<li style='color:#808080;cursor:default'>teams</li>
+
-
</ul>
+
-
</div> <!-- end menubar (left) -->
+
-
<div class="right-menu noprint" id="menubar">  
+
-
<ul>
+
-
<li id="pt-userpage"><a href="/User:Vladimir" title="Your user page [.]" accesskey=".">Vladimir</a></li>
+
-
<li id='pt-preferences'><a href='https://igem.org/User_Information' title='My account'>My account</a></li>
+
-
<li id="pt-logout">
+
-
<a href="/wiki/index.php?title=Special:UserLogout&amp;returnto=Team:UNAM-Genomics_Mexico" title="Log out">Log out</a></li>
+
-
</ul>
+
-
</div><!-- end right menubar -->
+
-
<div id="search-controls" class="noprint">
+
-
<form action="/Special:Search" id="searchform">
+
-
<input id="searchInput" name="search" type="text" title="Search 2011.igem.org [f]" accesskey="f" value="" />
+
-
<input type='submit' name="go" class="searchButton" id="searchGoButton" value="Go" title="Go to a page with this exact name if exists" />&nbsp;
+
-
<input type='submit' name="fulltext" class="searchButton" id="mw-searchButton" value="Search" title="Search the pages for this text" />
+
-
</form>
+
-
</div> <!-- close search controls -->
+
-
</div>
+
-
<!-- close top-section-->
+
-
<!--BEG Menu Table code-->
+
-
<table id="menuTable">
+
-
<tr id="menuCategories">
+
-
<td class="odd_cell alpha_cell" id="catalpha"
+
-
onMouseOver="LightenMenu(this);return true" onMouseOut="DarkenMenu(this);return true;">
+
-
Alfa
+
-
</td>
+
-
<td class="even_cell beta_cell" id="catbeta"
+
-
onMouseOver="LightenMenu(this);return true;" onMouseOut="DarkenMenu(this);return true;">
+
-
Beta
+
-
</td>
+
-
<td class="odd_cell gamma_cell" id="catgamma"
+
-
onMouseOver="LightenMenu(this);return true;" onMouseOut="DarkenMenu(this);return true;">
+
-
Gamma
+
-
</td>
+
-
<td class="even_cell delta_cell" id="catdelta"
+
-
onMouseOver="LightenMenu(this);return true;" onMouseOut="DarkenMenu(this);return true;">
+
-
Delta
+
-
</td>
+
-
<td class="odd_cell espsilon_cell" id="catepsilon"
+
-
onMouseOver="LightenMenu(this);return true;" onMouseOut="DarkenMenu(this);return true;">
+
-
Épsilon
+
-
</td>
+
-
<td class="even_cell zeta_cell" id="catzeta"
+
-
onMouseOver="LightenMenu(this);return true;" onMouseOut="DarkenMenu(this);return true;">
+
-
Zeta
+
-
</td>
+
-
</tr>
+
-
<tr id="menuLinks">
+
-
<td class="odd_cell alpha_cell" id="linkalpha"
+
-
onMouseOver="LightenMenu(this);return true;" onMouseOut="DarkenMenu(this);return true;">
+
-
<ul>
+
-
<li><a class="menu_a" href="">Anélido</a></li>
+
-
<li><a class="menu_a" href="">Acacia</a></li>
+
-
<li><a class="menu_a" href="">Artrópodo</a></li>
+
-
<li><a class="menu_a" href="">Astrocito</a></li>
+
-
</ul>
+
-
</td>
+
-
<td class="even_cell beta_cell" id="linkbeta"
+
-
onMouseOver="LightenMenu(this);return true;" onMouseOut="DarkenMenu(this);return true;">
+
-
<ul>
+
-
<li><a class="menu_a" href="">Bugambilia</a></li>
+
-
<li><a class="menu_a" href="">Buey</a></li>
+
-
<li><a class="menu_a" href="">Branquia</a></li>
+
-
<li><a class="menu_a" href="">Boro</a></li>
+
-
</ul>
+
-
</td>
+
-
<td class="odd_cell gamma_cell" id="linkgamma"
+
-
onMouseOver="LightenMenu(this);return true;" onMouseOut="DarkenMenu(this);return true;">
+
-
<ul>
+
-
<li><a class="menu_a" href="">Ganso</a></li>
+
-
<li><a class="menu_a" href="">Gato</a></li>
+
-
<li><a class="menu_a" href="">Gusano</a></li>
+
-
<li><a class="menu_a" href="">Grillo</a></li>
+
-
</ul>
+
-
</td>
+
-
<td class="even_cell delta_cell" id="linkdelta"  
+
-
onMouseOver="LightenMenu(this);return true;" onMouseOut="DarkenMenu(this);return true;">
+
-
<ul>
+
-
<li><a class="menu_a" href="">Dinosaurio</a></li>
+
-
<li><a class="menu_a" href="">Dendrita</a></li>
+
-
<li><a class="menu_a" href="">Destino</a></li>
+
-
<li><a class="menu_a" href="">Diurno</a></li>
+
-
</ul>
+
-
</td>
+
-
<td class="odd_cell epsilon_cell" id="linkepsilon"  
+
-
onMouseOver="LightenMenu(this);return true;" onMouseOut="DarkenMenu(this);return true;">
+
-
<ul>
+
-
<li><a class="menu_a" href="">Esperanto</a></li>
+
-
<li><a class="menu_a" href="">Español</a></li>
+
-
<li><a class="menu_a" href="">Ermita</a></li>
+
-
<li><a class="menu_a" href="">Einstein</a></li>
+
-
</ul>
+
-
</td>
+
-
<td class="even_cell zeta_cell" id="linkzeta"  
+
-
onMouseOver="LightenMenu(this);return true;" onMouseOut="DarkenMenu(this);return true;">
+
-
<ul>
+
-
<li><a class="menu_a" href="">Zafiro</a></li>
+
-
<li><a class="menu_a" href="">Zootecnista</a></li>
+
-
<li><a class="menu_a" href="">Zinc</a></li>
+
-
<li><a class="menu_a" href="">Z-score</a></li>
+
-
</ul>
+
-
</td>
+
-
</tr>
+
-
<tr id="menuMargin">
+
-
<td class="odd_cell alpha_cell" id="maralpha" onMouseOver="LightenMenu(this);return true;" onMouseOut="DarkenMenu(this);return true;"></td>
+
-
<td class="even_cell beta_cell" id="marbeta" onMouseOver="LightenMenu(this);return true;" onMouseOut="DarkenMenu(this);return true;"></td>
+
-
<td class="odd_cell gamma_cell" id="margamma" onMouseOver="LightenMenu(this);return true;" onMouseOut="DarkenMenu(this);return true;"></td>
+
-
<td class="even_cell delta_cell" id="mardelta" onMouseOver="LightenMenu(this);return true;" onMouseOut="DarkenMenu(this);return true;"></td>
+
-
<td class="odd_cell espsilon_cell" id="marepsilon" onMouseOver="LightenMenu(this);return true;" onMouseOut="DarkenMenu(this);return true;"></td>
+
-
<td class="even_cell zeta_cell" id="marzeta" onMouseOver="LightenMenu(this);return true;" onMouseOut="DarkenMenu(this);return true;"></td>
+
-
</tr>
+
-
</table>
+
-
</div>
+
-
<div id="UNAM-Genomics_Content">
+
-
{{{content}}}
+
-
</div>
+
</body>
</body>
</html>
</html>
 +
<div id="textContent">
 +
{{{content}}}
 +
</div>

Latest revision as of 04:09, 25 September 2011

UNAM-Genomics_Mexico

{{{content}}}