Diferencia entre revisiones de «MediaWiki:Pivot.css»

De WikiCAAD
Línea 11: Línea 11:
#mw-normal-catlinks a.new {
#mw-normal-catlinks a.new {
   color: #000037;
   color: #000037;
}
@media (max-width: 600px) {
  .responsive-table {
    width: 100%;
    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;
  }
}
}

Revisión del 13:03 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: 600px) {
  .responsive-table {
    width: 100%;
    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;
  }
}