Plantilla:Aviso/styles.css

De WikiCAAD
Revisión del 13:28 24 may 2023 de Tranqui69 (discusión | contribs.)
(difs.) ← Revisión anterior | Revisión actual (difs.) | Revisión siguiente → (difs.)
.table-responsive {
  overflow-x: auto;
}

.table-responsive table {
  width: 100%;
  border-collapse: collapse;
}

.table-responsive th,
.table-responsive td {
  padding: 0.25em 0.5em;
}

.table-responsive .ambox-image,
.table-responsive .ambox-imageright {
  padding: 2px 0.5em;
  text-align: center;
}

.ambox-image {
	Width: 80px !important;
}


.ambox-info {
  border-top: 5px solid #608EC2;
  color: #004085;
  background-color: #cce5ff;
}

.ambox-delete,
.ambox-danger {
  border-top: 5px solid #b22222;
  color: #721c24;
  background-color: #f8d7da;
}

.ambox-warning {
  border-top: 5px solid #f4c430;
  color: #856404;
  background-color: #fff3cd;
}

.ambox-success {
  border-top: 5px solid #47a30d;
  color: #155724;
  background-color: #d4edda;
}

.ambox-other {
  border-top: 5px solid #bba;
  color: #1b1e21;
  background-color: #d6d8d9;
}

.ambox-content {
  border-top: 5px solid #f28500;
}

.ambox-merge {
  border-top: 5px solid #8c08a4;
}

.table-responsive img {
  max-width: 100%;
  height: auto;
}