백괴게임>Manymaster |
백괴게임>Manymaster |
1번째 줄: |
1번째 줄: |
| {{#css:
| |
| img[alt] {
| |
| transform-origin: 50%, 50%;
| |
| animation: titlespin linear 0.2s infinite;
| |
| }
| |
|
| |
|
| |
| }
| |
|
| |
| h2 {
| |
| animation: scale linear 0.5s infinite alternate;
| |
| transform-origin: 50% 50%;
| |
| }
| |
|
| |
| @keyframes scale {
| |
| from {transform: scale(0.1);}
| |
| to {transform: scale(1);}
| |
| }
| |
|
| |
| @keyframes titlespin {
| |
| from {transform: rotate(0deg);}
| |
| to {transform: rotate(360deg);}
| |
|
| |
| }
| |
| body{
| |
| animation: rainbow linear 1s infinite alternate;
| |
| }
| |
|
| |
| @keyframes rainbow {
| |
| 0% {background-color: #B0E0E6;}
| |
| 10% {background-color: #708090;}
| |
| 20% {background-color: #3D414D;}
| |
| 30% {background-color: #F5FFFA;}
| |
| 40% {background-color: #B0C4DE;}
| |
| 50% {background-color: #ffffff;}
| |
| 60% {background-color: #708090;}
| |
| 70% {background-color: #B0C4DE;}
| |
| 80% {background-color: #3D414D;}
| |
| 90% {background-color: #B0C4DE;}
| |
| 100%{background-color: #708090;}
| |
| }
| |
|
| |
| @keyframes swifty{
| |
| from{ transform:translate(-300%,0%)}
| |
| to{ transform:translate(300%,0%)}
| |
| }
| |
|
| |
| #mw-panel li{
| |
| animation: swiftx linear 1s infinite alternate
| |
| }
| |
|
| |
| @keyframes swiftx{
| |
| from{ transform:translate(0%,-300%)}
| |
| to{ transform:translate(0%,300%)}
| |
| }
| |
| aa{
| |
| animation:letters 0.2s infinite alternate
| |
| }
| |
|
| |
| @keyframes letters{
| |
| from{ letter-spacing:0.1em}
| |
| to{ letter-spacing:1em}
| |
| }
| |
| }}
| |
| {| name="customuserboxes" id="customuserboxes" style="float: {{{align|right}}}; margin-left: 1em; margin-bottom: 0.5em; background:white; width: 250px; border: #99B3FF solid 1px; clear: right" | | {| name="customuserboxes" id="customuserboxes" style="float: {{{align|right}}}; margin-left: 1em; margin-bottom: 0.5em; background:white; width: 250px; border: #99B3FF solid 1px; clear: right" |
| |- | | |- |