Diferencia entre revisiones de «MediaWiki:Common.css»

De Wiki de EUROPARC Espana
Línea 2: Línea 2:
  
 
table.ficha {
 
table.ficha {
 +
  font-size: large;
 
   background-color: #5e9dc8;
 
   background-color: #5e9dc8;
 
   border: 1px solid #5e9dc8;
 
   border: 1px solid #5e9dc8;
Línea 13: Línea 14:
 
   float: right;
 
   float: right;
 
   clear: right;
 
   clear: right;
   width: 260px;
+
   width: 300px;
 
}
 
}
  
Línea 33: Línea 34:
 
   padding: 5px;
 
   padding: 5px;
 
   vertical-align: top !important;
 
   vertical-align: top !important;
 +
}
 +
 +
table.ficha a {
 +
  color: #ffffff !important;
 
}
 
}

Revisión del 15:39 24 mar 2021

/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */

table.ficha {
  font-size: large;
  background-color: #5e9dc8;
  border: 1px solid #5e9dc8;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0 0 0.5em 1em;
  padding: 0;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  float: right;
  clear: right;
  width: 300px;
}

table.ficha th {
  background-color: #5e9dc8;
  border: 0px;
  padding: 3px;
  font-size: 100%;
  font-weight: normal;
  color: #ffffff !important;
  vertical-align: top !important;
}

table.ficha tr {
  background-color: #ffffff;
}

table.ficha td {
  padding: 5px;
  vertical-align: top !important;
}

table.ficha a {
  color: #ffffff !important;
}