Team:Virginia

From 2012.igem.org

(Difference between revisions)
Line 113: Line 113:
ul#tabnav { /* general settings */
ul#tabnav { /* general settings */
-
text-align: left; /* set to left, right or center */
+
text-align: right; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 13px verdana, arial, sans-serif; /* set font as desired */
font: bold 13px verdana, arial, sans-serif; /* set font as desired */
-
border-bottom: 1px solid #6c6; /* set border COLOR as desired */
+
color:#a1787f;
 +
border-bottom: 0px solid #6c6; /* set border COLOR as desired */
list-style-type: none;
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
 +
position:fixed; top:12px; left:12px; right:12px; z-index:3000;
}
}
Line 133: Line 135:
background-color: #fff; /* set selected tab background color as desired */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
color: #000; /* set selected tab link color as desired */
-
position: relative;
+
position:relative;
top: 1px;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
padding-top: 4px; /* must change with respect to padding (X) above and below */
Line 140: Line 142:
ul#tabnav li a { /* settings for all tab links */
ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
-
border: 1px solid #6c6; /* set border COLOR as desired; usually matches border color specified in #tabnav */
+
/*border: 1px solid #6c6; set border COLOR as desired; usually matches border color specified in #tabnav */
-
background-color: #cfc; /* set unselected tab background color as desired */
+
 
-
color: #666; /* set unselected tab link color as desired */
+
/* IE10 Consumer Preview */  
 +
background-image: -ms-radial-gradient(center, ellipse farthest-side, #rgba(74,92,97,0.9) 0%, #rgba(74,92,97,0) 100%);
 +
 
 +
/* Mozilla Firefox */
 +
background-image: -moz-radial-gradient(center, ellipse farthest-side, #rgba(74,92,97,0.9) 0%, #rgba(74,92,97,0) 100%);
 +
 
 +
/* Opera */
 +
background-image: -o-radial-gradient(center, ellipse farthest-side, #rgba(74,92,97,0.9) 0%, #rgba(74,92,97,0) 100%);
 +
 
 +
/* Webkit (Safari/Chrome 10) */
 +
background-image: -webkit-gradient(radial, center center, 0, center center, 487, color-stop(0, #rgba(74,92,97,0.9)), color-stop(1, rgba(74,92,97,0)));
 +
 
 +
/* Webkit (Chrome 11+) */
 +
background-image: -webkit-radial-gradient(center, ellipse farthest-side, #FFFFFF 0%, (rgba(0,0,0,0)) 100%);
 +
-webkit-gradient(radial, 50% 50%, 30, 50% 50%, 90, from(#fff), to(rgba(0,0,0,0)));
 +
 
 +
/* W3C Markup, IE10 Release Preview */
 +
background-image: radial-gradient(ellipse farthest-side at center, #rgba(74,92,97,0.9) 0%, #rgba(74,92,97,0) 100%);
 +
 
 +
 
 +
/*background-color: #cfc;  set unselected tab background color as desired */
 +
color: #a1787f; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
text-decoration: none;

Revision as of 16:23, 22 August 2012


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



We are engineering bacteriophage to accelerate diagnosis of whooping cough. Whooping cough outbreaks arise periodically every three to five years (in the 2010 epidemic in California, there were 9,143 reported cases of pertussis, including ten infant deaths). It is difficult to diagnose whooping cough because other respiratory infections cause similar symptoms, and common diagnostic methods can yield false positive results. Our test would be fast, reliable, easy-to-perform, and sufficiently low-tech such that it could be implemented in place of the current test and in developing regions that lack advanced medical infrastructure.

Please let us know if you would like to collaborate or discuss an aspect related to this project. You can can leave a message at igemvirginia at gmail dot com or you can comment below.