[Webcom] Wiki Table CSS

François Van Der Biest francois.vanderbiest at camptocamp.com
Mon Oct 22 04:19:30 EDT 2007


Hi list,

We, (the francophone local chapter) are trying to organize collective translations of documents on the osgeo wiki.

One solution we found would be to use a bicolumn table, with the original text on the left, and the translated one on the right.
The pb is that there currently does not exist an optimal CSS class for such a table (see for instance when using an existing class: http://wiki.osgeo.org/index.php/Francophone/MapGuide_Open_Source/Installation_MGOS_1.2.x).

We could for instance use Wikipedia table model. (see CSS below). 
What do you think of such a proposition ?

Thank's for your time,
F.



/* WIKITABLE */

table.wikitable {
 margin:1em auto;
 background:#F9F9F9;
 border:1px #AAA solid;
 border-collapse:collapse;
}

table.wikitable th, table.wikitable td {
 border:1px #AAA solid;
 padding:.3em;
}

table.wikitable th {
 background:#F2F2F2;
 text-align:center;
}

table.wikitable caption {
 margin-left:inherit;
 margin-right:inherit;
}




More information about the Webcom mailing list