Re: Making a Theme
Reply #5 –
If I got it right, probably a little explanation of how the theme is organized could clarify a bit more.
The "main" css (index.css) contains the structure of the theme (i.e. shapes, positions, sizes, etc.), the variants css (e.g. index_besocial.css) contain the "aesthetic" part of the theme (colors, shadows, gradients, etc.... and a little positioning in some cases).
If you remove index.css you'll get a nicely colored mess.
If you remove index_besocia.css you'll get a boring (mostly black and white) but structured page.
If you are brave enough you can remove one or both of the files and recreate it, otherwise if you want to merge them you have two ways: 1) the hard one, where you pick each tiny bit from the variant css and put it in the right spot in index.css, or 2) the easy one where you take index_besocial.css and put everything at the end of index.css.
Does it make sense?
Re: Making a Theme
Reply #12 –
It really looks like what is written in the code...