Diferencia entre revisiones de «MediaWiki:Common.css»

Línea 8: Línea 8:
 
  style="width:100%;
 
  style="width:100%;
 
  margin-top: 1em;
 
  margin-top: 1em;
 +
margin-right: 1em;
 
  border:2px #A3BFB1 solid;"
 
  border:2px #A3BFB1 solid;"
 
}
 
}

Revisión del 14:55 9 dic 2009

/* Los estilos CSS definidos aquí aplicarán a todas las pieles (skins) */

/* Estilos de las Tablas en General */
.tableGeneral
{
 cellspacing="0";
 cellpadding="0";
 style="width:100%;
 margin-top: 1em;
 margin-right: 1em;
 border:2px #A3BFB1 solid;"
}

.topGreen
{
 colspan="0";
 style="background:#CEF2E0;
 text-align:center;
 padding:2px;
 border-bottom:1px #A3BFB1 solid;"
}