Still landing on the old Fandom wiki? Install the HighSpell Wiki Redirector browser extension to automatically redirect all highspell.fandom.com links to highspell.wiki. Works on both Firefox and Chrome, and is open-source. → Learn more and install it now!

MediaWiki:Common.css

From HighSpell Wiki
Revision as of 08:49, 9 May 2025 by Ryan (talk | contribs)
Jump to navigation Jump 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 */
.infobox {
  float: right;
  clear: right;
  margin: 0 0 1em 1em;
}

.stub-box {
  display: flex;
  align-items: center;
  background-color: #e9e9e9; /* Matches tiles on main page */
  border-left: 4px solid #09bb62; /* Warm highlight */
  color: #f8f1e7; /* Light beige text */
  padding: 10px 15px;

  border-radius: 8px;
  font-size: 0.95em;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

.stub-image {
  display: flex;
  align-items: center;
  margin-right: 10px;
  padding: 0;
}

.stub-image img {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1;
  vertical-align: middle;
}

.stub-text {
  line-height: 1.4em;
}

.stub-word {
  color: #09bb62; /* Soft orange highlight */
}