Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
services:pvw:css [2015/03/14 16:08]
r2d2 [Using Bootstrap premade themes]
services:pvw:css [2015/03/14 16:18]
r2d2
Line 33: Line 33:
 </​code>​ </​code>​
  
 +===== Adding your own styles =====
 +The //​custom.css//​ file can be filled to ovveride any Style defined either by the Bootstrap CSS, either from our own Default stylesheet. ​
 +
 +We tried to use mostly Bootstrap block, butons, etc. to comply with any Bootstrap theme. In some case, we also had to add some custom DIV for cases not well covered by Bootstrap.
 +
 +We've made our best to make each DOM element easely accessible, by using various classes and id, each prefixed by //pvw// and clearly named. We'he also tagged the body tag with a pvwBody_XXX id that is unique to each page, allowing you to access each page styles individually.
 +
 +If you ever miss a css declaration to access a specific DOM element, please feel free to contact us, to suggest some new clss definitions.
 +
 +
 +
 +
 +{{indexmenu_n>​50}}