MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Muffinatorz (talk | contribs) Created page with "→CSS placed here will be applied to all skins: .menu { align-content: center; margin: auto; } .rowcontainer { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; } .rowsmall { width: 15vw; margin-top: auto; } .rowlarge { width: 70vw; margin: auto; } .res-img img { max-width: 100%; height: auto; position: relative; float: left; } .logo-img img { max-width: 60%; height: auto; }" |
Muffinatorz (talk | contribs) No edit summary |
||
| Line 31: | Line 31: | ||
max-width: 60%; | max-width: 60%; | ||
height: auto; | height: auto; | ||
} | |||
.oo-ui-popupWidget-popup { | |||
background-color: #ffffff; | |||
} | } | ||
Revision as of 19:49, 25 January 2025
/* CSS placed here will be applied to all skins */
.menu {
align-content: center;
margin: auto;
}
.rowcontainer {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
}
.rowsmall {
width: 15vw;
margin-top: auto;
}
.rowlarge {
width: 70vw;
margin: auto;
}
.res-img img {
max-width: 100%;
height: auto;
position: relative;
float: left;
}
.logo-img img {
max-width: 60%;
height: auto;
}
.oo-ui-popupWidget-popup {
background-color: #ffffff;
}