User:Cy/timeless.css: Difference between revisions
< User:Cy
Content deleted Content added
Created page with " #user-tools { Background: #FFFFFF75; } #personal-extra { Background: #FFFFFF75; } #p-banner { Background: #FFFFFF75; } @keyframes Colour { 0% { background: red;} 50% {ba..." |
(No difference)
|
Revision as of 05:03, 2 June 2018
#user-tools {
Background: #FFFFFF75;
}
#personal-extra {
Background: #FFFFFF75;
}
#p-banner {
Background: #FFFFFF75;
}
@keyframes Colour {
0% { background: red;}
50% {background: green;}
100% {background: blue;}
}
.mw-wiki-logo {
background-image: url(https://78.media.tumblr.com/baf16a6e00fd6912befe115753cb1bbb/tumblr_oq7ddhzybR1qhcll4o1_500.png);
background-size:contain;
}
@keyframes bottom-border {
0%{ border-bottom: solid 2px Red; }
50% { border-bottom: solid 2px green;}
100% { border-bottom: solid 2px blue; }
}
#mw-content h1, #mw-content h2 {
animation: bottom-border 2s infinite alternate;
}
@keyframes rotate {
0% { transform: rotate(-0.2deg); }
100% {transform: rotate(0.2deg); }
}
@keyframes Colour1 {
0% { color: red;}
50% {color: green;}
100% {color: blue;}
}