MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 18:
.mp-sidebar>.mp-box {
width: calc(100% - 20px);
}
 
#mp-1 {
background-color: #2d499b;
}
 
#mp-3, #mp-4, #mp-6, #mp-7 {
width: calc(50% - 20px - 0.5em5px);
}
 
Line 33 ⟶ 37:
max-width: 400px;
margin: 0 auto;
align-content: space-evenly;
height: calc(100% - 40px);
}
 
Line 42 ⟶ 48:
display: flex;
width: 100%;
gap: 1em10px;
}
 
Line 49 ⟶ 55:
display: flex;
flex-wrap: wrap;
gap: 1em10px;
align-content: flex-start;
}