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.
/* hide Discord module in the sidebar */
.DiscordIntegratorModule {
display: none;
}
/* hides VE section edit buttons & pencil icon */
.mw-editsection-visualeditor,
.mw-editsection-divider,
.section-edit-pencil-icon {
display: none;
}
/* hides "list of abbreviations" in Recent Changes */
.mw-changeslist-legend {
display: none;
}
/* removes underline from links in source editor */
.cm-mw-pagename {
text-decoration: none;
}
/* hides rollback button on both separated and grouped Recent Changes
.mw-changeslist .mw-rollback-link {
display: none;
}*/
/* emulates pre-UCP syntax highlighting */
.cm-mw-template-ground,
.cm-mw-template2-ground,
.cm-mw-template3-ground,
.cm-mw-table-bracket,
.cm-mw-table-delimiter,
.cm-mw-table-definition {
background-color: #F0EBDB;
background-image: none;
color: #3A3A3A !important;
}
.cm-mw-template-link-ground,
.cm-mw-link-ground {
background-color: #D9EAF6 !important;
background-image: none;
color: #3A3A3A !important;
}
.cm-mw-ext-ref,
.cm-mw-htmltag-bracket,
.cm-mw-htmltag-name,
.cm-mw-htmltag-attribute,
.cm-mw-exttag-bracket,
.cm-mw-exttag-name,
.cm-mw-exttag-attribute {
background-color: #F6DDE9;
color: #3A3A3A !important;
}
.cm-em {
background-color: #E4E5F3 !important;
font-style: normal;
}
.cm-strong {
background-color: #E4E5F3 !important;
font-weight: normal;
}
.cm-mw-apostrophes-bold,
.cm-mw-apostrophes-italic,
.cm-mw-apostrophes,
.cm-mw-section-header,
.cm-mw-hr {
background-color: #E4E5F3 !important;
color: #3A3A3A !important;
font-weight: normal;
}
.cm-mw-list,
.cm-mw-signature {
font-weight: normal;
background-color: #F8DBDA !important;
color: #3A3A3A !important;
}
.cm-mw-section-1,
.cm-mw-section-2,
.cm-mw-section-3,
.cm-mw-section-4,
.cm-mw-section-5,
.cm-mw-section-6 {
font-size: 1em !important;
font-weight: bold;
line-height: 1em !important;
color: #3A3A3A !important;
}
.cm-mw-mnemonic {
background-color: #E8EBDA;
color: #3A3A3A !important;
}
/* emulates pre-UCP diff pages */
.diff-deletedline {
border-color: #FFE49C !important;
}
.diff-deletedline .diffchange-inline {
background-color: #FFE49C !important;
color: #3A3A3A !important;
}
.diff-addedline {
border-color: #A3D3FF !important;
}
.diff-addedline .diffchange-inline {
background-color: #A3D3FF !important;
color: #3A3A3A !important;
}