#5526
Rezwan
Participant

As to css, the plan is to break those style sheets down, and set them up in the styles div. So far I have
styles/ffs, which is this:

/*
css for Focus Fusion Society - media = screen
*/

@import url(https://focusfusion.org/index.php/styles/ffs_css);
@import url(https://focusfusion.org/index.php/styles/nav);

Soon, will be adding:

styles/saef
styles/calendar
styles/mast

The above for media=screen.
Then:

styles/print
styles/mobi

etc. Have to think about how to break that down as well. Right now styles/ffs_css has most everything in it, but I want to break it down.

I want to make it really obvious what the design and structural elements are and how they support the content.

Recap:
1. parallel css sheets + html “bits”
2. correspond to Design and structure called simply into the final served page
3. via @import + {embed=bits/…}.

So, yes. Just need the css and html.

I have belabored the point.