MediaWiki:Common.css: Difference between revisions

From HighSpell Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 17: Line 17:
   font-size: 0.95em;
   font-size: 0.95em;
}
}
.stub-box img {
 
.stub-icon {
  flex-shrink: 0;
   margin-right: 10px;
   margin-right: 10px;
  display: flex;
  align-items: center;
}
}
.stub-text {
.stub-text {
   line-height: 1.4em;
   line-height: 1.4em;
}
}
.stub-word {
.stub-word {
   color: #d39d7c;
   color: #d39d7c;
}
}

Revision as of 08:39, 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: #3a2b28;
  border-left: 4px solid #a1724e;
  color: #fff;
  padding: 10px;
  margin: 1em 0;
  border-radius: 5px;
  font-size: 0.95em;
}

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

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

.stub-word {
  color: #d39d7c;
}