This repository has been archived by the owner on Mar 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathazori.info
63 lines (50 loc) · 1.77 KB
/
azori.info
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
name = Azori SASS (source)
description = Uses the SASS Bootstrap framework source files and must be compiled (not for beginners).
core = 7.x
base theme = bootstrap
; For Picture 2.x
breakpoints[large] = only screen and (min-width : 1200px)
breakpoints[small] = only screen and (min-width : 768px)
breakpoints[mobile] = (min-width: 0px)
;;;;;;;;;;;;;;;;;;;;;
;; Regions
;;;;;;;;;;;;;;;;;;;;;
regions[branding] = 'Branding'
regions[navigation] = 'Navigation'
regions[header] = 'Top Bar'
regions[highlighted] = 'Highlighted'
regions[help] = 'Help'
regions[content] = 'Content'
regions[sidebar_first] = 'Primary'
regions[sidebar_second] = 'Secondary'
regions[footer] = 'Footer'
regions[page_top] = 'Page top'
regions[page_bottom] = 'Page bottom'
;;;;;;;;;;;;;;;;;;;;;
;; Stylesheets
;;;;;;;;;;;;;;;;;;;;;
;exclude[css][] = 'modules/forum/forum.css'
stylesheets[all][] = css/styles.css
stylesheets[all][] = css/flexslider.css
; unset
stylesheets[all][] = panopoly-featured.css
; stylesheets[all][] = panopoly-modal.css
; stylesheets[all][] = modal_forms_popup.css
;;;;;;;;;;;;;;;;;;;;;
;; Scripts
;;;;;;;;;;;;;;;;;;;;;
exclude[js][] = 'sites/azori.ru/themes/bootstrap/js/modules/ctools/js/modal.js'
scripts[] = 'bootstrap/js/affix.js'
scripts[] = 'bootstrap/js/alert.js'
scripts[] = 'bootstrap/js/button.js'
scripts[] = 'bootstrap/js/carousel.js'
scripts[] = 'bootstrap/js/collapse.js'
scripts[] = 'bootstrap/js/dropdown.js'
;scripts[] = 'bootstrap/js/modal.js'
scripts[] = 'bootstrap/js/tooltip.js'
scripts[] = 'bootstrap/js/popover.js'
;scripts[] = 'bootstrap/js/scrollspy.js'
scripts[] = 'bootstrap/js/tab.js'
scripts[] = 'bootstrap/js/transition.js'
; Disable BootstrapCDN so the compiled LESS source files can be used.
settings[bootstrap_cdn] = ''