MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
.bulma-box.flat { | .bulma-box.flat { | ||
padding: 0; | padding: 0; | ||
} | |||
.is-fullwidth { | |||
width: 100%; | |||
} | |||
.fit-content { | |||
width: fit-content; | width: fit-content; | ||
} | } | ||
tr { | |||
height: fit-content; | height: fit-content; | ||
} | |||
.wikitable.card { | |||
background-color: var(--bulma-box-background-color); | |||
border-radius: var(--bulma-box-radius); | |||
box-shadow: var(--bulma-box-shadow); | |||
color: var(--bulma-box-color); | |||
} | } | ||
Latest revision as of 01:34, 16 October 2025
/* CSS placed here will be applied to all skins */
.bulma-box.flat {
padding: 0;
}
.is-fullwidth {
width: 100%;
}
.fit-content {
width: fit-content;
}
tr {
height: fit-content;
}
.wikitable.card {
background-color: var(--bulma-box-background-color);
border-radius: var(--bulma-box-radius);
box-shadow: var(--bulma-box-shadow);
color: var(--bulma-box-color);
}