Sb forum speech.png DiscordLink.png FacebookLink.png RedditLink.png SteamLink.png TwitterLink.png YoutubeLink.png

MediaWiki:Mini Infobox.css

From Starbase wiki
Revision as of 07:33, 5 June 2021 by DustyFB (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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
.Mini-Infobox-Collection {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18em, 1fr));
  grid-gap: 0.5em;
}
.Mini-Infobox-Card {
  background: rgba(49, 68, 77, 0.15);
  outline: 2px solid #3a808063;
  padding-bottom: 0.25em;
}
.Mini-Infobox-Img-Wrap {
  text-align: center;
  background: linear-gradient(transparent, #3a808045);
  padding: 1em;
  height: 10em;
}
.Mini-Infobox-Img-Wrap img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.Mini-Infobox-Name {
  font-family: KenneyFuture;
  font-size: 1.6em;
  color: #edcd50;
  background: #3a808063;
  text-align: center;
}
.Mini-Infobox-Section-Header {
  font-family: KenneyFuture;
  font-size: 1.2em;
  border-bottom: 1px solid #394442;
  width: 75%;
  text-align: center;
  line-height: 130%;
  margin: 0.1em auto;
}
.Mini-Infobox-Section {
  padding-bottom: 1em;
}
.Mini-Infobox-Construction-Section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(8em, 1fr));
  column-gap: 0.5em;
  padding: 0 0.4em;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.