82 lines
2.6 KiB
Plaintext
82 lines
2.6 KiB
Plaintext
;----------// Theme informations
|
|
|
|
name = "Performance art Time line"
|
|
description = "html5 strater theme by <a href="http://www.g-u-i.net">g-u-i.net</a> inspired by <a href="http://html5boilerplate.com/">html5boilerplate.com</a>"
|
|
version = "7.x-dev"
|
|
core = "7.x"
|
|
engine = "phptemplate"
|
|
|
|
|
|
|
|
;----------// Styles
|
|
stylesheets[all][] = "css/normalize.css"
|
|
stylesheets[all][] = "fonts/museo_webfont_kit/MyFontsWebfontsKit.css"
|
|
stylesheets[all][] = "js/libs/timeline/timeline.css"
|
|
stylesheets[all][] = "js/libs/jquery.jscrollpane.css"
|
|
; stylesheets[all][] = "js/libs/soundcloudcustomplayer/css/pa-sc-player.css"
|
|
; stylesheets[all][] = "js/libs/soundcloud-pure-player/css/sc-player-standard/structure-horizontal.css"
|
|
; stylesheets[all][] = "js/libs/soundcloud-pure-player/css/sc-player-standard/colors-blue.css"
|
|
stylesheets[all][] = "css/listnav.css"
|
|
stylesheets[all][] = "css/styles.css"
|
|
; non-semantic helper classes
|
|
; Please define your styles before this section.
|
|
stylesheets[all][] = "css/nonsemantic.css"
|
|
|
|
|
|
;----------// Scripts
|
|
scripts[] = "js/libs/timeline/timeline.js"
|
|
scripts[] = "js/libs/jquery.jscrollpane.min.js"
|
|
scripts[] = "js/libs/jquery.mousewheel.js"
|
|
scripts[] = "js/libs/mwheelIntent.js"
|
|
;scripts[] = "js/libs/grid/jquery.grid.js"
|
|
scripts[] = "js/libs/jquery.history.js"
|
|
; scripts[] = "js/libs/soundcloudcustomplayer/js/soundcloud.player.api.js"
|
|
; scripts[] = "js/libs/soundcloudcustomplayer/js/pa-sc-player.js"
|
|
; scripts[] = "js/libs/soundcloud-pure-player/js/sc-player.js"
|
|
scripts[] = "js/libs/jquery.listnav-2.1.js"
|
|
scripts[] = "js/libs/jquery-cookie-master/jquery.cookie.js"
|
|
scripts[] = "js/script.js"
|
|
|
|
|
|
|
|
;----------// Regions
|
|
regions[header] = Header
|
|
regions[headerblock_left] = Headerblock left
|
|
regions[headerblock_middle] = Headerblock middle
|
|
regions[headerblock_right] = Headerblock right
|
|
|
|
regions[help] = Help
|
|
regions[highlighted] = Highlighted
|
|
|
|
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_top] = Footer top
|
|
regions[footer_left] = Footer left
|
|
regions[footer_middle_left] = Footer middle left
|
|
regions[footer_middle_right] = Footer middle right
|
|
regions[footer_right] = Footer right
|
|
regions[footer_bottom] = Footer bottom
|
|
|
|
|
|
|
|
;----------// 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
|
|
|