Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css

MediaWiki interface page
Revision as of 06:46, 2 May 2023 by BakiDance (talk | contribs) (smaller discord iframe)

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
.copy {  
  cursor: pointer;      
}
.command-template.copy:active {
  background-color: var(--color-surface-3);
}

.command-template.copy {
    border: 1px solid var(--border-color-base);
    background-color: var(--color-surface-2);
    font-family: var(--font-family-monospace);
    font-size: 0.875rem;
    color: var(--color-base--emphasized);
    padding: 2px 4px;
    border-radius: var(--border-radius--small);
    font-weight: normal;
    white-space: nowrap;
}
.command-template.copy abbr {
    text-decoration: none;
}

.responsive-iframe {
  width: 100%;
  height: 450px;
}

div.responsive-img img {
    height: auto;
    max-width: 100%;
}
.page-Home .ajaxpoll-id-info {
  display: none;
}