User:Blackwolfe/common.css: Difference between revisions
From IdleOn MMO Wiki
imported>Blackwolfe (Blanked the page) |
imported>Blackwolfe No edit summary |
||
Line 1: | Line 1: | ||
.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; | |||
font-size: 32px; | |||
padding: .5em;} |
Revision as of 23:49, 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;
font-size: 32px;
padding: .5em;}