Yeah I updated it last night to work off of the unified 6.5 style sheet, instead of the phpBB one. I probably won't be able to mess with it much more until next week. The main thing I noticed is that all the classes I was using (row1, row2, etc.) don't seem present in most of the themes/<theme>/forums/style/style.css.
The cellpics shouldn't be a problem, I don't think, because those can be referenced via style (as below). They would be just as portable and specific as the individual theme and don't have to be hardcoded or db pulled. The themes would probably have to use standardized naming conventions for table related style classes though.
I don't really know anything about nuke theme standards yet, as my only experience is modifying phpBB subSilver to look like NukeNews theme, and now the switch to 6.5 forums themes.
Are there any specs, or good docs or tools which related specifically to style creation and standards for Nuke 6.5?
|
Code:
|
td.rowpic {
background-color: #FFFFFF;
background-image: url(/modules/Forums/templates/NukeNews/images/cellpic2.jpg);
background-repeat: repeat-y;
} |
Thanks for the words of encouragement. I wrote what I have now (completely alpha and untested) in about 6 hours, so who knows what kind of fun stuff I can pull off if there is interest.
