Team:UNC-Chapel Hill/practicemenu

From 2014.igem.org

(Difference between revisions)
Line 403: Line 403:
            
            
-
    /* to center an image on a line by itself */
+
   
-
    .centerimg{
+
-
        display: block;
+
-
        margin-left:auto;
+
-
        margin-right:auto;
+
-
        float:none;
+
-
    }                 
+
-
 
+
-
    table.black{
+
-
        background: none;
+
-
        color:rgba(225,225,225,.9);}
+
-
    table.black td{
+
-
          border:1px solid rgba(65,65,65,.64);}
+
-
 
+
-
    .bold{font-weight:bolder;
+
-
            font-size:14pt;}
+
-
 
+
-
  /*  Begin Blur CSS  */
+
-
.blur
+
-
{
+
-
filter: hue-rotate(0);
+
-
-webkit-filter: hue-rotate(0);
+
-
-moz-filter: hue-rotate(0);
+
-
-o-filter: hue-rotate(0);
+
-
-ms-filter: hue-rotate(0);
+
-
}
+
-
 
+
-
.blur:hover
+
-
{
+
-
 
+
-
 
+
-
        filter: hue-rotate(180deg);
+
-
-webkit-filter: hue-rotate(180deg);
+
-
-moz-filter: hue-rotate(180deg);
+
-
-o-filter: hue-rotate(180deg);
+
-
-ms-filter: hue-rotate(180deg);
+
-
}
+
-
 
+
-
/*End Blur CSS */
+
.genpic { border-radius:4px;
.genpic { border-radius:4px;

Revision as of 14:44, 4 August 2014