Template:Portal box: Difference between revisions

From CyberWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<div class="portal-box" style="border:1px solid #a2a9b1; width:100%; height:100%; box-sizing:border-box; display:flex; flex-direction:column;">
<div class="portal-box" style="border:1px solid #a2a9b1; width:100%; height:100%; box-sizing:border-box; display:flex; flex-direction:column;">
<div class="portal-head" style="background:#eaecf0; border-bottom:1px solid #a2a9b1; padding:6px 10px; font-size:1.1em;">{{{title}}}</div>
<div class="portal-head" style="background:#eaecf0; border-bottom:1px solid #a2a9b1; padding:6px 10px; font-size:1.1em; font-weight:bold;">
<div class="portal-body" style="padding:10px 12px;">{{{content}}}</div>
{{{title}}}
</div>
<div class="portal-body" style="padding:10px 12px;">
{{{content}}}
</div>
</div><noinclude>
</div><noinclude>
== Usage ==
== Usage ==

Latest revision as of 19:22, 3 September 2026

{{{title}}}

{{{content}}}

Usage

{{Portal box
| title = 
| content = 
}}