Difference between revisions of "MediaWiki:Common.css"
From WikiRaider
m |
m |
||
| Line 5: | Line 5: | ||
display: flex; | display: flex; | ||
} | } | ||
| − | |||
.multiple_rows div { | .multiple_rows div { | ||
width: 250px; | width: 250px; | ||
padding: 0 3ex; | padding: 0 3ex; | ||
} | } | ||
| + | |||
| + | |||
| + | .multiple_rows_wide { | ||
| + | flex-wrap: wrap; | ||
| + | display: flex; | ||
| + | } | ||
| + | .multiple_rows_wide div { | ||
| + | width: 450px; | ||
| + | padding: 0 3ex; | ||
| + | } | ||
| + | |||
.verticalaligntop td, .verticalaligntop th { | .verticalaligntop td, .verticalaligntop th { | ||
vertical-align: top; | vertical-align: top; | ||
} | } | ||
Revision as of 13:42, 23 February 2016
/* CSS placed here will be applied to all skins */
.multiple_rows {
flex-wrap: wrap;
display: flex;
}
.multiple_rows div {
width: 250px;
padding: 0 3ex;
}
.multiple_rows_wide {
flex-wrap: wrap;
display: flex;
}
.multiple_rows_wide div {
width: 450px;
padding: 0 3ex;
}
.verticalaligntop td, .verticalaligntop th {
vertical-align: top;
}