28 lines
837 B
YAML
28 lines
837 B
YAML
name: Seven
|
|
type: theme
|
|
base theme: classy
|
|
description: 'The default administration theme for Drupal 8 was designed with clean lines, simple blocks, and sans-serif font to emphasize the tools and tasks at hand.'
|
|
alt text: 'Default administration theme for Drupal 8 with simple blocks and clean lines.'
|
|
tags: 'multi-column, fluid, responsive, sans-serif, accessible'
|
|
package: Core
|
|
version: VERSION
|
|
core: 8.x
|
|
libraries:
|
|
- seven/global-styling
|
|
stylesheets-override:
|
|
- css/components/vertical-tabs.css
|
|
- css/components/jquery.ui.theme.css
|
|
- css/components/dialog.theme.css
|
|
stylesheets-remove:
|
|
- jquery.ui.dialog.css
|
|
quickedit_stylesheets:
|
|
- css/components/quickedit.css
|
|
regions:
|
|
content: Content
|
|
help: Help
|
|
page_top: 'Page top'
|
|
page_bottom: 'Page bottom'
|
|
sidebar_first: 'First sidebar'
|
|
regions_hidden:
|
|
- sidebar_first
|