Diferencia entre revisiones de «MediaWiki:Pivot.css»
De WikiCAAD
Línea 13: | Línea 13: | ||
} | } | ||
@media (max-width: | @media (max-width: 810px) { | ||
.responsive-table { | .responsive-table { | ||
width: 100%; | width: 100%; | ||
display: grid; | |||
margin: 0; | margin: 0; | ||
} | } | ||
Línea 33: | Línea 34: | ||
border-bottom: none; | border-bottom: none; | ||
} | } | ||
} | |||
.info-ficha { | |||
margin-left: 10px; | |||
} | } |
Revisión del 13:14 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;
}