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