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

no edit summary
(compensate for new margin)
No edit summary
 
(7 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 179:
flex: 1;
background: none;
border-radius: @infobox-outer-radius;
overflow: hidden;
}
 
Line 199 ⟶ 197:
.tile-bottom {
box-shadow: inset 0 0 2px rgba(255,255,255,0.5);
border-radius: 0 0 @infobox-outer-radius @infobox-outer-radius;
h2 {
Line 205 ⟶ 202:
box-shadow: @infobox-card-shadow;
margin: 3px !important;
border-radius: @infobox-inner-radius;
}
}
 
.tile-bottom &.link-button a {
padding: 0.65em 0.2em; // prevent grid gap misalignment
}
}
 
Line 353 ⟶ 349:
 
.tile-top {
background: var(--body-darkdarker);
}