Team:Aberdeen Scotland/DNA/CSS

From 2014.igem.org

(Difference between revisions)
Line 28: Line 28:
font-weight: bold;
font-weight: bold;
float: left;
float: left;
 +
}
 +
 +
#to_color {
 +
float: right;
}
}

Revision as of 20:38, 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. to_color {

float: right; }

  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; }