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

no edit summary
No edit summary
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 105:
padding-right: 1.75em;
max-width: 100%;
border: none;
}
 
Line 111 ⟶ 112:
margin-bottom: 0;
}
 
}
 
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;
}
 
.tile-top {
height: 4.5rem@mp-contents-height;
position: relative; // needed for ribbon
Line 203 ⟶ 194:
padding: 0;
}
.tile-topbottom {
box-shadow: inset 0 0 2px rgba(255,255,255,0.5);
h2 {
background: var(--body-darker);
box-shadow: @infobox-card-shadow;
margin: 3px !important;
}
 
.tile-bottom &.link-button a {
padding: 0.75em65em 0.2em; // prevent grid gap misalignment
}
}
 
Line 330 ⟶ 331:
 
.tile-top {
background: rgb(21, 32, 43)@twitter-bg;
}
 
.tile-bottom {
background: darken(rgb(21, 32, 43), 1.5%)@twitter-bg-dark;
}
}
Line 348 ⟶ 349:
 
.tile-top {
background: @steelvar(-blue-body-darker);
}