Skip to content
Snippets Groups Projects
Commit 572d3869 authored by ANDiTKO's avatar ANDiTKO
Browse files

Added default block configuration durring installation. First stable release for Drupal 8!

parent dc4f2432
No related branches found
No related tags found
1 merge request!10Auto complete Hover style changes
Showing with 212 additions and 22 deletions
langcode: en
status: true
dependencies:
module:
- system
theme:
- adminimal_theme
id: adminimal_theme_breadcrumbs
theme: adminimal_theme
region: breadcrumb
weight: 0
provider: null
plugin: system_breadcrumb_block
settings:
id: system_breadcrumb_block
label: Breadcrumbs
provider: system
label_display: '0'
visibility: { }
langcode: en
status: true
dependencies:
module:
- system
theme:
- adminimal_theme
id: adminimal_theme_content
theme: adminimal_theme
region: content
weight: 0
provider: null
plugin: system_main_block
settings:
id: system_main_block
label: 'Main page content'
provider: system
label_display: '0'
visibility: { }
langcode: en
status: true
dependencies:
module:
- help
theme:
- adminimal_theme
id: adminimal_theme_help
theme: adminimal_theme
region: help
weight: 0
provider: null
plugin: help_block
settings:
id: help_block
label: Help
provider: help
label_display: '0'
visibility: { }
langcode: en
status: true
dependencies:
theme:
- adminimal_theme
id: adminimal_theme_local_actions
theme: adminimal_theme
region: content
weight: -10
provider: null
plugin: local_actions_block
settings:
id: local_actions_block
label: 'Primary admin actions'
provider: core
label_display: '0'
visibility: { }
langcode: en
status: true
dependencies:
module:
- user
theme:
- adminimal_theme
id: adminimal_theme_login
theme: adminimal_theme
region: content
weight: 10
provider: null
plugin: user_login_block
settings:
id: user_login_block
label: 'User login'
provider: user
label_display: visible
visibility: { }
langcode: en
status: true
dependencies:
module:
- system
theme:
- adminimal_theme
id: adminimal_theme_messages
theme: adminimal_theme
region: highlighted
weight: 0
provider: null
plugin: system_messages_block
settings:
id: system_messages_block
label: 'Status messages'
provider: system
label_display: '0'
visibility: { }
langcode: en
status: true
dependencies:
theme:
- adminimal_theme
id: adminimal_theme_page_title
theme: adminimal_theme
region: header
weight: -30
provider: null
plugin: page_title_block
settings:
id: page_title_block
label: 'Page title'
provider: core
label_display: '0'
visibility: { }
langcode: en
status: true
dependencies:
theme:
- adminimal_theme
id: adminimal_theme_primary_local_tasks
theme: adminimal_theme
region: header
weight: 0
provider: null
plugin: local_tasks_block
settings:
id: local_tasks_block
label: 'Primary tabs'
provider: core
label_display: '0'
primary: true
secondary: false
visibility: { }
langcode: en
status: true
dependencies:
theme:
- adminimal_theme
id: adminimal_theme_secondary_local_tasks
theme: adminimal_theme
region: pre_content
weight: 0
provider: null
plugin: local_tasks_block
settings:
id: local_tasks_block
label: 'Secondary tabs'
provider: core
label_display: '0'
primary: false
secondary: true
visibility: { }
......@@ -36,6 +36,11 @@ body.adminimal {
.adminimal .content-header {
background-color: #333;
padding: 1rem 0 0;
}
.adminimal.toolbar-tray-open.toolbar-fixed.toolbar-horizontal {
padding-top: 4rem !important;
}
.adminimal thead th {
......@@ -149,6 +154,18 @@ body.adminimal {
box-shadow: -0.5rem 0px 0 #fff;
}
.adminimal .is-horizontal ul.tabs.secondary li:first-of-type {
margin-left: 0;
}
[dir="rtl"] .adminimal .is-horizontal ul.tabs.secondary li:first-of-type {
margin-left: 1em;
}
[dir="rtl"] .adminimal .is-horizontal ul.tabs.secondary li:first-of-type {
margin-right: 0;
}
.adminimal .vertical-tabs {
border-radius: 0;
border: none;
......@@ -308,12 +325,12 @@ body.adminimal {
box-shadow: none;
}
.js .dropbutton-wrapper .dropbutton-widget .dropbutton-action a:hover,
.js .dropbutton-wrapper .dropbutton-widget .dropbutton-action button:hover,
.js .dropbutton-wrapper .dropbutton-widget .dropbutton-action input:hover,
.js .dropbutton-wrapper .dropbutton-widget .dropbutton-action a:focus,
.js .dropbutton-wrapper .dropbutton-widget .dropbutton-action button:focus,
.js .dropbutton-wrapper .dropbutton-widget .dropbutton-action input:focus {
.js .adminimal .dropbutton-wrapper .dropbutton-widget .dropbutton-action a:hover,
.js .adminimal .dropbutton-wrapper .dropbutton-widget .dropbutton-action button:hover,
.js .adminimal .dropbutton-wrapper .dropbutton-widget .dropbutton-action input:hover,
.js .adminimal .dropbutton-wrapper .dropbutton-widget .dropbutton-action a:focus,
.js .adminimal .dropbutton-wrapper .dropbutton-widget .dropbutton-action button:focus,
.js .adminimal .dropbutton-wrapper .dropbutton-widget .dropbutton-action input:focus {
box-shadow: none;
}
......@@ -621,6 +638,8 @@ body.adminimal {
.adminimal .dropbutton-single .dropbutton-action a {
border-radius: 0 !important;
background-image: none;
background: #F5F5F2;
}
.adminimal .ui-dialog .ui-dialog-titlebar {
......@@ -698,43 +717,47 @@ body.adminimal {
/* Main menu icons. */
.toolbar-icon-system-admin-content:active:before,
.toolbar-icon-system-admin-content.is-active:before {
.adminimal .toolbar-icon-system-admin-content:active:before,
.adminimal .toolbar-icon-system-admin-content.is-active:before {
background-image: url(/core/themes/stable/images/core/icons/787878/file.svg);
}
.toolbar-icon-system-admin-structure:active:before,
.toolbar-icon-system-admin-structure.is-active:before {
.adminimal .toolbar-icon-system-admin-structure:active:before,
.adminimal .toolbar-icon-system-admin-structure.is-active:before {
background-image: url(/core/themes/stable/images/core/icons/787878/orgchart.svg);
}
.toolbar-icon-system-themes-page:active:before,
.toolbar-icon-system-themes-page.is-active:before {
.adminimal .toolbar-icon-system-themes-page:active:before,
.adminimal .toolbar-icon-system-themes-page.is-active:before {
background-image: url(/core/themes/stable/images/core/icons/787878/paintbrush.svg);
}
.toolbar-icon-entity-user-collection:active:before,
.toolbar-icon-entity-user-collection.is-active:before {
.adminimal .toolbar-icon-entity-user-collection:active:before,
.adminimal .toolbar-icon-entity-user-collection.is-active:before {
background-image: url(/core/themes/stable/images/core/icons/787878/people.svg);
}
.toolbar-icon-system-modules-list:active:before,
.toolbar-icon-system-modules-list.is-active:before {
.adminimal .toolbar-icon-system-modules-list:active:before,
.adminimal .toolbar-icon-system-modules-list.is-active:before {
background-image: url(/core/themes/stable/images/core/icons/787878/puzzlepiece.svg);
}
.toolbar-icon-system-admin-config:active:before,
.toolbar-icon-system-admin-config.is-active:before {
.adminimal .toolbar-icon-system-admin-config:active:before,
.adminimal .toolbar-icon-system-admin-config.is-active:before {
background-image: url(/core/themes/stable/images/core/icons/787878/wrench.svg);
}
.toolbar-icon-system-admin-reports:active:before,
.toolbar-icon-system-admin-reports.is-active:before {
.adminimal .toolbar-icon-system-admin-reports:active:before,
.adminimal .toolbar-icon-system-admin-reports.is-active:before {
background-image: url(/core/themes/stable/images/core/icons/787878/barchart.svg);
}
.toolbar-icon-help-main:active:before,
.toolbar-icon-help-main.is-active:before {
.adminimal .toolbar-icon-help-main:active:before,
.adminimal .toolbar-icon-help-main.is-active:before {
background-image: url(/core/themes/stable/images/core/icons/787878/questionmark-disc.svg);
}
/* Main menu icons end. */
.adminimal.path-batch .layout-container {
padding-top: 1.3rem;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment