Difference between revisions of "User:Coring/common.css"
m (Coring moved page User:Coring/styles.css to User:Coring/common.css) |
m (Mini optim.) |
||
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%;}}