Diferencia entre revisiones de «MediaWiki:Pivot.css»
De WikiCAAD
Línea 38: | Línea 38: | ||
.info-ficha { | .info-ficha { | ||
margin-left: 10px; | margin-left: 10px; | ||
max-width: 25%; | |||
} | } |
Revisión del 20:40 19 may 2023
.subheader {
background: #517398;
color: #fff;
text-align: center;
padding: .5em;
}
.formtable {
width: 80% !important;
}
#mw-normal-catlinks a.new {
color: #000037;
}
@media (max-width: 810px) {
.responsive-table {
width: 100%;
display: grid;
margin: 0;
}
.responsive-table table {
width: 100%;
}
.responsive-table table td {
width: auto;
display: block;
text-align: left;
box-sizing: border-box;
border-bottom: 1px solid #4682B4;
padding: 8px;
font-size: 12px;
}
.responsive-table table td:last-child {
border-bottom: none;
}
}
.info-ficha {
margin-left: 10px;
max-width: 25%;
}