Team:Nevada/Notebook/Temp2
From 2011.igem.org
m |
m |
||
Line 1: | Line 1: | ||
- | <html> | + | {{Nevada_Layout_CSS}} |
+ | {{Nevada_Base_CSS}} | ||
+ | <html xmls="http://www.w3.org/1999/xhtml"> | ||
+ | <body> | ||
+ | <!-- style to start everything! Main alignment is centered to the screen! --> | ||
+ | <div id="ex" align="center"> | ||
+ | |||
+ | <!-- style for specific size display! i.e. Dark padding behind the desk image. --> | ||
+ | <div id="main-content"> | ||
+ | |||
+ | <!-- Desktop image to be the main focus of the project. --> | ||
+ | <dl id="DeskMap"> | ||
+ | |||
+ | <!-- Notebook Paper image to turn into the main focus but still allowing to see the desk background --> | ||
+ | <dl id="NotebookMap"> | ||
+ | |||
+ | <!-- Style for the Text on the notebook paper --> | ||
+ | <div id="notebook-content"> | ||
<a href="https://2011.igem.org/Team:Nevada"><font size=4>HOME</font></a> | <a href="https://2011.igem.org/Team:Nevada"><font size=4>HOME</font></a> | ||
<a href="https://2011.igem.org/Team:Nevada/Notebook/Temp"><font size=4>Weeks 1-4</font></a> | <a href="https://2011.igem.org/Team:Nevada/Notebook/Temp"><font size=4>Weeks 1-4</font></a> |
Revision as of 19:45, 12 July 2011
.firstHeading {
display: none;
}
/* Wiki Hacks - START */
/* Author: Pieter van Boheemen */
/* Team: TU Delft */
/* Thanks guys - Bill Collins */
/* +1 - Douglas Watson */
#globalWrapper {
background-color: transparent;
padding-bottom:0px;
border: none;
}
#content {
background-color: transparent;
border:none;
padding-bottom:none;
margin-bottom:none;
}
#bodyContent {
border: none;
}
#top-section {
height: 5px;
width: 100%;
margin-top: 0 px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0 !important;
/* margin-bottom: 10px; */
padding:0;
border: none;
background-color: rgba(0,0,0,0.1);
}
#p-logo {
height: 203px;
overflow:hidden;
border:none;
display: none;
}
#p-logo img {
display: none;
}
#search-controls {
display:none;
background: none;
position: absolute;
top: 140px;
right: 260px;
width: 240px;
}
.left-menu {
width: 400px;
display: block;
margin-top: 5px;
float: left;
margin-right: 20px;
border: none;
left: 20px;
}
.left-menu ul {
border: none;
height: 100%
}
.left-menu ul {
line-height: 2em;
}
#menubar.right-menu {
width:300px;
height: 100%;
display:block;
float:left;
margin-top: 5px;
padding-left:50px;
border: none;
right:50px;
}
.right-menu ul {
border: none;
}
.right-menu a {
background-color: transparent;
}
#menubar li a{
color: black;
background-color: transparent;
}
#menubar li a:hover {
color:white;
text-decoration:underline;
background-color: rgba(0,0,0,0.5);
}
#menubar li.selected a {
color:gray;
}
#catlinks {
display: none;
}
#footer-box {
position: relative;
top: 150px;
left: -5px;
background-color: transparent;
border: none;
width: 965px;
margin: 0 auto;
margin-bottom:none;
padding-left:5px;
padding-right:5px;
}
#footer {
border: none;
width: 965px;
margin: 0;
padding: 0;
background-color: transparent;
}
#f-list a {
color: black;
font-size: 10px;
}
#f-list a:hover {
color: #666;
}
#footer ul {
margin: 0;
padding: 0;
}
#footer ul li {
margin-top: 0;
margin-bottom: 0;
margin-left: 10px;
margin-right: 10px;
padding: 0;
}
/* Wiki Hacks - END */
.firstHeading {
display: none;
}
h1 {
font-family: 'Raleway', sans;
font-weight: bold;
}
h2 {
font-family: 'Raleway', sans;
font-weight: bold;
}
h3 {
font-family: 'Raleway', sans;
}
#left {
float:left;
width:200px;
margin-right: 20px;
padding:10px;
background-color:#ddd;
border-top:solid 5px #fff;
}
#left ul{
list-style:none;
overflow:hidden;
padding-left:0px;
margin-left:10px;
}
#left ul li{
margin-bottom:8px;
position:relative;
padding-top:4px;
padding-bottom:0px;
padding:none;
font-family:verdana, Nobile;
}
#left ul.llmenu li{
padding-left:10px;
}
#left ul li.backLava{
background-color:#eeeeee;
border-left:solid;
border-color:#96d446;
border-width:5px;
height:23px;
}
#left ul.llmenugreen li{
border-color:#96d446;
}
#left ul.llmenuorange li{
border-color:#FFC90E;
}
#left ul.llmenublue li{
border-color:#386abc;
}
#left ul.llmenured li{
border-color:#fb5c2b;
}
#left ul.llmenuyellow li{
border-color:#fad72a;
}
#left a{
color:#555;
font-size:15px;
font-weight:bold;
text-decoration:none;
outline:none;
display:block;
width:200px;
}
#left a:hover {
color:#181818;
}
#left a.hello{
display:inline;
}
#right {
display: block;
float: right;
width: 720px;
}
/* Wiki Hacks - START */
/* Author: Pieter van Boheemen */
/* Team: TU Delft */
/* Thanks guys - Bill Collins */
/* +1 - Douglas Watson */
#globalWrapper {
background-color: transparent;
padding-bottom:0px;
border: none;
}
#content {
background-color: transparent;
border:none;
padding-bottom:none;
margin-bottom:none;
}
#bodyContent {
border: none;
}
#top-section {
height: 5px;
width: 100%;
margin-top: 0 px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0 !important;
/* margin-bottom: 10px; */
padding:0;
border: none;
background-color: rgba(0,0,0,0.1);
}
#p-logo {
height: 203px;
overflow:hidden;
border:none;
display: none;
}
#p-logo img {
display: none;
}
#search-controls {
display:none;
background: none;
position: absolute;
top: 140px;
right: 260px;
width: 240px;
}
.left-menu {
width: 400px;
display: block;
margin-top: 5px;
float: left;
margin-right: 20px;
border: none;
left: 20px;
}
.left-menu ul {
border: none;
height: 100%
}
.left-menu ul {
line-height: 2em;
}
#menubar.right-menu {
width:300px;
height: 100%;
display:block;
float:left;
margin-top: 5px;
padding-left:50px;
border: none;
right:50px;
}
.right-menu ul {
border: none;
}
.right-menu a {
background-color: transparent;
}
#menubar li a{
color: black;
background-color: transparent;
}
#menubar li a:hover {
color:white;
text-decoration:underline;
background-color: rgba(0,0,0,0.5);
}
#menubar li.selected a {
color:gray;
}
#catlinks {
display: none;
}
#footer-box {
position: relative;
top: 150px;
left: -5px;
background-color: transparent;
border: none;
width: 965px;
margin: 0 auto;
margin-bottom:none;
padding-left:5px;
padding-right:5px;
}
#footer {
border: none;
width: 965px;
margin: 0;
padding: 0;
background-color: transparent;
}
#f-list a {
color: black;
font-size: 10px;
}
#f-list a:hover {
color: #666;
}
#footer ul {
margin: 0;
padding: 0;
}
#footer ul li {
margin-top: 0;
margin-bottom: 0;
margin-left: 10px;
margin-right: 10px;
padding: 0;
}
/* Wiki Hacks - END */
Temp Calender
To edit on a specific week. Click on the edit button corresponding to the week.
Contents |
Week 5 - June 27th- July 3rd
E. Coli
Comment Here
Cyano
Comment Here
Enzymology
Comment Here
Media
Comment Here
Week 6 - July 4th-10th
E. Coli
Comment Here
Cyano
Comment Here
Enzymology
Comment Here
Media
Comment Here
Week 7 - July 11th-17th
E. Coli
Comment Here
Cyano
Comment Here
Enzymology
Comment Here
Media
Comment Here
Week 8 - July 18th-24th
E. Coli
Comment Here
Cyano
Comment Here
Enzymology
Comment Here
Media
Comment Here