Template:APIOverviewBox: 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--->
<div style="position:relative; float:left; width:99%; margin:5px;">
<div style="position:relative; float:left; width:99%; margin:5px;">
<!--BOX TITLE -->
<!--BOX TITLE -->
<div style="position:relative; display:block; width:100%;background-color:white;">
<div style="position:relative; display:block; width:100%;background-color:white;">
<div style="float:left; height:35px; width:35px; background-image:;"></div>
<div style="float:left; height:35px; width:35px; background-image:{{{image}}};"></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>
</div>
<div style="height:1px; background:{{{bgcolor}}};"></div>
<div style="height:1px; "></div>
<!--- WRAPPER FOR BOX OF LINKS--->
<!--- WRAPPER FOR BOX OF LINKS--->
<div style="position:relative; display:table; width:100%; padding:10px 0px 10px 0px; background-color:#dae5f0;">{{{links|}}}</div>
<div style="position:relative; display:table; width:100%; padding:10px 0px 10px 0px; background-color:#dae5f0;">{{{links|}}}</div>
</div>
</div>

Revision as of 21:36, 11 December 2015

{{{title}}}