Template:Team:UC Davis/Head

From 2014.igem.org

(Difference between revisions)
(Created page with "<html> <head> <title> UC Davis iGEM 2014 </title> <style> /* Random CSS */ a.white:link {color:#FFF;} - unvisited link: ...")
Line 16: Line 16:
/* END Random CSS */
/* END Random CSS */
 +
 +
/* Begin floatbox styling*/
 +
.floatbox
 +
              {
 +
                    width:707px;
 +
                    float:left;
 +
                    background-color: rgba(0,0,0,.65);
 +
                    margin-top: 10px;
 +
                    border-radius: 4px;
 +
                    padding: 15px 15px 15px 15px;
 +
                    font:sans-serif;
 +
                    font-size:13px;
 +
                    color:rgba(225,225,225,.9);
 +
                    text-align:justify;
 +
              }
 +
 +
.floatboxwide
 +
              {
 +
                    width:937px;
 +
                    float:left;
 +
                    background-color: rgba(0,0,0,.65);
 +
                    margin-top: 10px;
 +
                    border-radius: 4px;
 +
                    padding: 15px 15px 15px 15px;
 +
                    font:sans-serif;
 +
                    font-size:13px;
 +
                    color:rgba(225,225,225,.9);
 +
                    text-align:justify;
 +
              }
 +
.floatboxleft
 +
              {
 +
                    width:102px;
 +
                    float:left;
 +
                    background-color: rgba(0,0,0,.65);
 +
                    border-radius: 4px;
 +
                    padding: 15px 15px 15px 15px;
 +
                    font:sans-serif;
 +
                    font-size:13px;
 +
                    color:rgba(225,225,225,.9);
 +
              }
 +
 +
.floatprotocol
 +
              {
 +
                    width:710px;
 +
                    float:left;
 +
                    background-color: rgba(0,0,0,.65);
 +
                    margin-top: 10px;
 +
                    border-radius: 4px;
 +
                    padding: 15px 15px 15px 15px;
 +
                    font: sans-serif;
 +
                    font-size: 13px;
 +
                    color: rgba(225,225,225,.9);
 +
              }
 +
 +
.floatbox1
 +
                  {width:97%;
 +
                  float:left;
 +
                  background-color: rgba(0,0,0,.4);
 +
                  margin-top: 10px;
 +
                  margin-bottom: 0px;
 +
                  border-radius: 4px;
 +
                  padding: 15px 15px 15px 15px;
 +
                  font: sans-serif;
 +
                  font-size: 13px;
 +
                  color: rgba(225,225,225,1);
 +
                  text-align:justify;
 +
              }
 +
 +
.floatbox2
 +
                    {width:194px;
 +
                    float:right;
 +
                    background-color:rgba(0,0,0,.65);
 +
                    margin-top:10px;
 +
                    margin-bottom:0px;
 +
                    border-radius:4px;
 +
                    padding: 15px 15px 15px 15px;
 +
                    font:sans-serif;
 +
                    font-size:11px;
 +
                    color:#FFFFFF;
 +
                    text-align:justify;                           
 +
              }
 +
/* End floatbox styling */
/* Begin Nav CSS */
/* Begin Nav CSS */

Revision as of 01:49, 15 August 2014

UC Davis iGEM 2014