2.5.11d6 debugging tooltips transitions and padding.
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2499895 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
7aa9d8803f
commit
27b33e7a6f
19 changed files with 33 additions and 28 deletions
|
@ -7,7 +7,7 @@
|
|||
* Since: 1.0
|
||||
*
|
||||
* @version 2.5.11
|
||||
* @lastmodified 2021-03-19T2214+0100
|
||||
* @lastmodified 2021-03-20T0323+0100
|
||||
*
|
||||
* Classes recommended for Custom CSS:
|
||||
* @see templates/dashboard/customize-css-new.html
|
||||
|
@ -36,10 +36,10 @@
|
|||
* which additional stlesheets enter into its composition:
|
||||
*
|
||||
* The first part of the code contains 4 letters showing whether tooltips
|
||||
* are enabled, and if so, which implementation: jQuery or alternative:
|
||||
* are enabled, and if so, which implementation: AMP, alternative or jQuery:
|
||||
* ampt ➜ AMP compatible tooltips ➜ dev-tooltips.css & dev-amp-tooltips.css
|
||||
* jqtt ➜ jQuery tooltips ➜ dev-tooltips.css
|
||||
* altt ➜ alternative tooltips ➜ dev-tooltips.css & dev-tooltips-alternative.css
|
||||
* jqtt ➜ jQuery tooltips ➜ dev-tooltips.css
|
||||
* nott ➜ no tooltips ➜ -
|
||||
*
|
||||
* The second part of the code consists of the 4 letters "brpl", for
|
||||
|
@ -47,11 +47,11 @@
|
|||
* is applied, and if so, which one:
|
||||
* 0 ➜ -
|
||||
* 1 ➜ dev-layout-reference-container.css ➜ (only)
|
||||
* 2 ➜ dev-layout-entry-content.css ➜ article without the title
|
||||
* 3 ➜ dev-layout-main-content.css ➜ the article with its title
|
||||
* 2 ➜ dev-layout-entry-content.css ➜ post without title
|
||||
* 3 ➜ dev-layout-main-content.css ➜ title and post
|
||||
*
|
||||
* The dashboard stylesheet is minified as-is.
|
||||
* @see class/dashboard/layout.php
|
||||
* @see css/settings.css
|
||||
*
|
||||
* @since 2.0.0 various.
|
||||
* @since 2.0.0 Referrers: vertical align: lower from top: 0.4em to top: 0.6em
|
||||
|
|
Reference in a new issue