Team:Aberdeen Scotland/DNA/CSS

From 2014.igem.org

Revision as of 21:59, 12 August 2014 by Kgizdov (Talk | contribs)

.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: auto; height: auto; font-size: 16px; font-weight: bold; float: left; }

  1. to_color {

float: left; margin-left: 3px; }

  1. color_dna {

display: block; float: left; }

  1. color_dna div {

display: inline-block; font-weight: bold; font-size: 16px; width: 20px; height: 20px; text-align: center; }

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