Template:Drawer: Difference between revisions

no edit summary
(Created page with "<div> {{{title}}} </div> <div> {{{content}}} </div>")
 
No edit summary
Line 1: Line 1:
<div>
<html>
<style>
.drawer-title {
background-color: #4c4c4c;
color: #fbf0a4;
padding: 6px 12px 6px 12px;
font-size: 125%;
}
.drawer-content {
padding: 6px 12px 6px 12px;
border: 1px solid #eeeeee;
margin-bottom: 6px;
}
</style>
</html>
<div class="drawer-title">
{{{title}}}
{{{title}}}
</div>
</div>
<div>
<div class="drawer-content">
{{{content}}}
{{{content}}}
</div>
</div>