I pick one of the themes included in Tiki (Codex.css for example). It is almost perfect for my needs. I would like to make a few modifications, which are not appropriate to share with the Tiki project.
A- If I edit the styles/codex.css, I will have to redo my change again at each upgrade.
B- If I duplicate styles/codex.css to styles/mycustomtheme.css, I will not be taking advantage of any future enhancements to the theme.
It is not possible to put CSS information as Custom code in Site Identity.
The other benefit is to distribute css adjustments via profiles, like:
http://profiles.tikiwiki.org/site_width
1- Smarty doesn't like the curly brackets used in CSS. {literal} bla bla {/literal} could be used to get around this
2- It is not in <head> </head>
I jsut tested by putting the code below as Custom code in Site Identity and it works
{literal} <style type="text/css"> body { background-color: blue; } p { color: yellow; } </style> {/literal}
Entering CSS "as-is" with curly brackets in Site Identity and having it render as internal CSS could be a solution.
http://www.tizag.com/cssT/internal.php
or maybe a custom.css should be maintained, and cached from this data.
Related:
http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1014
http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1178
For 4.0, we have custom head code now.
Custom CSS and Custom JS fields in Tiki5
In Tiki 3.0:
http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki?view=rev&revision=17331
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tiki.org instance. To start, simply select a version and click on "Create show2.tiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tiki.org.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |