mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Formatting
This commit is contained in:
parent
8d5a25c52a
commit
7d5a463c60
File diff suppressed because one or more lines are too long
@ -93,7 +93,7 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
<body dir="{{ direction }}">
|
<body dir="{{ direction }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% set features = config.theme.features or [] %}
|
{% set features = config.theme.features or [] %}
|
||||||
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
|
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
|
||||||
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
|
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
|
||||||
<label class="md-overlay" for="__drawer"></label>
|
<label class="md-overlay" for="__drawer"></label>
|
||||||
|
@ -40,7 +40,7 @@ theme:
|
|||||||
name: null
|
name: null
|
||||||
custom_dir: material
|
custom_dir: material
|
||||||
|
|
||||||
# 404 page
|
# Static files
|
||||||
static_templates:
|
static_templates:
|
||||||
- 404.html
|
- 404.html
|
||||||
|
|
||||||
|
@ -95,7 +95,7 @@
|
|||||||
color: hsla(0, 0%, 0%, 0.54);
|
color: hsla(0, 0%, 0%, 0.54);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Hovered search field
|
// Search input on hover
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: hsla(0, 0%, 0%, 0.32);
|
background-color: hsla(0, 0%, 0%, 0.32);
|
||||||
}
|
}
|
||||||
|
@ -182,7 +182,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<!-- Retrieve features from configuration -->
|
<!-- Retrieve features from configuration -->
|
||||||
{% set features = config.theme.features or [] %}
|
{% set features = config.theme.features or [] %}
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
State toggles - we need to set autocomplete="off" in order to reset the
|
State toggles - we need to set autocomplete="off" in order to reset the
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
{% import "partials/language.html" as lang with context %}
|
{% import "partials/language.html" as lang with context %}
|
||||||
|
|
||||||
<!-- Repository containing source -->
|
<!-- Repository information -->
|
||||||
<a
|
<a
|
||||||
href="{{ config.repo_url }}"
|
href="{{ config.repo_url }}"
|
||||||
title="{{ lang.t('source.link.title') }}"
|
title="{{ lang.t('source.link.title') }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user