jee.info 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. ;----------// Theme informations
  2. name = "jee"
  3. description = "jeunes et engagés"
  4. version = "7.x-0.1"
  5. core = "7.x"
  6. engine = "phptemplate"
  7. ;----------// Styles
  8. stylesheets[all][] = "bower_components/Peppermint/dist/peppermint.required.css"
  9. stylesheets[all][] = "css/jee.css"
  10. ;----------// Scripts
  11. ;scripts[] = "bower_components/fastclick/lib/fastclick.js"
  12. scripts[] = "bower_components/jquery.pep/src/jquery.pep.js"
  13. scripts[] = "bower_components/Peppermint/dist/peppermint.min.js"
  14. scripts[] = "bower_components/vimeo-jquery-api/dist/jquery.vimeo.api.min.js"
  15. scripts[] = "js/jee.js"
  16. ;----------// Regions
  17. ;regions[header] = Header
  18. regions[top] = Top
  19. regions[sidebar_first] = First sidebar
  20. regions[content_top] = Top content
  21. regions[content] = Content
  22. regions[content_bottom] = Bottom content
  23. regions[sidebar_second] = Second sidebar
  24. regions[footer] = Footer
  25. ;----------// Features
  26. features[] = logo
  27. features[] = favicon
  28. features[] = name
  29. features[] = slogan
  30. features[] = search
  31. features[] = comment_user_picture
  32. features[] = main_menu
  33. features[] = secondary_menu
  34. ;----------// Panels
  35. ; Panels layouts. You can place multiple layouts under the "layouts" folder.
  36. plugins[panels][layouts] = layouts
  37. ;------------// Breakpoints
  38. breakpoints[Small] = only screen and (max-width: 640px)
  39. ; max-width 640px, mobile-only styles, use when QAing mobile issues
  40. breakpoints[Medium] = only screen and (min-width: 641px) and (max-width: 1024px)
  41. breakpoints[Medium-up] = only screen and (min-width: 641px)
  42. ; min-width 641px, medium screens
  43. breakpoints[Large] = only screen and (min-width: 1025px) and (max-width: 1440px)
  44. breakpoints[Large-up] = only screen and (min-width: 1025px)
  45. ; min-width 1025px, large screens
  46. breakpoints[XLarge] = only screen and (min-width: 1441px) and (max-width: 1920px)
  47. ; min-width 1441px, xlarge screens
  48. breakpoints[XXLarge] = only screen and (min-width: 1921px)
  49. ; min-width 1921px, xxlarge screens