1
Hello, one thing that I am working on in my theme is the fact that virtually none of the styles that I have defined in my theme.html (and covered in my style.css) are taking effect.
For example, my left column code from theme.html is:
----------------
<{foreach item=block from=$xoops_lblocks}> <{include file="cbone/theme_blockleft.html"}> <{/foreach}> |
----------------
And my relevant style.css section is:
td#leftcolumn {width: 205px; font-size:11px; background-color: #E4E4E4; color: #9F9F9F; padding:10px; vertical-align: top;}
td#leftcolumn th {background-color: #FFFFFF; color: #F98B41; vertical-align: middle;}
td#leftcolumn div.blockTitle {padding: 3px; background-color: #FFFFFF; color: #F98B41; font-weight: bold;border:1px solid #9F9F9F;}
td#leftcolumn div.blockContent {padding: 0px 0px 0px 10px; line-height: 120%;border:1px solid #9F9F9F;background-color: #FFFFFF;}
-------------------
However, I get a basic html page, with text and a white background. No colours, no nothing.
Any ideas? I am sure it is something simple.
Oh, and my style.css is uploaded, as is my other pages.
theme_blockleft.html obviously is online and working, otherwise I would get no content from the db as to user menus, etc.