Difference between revisions of "Template:Skin/Tarchlann"
(Created page with "<noinclude> Use [http://www.w3schools.com/colors/colors_picker.asp hexadecimal color] codes to edit the range. You can add or remove as many colors as you want -- just make s...") |
|||
Line 9: | Line 9: | ||
</noinclude> | </noinclude> | ||
{{skin}} | {{skin}} | ||
− | background: -webkit-linear-gradient(left, # | + | background: -webkit-linear-gradient(left, #DCC29F, #F0BC97); /* For Safari 5.1 to 6.0 */ |
− | background: -o-linear-gradient(left, # | + | background: -o-linear-gradient(left, #DCC29F, #F0BC97); /* For Opera 11.1 to 12.0 */ |
− | background: -moz-linear-gradient(left, # | + | background: -moz-linear-gradient(left, #DCC29F, #F0BC97); /* For Firefox 3.6 to 15 */ |
− | background: linear-gradient(left, # | + | background: linear-gradient(left, #DCC29F, #F0BC97); /* Standard syntax */ |
Revision as of 03:07, 13 February 2017
Use hexadecimal color codes to edit the range. You can add or remove as many colors as you want -- just make sure all four rows have the exact same color codes.
If you want a blank skin box: Template:Skin.
Check out how it's used here.
box-shadow: 0px 0px 10px #777777; height: 25px;
background: -webkit-linear-gradient(left, #DCC29F, #F0BC97); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(left, #DCC29F, #F0BC97); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(left, #DCC29F, #F0BC97); /* For Firefox 3.6 to 15 */
background: linear-gradient(left, #DCC29F, #F0BC97); /* Standard syntax */