;----------// Theme informations name = "jee" description = "jeunes et engagés" version = "7.x-0.1" core = "7.x" engine = "phptemplate" ;----------// Styles stylesheets[all][] = "bower_components/Peppermint/dist/peppermint.required.css" stylesheets[all][] = "css/jee.css" ;----------// Scripts scripts[] = "bower_components/jquery.pep/src/jquery.pep.js" scripts[] = "bower_components/Peppermint/dist/peppermint.min.js" scripts[] = "js/jee.js" ;----------// Regions ;regions[header] = Header regions[top] = Top regions[sidebar_first] = First sidebar regions[content_top] = Top content regions[content] = Content regions[content_bottom] = Bottom content regions[sidebar_second] = Second sidebar regions[footer] = Footer ;----------// Features features[] = logo features[] = favicon features[] = name features[] = slogan features[] = search features[] = comment_user_picture features[] = main_menu features[] = secondary_menu ;----------// Panels ; Panels layouts. You can place multiple layouts under the "layouts" folder. plugins[panels][layouts] = layouts ;------------// Breakpoints breakpoints[Small] = only screen and (max-width: 640px) ; max-width 640px, mobile-only styles, use when QAing mobile issues breakpoints[Medium] = only screen and (min-width: 641px) and (max-width: 1024px) breakpoints[Medium-up] = only screen and (min-width: 641px) ; min-width 641px, medium screens breakpoints[Large] = only screen and (min-width: 1025px) and (max-width: 1440px) breakpoints[Large-up] = only screen and (min-width: 1025px) ; min-width 1025px, large screens breakpoints[XLarge] = only screen and (min-width: 1441px) and (max-width: 1920px) ; min-width 1441px, xlarge screens breakpoints[XXLarge] = only screen and (min-width: 1921px) ; min-width 1921px, xxlarge screens