Template:Duel Links Skill/styles.css

From Yugipedia
Jump to: navigation, search
.card-table.skill                { background-color: #A0D2EB; }
.card-table.skill .lore          { border-color: #006091; }

.card-table.skill .heading       { /* http://www.colorzilla.com/gradient-editor/#ffffff+35,d7e3bd+65&0+35,1+65;Custom */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#052358', endColorstr='#093992',GradientType=0 )"; /* IE8-9 */
	/*background-image: -webkit-linear-gradient(top, rgba(5,35,88,0) 35%, #093992 65%); /* Chrome10+,Safari5.1+ */
	/* These two won't let me save, for some reason */
	color: #FFCC00;
	background-image: linear-gradient(to bottom, #052257, #1CAEF4); /* W3C */
}