Difference between revisions of "Template:Skin/Circci"
(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(right, #452214, # | + | background: -webkit-linear-gradient(right, #452214, #ead959, #C13C1C); /* For Safari 5.1 to 6.0 */ |
− | background: -o-linear-gradient(right, #452214, # | + | background: -o-linear-gradient(right, #452214, #ead959, #C13C1C); /* For Opera 11.1 to 12.0 */ |
− | background: -moz-linear-gradient(right, #452214, # | + | background: -moz-linear-gradient(right, #452214, #ead959, #C13C1C); /* For Firefox 3.6 to 15 */ |
− | background: linear-gradient(right, #452214, # | + | background: linear-gradient(right, #452214, #ead959, #C13C1C); /* Standard syntax */ |
Revision as of 00:59, 15 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(right, #452214, #ead959, #C13C1C); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(right, #452214, #ead959, #C13C1C); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(right, #452214, #ead959, #C13C1C); /* For Firefox 3.6 to 15 */
background: linear-gradient(right, #452214, #ead959, #C13C1C); /* Standard syntax */