Template:Menu side: Difference between revisions

From WikiMSK

mNo edit summary
No edit summary
Line 3: Line 3:
<div class="menu-side-content">{{{2}}}</div>
<div class="menu-side-content">{{{2}}}</div>
</div>
</div>
<noinclude><templatestyles src="Menu_side/styles.css" />[[Template:Menu side/styles.css]]</noinclude>
<html>.menu-side {
    background: #f8f9fa;
    border: 1px solid #a2a9b1;
    box-sizing: border-box;
    clear: both;
    float: right;
    margin: 0 0 1em 1em;
    text-align: center;
    width: 332px;
}
.menu-side-header {
    background: #3498db;
    color: white;
    font-weight: bold;
}
.menu-side-content {
    text-align: center;
}
.menu-side div {
    padding: 0.25rem 0rem;
    margin-bottom: 0.25rem;
}
 
.menu-side-content ul, .menu-side-content ol {
    list-style: none;
    margin-left: 0!important;
    line-height: 1.5rem;
}
</html>

Revision as of 00:09, 20 March 2022

.menu-side { background: #f8f9fa; border: 1px solid #a2a9b1; box-sizing: border-box; clear: both; float: right; margin: 0 0 1em 1em; text-align: center; width: 332px; } .menu-side-header { background: #3498db; color: white; font-weight: bold; } .menu-side-content { text-align: center; } .menu-side div { padding: 0.25rem 0rem; margin-bottom: 0.25rem; } .menu-side-content ul, .menu-side-content ol { list-style: none; margin-left: 0!important; line-height: 1.5rem; }