User:Blackwolfe/common.css: Difference between revisions
From IdleOn MMO Wiki
imported>Blackwolfe No edit summary |
imported>Blackwolfe No edit summary |
||
Line 9: | Line 9: | ||
background-image: linear-gradient(#FF614C 30%,#FF7A68 80%); | background-image: linear-gradient(#FF614C 30%,#FF7A68 80%); | ||
color: #fff; | color: #fff; | ||
max-height: | max-height: 50px; | ||
text-shadow: 1px 2px #404040; | text-shadow: 1px 2px #404040; | ||
font-size: 32px; | font-size: 32px; | ||
padding: .5em;} | padding: .5em;} |
Revision as of 23:51, 10 March 2021
.banner-red{border: 1px solid black;
border-spacing: 3px;
background-image: linear-gradient(#FF7A68 60%,#FF614C 70%);
width:60%;
text-align:center;
border-radius:5px;}
.banner-red td{border: 1px solid black;
border-radius: 5px;
background-image: linear-gradient(#FF614C 30%,#FF7A68 80%);
color: #fff;
max-height: 50px;
text-shadow: 1px 2px #404040;
font-size: 32px;
padding: .5em;}