Difference between revisions of "Template:Northwestern Page Head"

Line 129: Line 129:
 
/*Animates the NavBar left to right */
 
/*Animates the NavBar left to right */
  
#lrt{
+
#projan{
  
 
position: relative;
 
position: relative;
Line 165: Line 165:
 
}
 
}
  
#lrta{
+
#teaman{
  
 
position: relative;
 
position: relative;
Line 184: Line 184:
  
  
#lrtb{
+
#partsan{
  
 
position: relative;
 
position: relative;
Line 202: Line 202:
 
}
 
}
  
 
/*Controls the speed of animation */
 
#spin {
 
    -webkit-animation:spin 30s linear infinite;
 
    -moz-animation:spin 30s linear infinite;
 
    animation:spin 30s linear infinite;
 
}
 
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
 
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
 
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
 
  
 
/* Create a Parallax Effect */
 
/* Create a Parallax Effect */

Revision as of 16:37, 20 July 2017

Northwestern Template