Template:TitleBox2: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<div style=" clear:both;">
<!---WRAPPER FOR GRADIENT BOX AND BOX TITLE--->
<!---WRAPPER FOR GRADIENT BOX AND BOX TITLE--->
<div style="height: 96px; width:96px; margin:0 auto; border: 1px solid #c8d4e0;">
<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%; border: 1px solid #c8d4e0; background-color:#e5edf5; float:left;">
<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>
</div>
<!--- WRAPPER FOR BOX OF LINKS--->
<!--- WRAPPER FOR BOX OF LINKS--->
</div>

Revision as of 18:37, 4 December 2015

{{{title}}}