we_universal is a free style dedicated for phpBB 3.1.4, based on prosilver and built using template inheritance (available since phpBB 3.0.3). It means that only modified templates are distributed with we_universal. The rest is inherited from prosilver. This feature simplifies updating, developing and installing modifications.
The whole custom CSS code is placed in separate we_universal.css
file. You can safely overwrite any of phpBB *.css
files
during update process. All new CSS classes are also prefixed with inventea-
namespace to not interfere with phpBB classess.
The following assets are used and distributed with we_universal:
contrib/
– contains additional resources like readme.txt. Not necessary to run the style.template/
– contains all modified templates used to render board layout.
assets/
– directory containing all additional libraries like Zepto.js.forumlist_body.html
– file containing categories and forums layout.index_body.html
– contains general layout of index page.overall_footer.html
– contains footer layout.overall_header.html
– contains header layout.viewforum_body.html
– file containing layout of a particular forum.viewtopic_body.html
– contains topic layout.theme/
– contains CSS files, custom fonts and images related to the theme.
fonts/
– directory containing custom fonts like Font Awesome.images/dashboard.jpg
– image displayed as header background.stylesheet.css
– imports all necessary CSS files.we_universal.css
– contains all custom CSS code used by we_universal.