Difference between revisions of "User:Arin Mara/Sandbox/Template:CSS"
From EVE University Wiki
< User:Arin Mara | Sandbox
m |
m |
||
Line 91: | Line 91: | ||
.infoboxnameorange { | .infoboxnameorange { | ||
− | background: # | + | background: #d2801e; |
− | background-image: -moz-linear-gradient(center top, # | + | background-image: -moz-linear-gradient(center top, #d2801e 0%, #653f03 100%); |
− | background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,# | + | background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#d2801e), color-stop(100%,#653f03)); |
− | background-image: -webkit-linear-gradient(top, # | + | background-image: -webkit-linear-gradient(top, #d2801e 0%, #653f03 100%); |
− | background-image: -o-linear-gradient(top, # | + | background-image: -o-linear-gradient(top, #d2801e 0%, #653f03 100%); |
− | background-image: -ms-linear-gradient(top, # | + | background-image: -ms-linear-gradient(top, #d2801e 0%, #653f03 100%); |
− | background-image: linear-gradient(to bottom, # | + | background-image: linear-gradient(to bottom, #d2801e 0%, #653f03 100%); |
color: #000000; | color: #000000; | ||
} | } | ||
Line 108: | Line 108: | ||
.infoboxdescriptionorange { | .infoboxdescriptionorange { | ||
− | background: # | + | background: #d2801e; |
− | background-image: -moz-linear-gradient(center top, # | + | background-image: -moz-linear-gradient(center top, #d2801e 0%, #653f03 100%); |
− | background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,# | + | background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#d2801e), color-stop(100%,#653f03)); |
− | background-image: -webkit-linear-gradient(top, # | + | background-image: -webkit-linear-gradient(top, #d2801e 0%, #653f03 100%); |
− | background-image: -o-linear-gradient(top, # | + | background-image: -o-linear-gradient(top, #d2801e 0%, #653f03 100%); |
− | background-image: -ms-linear-gradient(top, # | + | background-image: -ms-linear-gradient(top, #d2801e 0%, #653f03 100%); |
− | background-image: linear-gradient(to bottom, # | + | background-image: linear-gradient(to bottom, #d2801e 0%, #653f03 100%); |
color: #000000; | color: #000000; | ||
} | } | ||
}} | }} |