Hydro : Folder Structure

Folder Structure

  • style.css – main style.css
  • responsive.css – makes the template as responsive
  • The rtl.css – makes the template as Right To Left(rtl) Format
  • The css folder – contains the css for all major browsers & for the font awesome. – ( Please ensure that your new styles are applied, make sure that they carry enough “weight” and that there isn’t a style lower in the CSS file that is being applied after yours. )
  • The images folder – contains all the images that are used in the stylesheets for the layout purpose & it has subfolder named post-images , which contains images used in post, pages and other areas
  • The js folder – contains javascript files & plugins ( Which includes)
    1. Easing (easing.js)
    2. Modernizr (modernizr-2.6.2.min.js)
    3. Isotope plugin (isotope.js)
    4. Nice Scroll (jquery.nicescroll.min.js)
    5. CarouFredSel plugin (jquery.carouFredSel-6.2.0-packed.js)
    6. Tabs (jquery.tabs.min.js)
    7. bx Slider plugin (jquery.bxslider.min.js)
    8. video ratio(jquery.fitvids.js)
    9. Smart Resize (jquery.smartresize.js)
    10. And custom js like (custom.js)

Related Articles