-
Notifications
You must be signed in to change notification settings - Fork 0
/
easyone.info
109 lines (85 loc) · 3.15 KB
/
easyone.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
name = EasyOne
description = A Bootstrap Sub-theme.
core = 7.x
base theme = bootstrap
;;;;;;;;;;;;;;;;;;;;;
;; Regions
;;;;;;;;;;;;;;;;;;;;;
regions[precontentfirst] = 'Pre content first'
regions[precontentsecond] = 'Pre content second'
regions[precontentthird] = 'Pre content third'
regions[navigation] = 'Navigation'
regions[header] = 'Top Bar'
regions[highlighted] = 'Highlighted'
regions[help] = 'Help'
regions[contenttop] = 'Content Top'
regions[content] = 'Content'
regions[contentbottom] = 'Content Bottom'
regions[sidebar_first] = 'Primary'
regions[sidebar_second] = 'Secondary'
regions[footerfirst] = 'Footer first'
regions[footersecond] = 'Footer second'
regions[footerthird] = 'Footer third'
regions[footer] = 'Footer'
regions[postcontentfirst] = 'Post content first'
regions[postcontentsecond] = 'Post content second'
regions[postcontentthird] = 'Post content third'
regions[page_top] = 'Page top'
regions[page_bottom] = 'Page bottom'
;;;;;;;;;;;;;;;;;;;;;
;; Stylesheets
;;;;;;;;;;;;;;;;;;;;;
;stylesheets[all][] = prism/prism.css
;scripts[] = 'prism/prism.js'
;stylesheets[all][] = css/bootstrap.min.css
;stylesheets[all][] = css/bootstrap-theme.min.css
settings[base_layout]= container
settings[fluid_padding]= 15
settings[base_color_scheme_radiochoice] = default
settings[base_color_scheme_bootswatch] = http://bootswatch.com/amelia/bootstrap.min.css
settings[base_color_scheme_builtin] = /dark_stone/bootstrap.min.css
settings[bootstrap_breadcrumb] = 1
settings[bootstrap_breadcrumb_home] = 1
settings[bootstrap_navbar_position] = fixed-top
settings[bootstrap_anchors_smooth_scrolling] = 1
settings[bootstrap_anchors_fix] = 1
settings[base_font_family] = Open Sans
settings[base_font_size] = 12px
settings[base_footer_theme] = bg-default
settings[base_block_theme_firstsidebar] = default
settings[base_block_theme_secondsidebar] = default
settings[use_foundation_icons] = 1
settings[use_fontawesome_icons] = 1
; For information on choosing the desired method, please read the Drupal
; Bootstrap sub-theme "how-to" documentation:
; https://drupal.org/node/1978010
; ;----------------------------------
; ; METHOD 1: Bootstrap Source Files
; ;----------------------------------
;
; ;;;;;;;;;;;;;;;;;;;;;
; ;; Scripts
; ;;;;;;;;;;;;;;;;;;;;;
;
; 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 if using Bootstrap source files in your sub-theme.
settings[bootstrap_cdn] = ''
; ;-------------------------
; ; METHOD 2: Bootstrap CDN
; ;-------------------------
;
; Method 2 uses BootstrapCDN, the only thing you might need to provide here
; is overrides to Bootstrap theme settings. Copy them here from the base theme
; to override.