Diferencia entre revisiones de «MediaWiki:Common.css»

Línea 4: Línea 4:
 
.tableGeneral
 
.tableGeneral
 
{
 
{
cellspacing="0";
+
  style="width: 100%;
cellpadding="0";
 
  style="width:100%;
 
 
  margin-top: 1em;
 
  margin-top: 1em;
 
  margin-right: 1em;
 
  margin-right: 1em;
  border:2px #A3BFB1 solid;"
+
  border: 2px #A3BFB1 solid;
 
}
 
}
  
 
.tableGeneral h2
 
.tableGeneral h2
 
{
 
{
  margin:.5em;
+
  margin: .5em;
  margin-top:.1em;
+
  margin-top: .1em;
  border-bottom:0;
+
  border-bottom: 0;
  font-weight:bold;
+
  font-weight: bold;
 
}
 
}
 
  
 
.topGreen
 
.topGreen
 
{
 
{
  colspan="0";
+
  background: #CEF2E0;
style="background:#CEF2E0;
+
  text-align: center;
  text-align:center;
+
  padding: 2px;
  padding:2px;
+
  border-bottom: 1px #A3BFB1 solid;
  border-bottom:1px #A3BFB1 solid;"
 
 
}
 
}

Revisión del 15:00 9 dic 2009

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

/* Estilos de las Tablas en General */
.tableGeneral
{
 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
{
 background: #CEF2E0;
 text-align: center;
 padding: 2px;
 border-bottom: 1px #A3BFB1 solid;
}