Template:TitleBox2: Difference between revisions
Jump to navigation
Jump to search
Pavlos Savva (talk | contribs) No edit summary |
Pavlos Savva (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<!---WRAPPER FOR GRADIENT BOX AND BOX TITLE---> | <!---WRAPPER FOR GRADIENT BOX AND BOX TITLE---> | ||
<div style="height: 96px; width: | <div style="height:96px; width:100%; margin:0 auto; border: 1px solid #c8d4e0;"> | ||
<!--- GRADIENT BOX ---> | <!--- GRADIENT BOX ---> | ||
<div style="height:96px; width:96px; background:{{{bgcolor}}}; background: linear-gradient(to right bottom,{{{gradientcolors}}}); float:left;"></div> | <div style="height:96px; width:96px; background:{{{bgcolor}}}; background: linear-gradient(to right bottom,{{{gradientcolors}}}); float:left;"></div> | ||
<!--BOX TITLE --> | <!--BOX TITLE --> | ||
<div style="height:94px; width:100% | <div style="height:94px; width:100%; background-color:#e5edf5;"> | ||
<font style="font-size:18px; font-weight:bold;">{{{title}}}</font> | <font style="font-size:18px; font-weight:bold;">{{{title}}}</font> | ||
<hr style="height:1px; width:100%; background:{{{bgcolor}}};"></hr> | <hr style="height:1px; width:100%; background:{{{bgcolor}}};"></hr> | ||
<!---LINKS---> | <!---LINKS---> | ||
{{{links|}}} | {{{links|}}} | ||
</div> | </div> | ||
</div> | </div> | ||
<!--- WRAPPER FOR BOX OF LINKS---> | <!--- WRAPPER FOR BOX OF LINKS---> | ||
Revision as of 18:37, 4 December 2015
{{{title}}}