Diferencia entre revisiones de «Plantilla:Aviso/styles.css»

De WikiCAAD
 
(No se muestran 4 ediciones intermedias del mismo usuario)
Línea 1: Línea 1:
.table-responsive {
  overflow-x: auto;
}


table.ambox {
.table-responsive table {
margin: 0 7% 0.8em;  
  width: 100%;
border-collapse: collapse;
  border-collapse: collapse;
/* background-color: #fbfbfb;*/
border-bottom: 1px solid #aaa;
        border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
font-size: 95%;
width: 80%;
}
}


table.ambox th.ambox-text, table.ambox td.ambox-text {
.table-responsive th,
padding: 0.25em 0.5em;
.table-responsive td {
width: 100%;
  padding: 0.25em 0.5em;
}
}


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


table.ambox .ambox-imageright {
.ambox-image {
padding: 2px 0.5em 2px 0;
Width: 80px !important;
text-align: center;
}
}


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


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


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


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


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


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


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


 
.table-responsive img {
.ambox-merge {
  max-width: 100%;
border-top: 5px solid #8c08a4;
  height: auto;
}
}

Revisión actual - 13:28 24 may 2023

.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;
}