Skip to main content
(Nova página: **** ** Table formatting ****: table.wikitable, table.prettytable { margin:1em 1em 1em 0; background:#F9F9F9; border:1px #AAA solid; border-collapse:co...)
 
 
Linha 1: Linha 1:
/*****
+
/* wikitable/prettytable class for skinning normal tables */
** Table formatting
+
table.wikitable,
*****/
+
table.prettytable {
  table.wikitable,
+
    margin: 1em 1em 1em 0;
  table.prettytable {
+
    background: #f9f9f9;
      margin:1em 1em 1em 0;
+
    border: 1px #aaa solid;
      background:#F9F9F9;
+
    border-collapse: collapse;
      border:1px #AAA solid;
+
}
      border-collapse:collapse;
+
.wikitable th, .wikitable td,
      }
+
.prettytable th, .prettytable td {
 
+
    border: 1px #aaa solid;
  table.wikitable th, table.wikitable td,
+
    padding: 0.2em;
  table.prettytable th, table.prettytable td {
+
}
      border:1px #AAA solid;
+
.wikitable th,
      padding:0.2em;
+
.prettytable th {
      }
+
    background: #f2f2f2;
 
+
    text-align: center;
  table.wikitable th,
+
}
  table.prettytable th {
+
.wikitable caption,
      background:#F2F2F2;
+
.prettytable caption {
      text-align:center;
+
    margin-left: inherit;
      }
+
    margin-right: inherit;
 
+
    font-weight: bold;
  table.wikitable caption,
+
}
  table.prettytable caption {
+
      margin-left:inherit;
+
      margin-right:inherit;
+
      }
+

Edição atual desde as 08h23min de 24 de setembro de 2008

/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
.wikitable th,
.prettytable th {
    background: #f2f2f2;
    text-align: center;
}
.wikitable caption,
.prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}