first
This commit is contained in:
1456
wp-content/plugins/easy-table-of-contents/assets/css/admin.css
Normal file
1456
wp-content/plugins/easy-table-of-contents/assets/css/admin.css
Normal file
File diff suppressed because it is too large
Load Diff
1
wp-content/plugins/easy-table-of-contents/assets/css/admin.min.css
vendored
Normal file
1
wp-content/plugins/easy-table-of-contents/assets/css/admin.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -0,0 +1,338 @@
|
||||
#ez-toc-sticky-container {
|
||||
background: transparent;
|
||||
border: 1px solid #AAAAAA;
|
||||
border-radius: 4px;
|
||||
/* -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); */
|
||||
display: table;
|
||||
margin-bottom: 1em;
|
||||
padding: 10px;
|
||||
position: relative;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
div.ez-toc-sticky-widget-container {
|
||||
padding: 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#ez-toc-sticky-container.ez-toc-sticky-light-blue {
|
||||
background: #EDF6FF;
|
||||
}
|
||||
|
||||
#ez-toc-sticky-container.ez-toc-sticky-white {
|
||||
background: #FFFFFF;
|
||||
}
|
||||
|
||||
#ez-toc-sticky-container.ez-toc-sticky-black {
|
||||
background: #000000;
|
||||
}
|
||||
|
||||
#ez-toc-sticky-container.ez-toc-sticky-transparent {
|
||||
background: none transparent;
|
||||
}
|
||||
|
||||
div.ez-toc-sticky-widget-container ul {
|
||||
display: block;
|
||||
}
|
||||
|
||||
div.ez-toc-sticky-widget-container li {
|
||||
border: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
div.ez-toc-sticky-widget-container ul.ez-toc-sticky-list {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#ez-toc-sticky-container ul ul,
|
||||
.ez-toc div.ez-toc-sticky-widget-container ul ul {
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
|
||||
#ez-toc-sticky-container ul,
|
||||
#ez-toc-sticky-container li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#ez-toc-sticky-container ul,
|
||||
#ez-toc-sticky-container li,
|
||||
#ez-toc-sticky-container ul li,
|
||||
div.ez-toc-sticky-widget-container,
|
||||
div.ez-toc-sticky-widget-container li {
|
||||
background: none;
|
||||
list-style: none none;
|
||||
line-height: 1.6;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
#ez-toc-sticky-container p.ez-toc-sticky-title {
|
||||
text-align: left;
|
||||
line-height: 1.45;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.ez-toc-sticky-title-container {
|
||||
display: table;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ez-toc-sticky-title,
|
||||
.ez-toc-sticky-title-toggle {
|
||||
display: table-cell;
|
||||
text-align: left;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#ez-toc-sticky-container.ez-toc-sticky-black p.ez-toc-sticky-title {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
#ez-toc-sticky-container div.ez-toc-sticky-title-container + ul.ez-toc-sticky-list {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.ez-toc-sticky-wrap-left {
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.ez-toc-sticky-wrap-right {
|
||||
float: right;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.ez-toc-sticky-wrap-center {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#ez-toc-sticky-container a {
|
||||
color: #444444;
|
||||
box-shadow: none;
|
||||
text-decoration: none;
|
||||
text-shadow: none;
|
||||
display: inline-flex;
|
||||
align-items: stretch;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
#ez-toc-sticky-container a:visited {
|
||||
color: #9f9f9f;
|
||||
}
|
||||
|
||||
#ez-toc-sticky-container a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#ez-toc-sticky-container.ez-toc-sticky-black a {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
#ez-toc-sticky-container.ez-toc-sticky-black a:visited {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
#ez-toc-sticky-container a.ez-toc-sticky-toggle {
|
||||
color: #444444;
|
||||
}
|
||||
|
||||
.ez-toc-sticky-widget-container ul.ez-toc-sticky-list li::before {
|
||||
content: ' ';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.ez-toc-sticky-widget-container ul.ez-toc-sticky-list li.active {
|
||||
background-color: #EDEDED;
|
||||
}
|
||||
|
||||
.ez-toc-sticky-widget-container li.active > a {
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
.ez-toc-sticky-btn {
|
||||
display: inline-block;
|
||||
padding: 6px 12px;
|
||||
margin-bottom: 0;
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
line-height: 1.428571429;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
background-image: none;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 4px;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none
|
||||
}
|
||||
|
||||
.ez-toc-sticky-btn:focus {
|
||||
outline: thin dotted #333;
|
||||
outline: 5px auto -webkit-focus-ring-color;
|
||||
outline-offset: -2px
|
||||
}
|
||||
|
||||
.ez-toc-sticky-btn:hover, .ez-toc-sticky-btn:focus {
|
||||
color: #333;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
.ez-toc-sticky-btn:active, .ez-toc-sticky-btn.active {
|
||||
background-image: none;
|
||||
outline: 0;
|
||||
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
||||
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
|
||||
}
|
||||
|
||||
.ez-toc-sticky-btn-default {
|
||||
color: #333;
|
||||
background-color: #fff;
|
||||
border-color: #ccc
|
||||
}
|
||||
|
||||
.ez-toc-sticky-btn-default:hover, .ez-toc-sticky-btn-default:focus, .ez-toc-sticky-btn-default:active, .ez-toc-sticky-btn-default.active {
|
||||
color: #333;
|
||||
background-color: #ebebeb;
|
||||
border-color: #adadad
|
||||
}
|
||||
|
||||
.ez-toc-sticky-btn-default:active, .ez-toc-sticky-btn-default.active {
|
||||
background-image: none
|
||||
}
|
||||
|
||||
.ez-toc-sticky-btn-sm, .ez-toc-sticky-btn-xs {
|
||||
padding: 5px 10px;
|
||||
font-size: 12px;
|
||||
line-height: 1.5;
|
||||
border-radius: 3px
|
||||
}
|
||||
|
||||
.ez-toc-sticky-btn-xs {
|
||||
padding: 1px 5px
|
||||
}
|
||||
|
||||
.ez-toc-sticky-btn-default {
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
|
||||
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)
|
||||
}
|
||||
|
||||
.ez-toc-sticky-btn-default:active {
|
||||
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
||||
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
|
||||
}
|
||||
|
||||
.ez-toc-sticky-btn:active, .btn.active {
|
||||
background-image: none
|
||||
}
|
||||
|
||||
.ez-toc-sticky-btn-default {
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
background-image: -webkit-gradient(linear, left 0, left 100%, from(#fff), to(#e0e0e0));
|
||||
background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
|
||||
background-image: -moz-linear-gradient(top, #fff 0, #e0e0e0 100%);
|
||||
background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
|
||||
background-repeat: repeat-x;
|
||||
border-color: #dbdbdb;
|
||||
border-color: #ccc;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
|
||||
}
|
||||
|
||||
.ez-toc-sticky-btn-default:hover, .ez-toc-sticky-btn-default:focus {
|
||||
background-color: #e0e0e0;
|
||||
background-position: 0 -15px
|
||||
}
|
||||
|
||||
.ez-toc-sticky-btn-default:active, .ez-toc-sticky-btn-default.active {
|
||||
background-color: #e0e0e0;
|
||||
border-color: #dbdbdb
|
||||
}
|
||||
|
||||
.ez-toc-sticky-pull-right {
|
||||
float: right !important;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.ez-toc-sticky-glyphicon {
|
||||
position: relative;
|
||||
top: 1px;
|
||||
display: inline-block;
|
||||
font-family: 'Glyphicons Halflings';
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
-moz-osx-font-smoothing: grayscale
|
||||
}
|
||||
|
||||
.ez-toc-sticky-glyphicon:empty {
|
||||
width: 1em
|
||||
}
|
||||
|
||||
.ez-toc-sticky-toggle i.ez-toc-sticky-glyphicon {
|
||||
font-size: 16px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
#ez-toc-sticky-container input {
|
||||
position: absolute;
|
||||
left: -999em;
|
||||
}
|
||||
|
||||
#ez-toc-sticky-container input[type="checkbox"]:checked + nav {
|
||||
opacity: 0;
|
||||
max-height: 0;
|
||||
border: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#ez-toc-sticky-container label {
|
||||
float: right;
|
||||
position: relative;
|
||||
left: 10px;
|
||||
font-size: 16px;
|
||||
background: #f9efef;
|
||||
padding: 0px 4px 0px 5px;
|
||||
border: 1px solid #999191;
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
div#ez-toc-sticky-container p.ez-toc-sticky-title {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
div#ez-toc-sticky-container {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
label.cssicon .ez-toc-sticky-glyphicon:empty {
|
||||
font-size: 16px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
label.cssiconcheckbox {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ez-toc-sticky-widget-container ul li a {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.ez-toc-sticky-widget-container ul.ez-toc-sticky-list li.active {
|
||||
height: auto !important;
|
||||
}
|
1
wp-content/plugins/easy-table-of-contents/assets/css/ez-toc-sticky.min.css
vendored
Normal file
1
wp-content/plugins/easy-table-of-contents/assets/css/ez-toc-sticky.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -0,0 +1,53 @@
|
||||
/**
|
||||
* ------EZ TOC Widget CSS Admin-------
|
||||
* Ez Toc Widget Sticky css for admin panel to setup widget content
|
||||
* @plugin easy-table-of-contents
|
||||
* @since 2.0.41
|
||||
*
|
||||
*/
|
||||
|
||||
#ez-toc-widget-options-container{
|
||||
display: none;
|
||||
}
|
||||
.ez-toc-widget-appearance-title, .ez-toc-widget-advanced-title {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
.ez-toc-widget-appearance-title label, .ez-toc-widget-advanced-title label {
|
||||
vertical-align: top;
|
||||
}
|
||||
input.ez_toc_widget_appearance_options:checked ~ #ez-toc-widget-options-container, input.ez_toc_widget_advanced_options:checked ~ #ez-toc-widget-options-container {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
text-align: left;
|
||||
justify-content: flex-start;
|
||||
align-items: baseline;
|
||||
}
|
||||
#ez-toc-widget-options-container .ez-toc-widget-form-group {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
flex-wrap: nowrap;
|
||||
flex-basis: 100%;
|
||||
justify-content: flex-start;
|
||||
margin-top: 15px;
|
||||
}
|
||||
.ez-toc-widget-form-group label {
|
||||
flex-basis: 55%;
|
||||
}
|
||||
#ez-toc-widget-options-container .ez-toc-widget-form-data {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
.ez-toc-widget-appearance-options-container .ez-toc-widget-form-group {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
#ez-toc-widget-options-container .ez-toc-widget-form-group input[type=text], #ez-toc-widget-options-container .ez-toc-widget-form-group input[type=number] {
|
||||
width: 53px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
#ez-toc-widget-options-container .ez-toc-widget-form-group select {
|
||||
width: 53px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
#ez-toc-widget-options-container .ez-toc-widget-form-group input[type=checkbox] {
|
||||
margin-left: 8px;
|
||||
}
|
1
wp-content/plugins/easy-table-of-contents/assets/css/ez-toc-widget-sticky-admin.min.css
vendored
Normal file
1
wp-content/plugins/easy-table-of-contents/assets/css/ez-toc-widget-sticky-admin.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
#ez-toc-widget-options-container{display:none}.ez-toc-widget-advanced-title,.ez-toc-widget-appearance-title{margin-bottom:12px}.ez-toc-widget-advanced-title label,.ez-toc-widget-appearance-title label{vertical-align:top}input.ez_toc_widget_advanced_options:checked~#ez-toc-widget-options-container,input.ez_toc_widget_appearance_options:checked~#ez-toc-widget-options-container{display:flex;flex-wrap:wrap;text-align:left;justify-content:flex-start;align-items:baseline}#ez-toc-widget-options-container .ez-toc-widget-form-group{display:flex;align-items:baseline;flex-wrap:nowrap;flex-basis:100%;justify-content:flex-start;margin-top:15px}.ez-toc-widget-form-group label{flex-basis:55%}#ez-toc-widget-options-container .ez-toc-widget-form-data{display:flex;justify-content:center}.ez-toc-widget-appearance-options-container .ez-toc-widget-form-group{margin-bottom:0}#ez-toc-widget-options-container .ez-toc-widget-form-group input[type=number],#ez-toc-widget-options-container .ez-toc-widget-form-group input[type=text],#ez-toc-widget-options-container .ez-toc-widget-form-group select{width:53px;margin-left:8px}#ez-toc-widget-options-container .ez-toc-widget-form-group input[type=checkbox]{margin-left:8px}
|
@ -0,0 +1,269 @@
|
||||
|
||||
div.ez-toc-widget-sticky-container {
|
||||
padding: 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
div.ez-toc-widget-sticky-container ul {
|
||||
display: block;
|
||||
}
|
||||
|
||||
div.ez-toc-widget-sticky-container li {
|
||||
border: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
div.ez-toc-widget-sticky-container ul.ez-toc-widget-sticky-list {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#ez-toc-widget-sticky-container ul ul,
|
||||
.ez-toc div.ez-toc-widget-sticky-container ul ul {
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
|
||||
div.ez-toc-widget-sticky-container,
|
||||
div.ez-toc-widget-sticky-container li {
|
||||
background: none;
|
||||
list-style: none none;
|
||||
line-height: 1.6;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
|
||||
.ez-toc-widget-sticky-container ul.ez-toc-widget-sticky-list li::before {
|
||||
content: ' ';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.ez-toc-widget-sticky-container ul.ez-toc-widget-sticky-list li.active {
|
||||
background-color: #EDEDED;
|
||||
}
|
||||
|
||||
.ez-toc-widget-sticky-container li.active > a {
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
#ez-toc-widget-sticky-container label.cssicon {
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
#ez-toc-widget-sticky-container input[type="checkbox"]:checked + nav {
|
||||
opacity: 0;
|
||||
max-height: 0;
|
||||
border: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#ez-toc-widget-sticky-container nav ul.eztoc-widget-sticky-visibility-hide-by-default {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#ez-toc-widget-sticky-container label.cssicon {
|
||||
float: right;
|
||||
position: relative;
|
||||
font-size: 16px;
|
||||
padding: 0;
|
||||
border: 1px solid #999191;
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
left: 10px;
|
||||
width: 35px;
|
||||
}
|
||||
|
||||
|
||||
.ez-toc-widget-sticky-container ul li a {
|
||||
padding-left: 10px;
|
||||
display: inline-flex;
|
||||
align-items: stretch;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
.ez-toc-widget-sticky-container ul.ez-toc-widget-sticky-list li.active {
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
|
||||
.ez-toc-title,
|
||||
.ez-toc-widget-sticky-title-toggle {
|
||||
display: inline;
|
||||
text-align: left;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.ez-toc-widget-sticky-wrap-left {
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.ez-toc-widget-sticky-wrap-right {
|
||||
float: right;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
|
||||
.ez-toc-widget-sticky-btn {
|
||||
display: inline-block;
|
||||
padding: 6px 12px;
|
||||
margin-bottom: 0;
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
line-height: 1.428571429;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
background-image: none;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 4px;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none
|
||||
}
|
||||
|
||||
.ez-toc-widget-sticky-btn:focus {
|
||||
outline: thin dotted #333;
|
||||
outline: 5px auto -webkit-focus-ring-color;
|
||||
outline-offset: -2px
|
||||
}
|
||||
|
||||
.ez-toc-widget-sticky-btn:hover,
|
||||
.ez-toc-widget-sticky-btn:focus {
|
||||
color: #333;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
.ez-toc-widget-sticky-btn:active,
|
||||
.ez-toc-widget-sticky-btn.active {
|
||||
background-image: none;
|
||||
outline: 0;
|
||||
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
||||
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
|
||||
}
|
||||
|
||||
.ez-toc-widget-sticky-btn-default {
|
||||
color: #333;
|
||||
background-color: #fff;
|
||||
border-color: #ccc
|
||||
}
|
||||
|
||||
.ez-toc-widget-sticky-btn-default:hover,
|
||||
.ez-toc-widget-sticky-btn-default:focus,
|
||||
.ez-toc-widget-sticky-btn-default:active,
|
||||
.ez-toc-widget-sticky-btn-default.active {
|
||||
color: #333;
|
||||
background-color: #ebebeb;
|
||||
border-color: #adadad
|
||||
}
|
||||
|
||||
.ez-toc-widget-sticky-btn-default:active,
|
||||
.ez-toc-widget-sticky-btn-default.active {
|
||||
background-image: none
|
||||
}
|
||||
|
||||
.ez-toc-widget-sticky-btn-sm,
|
||||
.ez-toc-widget-sticky-btn-xs {
|
||||
padding: 5px 10px;
|
||||
font-size: 12px;
|
||||
line-height: 1.5;
|
||||
border-radius: 3px
|
||||
}
|
||||
|
||||
.ez-toc-widget-sticky-btn-xs {
|
||||
padding: 1px 5px
|
||||
}
|
||||
|
||||
.ez-toc-widget-sticky-btn-default {
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
|
||||
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)
|
||||
}
|
||||
|
||||
.ez-toc-widget-sticky-btn-default:active {
|
||||
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
||||
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
|
||||
}
|
||||
|
||||
.ez-toc-widget-sticky-btn:active,
|
||||
.btn.active {
|
||||
background-image: none
|
||||
}
|
||||
|
||||
.ez-toc-widget-sticky-btn-default {
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
background-image: -webkit-gradient(linear, left 0, left 100%, from(#fff), to(#e0e0e0));
|
||||
background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
|
||||
background-image: -moz-linear-gradient(top, #fff 0, #e0e0e0 100%);
|
||||
background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
|
||||
background-repeat: repeat-x;
|
||||
border-color: #dbdbdb;
|
||||
border-color: #ccc;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
|
||||
}
|
||||
|
||||
.ez-toc-widget-sticky-btn-default:hover,
|
||||
.ez-toc-widget-sticky-btn-default:focus {
|
||||
background-color: #e0e0e0;
|
||||
background-position: 0 -15px
|
||||
}
|
||||
|
||||
.ez-toc-widget-sticky-btn-default:active,
|
||||
.ez-toc-widget-sticky-btn-default.active {
|
||||
background-color: #e0e0e0;
|
||||
border-color: #dbdbdb
|
||||
}
|
||||
|
||||
.ez-toc-widget-sticky-pull-right {
|
||||
float: right !important;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.ez-toc-widget-sticky-glyphicon {
|
||||
position: relative;
|
||||
top: 1px;
|
||||
display: inline-block;
|
||||
font-family: 'Glyphicons Halflings';
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
-moz-osx-font-smoothing: grayscale
|
||||
}
|
||||
|
||||
.ez-toc-widget-sticky-glyphicon:empty {
|
||||
width: 1em
|
||||
}
|
||||
|
||||
.ez-toc-widget-sticky-toggle i.ez-toc-widget-sticky-glyphicon {
|
||||
font-size: 16px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.ez-toc-widget-sticky-wrap-center {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.ez-toc-widget-sticky-toggle #item {
|
||||
position: absolute;
|
||||
left: -999em;
|
||||
}
|
||||
|
||||
label.cssicon .ez-toc-widget-sticky-glyphicon:empty {
|
||||
font-size: 16px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
label.cssiconcheckbox {
|
||||
display: none;
|
||||
}
|
1
wp-content/plugins/easy-table-of-contents/assets/css/ez-toc-widget-sticky.min.css
vendored
Normal file
1
wp-content/plugins/easy-table-of-contents/assets/css/ez-toc-widget-sticky.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
div.ez-toc-widget-sticky-container{padding:0;position:relative}div.ez-toc-widget-sticky-container ul{display:block}div.ez-toc-widget-sticky-container li{border:none;padding:0}div.ez-toc-widget-sticky-container ul.ez-toc-widget-sticky-list{padding:10px}#ez-toc-widget-sticky-container ul ul,.ez-toc div.ez-toc-widget-sticky-container ul ul{margin-left:1.5em}div.ez-toc-widget-sticky-container,div.ez-toc-widget-sticky-container li{background:0 0;list-style:none;line-height:1.6;margin:0;overflow:hidden;z-index:1}.ez-toc-widget-sticky-container ul.ez-toc-widget-sticky-list li::before{content:' ';position:absolute;left:0;right:0;height:30px;line-height:30px;z-index:-1}.ez-toc-widget-sticky-container ul.ez-toc-widget-sticky-list li.active{background-color:#ededed;height:auto!important}.ez-toc-widget-sticky-container li.active>a{font-weight:900}#ez-toc-widget-sticky-container input[type=checkbox]:checked+nav{opacity:0;max-height:0;border:none;display:none}#ez-toc-widget-sticky-container nav ul.eztoc-widget-sticky-visibility-hide-by-default,label.cssiconcheckbox{display:none}#ez-toc-widget-sticky-container label.cssicon{height:30px;float:right;position:relative;font-size:16px;padding:0;border:1px solid #999191;border-radius:5px;cursor:pointer;left:10px;width:35px}.ez-toc-widget-sticky-container ul li a{padding-left:10px;display:inline-flex;align-items:stretch;flex-wrap:nowrap}.ez-toc-title,.ez-toc-widget-sticky-title-toggle{display:inline;text-align:left;vertical-align:middle}.ez-toc-widget-sticky-wrap-left{float:left;margin-right:10px}.ez-toc-widget-sticky-wrap-right{float:right;margin-left:10px}.ez-toc-widget-sticky-btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.ez-toc-widget-sticky-btn:focus{outline:#333 dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.ez-toc-widget-sticky-btn:focus,.ez-toc-widget-sticky-btn:hover{color:#333;text-decoration:none}.ez-toc-widget-sticky-btn.active,.ez-toc-widget-sticky-btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.ez-toc-widget-sticky-btn-default{color:#333;background-color:#fff;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left 0,left 100%,from(#fff),to(#e0e0e0));background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-moz-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);background-repeat:repeat-x;border-color:#ccc}.ez-toc-widget-sticky-btn-default.active,.ez-toc-widget-sticky-btn-default:active,.ez-toc-widget-sticky-btn-default:focus,.ez-toc-widget-sticky-btn-default:hover{color:#333;background-color:#ebebeb;border-color:#adadad}.ez-toc-widget-sticky-btn-default.active,.ez-toc-widget-sticky-btn-default:active{background-image:none;background-color:#e0e0e0;border-color:#dbdbdb}.ez-toc-widget-sticky-btn-sm,.ez-toc-widget-sticky-btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.ez-toc-widget-sticky-btn-xs{padding:1px 5px}.ez-toc-widget-sticky-btn-default:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.active,.ez-toc-widget-sticky-btn:active{background-image:none}.ez-toc-widget-sticky-btn-default:focus,.ez-toc-widget-sticky-btn-default:hover{background-color:#e0e0e0;background-position:0 -15px}.ez-toc-widget-sticky-pull-right{float:right!important;margin-left:10px}.ez-toc-widget-sticky-glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:400;line-height:1;-moz-osx-font-smoothing:grayscale}.ez-toc-widget-sticky-glyphicon:empty{width:1em}.ez-toc-widget-sticky-toggle i.ez-toc-widget-sticky-glyphicon,label.cssicon .ez-toc-widget-sticky-glyphicon:empty{font-size:16px;margin-left:2px}.ez-toc-widget-sticky-wrap-center{margin:0 auto}.ez-toc-widget-sticky-toggle #item{position:absolute;left:-999em}
|
411
wp-content/plugins/easy-table-of-contents/assets/css/screen.css
Normal file
411
wp-content/plugins/easy-table-of-contents/assets/css/screen.css
Normal file
@ -0,0 +1,411 @@
|
||||
#ez-toc-container {
|
||||
background: #F9F9F9;
|
||||
border: 1px solid #AAAAAA;
|
||||
border-radius: 4px;
|
||||
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||
display: table;
|
||||
margin-bottom: 1em;
|
||||
padding-top: 10px;
|
||||
padding-right: 20px;
|
||||
padding-bottom: 10px;
|
||||
padding-left: 10px;
|
||||
position: relative;
|
||||
width: auto;
|
||||
}
|
||||
div.ez-toc-widget-container {
|
||||
padding: 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#ez-toc-container.ez-toc-light-blue {
|
||||
background: #EDF6FF;
|
||||
}
|
||||
|
||||
#ez-toc-container.ez-toc-white {
|
||||
background: #FFFFFF;
|
||||
}
|
||||
|
||||
#ez-toc-container.ez-toc-black {
|
||||
background: #000000;
|
||||
}
|
||||
|
||||
#ez-toc-container.ez-toc-transparent {
|
||||
background: none transparent;
|
||||
}
|
||||
|
||||
div.ez-toc-widget-container ul {
|
||||
display: block;
|
||||
}
|
||||
|
||||
div.ez-toc-widget-container li {
|
||||
border: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
div.ez-toc-widget-container ul.ez-toc-list {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#ez-toc-container ul ul,
|
||||
.ez-toc div.ez-toc-widget-container ul ul {
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
|
||||
#ez-toc-container ul,
|
||||
#ez-toc-container li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#ez-toc-container ul,
|
||||
#ez-toc-container li,
|
||||
#ez-toc-container ul li,
|
||||
div.ez-toc-widget-container,
|
||||
div.ez-toc-widget-container li {
|
||||
background: none;
|
||||
list-style: none none;
|
||||
line-height: 1.6;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
#ez-toc-container .ez-toc-title {
|
||||
text-align: left;
|
||||
line-height: 1.45;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.ez-toc-title-container {
|
||||
display: table;
|
||||
width: 100%;
|
||||
}
|
||||
.ez-toc-title,
|
||||
.ez-toc-title-toggle {
|
||||
display: inline;
|
||||
text-align: left;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#ez-toc-container.ez-toc-black p.ez-toc-title {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
#ez-toc-container div.ez-toc-title-container + ul.ez-toc-list {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.ez-toc-wrap-left {
|
||||
margin: 0px auto 1em 0px !important;
|
||||
}
|
||||
.ez-toc-wrap-left-text {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.ez-toc-wrap-right {
|
||||
margin: 0px 0px 1em auto !important;
|
||||
}
|
||||
.ez-toc-wrap-right-text {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#ez-toc-container a {
|
||||
color: #444444;
|
||||
box-shadow: none;
|
||||
text-decoration: none;
|
||||
text-shadow: none;
|
||||
display: inline-flex;
|
||||
align-items: stretch;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
#ez-toc-container a:visited {
|
||||
color: #9f9f9f;
|
||||
}
|
||||
|
||||
#ez-toc-container a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#ez-toc-container.ez-toc-black a {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
#ez-toc-container.ez-toc-black a:visited {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
|
||||
#ez-toc-container a.ez-toc-toggle {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
color: #444444;
|
||||
}
|
||||
|
||||
.ez-toc-widget-container ul.ez-toc-list li::before {
|
||||
content: ' ';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.ez-toc-widget-container ul.ez-toc-list li.active {
|
||||
background-color: #EDEDED;
|
||||
}
|
||||
|
||||
.ez-toc-widget-container li.active > a {
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
.ez-toc-btn {
|
||||
display: inline-block;
|
||||
padding: 6px 12px;
|
||||
margin-bottom: 0;
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
line-height: 1.428571429;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
background-image: none;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 4px;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none
|
||||
}
|
||||
|
||||
.ez-toc-btn:focus {
|
||||
outline: thin dotted #333;
|
||||
outline: 5px auto -webkit-focus-ring-color;
|
||||
outline-offset: -2px
|
||||
}
|
||||
|
||||
.ez-toc-btn:hover,
|
||||
.ez-toc-btn:focus {
|
||||
color: #333;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
.ez-toc-btn:active,
|
||||
.ez-toc-btn.active {
|
||||
background-image: none;
|
||||
outline: 0;
|
||||
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
||||
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
|
||||
}
|
||||
|
||||
.ez-toc-btn-default {
|
||||
color: #333;
|
||||
background-color: #fff;
|
||||
border-color: #ccc
|
||||
}
|
||||
|
||||
.ez-toc-btn-default:hover,
|
||||
.ez-toc-btn-default:focus,
|
||||
.ez-toc-btn-default:active,
|
||||
.ez-toc-btn-default.active {
|
||||
color: #333;
|
||||
background-color: #ebebeb;
|
||||
border-color: #adadad
|
||||
}
|
||||
|
||||
.ez-toc-btn-default:active,
|
||||
.ez-toc-btn-default.active {
|
||||
background-image: none
|
||||
}
|
||||
|
||||
.ez-toc-btn-sm,
|
||||
.ez-toc-btn-xs {
|
||||
padding: 5px 10px;
|
||||
font-size: 12px;
|
||||
line-height: 1.5;
|
||||
border-radius: 3px
|
||||
}
|
||||
|
||||
.ez-toc-btn-xs {
|
||||
padding: 1px 5px
|
||||
}
|
||||
|
||||
.ez-toc-btn-default {
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
|
||||
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)
|
||||
}
|
||||
|
||||
.ez-toc-btn-default:active {
|
||||
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
||||
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
|
||||
}
|
||||
|
||||
.ez-toc-btn:active,
|
||||
.btn.active {
|
||||
background-image: none
|
||||
}
|
||||
|
||||
.ez-toc-btn-default {
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
background-image: -webkit-gradient(linear, left 0, left 100%, from(#fff), to(#e0e0e0));
|
||||
background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
|
||||
background-image: -moz-linear-gradient(top, #fff 0, #e0e0e0 100%);
|
||||
background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
|
||||
background-repeat: repeat-x;
|
||||
border-color: #dbdbdb;
|
||||
border-color: #ccc;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
|
||||
}
|
||||
|
||||
.ez-toc-btn-default:hover,
|
||||
.ez-toc-btn-default:focus {
|
||||
background-color: #e0e0e0;
|
||||
background-position: 0 -15px
|
||||
}
|
||||
|
||||
.ez-toc-btn-default:active,
|
||||
.ez-toc-btn-default.active {
|
||||
background-color: #e0e0e0;
|
||||
border-color: #dbdbdb
|
||||
}
|
||||
|
||||
.ez-toc-pull-right {
|
||||
float: right !important;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
#ez-toc-container label.cssicon, #ez-toc-widget-container label.cssicon {
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.ez-toc-glyphicon {
|
||||
position: relative;
|
||||
top: 1px;
|
||||
display: inline-block;
|
||||
font-family: 'Glyphicons Halflings';
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
-moz-osx-font-smoothing: grayscale
|
||||
}
|
||||
|
||||
.ez-toc-glyphicon:empty {
|
||||
width: 1em
|
||||
}
|
||||
|
||||
.ez-toc-toggle i.ez-toc-glyphicon {
|
||||
font-size: 16px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
#ez-toc-container input {
|
||||
position: absolute;
|
||||
left: -999em;
|
||||
}
|
||||
|
||||
#ez-toc-container input[type="checkbox"]:checked + nav, #ez-toc-widget-container input[type="checkbox"]:checked + nav {
|
||||
opacity: 0;
|
||||
max-height: 0;
|
||||
border: none;
|
||||
display: none;
|
||||
}
|
||||
#ez-toc-container label {
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
display: initial;
|
||||
}
|
||||
#ez-toc-container .ez-toc-js-icon-con{
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
display: initial;
|
||||
}
|
||||
|
||||
#ez-toc-container .ez-toc-toggle label {
|
||||
float: right;
|
||||
position: relative;
|
||||
font-size: 16px;
|
||||
padding: 0;
|
||||
border: 1px solid #999191;
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
left: 10px;
|
||||
width: 35px;
|
||||
}
|
||||
#ez-toc-container .ez-toc-js-icon-con {
|
||||
float: right;
|
||||
position: relative;
|
||||
font-size: 16px;
|
||||
padding: 0;
|
||||
border: 1px solid #999191;
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
left: 10px;
|
||||
width: 35px;
|
||||
}
|
||||
|
||||
div#ez-toc-container .ez-toc-title {
|
||||
display: initial;
|
||||
}
|
||||
.ez-toc-wrap-center {
|
||||
margin: 0 auto 1em auto !important;
|
||||
}
|
||||
|
||||
#ez-toc-container a.ez-toc-toggle {
|
||||
color: #444444;
|
||||
background: inherit;
|
||||
border: inherit;
|
||||
}
|
||||
|
||||
.ez-toc-toggle #item {
|
||||
position: absolute;
|
||||
left: -999em;
|
||||
}
|
||||
|
||||
label.cssicon .ez-toc-glyphicon:empty {
|
||||
font-size: 16px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
label.cssiconcheckbox {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ez-toc-widget-container ul li a {
|
||||
padding-left: 10px;
|
||||
display: inline-flex;
|
||||
align-items: stretch;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
.ez-toc-widget-container ul.ez-toc-list li {
|
||||
height: auto !important;
|
||||
}
|
||||
.ez-toc-cssicon{
|
||||
float: right;
|
||||
position: relative;
|
||||
font-size: 16px;
|
||||
padding: 0;
|
||||
border: 1px solid #999191;
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
left: 10px;
|
||||
width: 35px;
|
||||
}
|
||||
.ez-toc-icon-toggle-span {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 35px;
|
||||
height: 30px;
|
||||
justify-content: center;
|
||||
direction:ltr;
|
||||
}
|
||||
#ez-toc-container .eztoc-toggle-hide-by-default{
|
||||
display:none;
|
||||
}
|
1
wp-content/plugins/easy-table-of-contents/assets/css/screen.min.css
vendored
Normal file
1
wp-content/plugins/easy-table-of-contents/assets/css/screen.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user