Template:Drawer: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 18: Line 18:
color: #fbf0a4;
color: #fbf0a4;
float: right;
float: right;
}
#drawer-1 {
display: none;
}
}
</style>
</style>
</html>
</html>
<div class="drawer-title">
<div class="drawer-title">
{{{title}}} <html><a href="#" onclick="drawerExpand()" class="drawer-button">Expand</a></html>
{{{title}}} <html><a href="#" onclick="drawerExpand(drawer-1)" class="drawer-button">Expand</a></html>
</div>
</div>
<div class="drawer-content">
<div class="drawer-content" id="drawer-1">
{{{content}}}
{{{content}}}
</div>
</div>