eleven-8.x-1.0-beta5/eleven/eleven.libraries.yml

eleven/eleven.libraries.yml
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
global:
  css:
    base:
      # css/root.css: { weight: -200 }
      css/base/base.css: {}
      css/base/image.css: {}
      css/base/list.css: {}
      css/base/nav.css: {}
      css/base/table.css: {}
    layout:
      css/layout/layout.css: {}
      # css/layout/layout-admin.css: {}
    theme:
      css/theme/eleven.css: { weight: -20}
      css/theme/typography.css: {}
      css/theme/jquery-ui.css: {}
      css/theme/a11y.css: {}
    component:
      css/component/icon.css: {}
      css/component/help.css: {}
      css/component/github.css: {}
      templates/component/button/link-button.css: {}
  js:
    js/eleven.js: {}
  dependencies:
    - system/admin
    - core/modernizr
    - core/jquery.cookie
# ------------------------------------------------------------------------------
#
# ------------------------------------------------------------------------------
 
# jquery_ui:
#   css:
#     theme:
      # templates/jquery_ui/jquery_ui.css: {}
 
 
card:
  css:
    theme:
      templates/layout-landing/card.css: {weight: -20}
      templates/layout-landing/card-icons.css: {}
 
# card layout
card.layout:
  css:
    theme:
      templates/component/navigation/cardlayout/cardlayout.css: {}
  js:
    templates/component/navigation/cardlayout/cardlayout.js: {}
 
# ------------------------------------------------------------------------------
# System
# ------------------------------------------------------------------------------
messages:
  css:
    theme:
      templates/component/messages/messages.css: {}
  js:
    templates/component/messages/messages.js: {}
 
shortcut:
  css:
    theme:
      templates/component/shortcut/shortcut.css: {}
 
progress:
  css:
    theme:
      templates/component/progress/progress-bar.css: {}
 
status.report:
  css:
    theme:
      templates/layout-landing/reports/status/report.css: {}
# ------------------------------------------------------------------------------
# Admin landing pages
# ------------------------------------------------------------------------------
admin.config:
  css:
    theme:
      templates/layout-landing/config/admin-config.css: {}
 
blocklayout:
  css:
    theme:
      templates/layout-landing/block/block-layout.css: {}
# ------------------------------------------------------------------------------
# navigation
# ------------------------------------------------------------------------------
nav.breadcrumb:
  css:
    theme:
      templates/component/navigation/breadcrumb/breadcrumb.css: {}
 
nav.tabs:
  css:
    theme:
      templates/component/navigation/tabs/tabs.css: {}
      templates/component/navigation/localtask/localtask.css: {}
      templates/component/navigation/localtask/localtask-icons.css: {}
 
nav.tabs.icon:
  css:
    theme:
      templates/component/navigation/tabs/tabs-icon.css: {}
 
nav.dropbutton.smallbutton:
  css:
    theme:
      templates/component/navigation/dropbutton/smallbuttons.css: {}
 
nav.pager:
  css:
    theme:
      templates/component/navigation/pager/pager.css: {}
# ------------------------------------------------------------------------------
# Forms
# ------------------------------------------------------------------------------
form.form:
  css:
    theme:
      templates/component/form/form.css: {}
      templates/component/form/details/form-details.css: {}
      templates/component/form/fieldset/form-fieldset.css: {}
      templates/component/form/textarea/form-textarea.css: {}
      templates/component/form/input/form-input.css: {}
      templates/component/form/checkbox/form-checkbox.css: {}
      templates/component/form/radio/form-radio.css: {}
      templates/component/form/select/form-select.css: {}
 
form.file:
  css:
    theme:
      templates/component/form/input-file/form-input-file.css: {}
      templates/component/form/input-file/form-input-file.icons.css: {}
  js:
    templates/component/form/input-file/form-input-file.js: {}
 
button:
  css:
    theme:
      templates/component/button/button/form-button.css: {}
      templates/component/button/button/form-input-submit.css: {}
      templates/component/button/button/form-input-reset.css: {}
 
button.action:
  css:
    theme:
      templates/component/button/button-action/button-action.css: {}
 
# ------------------------------------------------------------------------------
# table
# ------------------------------------------------------------------------------
table.responsive:
  css:
    theme:
      templates/component/table/table-responsive.css: {}
  js:
    templates/component/table/table.js: {}
 
table.admin:
  css:
    theme:
      templates/component/table/table-admin.css: {}
 
table.drag:
  css:
    theme:
      templates/component/table/table-drag.css: {}
  js:
    templates/component/table/table-drag.js: {}
 
# ------------------------------------------------------------------------------
# views
# ------------------------------------------------------------------------------
views:
  css:
    theme:
      templates/layout-landing/views/viewsui/views-admin.css: {}
 
views.cards:
  css:
    theme:
      templates/layout-landing/views/cards/structure-table-views.css: {}
 
views.exposed:
  css:
    theme:
      templates/component/views/exposed/views-exposed-form.css: {}
  js:
      templates/component/views/exposed/views-exposed-form.js: {}
 
# ------------------------------------------------------------------------------
# Modules
# ------------------------------------------------------------------------------
modules:
  css:
    theme:
      templates/layout-landing/modules/modules.css: {}
      templates/layout-landing/modules-icons.css: {}
 
 
# ------------------------------------------------------------------------------
# Modules
# ------------------------------------------------------------------------------
permissions:
  css:
    theme:
      templates/layout-landing/permissions/permissions.css: {}
 
# ------------------------------------------------------------------------------
# themes
# ------------------------------------------------------------------------------
themes:
  css:
    theme:
      templates/layout-landing/themes/themes.css: {}
 
# ------------------------------------------------------------------------------
# node edit
# ------------------------------------------------------------------------------
node.edit:
  css:
    theme:
      templates/layout-landing/node/node-edit-form.css: {}
  js:
    templates/layout-landing/node/node-edit-form.js: {}
 
 
# ------------------------------------------------------------------------------
# Here be dragons...
# ------------------------------------------------------------------------------
dragons:
  css:
    theme:
      css/dragons.css: {}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc