Hi Olemis, Thanks for your response, but I don't know how exactly to apply this example theme to a certain project in Trac.
What I just wanted is, to align text vertically in wiki tables, at top. Wouldn't be possible to do it through the project templates, editing the "site_css.cs" file? Thank you again. 2009/10/15 Olemis Lang <[email protected]> > > On Thu, Oct 15, 2009 at 7:22 AM, Olemis Lang <[email protected]> wrote: > > On Thu, Oct 15, 2009 at 6:47 AM, Daniel Herrero <[email protected]> > wrote: > >> Hello, > >> > >> I'd like to set a custom format for the wiki of a certain project. My > aim is > >> to change the default vertical-alignment setting of table columns, from > >> 'middle', to ''top'. > >> > >> One way that works fine, is to add the line vertical-align: top; to the > >> "trac.css" file. > >> > >> table.wiki td { border: 1px solid #ccc; padding: .1em .25em; > >> vertical-align: top; } > >> > >> The problem of using this solution is, that each wiki table of each > >> projects in track, will be affected. > >> > > > > TracThemePlugin. You can start building your own theme by modifying > > TracExampleTheme [1]_ > > > > In fact what it does is to switch the color of admin panels to > light-blue using CSS > ;o) > > > Hopefully next month I will write about this in TuxInfo [2]_ ;o) > > > > .. [1] TracExampleTheme @ PyPI > > (http://pypi.python.org/pypi/TracExampleTheme) > > > > .. [2] TuxInfo > > (http://www.tuxinfo.com.ar) > > > > > -- > Regards, > > Olemis. > > Blog ES: http://simelo-es.blogspot.com/ > Blog EN: http://simelo-en.blogspot.com/ > > Featured article: > Looking for a technique to create flexible, graphical dashboards ... > - > http://feedproxy.google.com/~r/TracGViz-full/~3/QO5N8AG0NnM/d6e3b3fd323d5b52<http://feedproxy.google.com/%7Er/TracGViz-full/%7E3/QO5N8AG0NnM/d6e3b3fd323d5b52> > > > > -- Un saludo, Daniel Herrero [email protected] Entel IT Consulting - FOSS Department --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
