development 2.2.0d0 merged with 2.1.4d series. Scroll offset and duration settings
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2432050 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
c432dde37b
commit
3e8d312969
12 changed files with 124 additions and 171 deletions
|
@ -1,77 +0,0 @@
|
|||
/**
|
||||
* Footnotes Responsive Layout for the body element
|
||||
*
|
||||
* Based on Hello Elementor v2.3.0 Basic responsive layout
|
||||
* licensed under GNU General Public License v3 or later
|
||||
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||
*
|
||||
* Since 2.1.4
|
||||
* Version: 2.1.4d10
|
||||
*
|
||||
* Last modified: 2020-12-04T1858+0100
|
||||
*/
|
||||
|
||||
|
||||
/***********************************************************
|
||||
Basic responsive layout
|
||||
|
||||
In Hello Elementor Theme, this applies to .site-header, and
|
||||
also to .site-main, which is a class of the <main> element,
|
||||
at the condition that the page is not built with Elementor:
|
||||
body:not([class*="elementor-page-"])
|
||||
Therefore, in pages built with Elementor, proper layout is
|
||||
applied only to features managed by Elementor, not others.
|
||||
|
||||
The Footnotes references container is near the end of main.
|
||||
This style sheet lets Footnotes’ reference container come
|
||||
into the benefit of the basic responsive layout style rules
|
||||
that would apply if the page were not built with Elementor.
|
||||
|
||||
This is mainly useful with Hello Elementor, but it might be
|
||||
used also with another theme depriving the features from
|
||||
other plugins of basic layout rules as applied to content.
|
||||
|
||||
The enqueuing of this style sheet is optional. The setting
|
||||
is in the dashboard under Settings > Reference container.
|
||||
*/
|
||||
|
||||
body, body.blog, body.page, body.page-template-default {
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
@media (max-width: 575px) {
|
||||
|
||||
body, body.blog, body.page, body.page-template-default {
|
||||
padding-right: 10px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 576px) {
|
||||
|
||||
body, body.blog, body.page, body.page-template-default {
|
||||
max-width: 500px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
|
||||
body, body.blog, body.page, body.page-template-default {
|
||||
max-width: 600px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
|
||||
body, body.blog, body.page, body.page-template-default {
|
||||
max-width: 800px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
|
||||
body, body.blog, body.page, body.page-template-default {
|
||||
max-width: 960px;
|
||||
}
|
||||
}
|
|
@ -5,9 +5,9 @@
|
|||
* Created-Time: 16:21
|
||||
* Since: 1.0
|
||||
*
|
||||
* Version: 2.1.4d10
|
||||
* Version: 2.2.0d0
|
||||
*
|
||||
* Last modified: 2020-12-04T2234+0100
|
||||
* Last modified: 2020-12-05T0357+0100
|
||||
*/
|
||||
|
||||
|
||||
|
@ -159,7 +159,6 @@ templates/public/reference-container.html
|
|||
Also optional responsive basic page layout support:
|
||||
public-container.css
|
||||
public-main.css
|
||||
public-body.css
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
* Created-Time: 16:21
|
||||
* Since: 1.0
|
||||
*
|
||||
* Version: 2.1.4d10
|
||||
* Version: 2.2.0d0
|
||||
*
|
||||
* Last modified: 2020-12-04T1718+0100
|
||||
* Last modified: 2020-12-05T0358+0100
|
||||
*/
|
||||
|
||||
|
||||
|
|
Reference in a new issue