for bugfix release 2.0.2
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2408438 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
4f19dfa202
commit
82cc73440e
4 changed files with 52 additions and 26 deletions
|
@ -8,13 +8,13 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Revised on the basis of version 1.6.5 (v1.6.6 unchanged).
|
* Last modified: 2020-10-28T1452+0100
|
||||||
* Last modified: 2020-10-28T0301+0100
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Footnotes */
|
/* footnotes */
|
||||||
|
|
||||||
.footnote_tag_styling, .footnote_tag_styling:hover {
|
.footnote_tag_styling,
|
||||||
|
.footnote_tag_styling:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -34,6 +34,12 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
.footnote_plugin_tooltip_text a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
.footnote_plugin_tooltip_text a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
/* tooltip infobox content */
|
/* tooltip infobox content */
|
||||||
|
|
||||||
|
@ -45,15 +51,10 @@ span.footnote_tooltip {
|
||||||
.continue {
|
.continue {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
color: green;
|
color: green;
|
||||||
text-decoration: underline;
|
|
||||||
}
|
}
|
||||||
.continue:hover {
|
.continue:hover {
|
||||||
color: blue;
|
color: blue;
|
||||||
}
|
text-decoration: underline;
|
||||||
@media print {
|
|
||||||
.footnote_tooltip {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* reference container label */
|
/* reference container label */
|
||||||
|
@ -107,18 +108,40 @@ span.footnote_tooltip {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* text */
|
|
||||||
.footnote_plugin_text {
|
|
||||||
width: 90%;
|
|
||||||
}
|
|
||||||
.footnote_plugin_text a {
|
|
||||||
color: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* index */
|
/* index */
|
||||||
.footnote_plugin_index {
|
.footnote_plugin_index {
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
min-width: 50px;
|
min-width: 50px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: inherit;
|
}
|
||||||
|
.footnote_plugin_index a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
.footnote_plugin_index a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* text */
|
||||||
|
.footnote_plugin_text {
|
||||||
|
width: 90%;
|
||||||
|
}
|
||||||
|
.footnote_plugin_text a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
.footnote_plugin_text a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* printing style */
|
||||||
|
|
||||||
|
@media print {
|
||||||
|
.footnote_tooltip {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.footnote_plugin_tooltip_text a {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
.footnote_plugin_index a {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
Plugin Name: footnotes
|
Plugin Name: footnotes
|
||||||
Plugin URI: http://wordpress.org/plugins/footnotes/
|
Plugin URI: https://wordpress.org/plugins/footnotes/
|
||||||
Description: time to bring footnotes to your website! footnotes are known from offline publishing and everybody takes them for granted when reading a magazine.
|
Description: time to bring footnotes to your website! footnotes are known from offline publishing and everybody takes them for granted when reading a magazine.
|
||||||
Author: Mark Cheret
|
Author: Mark Cheret
|
||||||
Version: 2.0.1
|
Version: 2.0.2
|
||||||
Author URI: http://cheret.de/plugins/footnotes-2/
|
Author URI: http://cheret.de/plugins/footnotes-2/
|
||||||
Text Domain: footnotes
|
Text Domain: footnotes
|
||||||
Domain Path: /languages
|
Domain Path: /languages
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
Copyright 2020 Mark Cheret (email : mark@cheret.de)
|
Copyright 2020 Mark Cheret (email: mark@cheret.de)
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License, version 3, as
|
it under the terms of the GNU General Public License, version 3, as
|
||||||
|
@ -25,8 +25,7 @@
|
||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
// Forked on GitHub by @pewgeuges
|
// Last modified: 2020-10-28T1643+0100
|
||||||
// Last modified: 2020-10-26T1913+0100
|
|
||||||
/**
|
/**
|
||||||
* @filesource
|
* @filesource
|
||||||
* @author Stefan Herndler
|
* @author Stefan Herndler
|
||||||
|
|
|
@ -4,7 +4,7 @@ Tags: footnote, footnotes, bibliography, formatting, notes, Post, posts, referen
|
||||||
Requires at least: 3.9
|
Requires at least: 3.9
|
||||||
Tested up to: 5.5
|
Tested up to: 5.5
|
||||||
Requires PHP: 5.6
|
Requires PHP: 5.6
|
||||||
Stable Tag: 2.0.1
|
Stable Tag: 2.0.2
|
||||||
License: GPLv3 or later
|
License: GPLv3 or later
|
||||||
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
||||||
|
|
||||||
|
@ -80,6 +80,10 @@ Visit this swift write-up from a **footnotes** user by the name of **Southwest**
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 2.0.2 =
|
||||||
|
Bugfix: Dashboard: Available CSS selectors, last item display
|
||||||
|
Bugfix: Footnote anchor and ID color to default on screen, to inherit in print
|
||||||
|
|
||||||
= 2.0.1 =
|
= 2.0.1 =
|
||||||
- Bugfix: Restored expand/collapse button of reference container
|
- Bugfix: Restored expand/collapse button of reference container
|
||||||
- Bugfix: Fixed public.css
|
- Bugfix: Fixed public.css
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
<td><strong>[[label-class-5]]</strong><br/><em>[[class-5]]</em></td>
|
<td><strong>[[label-class-4]]</strong><br/><em>[[class-4]]</em></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
Reference in a new issue