Changes

no edit summary
Line 4: Line 4:  
     background-repeat: no-repeat;
 
     background-repeat: no-repeat;
 
     background-attachment: fixed;
 
     background-attachment: fixed;
 +
    overflow-x: hidden;
 
}
 
}
 
.catlinks, .mw-ui-button {
 
.catlinks, .mw-ui-button {
Line 23: Line 24:  
div.thumbinner {
 
div.thumbinner {
 
     border: 1px solid #FFAFFA;
 
     border: 1px solid #FFAFFA;
     background-color: #fffaff;
+
     background-color: #fffaff00;
 
}
 
}
 
html .thumbimage {
 
html .thumbimage {
     background-color: #f8e3ff;
+
     background-color: #f8e3ff00;
 
     border: 1px solid #FFAFFA;
 
     border: 1px solid #FFAFFA;
 
}
 
}
Line 54: Line 55:  
z-index:9000;
 
z-index:9000;
 
position:absolute;
 
position:absolute;
animation:scrollh 10s infinite linear;
+
animation:scrollh 10s infinite linear, seasonschange 100s linear;
 
width:100%;
 
width:100%;
 
margin-left:-10%;
 
margin-left:-10%;
Line 61: Line 62:  
@keyframes scrollh {
 
@keyframes scrollh {
 
100% {margin-left:110%;}
 
100% {margin-left:110%;}
 +
}
 +
@keyframes seasonschange {
 +
100% {transform:scale(0);}
 
}
 
}
 
}}
 
}}
9,854

edits