Team:Illinois-Tools/Notebook

From 2009.igem.org

(Difference between revisions)
 
(11 intermediate revisions not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
-
<div style="background-color:#FF8C00; color: white">
+
<div style="background-color: white; font-color: black">
<html>
<html>
<head>
<head>
Line 6: Line 6:
.firstHeading {display: none;}
.firstHeading {display: none;}
table {
table {
-
   background-color: #FF8C00;
+
   background-color: #FFFFFF;
-
   font-color: white;
+
   font-color: black;
-
   color:white;
+
   color:black;
 +
}
 +
table.calendar td {
 +
vertical-align:top;
 +
align:center;
 +
}
 +
 
 +
table.month {
 +
background-color:#87CEFA;
 +
border:solid 1px;
 +
}
 +
 
 +
table.month .heading td {
 +
background-color:#1874CD;
 +
color:#FFF;
 +
text-align:center;
 +
font-weight:bold;
 +
text-size:140%;
 +
}
 +
 
 +
table.month .dow td {
 +
color:#000;
 +
text-align:center;
 +
font-size:100%;
 +
}
 +
 
 +
table.month td {
 +
border:none;
 +
text-align:center;
 +
background-color:#87CEFA;
 +
}
 +
 
 +
table.month a:hover {
 +
background-color:#CCC;
 +
text-decoration:none;
 +
}
 +
 
 +
.day-active {
 +
color:#1874CD;
 +
font-weight:bold;
 +
}
 +
 
 +
.day-empty {
 +
color:#000;
}
}
a.menu {
a.menu {
-
   background-color: #FF8C00;
+
   background-color: #FFFFFF;
-
   color: white;
+
   color: black;
   width: 12em;
   width: 12em;
}
}
.firstHeading {
.firstHeading {
-
   color:white;
+
   color:black;
}
}
#bodyContent {
#bodyContent {
-
background-color: #FF8C00;
+
background-color: #FFFFFF;
}
}
#content {
#content {
-
background-color: #00008B; border: none;
+
background-color: white;
}
}
#footer-box {
#footer-box {
-
   background-color: #FF8C00;
+
   background-color: white;
}
}
p {
p {
-
   color:white;
+
   color:black;
}
}
body {
body {
-
   background: #00008B url(https://static.igem.org/mediawiki/2009/2/2b/IllinoisToolsBackground.gif) repeat-x;
+
   background: white url(https://static.igem.org/mediawiki/2009/2/2b/IllinoisToolsBackground.gif) repeat-x;
}
}
Line 41: Line 84:
</head>
</head>
</html>
</html>
 +
[[Image:notebookanimationillinoistools.gif]]
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">  
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">  
-
 
-
<br>
 
<head>  
<head>  
<meta http-equiv="content-type" content="text/html; charset=utf-8" />  
<meta http-equiv="content-type" content="text/html; charset=utf-8" />  
<style type="text/css" media="screen">  
<style type="text/css" media="screen">  
-
.clear { clear: both; }
+
#wrapper {
-
.wrap { margin: 2px auto;}
+
width: 0%;
-
#menu { float: left; margin: auto; }
+
}
-
#menu li { display: inline; }
+
#header-wrapper {
-
#menu li a { float: left; padding: 8px 30px; margin: auto; color: #EABBEF; background: #00008B;  }
+
width: 965px;
-
#menu li a:hover { color: #fff; background: #0000FF; }
+
height: 35px;
-
#menu a.active{color: #fff; background: #0000FF; }
+
margin: 0px auto;
-
</style>
+
padding: 0px;
-
  </head>
+
}
-
<body>
+
/* Menu */
-
<div class="wrap">
+
-
+
-
<ul id="menu">
+
-
<li><a href="https://2009.igem.org/Team:Illinois-Tools">Home</a></li>
+
-
<li><a href="https://2009.igem.org/Team:Illinois-Tools/Team">The Team</a></li>
+
-
<li><a href="https://2009.igem.org/Team:Illinois-Tools/Project">The Project</a></li>
+
-
<li><a href="https://2009.igem.org/Team:Illinois-Tools/Parts">Parts</a></li>
+
-
<li><a href="https://2009.igem.org/Team:Illinois-Tools/Modeling">Modeling</a></li>
+
-
            <li><a href="https://2009.igem.org/Team:Illinois-Tools/ResearchArticles">Research Articles</a></li>
+
-
            <li><a href="https://2009.igem.org/Team:Illinois-Tools/Notebook" class="active">Notebook</a></li>
+
-
</ul>
+
-
<div class="clear"></div>
+
-
</div>
+
#menu {
-
</body>
+
width: 965px;
-
</html>
+
height: 35px;
 +
margin: 0px auto;
 +
padding-left: 20px;
 +
background: url(https://static.igem.org/mediawiki/2009/2/25/Menubarillinoistools.jpg) no-repeat left top;
 +
}
-
[https://2009.igem.org/Team:Illinois-Tools/Notebook/Week1 5/24-5/30]
+
#menu ul {
 +
margin: 0px;
 +
padding: 0px;
 +
list-style: none;
 +
}
-
[https://2009.igem.org/Team:Illinois-Tools/Notebook/Week2 5/31-6/6]
+
#menu li {
 +
float: left;
 +
}
-
[https://2009.igem.org/Team:Illinois-Tools/Notebook/Week3 6/7-6/13]
+
#menu a {
 +
display: block;
 +
padding: 8px 20px 0px 22px;
 +
letter-spacing: -1px;
 +
text-decoration: none;
 +
font-size: 20px;
 +
font-weight: normal;
 +
color: #9ADCF8;
 +
}
-
[https://2009.igem.org/Team:Illinois-Tools/Notebook/Week4 6/14-6/20]
+
#menu a:hover {
 +
text-decoration: underline;
 +
}
 +
        #menu a.active{color: #fff;}
-
[https://2009.igem.org/Team:Illinois-Tools/Notebook/Week5 6/21-6/27]
+
#menu .first a {
-
 
+
background: none;
-
[https://2009.igem.org/Team:Illinois-Tools/Notebook/Week6 6/28-7/4]
+
padding-left: 0px;
 +
}
 +
</style>
 +
  </head>
 +
<body>
 +
<div id="wrapper">
 +
<div id="header-wrapper">
 +
<div id="menu">
 +
<ul>
 +
<li class="first"><a href="https://2009.igem.org/Team:Illinois-Tools">Home</a></li>
 +
        <li><a href="https://2009.igem.org/Team:Illinois-Tools/Team" >The Team</a></li>
 +
        <li><a href="https://2009.igem.org/Team:Illinois-Tools/Project">The Project</a></li>
 +
                                <li><a href="https://2009.igem.org/Team:Illinois-Tools/Demo">Demo</a></li>
 +
                                <li><a href="https://2009.igem.org/Team:Illinois-Tools/Modeling">Modeling</a></li>
 +
                                <li><a href="https://2009.igem.org/Team:Illinois-Tools/Safety">Safety</a></li>
 +
                                <li><a href="https://2009.igem.org/Team:Illinois-Tools/Resources">Resources</a></li>
 +
                                <li><a href="https://2009.igem.org/Team:Illinois-Tools/Notebook"class="active">Notebook</a></li>
 +
</ul>
 +
</div>
 +
</div>
 +
</div>
 +
</body>
 +
</html>
 +
***Note: Our notebook is organized in a weekly fashion.  Click on the Saturday of every week to view the notes from the previous week.
 +
{{IllinoisToolsCalendar}}

Latest revision as of 19:11, 16 October 2009

Notebookanimationillinoistools.gif

      • Note: Our notebook is organized in a weekly fashion. Click on the Saturday of every week to view the notes from the previous week.


May
MTWTFSS
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
June
MTWTFSS
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
July
MTWTFSS
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
August
MTWTFSS
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
September
MTWTFSS
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
October
MTWTFSS
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31