[Kolab-devel] [issue2688] add pretty css for tables to wiki.kolab.org
Mathieu Parent
kolab-issues at intevation.de
Mon May 5 14:37:08 CEST 2008
New submission from Mathieu Parent <mathieuparent at users.sourceforge.net>:
To allow pretty tables like on wikipedia.org.
Please add to https://wiki.kolab.org/index.php/MediaWiki:Common.css :
thanks
==============================================================
/* 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;
}
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
border: 1px #aaa solid;
padding: 0.2em;
}
table.wikitable th,
table.prettytable th {
background: #f2f2f2;
text-align: center;
}
table.wikitable caption,
table.prettytable caption {
margin-left: inherit;
margin-right: inherit;
font-weight: bold;
}
table.prettytable code,
table.wikitable code {
background-color: transparent;
}
----------
messages: 14695
nosy: mathieu.parent
priority: wish
status: unread
title: add pretty css for tables to wiki.kolab.org
___________________________________________________
Kolab issue tracker <kolab-issues at intevation.de>
<https://www.intevation.de/roundup/kolab/issue2688>
___________________________________________________
More information about the devel
mailing list