MediaWiki:Common.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
html:not(.ve-active) .page.has-right-rail .page__main {
border-radius: 10px 0 0 0;
}
.CommentCounter_comment-counter__Kr4tO, .CommentList_empty-state__Cx7nB {
color: #ffffff;
}
.Comment_wrapper__VysRy, .InlineEntityFormWrapper_inline-entity-form-wrapper__z2Uf9 {
border-radius: 5px;
}
.page__main {
border-radius: 10px;
margin-bottom: -10px;
}
.page__right-rail {
border-radius: 0 10px 0 0;
}
.wds-button.ViewFilter_view-filter-toggle__c7u87.wds-is-text {
filter: brightness(5);
}
#articleComments {
background-color: #000080;
border-radius: 10px;
padding: 10px;
}
#mixed-content-footer {
border-radius: 0 0 10px 10px;
z-index: 1;
}