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 | .table-responsive table { | ||
width: 100%; | |||
border-collapse: collapse; | |||
} | } | ||
table | .table-responsive th, | ||
.table-responsive td { | |||
padding: 0.25em 0.5em; | |||
} | } | ||
table.ambox .ambox- | .table-responsive .ambox-image, | ||
.table-responsive .ambox-imageright { | |||
padding: 2px 0.5em; | |||
text-align: center; | |||
} | } | ||
.ambox-image { | |||
Width: 80px !important; | |||
} | } | ||
.ambox-info { | .ambox-info { | ||
border-top: 5px solid #608EC2; | |||
color: #004085; | |||
background-color: #cce5ff; | |||
} | } | ||
.ambox-delete,.ambox-danger { | .ambox-delete, | ||
.ambox-danger { | |||
border-top: 5px solid #b22222; | |||
color: #721c24; | |||
background-color: #f8d7da; | |||
} | } | ||
.ambox-warning { | .ambox-warning { | ||
border-top: 5px solid #f4c430; | |||
color: #856404; | |||
background-color: #fff3cd; | |||
} | } | ||
.ambox-success { | .ambox-success { | ||
border-top: 5px solid #47a30d; | |||
color: #155724; | |||
background-color: #d4edda; | |||
} | } | ||
.ambox-other | .ambox-other { | ||
border-top: 5px solid #bba; | |||
color: #1b1e21; | |||
background-color: #d6d8d9; | |||
} | } | ||
.ambox-content { | .ambox-content { | ||
border-top: 5px solid #f28500; | |||
} | } | ||
.ambox-merge { | |||
border-top: 5px solid #8c08a4; | |||
} | |||
.table-responsive img { | |||
. | max-width: 100%; | ||
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;
}