sastraxi / vizier

Dead-easy python reporting.
http://pypi.python.org/pypi/vizier/
GNU Lesser General Public License v2.1
3 stars 0 forks source link

Support subset of CSS #10

Open sastraxi opened 13 years ago

sastraxi commented 13 years ago

It would be amazing if we could use a subset of CSS to attach styles to objects.

page[1] = OneRowTable({ "font-face": "Century Gothic", "font-weight": "bold", "font-size": "12pt" })
page[1].add(ImageSpace("logo.png", { "opacity": "0.5", "width": "50pt" }), { "width": "30%", "text-align": "left" })

etc. etc.