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

 
(2 intermediate revisions by the same user not shown)
Line 147: Line 147:
 
}
 
}
  
#HomeBox:hover{
 
/*--webkit is for chrome, opera, and safari--*/
 
    -webkit-animation-name: navHover;
 
    -webkit-animation-duration: 5s;
 
    -webkit-animation-delay: 0s;
 
    -webkit-animation-iteration-count: 1;
 
    -webkit-animation-direction: normal;
 
    -webkit-animation-play-state: running;
 
    -webkit-animation-fill-mode: forwards;
 
/*--moz is for mozilla browsers--*/
 
    -moz-animation-name: navHover;
 
    -moz-animation-duration: 5s;
 
    -moz-animation-delay: 0s;
 
    -moz-animation-iteration-count: 1;
 
    -moz-animation-direction: normal;
 
    -moz-animation-play-state: running;
 
    -moz-animation-fill-mode: forwards;
 
/*--standard syntax for ie/others--*/
 
    animation-name: navHover;
 
    animation-duration: 5s;
 
    animation-delay: 0s;
 
    animation-iteration-count: 1;
 
    animation-direction: normal;
 
    animation-play-state: running;
 
    animation-fill-mode: forwards;
 
}
 
@-webkit-keyframes navHover {
 
    0% {font-size: 20pt;}
 
    50% {font-size: 20pt;}
 
    75% {font-size: 24pt;}
 
    100% {font-size: 20pt;}
 
}
 
@-moz-keyframes navHover {
 
    0% {font-size: 20pt;}
 
    50% {font-size: 20pt;}
 
    75% {font-size: 24pt;}
 
    100% {font-size: 20pt;}
 
}
 
@keyframes navHover {
 
    0% {font-size: 20pt;}
 
    50% {font-size: 20pt;}
 
    75% {font-size: 24pt;}
 
    100% {font-size: 20pt;}
 
}
 
/*-- End of Fade on hover Code --*/
 
 
/*--Slideshow Begins Here--*/
 
/*--Slideshow Begins Here--*/
 
#slideshow {
 
#slideshow {
Line 221: Line 176:
 
.paging {
 
.paging {
 
position: absolute;
 
position: absolute;
bottom: 10px; right: 50px;
+
bottom: 10px; right: 0px;
 
width: 300px; height:0px;
 
width: 300px; height:0px;
 
z-index: 100; /*--Assures the paging stays on the top layer--*/
 
z-index: 100; /*--Assures the paging stays on the top layer--*/
Line 237: Line 192:
 
.pause {
 
.pause {
 
position: absolute;
 
position: absolute;
bottom: 10px; right: 20px;
+
bottom: 10px; right: -30px;
width: 25px; height:47px;
+
width: 25px; height:0px;
 
z-index: 200; /*--Assures the paging stays on the top layer--*/
 
z-index: 200; /*--Assures the paging stays on the top layer--*/
 
text-align: center;
 
text-align: center;
line-height: 40px;
+
line-height: 0px;
 
font-weight: bold;
 
font-weight: bold;
 
display: block; /*--Hidden by default, will be later shown with jQuery--*/
 
display: block; /*--Hidden by default, will be later shown with jQuery--*/

Latest revision as of 07:23, 18 September 2015