Template:TitleBox: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<!---WRAPPER FOR GRADIENT BOX AND BOX TITLE--->
<!---WRAPPER FOR GRADIENT BOX AND BOX TITLE--->
<div style="position:relative; float:left; width:99%; margin:5px; border:1px solid #C8D4E0; background-color:#e5edf5; border-radius:5px;">
<div style="position:relative; float:left; width:99%; margin:5px; border:1px solid #C8D4E0; background-color:#e5edf5; border-radius:7px;">
<!--BOX TITLE -->
<!--BOX TITLE -->
<div style="position:relative; display:table; width:100%; ">
<div style="position:relative; display:table; width:100%; ">
<div style="position:relative; float:left; height: 64px;width: 64px; background:{{{bgcolor}}};background: linear-gradient(to right bottom,{{{gradientcolors}}});"></div>
<div style="position:relative; float:left; height: 64px;width: 64px; background:{{{bgcolor}}};background: linear-gradient(to right bottom,{{{gradientcolors}}}); border-bottom-left-radius:7px; border-top-left-radius:7px;"></div>
<font style="font-size:16px; font-weight:bold; margin:5px 0px 5px 15px;">{{{title}}}</font>
<font style="font-size:16px; font-weight:bold; margin:5px 0px 5px 15px;">{{{title}}}</font>
<div style="height:1px; background:#C8D4E0;margin-bottom:10px;"></div>
<div style="height:1px; background:#C8D4E0;margin-bottom:10px;"></div>
{{{links}}}</div>
{{{links}}}</div>
</div>
</div>

Revision as of 22:28, 15 December 2015

{{{title}}}

{{{links}}}