MediaWiki:Common.less/mainpage.less: Difference between revisions

compensate for new margin
No edit summary
(compensate for new margin)
Line 118:
gap: 0.9rem
}
 
/* remove this when we get a 6th thing to add on the mainpage "events" */
.mainpage-contents.tile-row {
display: flex;
.tile-top {
height: 5.5rem;
}
}
/* remove until above this line */
 
// left column
Line 180 ⟶ 170:
wiki contents
-------------------- */
@mp-contents-height: 45.5rem;
 
.mainpage-contents {
grid-area: content;
grid-template-columns: repeat(65, 1fr);
 
.tile-halves {
flex: 1;
background: none;
border-radius: @infobox-outer-radius;
overflow: hidden;
}
 
.tile-top {
height: 4.5rem@mp-contents-height;
position: relative; // needed for ribbon
Line 202 ⟶ 195:
margin: 0;
padding: 0;
}
.tile-topbottom {
box-shadow: inset 0 0 2px rgba(255,255,255,0.5);
border-radius: 0 0 @infobox-outer-radius @infobox-outer-radius;
h2 {
background: var(--body-darker);
box-shadow: @infobox-card-shadow;
margin: 3px !important;
border-radius: @infobox-inner-radius;
}
}
 
.tile-bottom.link-button a {
padding: 0.75em65em 0.2em; // prevent grid gap misalignment
}
 
Line 348 ⟶ 353:
 
.tile-top {
background: @steelvar(-blue-body-dark);
}