User:Orlodrim/global.css

From Meta, a Wikimedia project coordination wiki

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.
.mw-special-ApiHelp {
  font-size: 85%;
}
.mw-special-ApiHelp .source-javascript {
  font-size: 88%;
  white-space: pre-wrap;
}

/* Disable animations */

*, *:before, *:after {
  transition: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  animation: none !important;
}
:hover, :focus {
  box-shadow: none !important;
}
.mw-ui-input:focus {
  border-color: #CCC;
}
div.ace_cursor {
  opacity: 100% !important;
}

/* Watchlist */

.mw-changeslist-legend {
  display:none;
}
#mw-watchlist-resetbutton {
    display: none;
}
span.updatedmarker {
    display: none;
}
li.mw-changeslist-line-not-watched span.mw-title, li.mw-changeslist-line-watched .mw-title {
    font-weight: normal !important;
}
strong.mw-watched {
    font-weight: normal;
}

/* Useless gigantic thing at the top of histories */ 
#mw-history-search {
    display: none;
}

/* Fix elements visibility without JS */
.flow-ui-load-overlay {
    display: none;
}
.client-js .mw-echo-special-nojs .mw-echo-special-container {
  display: block;
}
.client-js .mw-collapsible-content {
  display: block !important;
}