Team:ULB-Brussels/Notebook

From 2009.igem.org

(Difference between revisions)
Line 1: Line 1:
-
[[Image:Banner10.jpg|center]]
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//FR" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
<html xmlns="http://www.w3.org/1999/xhtml">
-
!align="center"|[[Team:ULB-Brussels|Home]]
+
-
!align="center"|[[Team:ULB-Brussels/Team|The Team]]
+
<head>
-
!align="center"|[[Team:ULB-Brussels/Project|The Project]]
+
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
-
!align="center"|[[Team:ULB-Brussels/Parts|Parts Submitted to the Registry]]
+
<title>iGEM Team:ULB-Brussels Wiki</title>
-
!align="center"|[[Team:ULB-Brussels/Modeling|Modeling]]
+
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
-
!align="center"|[[Team:ULB-Brussels/Notebook|Notebook]]
+
<link rel="stylesheet" type="text/css" href="menu.css" media="screen" />
-
|}
+
<style>
 +
 +
body {
 +
width: 910px;
 +
font-family: Arial;
 +
margin: 0px;
 +
}
 +
#header {
 +
margin: 0px;
 +
padding: px;
 +
margin-top: -21px; /* strange... */
 +
}
-
  #calendar: title=[Your OFFICIAL team name not in brackets] |year=2009 | month=06
+
#banner {
 +
height: 140px;
 +
background-image:url(https://static.igem.org/mediawiki/2009/c/c7/BannerUlb.png);
 +
 
 +
}
 +
 
 +
#banner h1 {
 +
padding-top: 50px;
 +
text-align: center;
 +
color: #4E7DB7;
 +
font-size: 40px;
 +
}
 +
 
 +
#header ul {
 +
margin-top: 0px;
 +
margin-bottom: 0px;
 +
 
 +
list-style-type: none;
 +
}
 +
 
 +
/* ===== menu ===== */
 +
 
 +
#menu {
 +
/*background-color: #4E7DB4;*/
 +
background-color: #3E6DA4;
 +
height: 30px;
 +
color: white;
 +
padding: 0px;
 +
}
 +
 
 +
#menu li {
 +
float: left;
 +
width: 120px;
 +
text-align: center;
 +
 
 +
margin: 0px;
 +
margin-top: 10px;
 +
}
 +
 +
#menu li :hover {
 +
color: #5F7EB4;
 +
background-color: #FFFFFF;
 +
 
 +
margin: 0px;
 +
 
 +
padding-left: 15px;
 +
padding-right: 15px;
 +
padding-top: 4px;
 +
padding-bottom: 3px;
 +
}
 +
 
 +
#menu li #selection {
 +
color: #5F7EB4;
 +
background-color: #FFFFFF;
 +
 
 +
margin: 0px;
 +
 
 +
padding-left: 15px;
 +
padding-right: 15px;
 +
padding-top: 4px;
 +
padding-bottom: 3px;
 +
}
 +
 
 +
#menu a {
 +
color: white;
 +
text-decoration: none;
 +
}
 +
 
 +
/* ===== submenu ===== */
 +
 
 +
#submenu {
 +
/*background-color: #404040;*/
 +
background-color: white;
 +
height: 25px;
 +
 +
font-size: small;
 +
 +
border-bottom-style: solid;
 +
border-bottom-width: 1px;
 +
border-bottom-color: #AAAAAA;
 +
}
 +
 
 +
#submenu li {
 +
float: left;
 +
width: 120px;
 +
text-align: center;
 +
 
 +
margin: 0px;
 +
margin-top: 4px;
 +
}
 +
 +
#submenu li :hover {
 +
color: #5F7EB4;
 +
background-color: #FFFFFF;
 +
 
 +
margin: 0px;
 +
 
 +
padding-left: 15px;
 +
padding-right: 15px;
 +
padding-bottom: 3px;
 +
}
 +
 
 +
#submenu a {
 +
color: #5F7EB4;
 +
text-decoration: none;
 +
}
 +
 
 +
/* ===== main ===== */
 +
 
 +
#panel {
 +
float: right;
 +
border-left-style: solid;
 +
border-left-width: 1px;
 +
border-left-color: #AAAAAA;
 +
 +
padding-left: 10px;
 +
margin-left: 10px;
 +
margin-top: 20px;
 +
 +
width: 250px;
 +
font-size: small;
 +
}
 +
 
 +
#panel a {
 +
text-decoration: none;
 +
font-weight: bold;
 +
color: #3E6DA4;
 +
}
 +
 
 +
#panel img {
 +
width: 50px;
 +
height: 50px;
 +
border-style: none;
 +
float: left;
 +
margin-right: 7px;
 +
}
 +
 
 +
#panel a:hover {
 +
color: #F5B455;
 +
}
 +
 
 +
#countdown {
 +
margin-bottom: 20px;
 +
}
 +
#countdown font {
 +
color: #5F7EB4;
 +
}
 +
 
 +
#panel .sponsor {
 +
margin-bottom: 10px;
 +
min-height: 50px;
 +
}
 +
 
 +
#main {
 +
font-size: small;
 +
padding-left: 10px;
 +
padding-right: 10px;
 +
width: 625px;
 +
text-align: justify;
 +
}
 +
 
 +
#main .abstract {
 +
font-weight: bold;
 +
 
 +
 
 +
#welcome img {
 +
width: 626px;
 +
height: 150px;
 +
margin-top: 10px;
 +
border-style: none;
 +
}
 +
 
 +
.footer {
 +
}
 +
 +
table.calendar          { margin: 0; padding: 10px; }
 +
table.calendar td      { margin: 0; padding: 2px; vertical-align: top; }
 +
table.month .heading td { padding:2px; background-color:#d4d4d4; color:#aaa; text-align:center; font-size:120%; font-weight:bold; }
 +
table.month .dow td    { color:#aaa; text-align:center; font-size:110%; }
 +
table.month td.today    { background-color:#ddd; }
 +
table.month td {
 +
    border: none;
 +
    margin: 0;
 +
    padding: 1pt 1.5pt;
 +
    font-weight: bold;
 +
    font-size: 8pt;
 +
    text-align: right;
 +
    background-color: #eee;
 +
    }
 +
#bodyContent table.month a { background:none; padding:0 }
 +
.day-active { color:#0000cc }
 +
.day-empty { color:#cc0000 }
 +
 
 +
</style>
 +
 
 +
</head>
 +
 
 +
 +
<div id="header">
 +
<div id="banner">
 +
<h1>Team ULB-Brussels</h1>
 +
</div>
 +
<div id="menu">
 +
<ul>
 +
<a class="mainlink" href="/Team:ULB-Brussels/Team">Home</a>
 +
 +
<li><a class="mainlink" href="/Team:ULB-Brussels/Team">Team</a></li>
 +
 +
<li><a class="mainlink" href="/Team:ULB-Brussels/Project">Project</a></li>
 +
 +
<li><a class="mainlink" href="/Team:ULB-Brussels/Parts">Parts</a></li>
 +
 +
<li><a class="mainlink" href="/Team:ULB-Brussels/Modeling">Modeling</a></li>
 +
 +
<li><a class="mainlink" href="/Team:ULB-Brussels/Notebook">Notebook</a></li>
 +
 +
<li><a class="mainlink" href="/Team:ULB-Brussels/Sponsors">Sponsors</a></li>
 +
</ul>
 +
</div>
 +
<div id="submenu">
 +
<ul>
 +
<li><a href="#english">English</a></li>
 +
<li><a href="#french">French</a></li>
 +
<li><a href="#dutch">Dutch</a></li>
 +
<li><a href="#german">German</a></li>
 +
<li><a href="#spanish">Spanish</a></li>
 +
<li><a href="#italian">Italiano</a></li>
 +
</ul>
 +
</div>
 +
</div>
 +
       
 +
        <div id="panel">
 +
            <div id="countdown">
 +
                <script language="javascript">
 +
                    datedujour = new Date();
 +
                    hdj = datedujour.getHours();
 +
                    mdj = datedujour.getMinutes();
 +
                    sdj = datedujour.getSeconds();
 +
                    date_even = new Date(2009, 9, 30, 10, 00, 00); //janv =0 > decemb =11
 +
                    date1 = datedujour.getTime();
 +
                    date2 = date_even.getTime();
 +
                    nbrej = date2-date1;
 +
                    nbrej = Math.round((Math.round(nbrej)/1000)/60/60/24);
 +
                    document.write("<b><font size='14'> "+nbrej+" </font><br/>days before the Jamboree</b>");
 +
                </script>
 +
            </div>
 +
                       
 +
           
 +
           
 +
        </div> 
 +
 
 +
<div id="main">
 +
 +
{|  align="center"
 +
{| style="color:#0c6;background-color:#FFFFFF;" cellpadding="3" cellspacing="1" border="0" bordercolor="#035e7b" width="62%" align="center"
 +
!align="center"|{{#calendar: title=ulb |year=2009 | month=05}}
 +
!align="center"|{{#calendar: title=ulb |year=2009 | month=06}}
 +
!align="center"|{{#calendar: title=ulb |year=2009 | month=07}}
 +
 
 +
|}     
 +
</div>
 +
 
 +
<div id="footer">
 +
</div>
 +
 
 +
</body>
 +
</html>

Revision as of 16:28, 22 July 2009

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//FR" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

iGEM Team:ULB-Brussels Wiki

{| align="center" {| style="color:#0c6;background-color:#FFFFFF;" cellpadding="3" cellspacing="1" border="0" bordercolor="#035e7b" width="62%" align="center" !align="center"|{{#calendar: title=ulb |year=2009 | month=05}} !align="center"|{{#calendar: title=ulb |year=2009 | month=06}} !align="center"|{{#calendar: title=ulb |year=2009 | month=07}} |}