Files
Clameurs/sites/all/themes/gui/jee/jee.info
T

65 lines
1.6 KiB
Plaintext
Executable File

;----------// Theme informations
name = "Jeune et engagés"
description = ""
version = "7.x-0.1"
core = "7.x"
engine = "phptemplate"
;----------// Styles
stylesheets[all][] = "css/jee.css"
;----------// Scripts
;scripts[] = "js/foundation.min.js"
scripts[] = "js/jee.js"
;----------// Regions
regions[header] = Header
regions[off_canvas_menu] = Off Canvas Menu
regions[help] = Help
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