MediaWiki:Test.less: Difference between revisions

no edit summary
(Created page with "@import 'MediaWiki:Common.less/variables.less'; @import 'MediaWiki:Common.less/mixins.less'; // grid mp test →‎========================================================================== * DESKTOP ZONE [[MediaWiki:Common.less/mainpage.less]] * ==========================================================================: →‎=================== variables ===================: @mp-text-light: fade( @white, 90% ); @mp-gutter-width: .9r...")
 
No edit summary
Line 177:
 
.arrow {
background: url('filepath:/images/rss/White-chevron.svg') no-repeat;
display: inline-block;
height: .7rem;
Line 201:
.tile.big-tile {
width: 100%;
background: linear-gradient(to left, var(--bigtile-background-fade-zero), var(--bigtile-background-fade-seventyfive), var(--bigtile-background-color) 40%), url("filepath:/images/rss/Main page Twisted League.png") right / auto 100% no-repeat @white;
margin-bottom: @mp-gutter-width;
padding-right: 8vw;
Line 362:
 
/* --------------------
popular mw.pages
-------------------- */
 
.popular-mw.pages ul {
display: grid;
grid-template-columns: repeat(3, 1fr);
Line 569:
 
ul {
list-style-image: url('filepath:/images/rss/Transparent-chevron.svg');
}
 
Line 682:
}
 
.popular-mw.pages ul {
grid-template-columns: repeat(2, 1fr);
}