User:Blackwolfe/common.css: Difference between revisions

From IdleOn MMO Wiki
imported>Blackwolfe
No edit summary
imported>Blackwolfe
No edit summary
Line 10: Line 10:
     color: #fff;
     color: #fff;
     text-shadow: 1px 2px #404040;
     text-shadow: 1px 2px #404040;
     max-height: 20px;
     height: 20px;
     font-size: 32px;
     font-size: 32px;
     padding: .5em;}
     padding: .5em;}

Revision as of 23:53, 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;
    text-shadow: 1px 2px #404040;
    height: 20px;
    font-size: 32px;
    padding: .5em;}