Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
services:pvw:css [2015/03/18 12:26]
eric
services:pvw:css [2015/03/19 11:50] (current)
r2d2
Line 27: Line 27:
 </​code>​ </​code>​
  
-If you are pleased with an external theme, we strongly suggest that you NEVER rely on an external ​call server (except for a well established ​one such as [[wp>​Content_delivery_network|CDN]]). If the external server ever happened to fail responding, your site would load very slowly and would look real bad without the CSS stylesheet. You should therefore copy the CSS (and all of its dependencies) to a subfolder within the CSS directory, perhaps like this :+If you are pleased with an external theme, we strongly suggest that you NEVER rely on an external server ​call (except for a well established [[wp>​Content_delivery_network|CDN]]). If the external server ever happened to fail responding, your site would load very slowly and would look real bad without the CSS stylesheet. You should therefore copy the CSS (and all of its dependencies) to a subfolder within the CSS directory, perhaps like this :
 <code css> <code css>
 /* Import superhero BootStrap Theme from a LOCAL superhero_theme sub-directory */ /* Import superhero BootStrap Theme from a LOCAL superhero_theme sub-directory */
Line 36: Line 36:
 The //​custom.css//​ file can be filled to override any Styles defined either by the Bootstrap CSS or from our own default stylesheets. ​ The //​custom.css//​ file can be filled to override any Styles defined either by the Bootstrap CSS or from our own default stylesheets. ​
  
-We did our very best to use only Bootstrap blocks, ​butons, etc, to comply with all Bootstrap themes. But in some cases, we had to add custom DIVs to fix files that where not perfectly well interpreted ​within ​certain ​Bootstrap ​themes.+We did our very best to use only Bootstrap blocks, ​buttons, etc, to comply with all Bootstrap themes. But in some cases, we had to add custom DIVs to implement some layout ​that where not available ​within Bootstrap.
  
 We also did our very best to make each DOM element easely accessible by using various classes and IDs, each of them prefixed by //pvw// and clearly named. We've also tagged the body tag with a pvwBody_XXX id that is unique to each page, allowing you to access each page styles individually. We also did our very best to make each DOM element easely accessible by using various classes and IDs, each of them prefixed by //pvw// and clearly named. We've also tagged the body tag with a pvwBody_XXX id that is unique to each page, allowing you to access each page styles individually.