matminimal admin theme ready
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- system
|
||||
theme:
|
||||
- matminimal
|
||||
id: matminimal_breadcrumbs
|
||||
theme: matminimal
|
||||
region: breadcrumb
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: system_breadcrumb_block
|
||||
settings:
|
||||
id: system_breadcrumb_block
|
||||
label: Breadcrumbs
|
||||
provider: system
|
||||
label_display: '0'
|
||||
visibility: { }
|
@@ -0,0 +1,19 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- system
|
||||
theme:
|
||||
- matminimal
|
||||
id: matminimal_content
|
||||
theme: matminimal
|
||||
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: { }
|
@@ -0,0 +1,19 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- help
|
||||
theme:
|
||||
- matminimal
|
||||
id: matminimal_help
|
||||
theme: matminimal
|
||||
region: help
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: help_block
|
||||
settings:
|
||||
id: help_block
|
||||
label: Help
|
||||
provider: help
|
||||
label_display: '0'
|
||||
visibility: { }
|
@@ -0,0 +1,17 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
theme:
|
||||
- matminimal
|
||||
id: matminimal_local_actions
|
||||
theme: matminimal
|
||||
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: { }
|
@@ -0,0 +1,19 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- user
|
||||
theme:
|
||||
- matminimal
|
||||
id: matminimal_login
|
||||
theme: matminimal
|
||||
region: content
|
||||
weight: 10
|
||||
provider: null
|
||||
plugin: user_login_block
|
||||
settings:
|
||||
id: user_login_block
|
||||
label: 'User login'
|
||||
provider: user
|
||||
label_display: visible
|
||||
visibility: { }
|
@@ -0,0 +1,19 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- system
|
||||
theme:
|
||||
- matminimal
|
||||
id: matminimal_messages
|
||||
theme: matminimal
|
||||
region: highlighted
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: system_messages_block
|
||||
settings:
|
||||
id: system_messages_block
|
||||
label: 'Status messages'
|
||||
provider: system
|
||||
label_display: '0'
|
||||
visibility: { }
|
@@ -0,0 +1,17 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
theme:
|
||||
- matminimal
|
||||
id: matminimal_page_title
|
||||
theme: matminimal
|
||||
region: header
|
||||
weight: -30
|
||||
provider: null
|
||||
plugin: page_title_block
|
||||
settings:
|
||||
id: page_title_block
|
||||
label: 'Page title'
|
||||
provider: core
|
||||
label_display: '0'
|
||||
visibility: { }
|
@@ -0,0 +1,19 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
theme:
|
||||
- matminimal
|
||||
id: matminimal_primary_local_tasks
|
||||
theme: matminimal
|
||||
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: { }
|
@@ -0,0 +1,19 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
theme:
|
||||
- matminimal
|
||||
id: matminimal_secondary_local_tasks
|
||||
theme: matminimal
|
||||
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: { }
|
@@ -1,43 +1,31 @@
|
||||
body{
|
||||
/* background-color: red!important; */
|
||||
}
|
||||
|
||||
details.seven-details{
|
||||
background-color: #333;
|
||||
color:#fff;
|
||||
.adminimal input.form-autocomplete, .adminimal input.form-text, .adminimal input.form-tel, .adminimal input.form-email, .adminimal input.form-url, .adminimal input.form-search, .adminimal input.form-number, .adminimal input.form-color, .adminimal input.form-file, .adminimal input.form-date, .adminimal input.form-time, .adminimal textarea.form-textarea{
|
||||
background-color: #fff;
|
||||
border-radius: 3px;
|
||||
}
|
||||
details.seven-details input,
|
||||
details.seven-details select{
|
||||
color:#333;
|
||||
}
|
||||
details.seven-details summary,
|
||||
details.seven-details .seven-details__summary:hover,
|
||||
details.seven-details .seven-details__summary:focus,
|
||||
.seven-details[open] > .seven-details__summary{
|
||||
color:#fff;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.adminimal input.form-autocomplete,
|
||||
.adminimal input.form-text,
|
||||
.adminimal input.form-tel,
|
||||
.adminimal input.form-email,
|
||||
.adminimal input.form-url,
|
||||
.adminimal input.form-search,
|
||||
.adminimal input.form-number,
|
||||
.adminimal input.form-color,
|
||||
.adminimal input.form-file,
|
||||
.adminimal input.form-date,
|
||||
.adminimal input.form-time,
|
||||
.adminimal textarea.form-textarea{
|
||||
border-radius: 3px;
|
||||
}
|
||||
.adminimal select{
|
||||
background-color: #fff;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.adminimal .button{
|
||||
background-color: #0071b8;
|
||||
.adminimal .button {
|
||||
/* background-color: #2196F3; */
|
||||
border-radius: 5px;
|
||||
}
|
||||
/* .adminimal .button:hover, .adminimal .button:focus {
|
||||
background-color: #2196F3;
|
||||
border-color: #2196F3;
|
||||
}
|
||||
|
||||
.adminimal .button[data-drupal-selector="edit-submit-admin-nodes"]{
|
||||
background-color: #64DD17;
|
||||
}
|
||||
|
||||
.adminimal .button[data-drupal-selector="edit-reset"]{
|
||||
background-color: #FFC107;
|
||||
} */
|
||||
|
||||
|
||||
.js td .dropbutton-multiple{
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
@@ -6,3 +6,16 @@ base theme: adminimal_theme
|
||||
|
||||
libraries:
|
||||
- matminimal/global-styling
|
||||
|
||||
regions:
|
||||
header: 'Header'
|
||||
pre_content: 'Pre-content'
|
||||
breadcrumb: Breadcrumb
|
||||
highlighted: Highlighted
|
||||
help: Help
|
||||
content: Content
|
||||
page_top: 'Page top'
|
||||
page_bottom: 'Page bottom'
|
||||
sidebar_first: 'First sidebar'
|
||||
regions_hidden:
|
||||
- sidebar_first
|
||||
|
Reference in New Issue
Block a user