Themes: Converting your XOOPS1.x theme to work with XOOPS2

Posted by: onokazuOn 2003/2/7 7:12:04 5958 reads
Old themes will work fine in XOOPS2, however some parts (for example, tables and forms) do not look very good as they were in XOOPS1.x. This is because we have removed the .bg1-5 and .fg1-5 classes from CSS and now using the following CSS classse as replacements:

th 
.outer 
.head 
.even 
.odd 
.foot


Please read this doc on how these new CSS classes are defined and used in XOOPS2.