jee.info 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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/jquery.pep/src/jquery.pep.js"
  12. scripts[] = "bower_components/Peppermint/dist/peppermint.min.js"
  13. scripts[] = "bower_components/vimeo-jquery-api/dist/jquery.vimeo.api.min.js"
  14. scripts[] = "js/jee.js"
  15. ;----------// Regions
  16. ;regions[header] = Header
  17. regions[top] = Top
  18. regions[sidebar_first] = First sidebar
  19. regions[content_top] = Top content
  20. regions[content] = Content
  21. regions[content_bottom] = Bottom content
  22. regions[sidebar_second] = Second sidebar
  23. regions[footer] = Footer
  24. ;----------// Features
  25. features[] = logo
  26. features[] = favicon
  27. features[] = name
  28. features[] = slogan
  29. features[] = search
  30. features[] = comment_user_picture
  31. features[] = main_menu
  32. features[] = secondary_menu
  33. ;----------// Panels
  34. ; Panels layouts. You can place multiple layouts under the "layouts" folder.
  35. plugins[panels][layouts] = layouts
  36. ;------------// Breakpoints
  37. breakpoints[Small] = only screen and (max-width: 640px)
  38. ; max-width 640px, mobile-only styles, use when QAing mobile issues
  39. breakpoints[Medium] = only screen and (min-width: 641px) and (max-width: 1024px)
  40. breakpoints[Medium-up] = only screen and (min-width: 641px)
  41. ; min-width 641px, medium screens
  42. breakpoints[Large] = only screen and (min-width: 1025px) and (max-width: 1440px)
  43. breakpoints[Large-up] = only screen and (min-width: 1025px)
  44. ; min-width 1025px, large screens
  45. breakpoints[XLarge] = only screen and (min-width: 1441px) and (max-width: 1920px)
  46. ; min-width 1441px, xlarge screens
  47. breakpoints[XXLarge] = only screen and (min-width: 1921px)
  48. ; min-width 1921px, xxlarge screens