Difference between revisions of "User:Ezra Salaz/Sandbox/Infobox Mentors"

From EVE University Wiki
Jump to: navigation, search
(WIP)
 
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%, #653f03 100%);  
+
   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%,#653f03));  
+
   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%, #653f03 100%);  
+
   background-image: -webkit-linear-gradient(top, {{{color}}} 0%, {{{color2}}} 100%);  
   background-image: -o-linear-gradient(top, {{{color}}} 0%, #653f03 100%);  
+
   background-image: -o-linear-gradient(top, {{{color}}} 0%, {{{color2}}} 100%);  
   background-image: -ms-linear-gradient(top, {{{color}}} 0%, #653f03 100%);  
+
   background-image: -ms-linear-gradient(top, {{{color}}} 0%, {{{color2}}} 100%);  
   background-image: linear-gradient(to bottom, {{{color}}} 0%, #653f03 100%);  
+
   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%, #653f03 100%);  
+
   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%,#653f03));  
+
   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%, #653f03 100%);  
+
   background-image: -webkit-linear-gradient(top, {{{color}}} 0%, {{{color2}}} 100%);  
   background-image: -o-linear-gradient(top, {{{color}}} 0%, #653f03 100%);  
+
   background-image: -o-linear-gradient(top, {{{color}}} 0%, {{{color2}}} 100%);  
   background-image: -ms-linear-gradient(top, {{{color}}} 0%, #653f03 100%);  
+
   background-image: -ms-linear-gradient(top, {{{color}}} 0%, {{{color2}}} 100%);  
   background-image: linear-gradient(to bottom, {{{color}}} 0%, #653f03 100%);  
+
   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.