jee.info 1.7 KB

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