Difference between revisions of "Template:Team:WLC-Milwaukee"

Line 47: Line 47:
 
/*-- the # before a name refers to the id (not class) affected; the :hover modifies it to only take effect when the mouse hovers
 
/*-- the # before a name refers to the id (not class) affected; the :hover modifies it to only take effect when the mouse hovers
 
This section uses CSS3 animations to resize the text in the links in a 1 second animation --*/
 
This section uses CSS3 animations to resize the text in the links in a 1 second animation --*/
#HomeLink:hover, #ProjectBox:hover, #PartsBox:hover, #NotebookBox:hover, #ModelingBox:hover, #safeBox:hover, #measureBox:hover, #practBox:hover, #teamBox:hover{
+
#homeLink:hover, #ProjectBox:hover, #PartsBox:hover, #NotebookBox:hover, #ModelingBox:hover, #safeBox:hover, #measureBox:hover, #practBox:hover, #teamBox:hover{
 
/*--webkit is for chrome, opera, and safari--*/
 
/*--webkit is for chrome, opera, and safari--*/
 
     -webkit-animation-name: navHover;
 
     -webkit-animation-name: navHover;
Line 77: Line 77:
 
}
 
}
 
@-webkit-keyframes navHover {
 
@-webkit-keyframes navHover {
    /*--from {background: #D1CAB0;}
 
    to {background: #B3B3D7;}--*/
 
 
     from {size: 20;}
 
     from {size: 20;}
 
     to {size: 26;}
 
     to {size: 26;}

Revision as of 03:52, 8 July 2015