forked from backdrop-contrib/tatsu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtatsu.info
executable file
·74 lines (62 loc) · 2.67 KB
/
tatsu.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
type = theme
name = Tatsu
description = A flexible theme inspired by Basis
backdrop = 1.x
screenshot = screenshot.png
; Add theme Bootstrap CSS files
stylesheets[all][] = css/bootstrap/bootstrap.min.css
; Add theme CSS files
stylesheets[all][] = css/base.css
stylesheets[all][] = css/layout.css
stylesheets[all][] = css/skin.css
stylesheets[all][] = css/component/small-text-components.css
stylesheets[all][] = css/component/header.css
stylesheets[all][] = css/component/footer.css
stylesheets[all][] = css/component/menu-dropdown.css
stylesheets[all][] = css/component/menu-toggle.css
stylesheets[all][] = css/component/backdrop-form.css
stylesheets[all][] = css/component/tabledrag.css
stylesheets[all][] = css/component/vertical-tabs.css
stylesheets[all][] = css/component/fieldset.css
stylesheets[all][] = css/component/dialog.css
stylesheets[all][] = css/component/progress.css
stylesheets[all][] = css/component/admin-tabs.css
stylesheets[all][] = css/component/breadcrumb.css
stylesheets[all][] = css/component/pager.css
stylesheets[all][] = css/component/hero.css
stylesheets[all][] = css/component/teasers.css
stylesheets[all][] = css/component/comment.css
stylesheets[all][] = css/component/caption.css
stylesheets[all][] = css/component/cards.css
stylesheets[all][] = css/component/views-tatsu.css
stylesheets[all][] = css/basis-component-colors.css
stylesheets[print][] = css/print.css
; Include a style sheet in the rich-text editor.
ckeditor_stylesheets[] = css/base.css
ckeditor_stylesheets[] = css/component/caption.css
; Remove unwanted core CSS
stylesheets[all][] = system.theme.css
stylesheets[all][] = menu-dropdown.theme.css
stylesheets[all][] = css/tatsu.theme.css
scripts[] = js/script.js
scripts[] = js/bootstrap.bundle.min.js
; We need at least one setting for the theme settings page to appear in the
; menu. Color module provides our defaults, so we just register a dummy setting.
settings[color] = true
; Configuration specifically for Utility CSS module. Classes added to this list
; will be available as autocomplete in the block UI where users are allowed to add classes.
utility_css[font][] = 'color-inverse'
utility_css[font][] = 'font-size-xxxxlarge'
utility_css[font][] = 'font-size-xxxlarge'
utility_css[font][] = 'font-size-xxlarge'
utility_css[font][] = 'font-size-xlarge'
utility_css[font][] = 'font-size-large'
utility_css[font][] = 'font-size-medium'
utility_css[font][] = 'font-size-normal'
utility_css[font][] = 'font-size-small'
utility_css[font][] = 'font-size-xsmall'
utility_css[font][] = 'font-weight-bold'
utility_css[font][] = 'font-weight-normal'
utility_css[font][] = 'font-weight-normal'
utility_css[font][] = 'font-style-italic'
utility_css[font][] = 'font-style-normal'