Hi Thanasis,
There are two general areas for style modifications. Things that apply to PKP projects as a whole (grid structures, forms, etc) are over in lib/pkp/styles. Things that are OMP-specific (OMP pages, the catalog, etc) are in the base omp directory, in styles/. We've switched to using Less files and compiling them to the compiled.css file that shows up in the base styles/ directory. This makes the code a bit more manageable. You can get more info about less files here:
http://lesscss.org/if you modify the .less files, you can rebuild them by running
- Code: Select all
php tools/buildCss.php
from the lib/pkp directory. This will automatically replace the compiled.css file.
Regards,
Jason