Template:Menu side: Difference between revisions

From WikiMSK

No edit summary
No edit summary
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="menu-side">
<div class="menu-side infobox side">
<div class="menu-side-header">{{{1}}}</div>
<div class="menu-side-header">{{{1}}}</div>
<div class="menu-side-content">{{{2}}}</div>
<div class="menu-side-content">{{{2}}}</div>
</div>
</div>
<noinclude>[[Category:Menu Templates]]</noinclude>
<html><style>.menu-side {
<html><style>.menu-side {
     background: #f8f9fa;
     background: #f8f9fa;
Line 8: Line 9:
     box-sizing: border-box;
     box-sizing: border-box;
     clear: both;
     clear: both;
    float: right;
    margin: 0 0 1em 1em;
     text-align: center;
     text-align: center;
     width: 332px;
     width: 332px;
}
}


@media only screen and (max-width: 700) {
@media only screen and (max-width: 700px) {
   body {
   .menu-side {
     width:100%;
     Width:100%;
   }
   }
}
}
Line 24: Line 23:
     color: white;
     color: white;
     font-weight: bold;
     font-weight: bold;
    font-size:1rem;
}
}
.menu-side-content {
.menu-side-content {

Latest revision as of 17:19, 1 May 2022