Difference between revisions of "User:Coring/common.css"
(Created page with ".falling { animation: fall 20s normal linear infinite; position: absolute; } .pwr { background-color:red; color:white; font-size:175%; display:inline-block; z-index:9; line-h...") |
m (Mini optim.) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | .falling { animation: fall 20s normal linear infinite; position: absolute; } | + | .falling {animation: fall 20s normal linear infinite; position: absolute;} |
− | + | .pwr {background-color:red;color:white;font-size:175%;display:inline-block;z-index:9;line-height:1;padding:0px 3px;} | |
− | .pwr { | + | .ten {background-color:blue;color:white;font-size:150%;display:inline-block;z-index:9;line-height:1;padding:2px;} |
− | background-color:red; | + | @keyframes fall {from{top: 0;}to{top: 100%;}} |
− | color:white; | ||
− | font-size:175%; | ||
− | display:inline-block; | ||
− | z-index:9; | ||
− | line-height:1; | ||
− | padding:0px 3px; | ||
− | } | ||
− | |||
− | .ten { | ||
− | background-color:blue; | ||
− | color:white; | ||
− | font-size:150%; | ||
− | display:inline-block; | ||
− | z-index:9; | ||
− | line-height:1; | ||
− | padding:2px; | ||
− | } | ||
− | |||
− | @keyframes fall { from { top: 0; } to { top: 100%; } } |
Latest revision as of 15:42, 12 September 2023
.falling {animation: fall 20s normal linear infinite; position: absolute;} .pwr {background-color:red;color:white;font-size:175%;display:inline-block;z-index:9;line-height:1;padding:0px 3px;} .ten {background-color:blue;color:white;font-size:150%;display:inline-block;z-index:9;line-height:1;padding:2px;} @keyframes fall {from{top: 0;}to{top: 100%;}}