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: Difference between revisions

From HighSpell Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
   display: flex;
   display: flex;
   align-items: center;
   align-items: center;
   background-color: #3b2b28; /* Matches tiles on main page */
   background-color: #e9e9e9; /* Matches tiles on main page */
   border-left: 4px solid #a1724e; /* Warm highlight */
   border-left: 4px solid #09bb62; /* Warm highlight */
   color: #f8f1e7; /* Light beige text */
   color: #f8f1e7; /* Light beige text */
   padding: 10px 15px;
   padding: 10px 15px;
Line 34: Line 34:


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

Revision as of 08:45, 9 May 2025

/* 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;
  margin: 1em 0;
  border-radius: 8px;
  font-size: 0.95em;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

.stub-image {
  display: inline-block;
  margin-right: 10px;
}

.stub-image img {
  display: inline-block !important;
  vertical-align: middle;
}

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

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