MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
/* Common */ | /* Common */ | ||
.text-center{ | |||
text-align: center; | |||
} | |||
pre{ | pre{ | ||
background-color: transparent; | background-color: transparent; |
Revision as of 13:09, 2 January 2020
/* CSS placed here will be applied to all skins */
.grid{
display: grid;
}
.grid.three-columns{
grid-template-columns: repeat(3, 1fr);
}
.grid.three-columns .full-width{
grid-column: span 3;
}
/* Common */
.text-center{
text-align: center;
}
pre{
background-color: transparent;
border: none;
padding: 0;
white-space: pre-wrap;
}