Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 27: Line 27:
/* Highlight tags */
/* Highlight tags */


.data-tag tr {
.data-tag {
display: inline-block !important;
display: inline-block !important;
}
}


.data-tag td {
.data-tag {
   background-color: #6fef93;
   background-color: #6fef93;
   color: #000;
   color: #000;

Revision as of 18:20, 15 May 2025

.infobox {
  background: #FEFFF5;
  color: #333;
  max-width: 300px;
  margin: 0 0 1.6rem 15px;
  border-radius: 6px;
  box-shadow: none;
  border: none;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
}

/* General rows */
.infobox tr {
  border-bottom: 1px solid #e5e5e5;
}

.infobox th,
.infobox td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

/* Highlight tags */

.data-tag {
	display: inline-block !important;
}

.data-tag {
  background-color: #6fef93;
  color: #000;
  padding: 4px 10px;
  font-weight: 500;
  font-size: 12px;
  border-bottom: none;
}

/* Weapon quote */
.infobox-quote td {
  color: #929292;
  font-weight: 500;
  font-style: normal;
  padding: 12px 10px;
  font-size: 14px;
  line-height: 1.4;
}

/* Warning box */
.data-warning td {
  background: #DEDFD8;
  color: #27282C;
  font-weight: 600;
  padding: 14px;
  border-radius: 6px;
  margin: 10px 0;
  font-size: 13px;
}

/* Header row */
.infobox-header {
  background: none;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-bottom: none;
  padding: 12px 0 4px;
}

/* Mod images */
.data-mods td {
  text-align: center;
  padding: 10px 5px;
}

.data-mods img {
  margin: 0 5px;
  vertical-align: middle;
  border-radius: 4px;
}