Team:Missouri Miners

From 2013.igem.org

(Difference between revisions)
Line 2: Line 2:
<html>
<html>
 +
<style>
 +
body {
 +
background: #ddd url('https://www.dropbox.com/s/7c47j7l1vgw7dzv/body.png?dl=1') repeat scroll top left;
 +
margin:0;
 +
padding:0;
 +
font-family: Verdana, Geneva, sans-serif;
 +
font-size: 13px;
 +
color: #666;
 +
}
 +
 +
 +
* {
 +
margin:0;
 +
padding:0;
 +
}
 +
table {
 +
width: 100%;
 +
text-align: left;
 +
}
 +
 +
th, td {
 +
padding: 10px 10px;
 +
}
 +
 +
th {
 +
color: #fff;
 +
background: #67c41d none repeat-x scroll left top;
 +
border-bottom: 2px solid #5eb31b;
 +
}
 +
 +
td {
 +
border-bottom: 1px solid #ccc;
 +
}
 +
 +
code, blockquote {
 +
display: block;
 +
border-left: 5px solid #222;
 +
padding: 10px;
 +
margin-bottom: 20px;
 +
}
 +
code {
 +
background-color: #222;
 +
color:#ccc;
 +
border: none;
 +
}
 +
blockquote {
 +
border-left: 5px solid #222;
 +
}
 +
blockquote p {
 +
font-style: italic;
 +
font-family: Georgia, "Times New Roman", Times, serif;
 +
margin: 0;
 +
color: #333;
 +
height: 1%;
 +
}
 +
 +
p {
 +
line-height: 1.9em;
 +
margin-bottom: 20px;
 +
font-size: 12px;
 +
}
 +
 +
a {
 +
color: #67c41d;
 +
}
 +
 +
a:hover {
 +
color: #67c41d;
 +
}
 +
 +
a:focus {
 +
outline: none;
 +
}
 +
fieldset {
 +
display: block;
 +
border: none;
 +
border-top: 1px solid #ccc;
 +
}
 +
 +
fieldset legend {
 +
font-weight: bold;
 +
font-size: 13px;
 +
padding-right: 10px;
 +
color: #333;
 +
}
 +
 +
fieldset form {
 +
padding-top: 15px;
 +
}
 +
 +
 +
fieldset p label {
 +
float: left;
 +
width: 150px;
 +
}
 +
 +
form input, form select, form textarea {
 +
padding: 5px;
 +
color: #333333;
 +
border: 1px solid #ddd;
 +
border-right:1px solid #ccc;
 +
border-bottom:1px solid #ccc;
 +
background-color:#fff;
 +
font-family: Arial, Helvetica, sans-serif;
 +
font-size: 13px;
 +
}
 +
 +
form input.formbutton {
 +
border: none;
 +
background: #67c41d none repeat-x scroll left top;
 +
color: #ffffff;
 +
font-weight: bold;
 +
padding: 6px 10px;
 +
font-size: 12px;
 +
font-family: Tahoma, Geneva, sans-serif;
 +
letter-spacing: 1px;
 +
width: auto;
 +
overflow: visible;
 +
}
 +
form.searchform p {
 +
margin: 5px 0;
 +
}
 +
 +
 +
span.required {
 +
color: #67c41d;
 +
}
 +
 +
h1 {
 +
color: #000;
 +
font-size: 35px;
 +
font-family: Arial, Helvetica, sans-serif;
 +
}
 +
 +
h2 {
 +
color: #000;
 +
font-family: Arial, Helvetica, sans-serif;
 +
font-size: 27px;
 +
letter-spacing: 0px;
 +
font-weight: normal;
 +
padding: 0 0 5px;
 +
margin: 0;
 +
}
 +
 +
h3 {
 +
color: #5eb31b;
 +
font-size: 24px;
 +
font-weight: normal;
 +
margin-bottom: 10px;
 +
letter-spacing: -1px;
 +
font-family: Arial, Helvetica, sans-serif;
 +
}
 +
h4 {
 +
padding-bottom: 10px;
 +
font-size: 15px;
 +
color: #FF794D;
 +
}
 +
 +
h5 {
 +
padding-bottom: 10px;
 +
font-size: 13px;
 +
color: #ccc;
 +
}
 +
 +
ul, ol {
 +
margin: 0 0 35px 35px;
 +
}
 +
 +
li {
 +
padding-bottom: 5px;
 +
}
 +
 +
li ol, li ul {
 +
font-size: 1.0em;
 +
margin-bottom: 0;
 +
padding-top: 5px;
 +
}
 +
#container {
 +
width: 800px;
 +
margin: 0 auto;
 +
padding: 10px 10px 30px;
 +
background-color: #fff;
 +
}
 +
 +
#header {
 +
padding: 30px 15px;
 +
margin: 0 auto;
 +
}
 +
 +
#header h1 a {
 +
color: #444;
 +
font-size: 50px;
 +
font-weight: normal;
 +
text-decoration: none;
 +
letter-spacing: -3px;
 +
float: left;
 +
border-bottom: 2px solid #67c41d;
 +
}
 +
 +
#header h2 {
 +
color: #999;
 +
float: left;
 +
font-size: 13px;
 +
margin-left: 12px;
 +
margin-top: 24px;
 +
padding-left: 4px;
 +
letter-spacing: 0;
 +
}
 +
#nav {
 +
height: 33px;
 +
width: 800px;
 +
background-color: #cfcfcf;
 +
}
 +
 +
#nav ul {
 +
list-style: none;
 +
padding: 0;
 +
margin: 0;
 +
height: 45px;
 +
}
 +
 +
#nav ul li {
 +
float: left;
 +
display: block;
 +
padding: 0;
 +
}
 +
 +
#nav ul li a:hover, #nav ul li.selected {
 +
background-color:#67c41d;
 +
}
 +
 +
#nav ul li a {
 +
color: #fff;
 +
display: block;
 +
border-right: 1px solid #fff;
 +
font-size: 11px;
 +
font-weight: bold;
 +
text-transform: uppercase;
 +
padding: 10px 20px;
 +
text-decoration: none;
 +
}
 +
#nav ul li.start a {
 +
border-left: none;
 +
}
 +
 +
#nav ul li.end a {
 +
border-right: none;
 +
}
 +
 +
#nav ul li a:hover {
 +
color: #fff;
 +
text-decoration: underline;
 +
}
 +
 +
 +
 +
 +
</style>
 +
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">

Revision as of 03:34, 5 August 2013


This is a template page. READ THESE INSTRUCTIONS.
You are provided with this team page template with which to start the iGEM season. You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki. You can find some examples HERE.
You MUST have all of the pages listed in the menu below with the names specified. PLEASE keep all of your pages within your teams namespace.



You can write a background of your team here. Give us a background of your team, the members, etc. Or tell us more about something of your choosing.

Tell us more about your project. Give us background. Use this as the abstract of your project. Be descriptive but concise (1-2 paragraphs)

Team Missouri_Miners


Home Team Official Team Profile Project Parts Submitted to the Registry Modeling Notebook Safety Attributions