MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Create: Minecraft Mod Wiki>Joker876 Created page with "→CSS placed here will be applied to all skins: .widget_title { padding: 2px; margin: 10px 0; border-radius: 3px; color: #fff; font-size: 150%; font..." |
Create: Minecraft Mod Wiki>Joker876 No edit summary |
||
Line 9: | Line 9: | ||
text-align: center; | text-align: center; | ||
background: var(--theme-header-background-color); | background: var(--theme-header-background-color); | ||
} | |||
.oo-ui-buttonElement-frameless.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button { | |||
border: 1px solid var(--theme-alert-color); | |||
border-radius: 3px; | |||
} | } |
Revision as of 08:28, 14 April 2021
/* CSS placed here will be applied to all skins */
.widget_title {
padding: 2px;
margin: 10px 0;
border-radius: 3px;
color: #fff;
font-size: 150%;
font-weight: bold;
text-align: center;
background: var(--theme-header-background-color);
}
.oo-ui-buttonElement-frameless.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button {
border: 1px solid var(--theme-alert-color);
border-radius: 3px;
}