Difference between revisions of "User:Ezra Salaz/Sandbox/Infobox Mentors"
From EVE University Wiki
< User:Ezra Salaz | Sandbox
Ezra Salaz (talk | contribs) (WIP) |
Ezra Salaz (talk | contribs) m |
||
Line 14: | Line 14: | ||
border-radius: 4px; | border-radius: 4px; | ||
background: {{{color}}}; <!-- Pick your color. Dont forget to change it under headerstyle. Feel free to use: https://imagecolorpicker.com/ --> | background: {{{color}}}; <!-- Pick your color. Dont forget to change it under headerstyle. Feel free to use: https://imagecolorpicker.com/ --> | ||
− | background-image: -moz-linear-gradient(center top, {{{color}}} 0%, | + | background-image: -moz-linear-gradient(center top, {{{color}}} 0%, {{{color2}}} 100%); |
− | background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,{{{color}}}), color-stop(100%, | + | background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,{{{color}}}), color-stop(100%,{{{color2}}})); |
− | background-image: -webkit-linear-gradient(top, {{{color}}} 0%, | + | background-image: -webkit-linear-gradient(top, {{{color}}} 0%, {{{color2}}} 100%); |
− | background-image: -o-linear-gradient(top, {{{color}}} 0%, | + | background-image: -o-linear-gradient(top, {{{color}}} 0%, {{{color2}}} 100%); |
− | background-image: -ms-linear-gradient(top, {{{color}}} 0%, | + | background-image: -ms-linear-gradient(top, {{{color}}} 0%, {{{color2}}} 100%); |
− | background-image: linear-gradient(to bottom, {{{color}}} 0%, | + | background-image: linear-gradient(to bottom, {{{color}}} 0%, {{{color2}}} 100%); |
color: #000000; <!-- Text color. Default is Black. --> | color: #000000; <!-- Text color. Default is Black. --> | ||
Line 36: | Line 36: | ||
}}|link={{{class page name}}}]] | }}|link={{{class page name}}}]] | ||
}} | }} | ||
− | | caption = {{{caption}}} | + | | caption = {{{caption|}}} |
| headerstyle = | | headerstyle = | ||
border-radius: 4px; | border-radius: 4px; | ||
background: {{{color}}}; <!-- Pick your color. Dont forget to change it under abovestyle. Feel free to use: https://imagecolorpicker.com/ --> | background: {{{color}}}; <!-- Pick your color. Dont forget to change it under abovestyle. Feel free to use: https://imagecolorpicker.com/ --> | ||
− | background-image: -moz-linear-gradient(center top, {{{color}}} 0%, | + | background-image: -moz-linear-gradient(center top, {{{color}}} 0%, {{{color2}}} 100%); |
− | background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,{{{color}}}), color-stop(100%, | + | background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,{{{color}}}), color-stop(100%,{{{color2}}})); |
− | background-image: -webkit-linear-gradient(top, {{{color}}} 0%, | + | background-image: -webkit-linear-gradient(top, {{{color}}} 0%, {{{color2}}} 100%); |
− | background-image: -o-linear-gradient(top, {{{color}}} 0%, | + | background-image: -o-linear-gradient(top, {{{color}}} 0%, {{{color2}}} 100%); |
− | background-image: -ms-linear-gradient(top, {{{color}}} 0%, | + | background-image: -ms-linear-gradient(top, {{{color}}} 0%, {{{color2}}} 100%); |
− | background-image: linear-gradient(to bottom, {{{color}}} 0%, | + | background-image: linear-gradient(to bottom, {{{color}}} 0%, {{{color2}}} 100%); |
color: #000000; <!-- Text color. Default is Black. --> | color: #000000; <!-- Text color. Default is Black. --> | ||
Revision as of 21:10, 9 June 2022
Class name ? | |
---|---|
Details |
Template documentation (for the above template, sometimes hidden or invisible)
- This template currently doesn't have any documentation! Help out by writing some.
Visit User:Ezra Salaz/Sandbox/Infobox Mentors/doc to edit this text! (How does this work?) (Refresh this text - why?)