Diferencia entre revisiones de «MediaWiki:Common.css»

De UX Wiki
Página blanqueada
Etiqueta: Vaciado
Sin resumen de edición
Línea 1: Línea 1:
 
.accessibility-card {
    border: 1px solid #ccc;
    background-color: #e8f5e9;
    padding: 16px;
    width: 500px;
    font-family: sans-serif;
    position: relative;
    margin-bottom: 20px;
  }
 
  .accessibility-card::before {
    content: "";
    display: block;
    height: 5px;
    background-color: #2e7d32;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
 
  .accessibility-card h3 {
    color: #2e7d32;
    margin-top: 12px;
    margin-bottom: 8px;
  }
 
  .accessibility-card p {
    margin: 0 0 12px;
  }
 
  .accessibility-card img {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 12px;
  }
 
  .accessibility-card pre {
    background-color: #f1f8e9;
    border: 1px solid #ccc;
    padding: 8px;
    color: #c62828;
    font-family: monospace;
    white-space: pre-wrap;
  }
  .accessibility-card-error {
    border: 1px solid #ccc;
    background-color: #fdecea;
    padding: 16px;
    width: 500px;
    font-family: sans-serif;
    position: relative;
    margin-bottom: 20px;
  }
 
  .accessibility-card-error::before {
    content: "";
    display: block;
    height: 5px;
    background-color: #c62828;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
 
  .accessibility-card-error h3 {
    color: #c62828;
    margin-top: 12px;
    margin-bottom: 8px;
  }
 
  .accessibility-card-error p {
    margin: 0 0 12px;
  }
 
  .accessibility-card-error img {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 12px;
  }
 
  .accessibility-card-error pre {
    background-color: #ffebee;
    border: 1px solid #ccc;
    padding: 8px;
    color: #c62828;
    font-family: monospace;
    white-space: pre-wrap;
  }

Revisión del 13:47 14 abr 2025

.accessibility-card {
    border: 1px solid #ccc;
    background-color: #e8f5e9;
    padding: 16px;
    width: 500px;
    font-family: sans-serif;
    position: relative;
    margin-bottom: 20px;
  }
  
  .accessibility-card::before {
    content: "";
    display: block;
    height: 5px;
    background-color: #2e7d32;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  
  .accessibility-card h3 {
    color: #2e7d32;
    margin-top: 12px;
    margin-bottom: 8px;
  }
  
  .accessibility-card p {
    margin: 0 0 12px;
  }
  
  .accessibility-card img {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 12px;
  }
  
  .accessibility-card pre {
    background-color: #f1f8e9;
    border: 1px solid #ccc;
    padding: 8px;
    color: #c62828;
    font-family: monospace;
    white-space: pre-wrap;
  }
  .accessibility-card-error {
    border: 1px solid #ccc;
    background-color: #fdecea;
    padding: 16px;
    width: 500px;
    font-family: sans-serif;
    position: relative;
    margin-bottom: 20px;
  }
  
  .accessibility-card-error::before {
    content: "";
    display: block;
    height: 5px;
    background-color: #c62828;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  
  .accessibility-card-error h3 {
    color: #c62828;
    margin-top: 12px;
    margin-bottom: 8px;
  }
  
  .accessibility-card-error p {
    margin: 0 0 12px;
  }
  
  .accessibility-card-error img {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 12px;
  }
  
  .accessibility-card-error pre {
    background-color: #ffebee;
    border: 1px solid #ccc;
    padding: 8px;
    color: #c62828;
    font-family: monospace;
    white-space: pre-wrap;
  }