MediaWiki:Common.css

From UAPedia
Revision as of 23:53, 6 February 2026 by Administrator (talk | contribs)
Jump to navigationJump to search

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 */
.uap-thumb-linkbox{
  margin: 12px 0;
  padding: 10px;
  border: 1px solid #a2a9b1;
  background: #f8f9fa;
  border-radius: 6px;
}

.uap-thumb-row{
  margin-top: 6px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.uap-thumb-input{
  width: 100%;
  padding: 6px 8px;
  font-family: monospace;
}

.uap-thumb-note{
  margin-top: 6px;
  font-size: 0.9em;
  color: #54595d;
}