jee.info 1.6 KB

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