Team:Aberdeen Scotland/DNA/CSS

From 2014.igem.org

(Difference between revisions)
Line 27: Line 27:
font-size: 16px;
font-size: 16px;
font-weight: bold;
font-weight: bold;
 +
float: left;
 +
}
 +
 +
#color_dna {
 +
 +
}
 +
 +
.A { /* Azure */
 +
background:#5050ff;
 +
color: #FFF;
 +
font-weight:bold;
 +
}
 +
 +
.G { /* Green */
 +
background:#00c000;
 +
color: #FFF;
 +
font-weight:bold;
 +
}
 +
 +
.C { /* Carmine */
 +
background:#e00000;
 +
color: #FFF;
 +
font-weight:bold;
 +
}
 +
 +
.T { /* Tweety bird */
 +
background:#e6e600;
 +
color: #FFF;
 +
font-weight:bold;
}
}

Revision as of 20:36, 12 August 2014

.list_chars { font-size: 11px; margin-left: 20px; }

.color_black sub { color: #000; }

.input_text {

}

  1. text_in {

width: 500px; }

.output_dna{ margin-top: 10px; margin-bottom: 10px; }

  1. dna_out {

font-family: Arial, Helvetica, sans-serif; width: 500px; height: 300px; font-size: 16px; font-weight: bold; float: left; }

  1. color_dna {

}

.A { /* Azure */ background:#5050ff; color: #FFF; font-weight:bold; }

.G { /* Green */ background:#00c000; color: #FFF; font-weight:bold; }

.C { /* Carmine */ background:#e00000; color: #FFF; font-weight:bold; }

.T { /* Tweety bird */ background:#e6e600; color: #FFF; font-weight:bold; }