Help:CSS: Difference between revisions

From the Nintendo Wiki, a wiki covering all things Nintendo
Jump to navigationJump to search
Content added Content deleted
(from https://www.mariowiki.com/Help:CSS)
 
Line 175: Line 175:
*A pre-defined color name (check out [[wikipedia:Web_colors#X11_color_names|this list]]);
*A pre-defined color name (check out [[wikipedia:Web_colors#X11_color_names|this list]]);
*a hex color in the form ''#000000'' or ''#000'', where each digit is a hexadecimal digit representing red, green or blue; or
*a hex color in the form ''#000000'' or ''#000'', where each digit is a hexadecimal digit representing red, green or blue; or
*''rgb(red, green, blue)'', where red, green and blue are numbers up to 255 or 100%.
*''rgb(red, green, blue)'', where red, green and blue are numbers up to 255 or 100%; or
*''hsl(hue, saturation, luminance)'', where hue is number up to 360, and saturation and luminance are numbers up to 100%.


{|border=1 cellpadding=3 cellspacing=0 style="border-collapse:collapse; border-color:#f77; background:#fee; margin-top:10px"
{|border=1 cellpadding=3 cellspacing=0 style="border-collapse:collapse; border-color:#f77; background:#fee; margin-top:10px"