Diferencia entre revisiones de «MediaWiki:Common.css»

Línea 11: Línea 11:
 
  border:2px #A3BFB1 solid;"
 
  border:2px #A3BFB1 solid;"
 
}
 
}
 +
 +
.tableGeneral h2
 +
{
 +
margin:.5em;
 +
margin-top:.1em;
 +
border-bottom:0;
 +
font-weight:bold;
 +
}
 +
  
 
.topGreen
 
.topGreen

Revisión del 14:56 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;"
}

.tableGeneral h2
{
 margin:.5em;
 margin-top:.1em;
 border-bottom:0;
 font-weight:bold;
}


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