Template:Main Page: Difference between revisions

From Rodinia Wiki
No edit summary
Tags: Manual revert Reverted
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="border: 1px solid #a2a9b1; background-color: #f8f9fa; margin-bottom: 15px; border-radius: 4px; box-shadow: 0 1px 3px rgba(0,0,0,0.1);">
<div style="border: 1px solid #b0c4de; margin-bottom: 15px; border-radius: 5px; box-shadow: 2px 2px 4px rgba(0,0,0,0.1); background-color: #fcfcfc;"><div style="background-color: #34495e; color: white; padding: 10px; font-weight: bold; font-size: 1.2em; border-top-left-radius: 4px; border-top-right-radius: 4px; text-align: center;">{{{title}}}</div><div style="padding: 15px; font-size: 0.95em; line-height: 1.5; text-align: left;">{{{content}}}</div></div><noinclude>
    <div style="background-color: {{{color|#2b4b6f}}}; color: {{{text-color|#ffffff}}}; padding: 0.5em 1em; font-size: 1.25em; font-weight: bold; border-top-left-radius: 3px; border-top-right-radius: 3px;">
== Usage ==
        {{{title|Section Title}}}
<pre>
    </div>
{{Main_Page_Box
    <div style="padding: 1em; font-size: 0.95em; color: #222;">
|title=Box Title
        {{{content|Section content goes here.}}}
|content=Your content goes here.
    </div>
}}
</div>
</pre>
</noinclude>

Latest revision as of 08:58, 26 June 2026

{{{title}}}
{{{content}}}

Usage

[edit]
{{Main_Page_Box
|title=Box Title
|content=Your content goes here.
}}