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

Template:MoveCard/shared/styles.css

Template page
/* -------------------------
Flex Attack Data styling
------------------------- */
/* Hide the sortable on tables contained within movecards */
.attack-container table.cargoTable thead th {
  padding-right: 0px;
  background-image: none;
  cursor: initial;
  pointer-events: none;
}

.attack-info > table td { vertical-align: middle; }
.attack-data table { line-height: 1.1em; }
@media (min-width: 990px) {
  .attack-container {
    width: auto;
    background-color: var(--color-surface-1);
  }
  .attack-gallery {
    float: left;
    width: 220px;
  }
  .attack-info {
    margin-left: 220px;
    margin-top: 0;
  }
}
.attack-container {
  width: 100%;
  display: inline-block;
  overflow: visible !important;
  z-index: 1;
  border-radius: 4px;
  border: none;
  background-color: var(--color-surface-1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
  border-collapse: collapse;
}
.attack-gallery ul.gallery {
  margin: 0;
}
.attack-gallery * .gallerytext p {
  margin: 0;
  text-align: center;
}
.attack-data { width: 100%; text-align: center; margin: 0; }
.attack-data table {
  border: none;
  background-color: var(--color-surface-1);
  border-collapse: collapse;
  overflow: auto;
}
.attack-info p, attack-info dl {
  padding: 0 1em 0 0.5em;
}
.attack-info h4 { padding: 0; margin: 0; }


/* Odd rows for table */
.wikitable tr:nth-child(even) {
  background-color: var(--color-surface-2);
}

/* Even rows for table */
.wikitable tr:nth-child(odd) {
  background-color: var(--color-surface-1);
}

/*some stuff to get the tables color fixed*/
.wikitable td, .wikitable th, .moveTable th  {
	border: solid 0.1em var(--border-color-base--darker);
	font-size: 0.8125rem;
}
.wikitable th, .moveTable th  {
	font-weight: var(--font-weight-semibold);
	text-align:center;
	padding:0.76em;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.