Initial geladen: WP App Portal
This commit is contained in:
@@ -0,0 +1,475 @@
|
||||
/* languages admin panel */
|
||||
#add-lang select {
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
#add-lang label {
|
||||
margin: 0.35em 0 0.5em;
|
||||
}
|
||||
|
||||
.pll-legend {
|
||||
display: block;
|
||||
padding: 2px 0;
|
||||
color: #1d2327;
|
||||
font-weight: 400;
|
||||
text-shadow: none;
|
||||
margin: 0.35em 0 0.5em;
|
||||
}
|
||||
|
||||
.column-locale,
|
||||
.languages .column-slug {
|
||||
width : 15%
|
||||
}
|
||||
|
||||
.column-default_lang {
|
||||
width : 5%;
|
||||
}
|
||||
|
||||
.column-term_group,
|
||||
.column-flag, .column-count {
|
||||
width : 10%;
|
||||
}
|
||||
|
||||
td.column-default_lang .icon-default-lang:before,
|
||||
.pll-wizard-content .icon-default-lang:before {
|
||||
font-family: 'dashicons';
|
||||
content: "\f155";
|
||||
}
|
||||
|
||||
.pll-icon:before{
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
width: 15px;
|
||||
}
|
||||
.pll-circle:before{
|
||||
content: "\25cf";
|
||||
}
|
||||
|
||||
/* about Polylang metabox */
|
||||
#pll-about-box p,
|
||||
#pll-recommended p {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
#pll-about-box input {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* strings translation table */
|
||||
.stringstranslations .column-name,
|
||||
.stringstranslations .column-context {
|
||||
width: 10%;
|
||||
}
|
||||
|
||||
.stringstranslations .column-string {
|
||||
width: 33%;
|
||||
}
|
||||
|
||||
.translation label {
|
||||
display: inline-block;
|
||||
width: 23%;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.translation {
|
||||
display: flex; /* fix #691 to remove default margin bottom */
|
||||
}
|
||||
@media screen and (max-width: 782px) { /* reset default display property for small device */
|
||||
.translation{
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
.translation textarea{
|
||||
display: block; /* fix #691 to remove default margin bottom */
|
||||
}
|
||||
.translation input,
|
||||
.translation textarea {
|
||||
width: 72%;
|
||||
box-sizing: border-box; /* to be sure field don't overrun outside their wrapper */
|
||||
margin-bottom: 4px; /* fix #691 set the same margin bottom for both textarea and input tags */
|
||||
}
|
||||
|
||||
/* settings */
|
||||
.pll-settings {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.pll-settings .plugin-title {
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
#wpbody-content .pll-settings .pll-configure tr {
|
||||
display: table-row;
|
||||
}
|
||||
|
||||
#wpbody-content .pll-settings .pll-configure td {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
#wpbody-content .pll-settings .pll-configure > td {
|
||||
padding: 20px 20px 20px 40px;
|
||||
}
|
||||
|
||||
.pll-configure legend {
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.pll-configure td .description {
|
||||
margin-top: 2px;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.pll-configure p.submit {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.pll-configure .button {
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.pll-configure fieldset {
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
.pll-inline-block-list {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.pll-inline-block-list li {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
/* settings URL modifications */
|
||||
#pll-domains-table td {
|
||||
padding: 2px 2px 2px 1.5em;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.pll-settings-url-col {
|
||||
display: inline-block;
|
||||
width: 49%;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
/* settings Activation keys */
|
||||
.pll-table-top td {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#pll-licenses-table label {
|
||||
font-size: 1em;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.pll-configure .pll-deactivate-license {
|
||||
margin: 0 0 0 20px;
|
||||
}
|
||||
|
||||
/* language columns in edit.php and edit-tags.php */
|
||||
.wp-list-table th[class*='column-language_'],
|
||||
.wp-list-table td[class*='column-language_'] {
|
||||
width: 1.5em;
|
||||
box-sizing: content-box; /* Override ACF 5.9.0 styles */
|
||||
}
|
||||
|
||||
/* Text direction in post.php and edit-tags.php */
|
||||
.pll-dir-rtl textarea,
|
||||
.pll-dir-rtl input[type="text"] {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
.pll-dir-ltr textarea,
|
||||
.pll-dir-ltr input[type="text"] {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
.pll-dir-ltr .tr_lang,
|
||||
.pll-dir-rtl .tr_lang {
|
||||
direction: inherit;
|
||||
}
|
||||
|
||||
/* languages metabox in post.php */
|
||||
#ml_box p {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
#post-translations p {
|
||||
float: left;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.rtl #post-translations p {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#post-translations table {
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#post-translations a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#post-translations .pll-language-column,
|
||||
#post-translations .pll-column-icon {
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
#post-translations .tr_lang {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#post-translations td {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
#post-translations .spinner,
|
||||
#term-translations .spinner {
|
||||
float: none;
|
||||
margin: 0;
|
||||
background-position: center;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#select-post-language .pll-select-flag {
|
||||
padding: 4px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.rtl #select-post-language .pll-select-flag {
|
||||
padding: 4px;
|
||||
margin-right: 0px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
/* specific cases for media */
|
||||
#select-media-language .pll-select-flag {
|
||||
padding: 4px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.pll-media-edit-column {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* language and translations in edit-tags.php */
|
||||
.pll-translation-flag { /* also for media */
|
||||
margin-right: 14px;
|
||||
}
|
||||
|
||||
#select-add-term-language .pll-select-flag {
|
||||
padding: 11px;
|
||||
margin-right: 13px;
|
||||
}
|
||||
|
||||
#select-edit-term-language .pll-select-flag {
|
||||
padding: 11px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
#term-translations p {
|
||||
/* same style as label */
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
padding: 2px;
|
||||
color: #23282d;
|
||||
}
|
||||
|
||||
#add-term-translations,
|
||||
#edit-term-translations {
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
#term-translations .pll-language-column {
|
||||
line-height: 28px;
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
#term-translations .pll-edit-column,
|
||||
#add-term-translations .pll-language-column {
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
#edit-term-translations .pll-language-column {
|
||||
padding: 15px 10px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/* icon fonts */
|
||||
.pll_icon_add:before {
|
||||
content: "\f132";
|
||||
}
|
||||
|
||||
.pll_icon_edit:before {
|
||||
content: "\f464";
|
||||
}
|
||||
|
||||
[class^="pll_icon_"] {
|
||||
font: 20px/1 'dashicons';
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* admin bar */
|
||||
#wpadminbar #wp-admin-bar-languages .ab-item img {
|
||||
margin: 0 8px 0 2px;
|
||||
}
|
||||
|
||||
#wpadminbar #wp-admin-bar-languages #wp-admin-bar-all .ab-item .ab-icon {
|
||||
float: none;
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
#wpadminbar #wp-admin-bar-languages .ab-icon:before {
|
||||
content: "\f326";
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
#wp-admin-bar-languages.pll-filtered-languages {
|
||||
background-color:var(--wp-admin-theme-color);
|
||||
}
|
||||
|
||||
.admin-color-coffee #wp-admin-bar-languages.pll-filtered-languages {
|
||||
background-color: #c7a589;
|
||||
}
|
||||
|
||||
.admin-color-ectoplasm #wp-admin-bar-languages.pll-filtered-languages {
|
||||
background-color: #a3b745;
|
||||
}
|
||||
|
||||
.admin-color-light #wp-admin-bar-languages.pll-filtered-languages {
|
||||
background-color: #888;
|
||||
}
|
||||
|
||||
.admin-color-light #wpadminbar #wp-admin-bar-languages.pll-filtered-languages span.ab-label {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.admin-color-ocean #wp-admin-bar-languages.pll-filtered-languages {
|
||||
background-color: #9ebaa0;
|
||||
}
|
||||
|
||||
/* Notices */
|
||||
.pll-notice.notice {
|
||||
padding-right: 38px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.pll-notice a.notice-dismiss {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.pll-notice .button {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
/* settings */
|
||||
#wpbody-content .pll-settings .pll-configure > td {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
#wpbody-content .pll-settings #cb {
|
||||
padding: 20px 9px;
|
||||
}
|
||||
|
||||
/* settings URL modifications */
|
||||
.pll-inline-block {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.pll-settings-url-col {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* settings licenses */
|
||||
#wpbody-content .pll-settings #pll-licenses-table td {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.pll-configure .pll-deactivate-license {
|
||||
margin: 10px 0 5px;
|
||||
}
|
||||
|
||||
/* strings translations table */
|
||||
.translation label {
|
||||
display: block;
|
||||
width: 95%;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.translation input,
|
||||
.translation textarea {
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
/* hide selected language flag and translations language name */
|
||||
#select-add-term-language .pll-select-flag,
|
||||
#select-edit-term-language .pll-select-flag,
|
||||
#edit-term-translations .pll-language-name {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#edit-term-translations {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#add-term-translations .pll-language-column {
|
||||
line-height: 38px;
|
||||
}
|
||||
|
||||
#edit-term-translations td {
|
||||
padding: 8px 10px;
|
||||
}
|
||||
|
||||
#edit-term-translations .pll-language-column,
|
||||
#edit-term-translations .pll-edit-column {
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
/* translations tables should be kept as table */
|
||||
.term-translations .pll-language-column,
|
||||
.term-translations .pll-edit-column,
|
||||
.term-translations .pll-translation-column {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.term-translations .hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* admin bar */
|
||||
#wpadminbar #wp-admin-bar-languages {
|
||||
display: block; /*shows our menu on mobile devices */
|
||||
}
|
||||
|
||||
#wpadminbar #wp-admin-bar-languages > .ab-item {
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#wpadminbar #wp-admin-bar-languages > .ab-item .ab-icon:before {
|
||||
font: 32px/1 'dashicons';
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
#wpadminbar #wp-admin-bar-languages > .ab-item img {
|
||||
margin: 19px 0;
|
||||
}
|
||||
|
||||
#wpadminbar #wp-admin-bar-languages #wp-admin-bar-all .ab-item .ab-icon {
|
||||
margin-right: 6px;
|
||||
font-size: 20px !important;
|
||||
line-height: 20px !important;
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,85 @@
|
||||
/* By default Polylang dialog box use WordPress jQuery UI dialog styles.
|
||||
However WooCommerce loads its own jQuery UI dialog styles and we need to override them by ours
|
||||
to revert to the default WordPress ones.
|
||||
*/
|
||||
.pll-confirmation-modal.ui-widget,
|
||||
.pll-confirmation-modal.ui-widget .ui-widget,
|
||||
.pll-confirmation-modal .ui-widget {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-size: 13px;
|
||||
}
|
||||
.pll-confirmation-modal.ui-dialog {
|
||||
padding: 0;
|
||||
z-index: 100102;
|
||||
background: #fff;
|
||||
border: 0;
|
||||
color: #444;
|
||||
border-radius: 0; /* Override WooCommerce dialog styles - jQuery UI 1.11.4 - WP < 5.6 */
|
||||
}
|
||||
.ui-dialog.pll-confirmation-modal .ui-dialog-titlebar {
|
||||
background: #fcfcfc;
|
||||
border-radius: 0;
|
||||
border: 0;
|
||||
border-bottom: 1px solid #dfdfdf;
|
||||
height: 36px;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
line-height: 2;
|
||||
padding: 0 36px 0 16px;
|
||||
color: #444;
|
||||
position: static;
|
||||
}
|
||||
.ui-dialog.pll-confirmation-modal .ui-dialog-title {
|
||||
float: none;
|
||||
width: auto;
|
||||
margin: 0;
|
||||
}
|
||||
.pll-confirmation-modal .ui-widget-header .ui-icon {
|
||||
background: none;
|
||||
position: static;
|
||||
}
|
||||
.pll-confirmation-modal .ui-button.ui-dialog-titlebar-close {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
border: 0; /* Override WooCommerce dialog styles - jQuery UI 1.11.4 - WP < 5.6 */
|
||||
background: none; /* Override WooCommerce dialog styles - jQuery UI 1.11.4 - WP < 5.6 */
|
||||
}
|
||||
.ui-dialog.pll-confirmation-modal .ui-dialog-content {
|
||||
border: 0;
|
||||
padding: 16px;
|
||||
color: #444;
|
||||
position: static;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.ui-dialog.pll-confirmation-modal .ui-dialog-buttonpane{
|
||||
margin: 0;
|
||||
padding: 16px;
|
||||
border: 0;
|
||||
background: #fcfcfc;
|
||||
border-top: 1px solid #dfdfdf;
|
||||
}
|
||||
.ui-dialog.pll-confirmation-modal .ui-dialog-buttonpane .ui-button{
|
||||
margin: 0 0 0 16px;
|
||||
padding: 0 10px 1px;
|
||||
background: #f7f7f7;
|
||||
border: 1px solid #cccccc;
|
||||
border-radius: 3px;
|
||||
position: static;
|
||||
line-height: 2;
|
||||
vertical-align: top;
|
||||
}
|
||||
.ui-dialog.pll-confirmation-modal .ui-button:hover,
|
||||
.ui-dialog.pll-confirmation-modal .ui-button:focus {
|
||||
background: #fafafa;
|
||||
border-color: #999;
|
||||
color: #23282d;
|
||||
}
|
||||
.pll-confirmation-modal + .ui-widget-overlay {
|
||||
background: #000;
|
||||
opacity: 0.7;
|
||||
z-index: 100101;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.pll-confirmation-modal .ui-widget,.pll-confirmation-modal.ui-widget,.pll-confirmation-modal.ui-widget .ui-widget{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.pll-confirmation-modal.ui-dialog{background:#fff;border:0;border-radius:0;color:#444;padding:0;z-index:100102}.ui-dialog.pll-confirmation-modal .ui-dialog-titlebar{background:#fcfcfc;border:0;border-bottom:1px solid #dfdfdf;border-radius:0;color:#444;font-size:18px;font-weight:600;height:36px;line-height:2;padding:0 36px 0 16px;position:static}.ui-dialog.pll-confirmation-modal .ui-dialog-title{float:none;margin:0;width:auto}.pll-confirmation-modal .ui-widget-header .ui-icon{background:none;position:static}.pll-confirmation-modal .ui-button.ui-dialog-titlebar-close{background:none;border:0;height:36px;margin:0;padding:0;right:0;top:0;width:36px}.ui-dialog.pll-confirmation-modal .ui-dialog-content{border:0;box-sizing:border-box;color:#444;padding:16px;position:static}.ui-dialog.pll-confirmation-modal .ui-dialog-buttonpane{background:#fcfcfc;border:0;border-top:1px solid #dfdfdf;margin:0;padding:16px}.ui-dialog.pll-confirmation-modal .ui-dialog-buttonpane .ui-button{background:#f7f7f7;border:1px solid #ccc;border-radius:3px;line-height:2;margin:0 0 0 16px;padding:0 10px 1px;position:static;vertical-align:top}.ui-dialog.pll-confirmation-modal .ui-button:focus,.ui-dialog.pll-confirmation-modal .ui-button:hover{background:#fafafa;border-color:#999;color:#23282d}.pll-confirmation-modal+.ui-widget-overlay{background:#000;opacity:.7;z-index:100101}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
.wp-block-polylang-navigation-language-switcher a:not(:first-child) {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
.wp-block-polylang-navigation-language-switcher a:not(:first-child){margin-left:1rem}
|
||||
@@ -0,0 +1,239 @@
|
||||
/* Greatly modified version of the jquery-ui.css */
|
||||
|
||||
.ui-widget-overlay {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.ui-menu {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
display: block;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.ui-menu .ui-menu {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.ui-menu .ui-menu-item {
|
||||
position: relative;
|
||||
margin: 0;
|
||||
padding: 3px 1em 3px .4em;
|
||||
cursor: pointer;
|
||||
min-height: 0; /* support: IE7 */
|
||||
/* support: IE10, see #8844 */
|
||||
list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
|
||||
}
|
||||
|
||||
/* for jQuery UI 1.12 which introduces a wrapper */
|
||||
.ui-menu .ui-menu-item:not([role]) {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.ui-menu-item-wrapper {
|
||||
padding: 3px 1em 3px 2em;
|
||||
}
|
||||
.rtl .ui-menu .ui-menu-item {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* icon support */
|
||||
.ui-menu-icons {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.ui-menu-icons .ui-menu-item[role] {
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
||||
.rtl .ui-menu-item-wrapper, /* for jQuery UI 1.12 which introduces a wrapper */
|
||||
.rtl .ui-menu-icons .ui-menu-item[role] {
|
||||
padding-left: 1em;
|
||||
padding-right: 2em;
|
||||
}
|
||||
|
||||
/* left-aligned */
|
||||
.ui-selectmenu-text .ui-icon,
|
||||
.ui-menu .ui-icon {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: .3em;
|
||||
margin: auto 0;
|
||||
}
|
||||
|
||||
.rtl .ui-selectmenu-text .ui-icon,
|
||||
.rtl .ui-menu .ui-icon {
|
||||
right: .3em;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
/* right-aligned */
|
||||
.ui-menu .ui-menu-icon {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.ui-selectmenu-menu {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ui-selectmenu-menu .ui-menu {
|
||||
overflow: auto;
|
||||
/* Support: IE7 */
|
||||
overflow-x: hidden;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
|
||||
font-size: 1em;
|
||||
font-weight: bold;
|
||||
line-height: 23px;
|
||||
padding: 2px 0.4em;
|
||||
margin: 0.5em 0 0 0;
|
||||
height: auto;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.ui-selectmenu-open {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.ui-selectmenu-button, /* jQuery UI 1.11.4 - WP < 5.6 */
|
||||
.ui-selectmenu-button.ui-button {
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
text-decoration: none;
|
||||
box-sizing: border-box; /* To keep width calculation in percent since WP 5.6 */
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
vertical-align: top;
|
||||
padding: 0;
|
||||
line-height: normal; /* Override WC Bookings styles with WP < 5.6 */
|
||||
height: 28px; /* Override WC Bookings styles with WP < 5.6 */
|
||||
}
|
||||
|
||||
.ui-selectmenu-button span.ui-icon {
|
||||
right: 0.5em;
|
||||
left: auto;
|
||||
position: absolute;
|
||||
top: 26%;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
text-indent: 0; /* due to text-indent for jquery ui-dialog in wizard */
|
||||
background: none;
|
||||
}
|
||||
|
||||
.rtl .ui-selectmenu-button span.ui-icon {
|
||||
left: 0.5em;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
|
||||
.ui-selectmenu-button.ui-widget span.ui-selectmenu-text, /* Override WC Bookings styles with WP < 5.6 */
|
||||
.ui-selectmenu-button span.ui-selectmenu-text {
|
||||
text-align: left;
|
||||
padding: 0.1em 2.1em 0.2em 2em;
|
||||
display: block;
|
||||
line-height: 23px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.rtl .ui-selectmenu-button span.ui-selectmenu-text {
|
||||
text-align: right;
|
||||
padding: 0.2em 2em 0.2em 2.1em;
|
||||
}
|
||||
|
||||
.ui-widget-content,
|
||||
.ui-state-default,
|
||||
.ui-selectmenu-button.ui-state-default, /* Override WC Bookings styles with WP < 5.6 */
|
||||
.ui-button.ui-selectmenu-button-closed, /* To be compatible jQuery UI 1.12.1 since WordPress 5.6 */
|
||||
.ui-button.ui-selectmenu-button-open, /* To be compatible jQuery UI 1.12.1 since WordPress 5.6 */
|
||||
.ui-widget-content .ui-state-default,
|
||||
.ui-widget-header .ui-state-default {
|
||||
background: #fff;
|
||||
border: 1px solid #ddd;
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
|
||||
color: #32373c;
|
||||
}
|
||||
/* Override to have same styles as WP form styles since WordPress 5.4 */
|
||||
.languages_page_mlang .ui-selectmenu-button.ui-state-default,
|
||||
.languages_page_mlang .ui-selectmenu-button.ui-selectmenu-button-closed, /* To be compatible jQuery UI 1.12.1 since WordPress 5.6 */
|
||||
.languages_page_mlang .ui-selectmenu-button.ui-selectmenu-button-open{ /* To be compatible jQuery UI 1.12.1 since WordPress 5.6 */
|
||||
box-shadow: 0 0 0 transparent;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #7e8993;
|
||||
}
|
||||
|
||||
/* From this line and below: override WooCommerce bookings plugin styles which overrides default WordPress styles */
|
||||
.pll-selectmenu-menu .ui-widget,
|
||||
.pll-selectmenu-button.ui-widget {
|
||||
font-size: 13px;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
}
|
||||
|
||||
.languages_page_mlang .ui-button.ui-selectmenu-button:focus{
|
||||
color: #016087; /* Same color as WordPress focused select HTML tag */
|
||||
border-color: #007cba;
|
||||
box-shadow: 0 0 0 1px #007cba;
|
||||
outline: 2px solid transparent;
|
||||
background: #fff; /* Override bookings plugin styles which overrides default WordPress styles */
|
||||
}
|
||||
|
||||
.languages_page_mlang .ui-menu-item,
|
||||
.languages_page_mlang .ui-widget-content .ui-state-hover,
|
||||
.languages_page_mlang .ui-widget-content .ui-state-focus,
|
||||
.languages_page_mlang .ui-widget-content .ui-state-active {
|
||||
color: #016087; /* Same color as option in a WordPress focused select HTML tag */
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.ui-selectmenu-open .ui-widget-content .ui-state-hover, /* Override WC Bookings styles with WP < 5.6 */
|
||||
.ui-selectmenu-open .ui-widget-content .ui-state-focus, /* Override WC Bookings styles with WP < 5.6 */
|
||||
.ui-selectmenu-open .ui-widget-content .ui-state-active, /* Override WC Bookings styles with WP < 5.6 */
|
||||
.pll-selectmenu-menu .ui-widget-content .ui-state-hover,
|
||||
.pll-selectmenu-menu .ui-widget-content .ui-state-focus,
|
||||
.pll-selectmenu-menu .ui-widget-content .ui-state-active { /* To be compatible jQuery UI 1.12.1 since WordPress 5.6 */
|
||||
background: #d5d5d5;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.ui-selectmenu-button.ui-state-focus {
|
||||
border: 1px solid #5b9dd9;
|
||||
box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
|
||||
}
|
||||
|
||||
.ui-icon-triangle-1-s:before {
|
||||
content: "";
|
||||
background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 0px top 55%;
|
||||
background-size: 16px 16px;
|
||||
box-sizing: border-box;
|
||||
position: absolute;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.pll-selectmenu-button.ui-button:hover,
|
||||
.pll-wizard .ui-button:hover,
|
||||
.pll-wizard .ui-button:focus {
|
||||
background: #fff; /* To override jQuery ui-dialog styles provided by WordPress */
|
||||
}
|
||||
|
||||
.ui-widget-content {
|
||||
max-height: 231px;
|
||||
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.ui-widget-overlay{height:100%;left:0;position:fixed;top:0;width:100%}.ui-menu{display:block;list-style:none;margin:0;outline:none;padding:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{cursor:pointer;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);margin:0;min-height:0;padding:3px 1em 3px .4em;position:relative}.ui-menu .ui-menu-item:not([role]){padding:0}.ui-menu-item-wrapper{padding:3px 1em 3px 2em}.rtl .ui-menu .ui-menu-item{text-align:right}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item[role]{padding-left:2em}.rtl .ui-menu-icons .ui-menu-item[role],.rtl .ui-menu-item-wrapper{padding-left:1em;padding-right:2em}.ui-menu .ui-icon,.ui-selectmenu-text .ui-icon{bottom:0;left:.3em;margin:auto 0;position:absolute;top:0}.rtl .ui-menu .ui-icon,.rtl .ui-selectmenu-text .ui-icon{left:auto;right:.3em}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-selectmenu-menu{display:none;left:0;margin:0;padding:0;position:absolute;top:0}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{border:0;font-size:1em;font-weight:700;height:auto;line-height:23px;margin:.5em 0 0;padding:2px .4em}.ui-selectmenu-open{display:block}.ui-selectmenu-button,.ui-selectmenu-button.ui-button{box-sizing:border-box;display:inline-block;height:28px;line-height:normal;overflow:hidden;padding:0;position:relative;text-align:left;text-decoration:none;vertical-align:top;white-space:nowrap}.ui-selectmenu-button span.ui-icon{background:none;height:16px;left:auto;position:absolute;right:.5em;text-indent:0;top:26%;width:16px}.rtl .ui-selectmenu-button span.ui-icon{left:.5em;right:auto}.ui-selectmenu-button span.ui-selectmenu-text,.ui-selectmenu-button.ui-widget span.ui-selectmenu-text{display:block;line-height:23px;margin:0;overflow:hidden;padding:.1em 2.1em .2em 2em;text-align:left;text-overflow:ellipsis;white-space:nowrap}.rtl .ui-selectmenu-button span.ui-selectmenu-text{padding:.2em 2em .2em 2.1em;text-align:right}.ui-button.ui-selectmenu-button-closed,.ui-button.ui-selectmenu-button-open,.ui-selectmenu-button.ui-state-default,.ui-state-default,.ui-widget-content,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{background:#fff;border:1px solid #ddd;box-shadow:inset 0 1px 2px rgba(0,0,0,.07);color:#32373c}.languages_page_mlang .ui-selectmenu-button.ui-selectmenu-button-closed,.languages_page_mlang .ui-selectmenu-button.ui-selectmenu-button-open,.languages_page_mlang .ui-selectmenu-button.ui-state-default{border:1px solid #7e8993;border-radius:4px;box-shadow:0 0 0 transparent}.pll-selectmenu-button.ui-widget,.pll-selectmenu-menu .ui-widget{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.languages_page_mlang .ui-button.ui-selectmenu-button:focus{background:#fff;border-color:#007cba;box-shadow:0 0 0 1px #007cba;color:#016087;outline:2px solid transparent}.languages_page_mlang .ui-menu-item,.languages_page_mlang .ui-widget-content .ui-state-active,.languages_page_mlang .ui-widget-content .ui-state-focus,.languages_page_mlang .ui-widget-content .ui-state-hover{color:#016087;margin:0}.pll-selectmenu-menu .ui-widget-content .ui-state-active,.pll-selectmenu-menu .ui-widget-content .ui-state-focus,.pll-selectmenu-menu .ui-widget-content .ui-state-hover,.ui-selectmenu-open .ui-widget-content .ui-state-active,.ui-selectmenu-open .ui-widget-content .ui-state-focus,.ui-selectmenu-open .ui-widget-content .ui-state-hover{background:#d5d5d5;border:0}.ui-selectmenu-button.ui-state-focus{border:1px solid #5b9dd9;box-shadow:0 0 2px rgba(30,140,190,.8)}.ui-icon-triangle-1-s:before{background:#fff url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E") no-repeat right 0 top 55%;background-size:16px 16px;box-sizing:border-box;content:"";height:16px;position:absolute;width:16px}.pll-selectmenu-button.ui-button:hover,.pll-wizard .ui-button:focus,.pll-wizard .ui-button:hover{background:#fff}.ui-widget-content{box-shadow:0 2px 6px hsla(0,0%,39%,.3);max-height:231px}
|
||||
@@ -0,0 +1,952 @@
|
||||
@charset "UTF-8";
|
||||
body {
|
||||
margin: 65px auto 24px;
|
||||
box-shadow: none;
|
||||
background: #f1f1f1;
|
||||
padding: 0;
|
||||
border: 0; /* fix-pro #856 override WP install.css */
|
||||
}
|
||||
|
||||
#pll-logo {
|
||||
border: 0;
|
||||
margin: 0 0 24px;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
font-family: sans-serif;
|
||||
font-size: 64px;
|
||||
text-transform: uppercase;
|
||||
color: #000;
|
||||
line-height: normal;
|
||||
}
|
||||
#pll-logo a {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#pll-logo img {
|
||||
max-width: 100%;
|
||||
margin-right: 16px;
|
||||
}
|
||||
.rtl #pll-logo img {
|
||||
margin-right: 0;
|
||||
margin-left: 16px;
|
||||
}
|
||||
|
||||
.pll-wizard-footer {
|
||||
text-align: center
|
||||
}
|
||||
|
||||
.pll-wizard .select2-container {
|
||||
text-align: left;
|
||||
width: auto
|
||||
}
|
||||
|
||||
.pll-wizard .hidden {
|
||||
display: none
|
||||
}
|
||||
|
||||
.pll-wizard-content {
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, .13);
|
||||
padding: 2em;
|
||||
margin: 0 0 20px;
|
||||
background: #fff;
|
||||
overflow: hidden;
|
||||
zoom: 1;
|
||||
text-align: left;
|
||||
}
|
||||
.rtl .pll-wizard-content{
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.pll-wizard-content h1,
|
||||
.pll-wizard-content h2,
|
||||
.pll-wizard-content h3,
|
||||
.pll-wizard-content table {
|
||||
margin: 0 0 20px;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
color: #666;
|
||||
clear: none;
|
||||
font-weight: 500
|
||||
}
|
||||
|
||||
.pll-wizard-content p {
|
||||
margin: 20px 0;
|
||||
font-size: 1em;
|
||||
line-height: 1.75em;
|
||||
color: #666
|
||||
}
|
||||
|
||||
.pll-wizard-content table {
|
||||
font-size: 1em;
|
||||
line-height: 1.75em;
|
||||
color: #666;
|
||||
width: 100%;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.pll-wizard-content table td span{
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.pll-wizard-content table caption {
|
||||
caption-side: bottom;
|
||||
font-style: italic;
|
||||
text-align: right;
|
||||
}
|
||||
.rtl .pll-wizard-content table caption {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.pll-wizard-content table caption .icon-default-lang{
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.pll-wizard-content a {
|
||||
color: #a03f3f;
|
||||
}
|
||||
|
||||
.pll-wizard-content a:focus,
|
||||
.pll-wizard-content a:hover,
|
||||
.pll-wizard-footer-links:hover {
|
||||
color: #dd5454
|
||||
}
|
||||
|
||||
.pll-wizard-content .pll-wizard-next-steps {
|
||||
overflow: hidden;
|
||||
margin: 0 0 24px;
|
||||
padding-bottom: 2px
|
||||
}
|
||||
|
||||
.pll-wizard-content .pll-wizard-next-steps h2 {
|
||||
margin-bottom: 12px
|
||||
}
|
||||
|
||||
.pll-wizard-content .pll-wizard-next-steps .pll-wizard-next-steps-first {
|
||||
float: left;
|
||||
width: 50%;
|
||||
box-sizing: border-box
|
||||
}
|
||||
|
||||
.pll-wizard-content .pll-wizard-next-steps .pll-wizard-next-steps-last {
|
||||
float: right;
|
||||
width: 50%;
|
||||
box-sizing: border-box
|
||||
}
|
||||
|
||||
.pll-wizard-content .pll-wizard-next-steps ul {
|
||||
padding: 0 2em 0 0;
|
||||
list-style: none outside;
|
||||
margin: 0
|
||||
}
|
||||
|
||||
.pll-wizard-content .pll-wizard-next-steps ul li a {
|
||||
display: block;
|
||||
padding: 0 0 .75em
|
||||
}
|
||||
|
||||
.pll-wizard-content .pll-wizard-next-steps ul li a::before {
|
||||
color: #82878c;
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
display: inline-block;
|
||||
padding: 0 10px 0 0;
|
||||
top: 1px;
|
||||
position: relative;
|
||||
text-decoration: none!important;
|
||||
vertical-align: top
|
||||
}
|
||||
|
||||
.pll-wizard-steps {
|
||||
padding: 0 0 24px;
|
||||
margin: 0;
|
||||
list-style: none outside;
|
||||
overflow: hidden;
|
||||
color: #ccc;
|
||||
width: 100%;
|
||||
display: -webkit-inline-box;
|
||||
display: -webkit-inline-flex;
|
||||
display: inline-flex
|
||||
}
|
||||
|
||||
.pll-wizard-steps li {
|
||||
width: 100%;
|
||||
float: left;
|
||||
padding: 0 0 .8em;
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
border-bottom: 4px solid #ccc;
|
||||
line-height: 1.4em
|
||||
}
|
||||
|
||||
.pll-wizard-steps li a {
|
||||
color: #a03f3f;
|
||||
text-decoration: none;
|
||||
padding: 1.5em;
|
||||
margin: -1.5em;
|
||||
position: relative;
|
||||
z-index: 1
|
||||
}
|
||||
|
||||
.pll-wizard-steps li a:focus,
|
||||
.pll-wizard-steps li a:hover {
|
||||
color: #dd5454;
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
.pll-wizard-steps li::before {
|
||||
content: "";
|
||||
border: 4px solid #ccc;
|
||||
border-radius: 100%;
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
margin-left: -6px;
|
||||
margin-bottom: -8px;
|
||||
background: #fff
|
||||
}
|
||||
|
||||
.pll-wizard-steps li.active {
|
||||
border-color: #a03f3f;
|
||||
color: #a03f3f;
|
||||
font-weight: 700
|
||||
}
|
||||
|
||||
.pll-wizard-steps li.active::before {
|
||||
border-color: #a03f3f
|
||||
}
|
||||
|
||||
.pll-wizard-steps li.done {
|
||||
border-color: #a03f3f;
|
||||
color: #a03f3f
|
||||
}
|
||||
|
||||
.pll-wizard-steps li.done::before {
|
||||
border-color: #a03f3f;
|
||||
background: #a03f3f
|
||||
}
|
||||
|
||||
.pll-wizard .pll-wizard-actions {
|
||||
overflow: hidden;
|
||||
margin: 20px 0 0;
|
||||
position: relative
|
||||
}
|
||||
|
||||
.pll-wizard .pll-wizard-actions .button {
|
||||
font-size: 16px;
|
||||
font-weight: 300;
|
||||
padding: 1em 2em;
|
||||
line-height: 1em;
|
||||
margin-right: .5em;
|
||||
margin-bottom: 2px;
|
||||
margin-top: 10px;
|
||||
height: auto;
|
||||
border-radius: 4px;
|
||||
box-shadow: none;
|
||||
min-width: auto;
|
||||
border-color: #a03f3f;
|
||||
color: #a03f3f;
|
||||
}
|
||||
|
||||
.pll-wizard .pll-wizard-content .button {
|
||||
border-color: #a03f3f;
|
||||
color: #a03f3f;
|
||||
}
|
||||
|
||||
.pll-wizard .pll-wizard-content .button-primary,
|
||||
.pll-wizard .pll-wizard-actions .button-primary {
|
||||
background-color: #a03f3f;
|
||||
border-color: #a03f3f;
|
||||
color: #fff;
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 0 #a03f3f;
|
||||
text-shadow: 0 -1px 1px #a03f3f, 1px 0 1px #a03f3f, 0 1px 1px #a03f3f, -1px 0 1px #a03f3f;
|
||||
margin: 0;
|
||||
opacity: 1
|
||||
}
|
||||
|
||||
.pll-wizard .pll-wizard-content .button-small .dashicons {
|
||||
font-size: 15px;
|
||||
height: auto;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.pll-wizard .button-primary:active,
|
||||
.pll-wizard .button-primary:focus,
|
||||
.pll-wizard input[type="checkbox"]:focus + label.button-primary,
|
||||
.pll-wizard .button-primary:hover {
|
||||
background: #dd5454;
|
||||
border-color: #dd5454;
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 0 #dd5454
|
||||
}
|
||||
.pll-wizard .pll-wizard-actions .button-primary[disabled],
|
||||
.pll-wizard .pll-wizard-actions .button-primary:disabled,
|
||||
.pll-wizard .pll-wizard-actions .button-primary.disabled {
|
||||
cursor: wait;
|
||||
background-color: #bb5454 !important;
|
||||
border-color: #bb5454 !important;
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 0 #bb5454 !important;
|
||||
text-shadow: 0 -1px 1px #bb5454, 1px 0 1px #bb5454, 0 1px 1px #bb5454, -1px 0 1px #bb5454 !important;
|
||||
color: #ffa3a3 !important;
|
||||
}
|
||||
.pll-wizard-content p:last-child {
|
||||
margin-bottom: 0
|
||||
}
|
||||
|
||||
.pll-wizard-footer-links {
|
||||
font-size: .85em;
|
||||
color: #7b7b7b;
|
||||
margin: 1.18em auto;
|
||||
display: inline-block;
|
||||
text-align: center
|
||||
}
|
||||
|
||||
.pll-wizard-services {
|
||||
border: 1px solid #eee;
|
||||
padding: 0;
|
||||
margin: 0 0 1em;
|
||||
list-style: none outside;
|
||||
border-radius: 4px;
|
||||
overflow: hidden
|
||||
}
|
||||
|
||||
.pll-wizard-services p {
|
||||
margin: 0 0 1em 0;
|
||||
padding: 0;
|
||||
font-size: 1em;
|
||||
line-height: 1.5em
|
||||
}
|
||||
|
||||
.pll-wizard-service-item {
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
-webkit-flex-wrap: nowrap;
|
||||
flex-wrap: nowrap;
|
||||
-webkit-box-pack: justify;
|
||||
-webkit-justify-content: space-between;
|
||||
justify-content: space-between;
|
||||
padding: 0;
|
||||
border-bottom: 1px solid #eee;
|
||||
color: #666;
|
||||
-webkit-box-align: center;
|
||||
-webkit-align-items: center;
|
||||
align-items: center
|
||||
}
|
||||
|
||||
.media-step .pll-wizard-service-item{
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.media-step .pll-wizard-service-item:last-child{
|
||||
display: block;
|
||||
}
|
||||
|
||||
.media-step .pll-wizard-service-item .pll-wizard-service-enable{
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.pll-wizard-service-item:last-child {
|
||||
border-bottom: 0
|
||||
}
|
||||
|
||||
.pll-wizard-service-item .pll-wizard-service-name {
|
||||
-webkit-flex-basis: 0;
|
||||
flex-basis: 0;
|
||||
min-width: 160px;
|
||||
text-align: center;
|
||||
font-weight: 700;
|
||||
padding: 2em 0;
|
||||
-webkit-align-self: stretch;
|
||||
align-self: stretch;
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
-webkit-box-align: baseline;
|
||||
-webkit-align-items: baseline;
|
||||
align-items: baseline
|
||||
}
|
||||
|
||||
.pll-wizard-service-item .pll-wizard-service-name img {
|
||||
max-width: 75px
|
||||
}
|
||||
|
||||
.pll-wizard-service-item .pll-wizard-service-description {
|
||||
-webkit-box-flex: 1;
|
||||
-webkit-flex-grow: 1;
|
||||
flex-grow: 1;
|
||||
padding: 20px
|
||||
}
|
||||
|
||||
.pll-wizard-service-item .pll-wizard-service-example {
|
||||
padding: 0 20px 20px
|
||||
}
|
||||
|
||||
.pll-wizard-service-item .pll-wizard-service-example p{
|
||||
text-align: right;
|
||||
}
|
||||
.rtl .pll-wizard-service-item .pll-wizard-service-example p{
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.pll-wizard-service-item .pll-wizard-service-description p {
|
||||
margin-bottom: 1em
|
||||
}
|
||||
|
||||
.pll-wizard-service-item .pll-wizard-service-description p:last-child {
|
||||
margin-bottom: 0
|
||||
}
|
||||
|
||||
.pll-wizard-service-item .pll-wizard-service-description .pll-wizard-service-settings-description {
|
||||
display: block;
|
||||
font-style: italic;
|
||||
color: #999
|
||||
}
|
||||
|
||||
.pll-wizard-service-item .pll-wizard-service-enable {
|
||||
-webkit-flex-basis: 0;
|
||||
flex-basis: 0;
|
||||
min-width: 75px;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
padding: 2em 0;
|
||||
position: relative;
|
||||
max-height: 1.5em;
|
||||
-webkit-align-self: flex-start;
|
||||
align-self: flex-start;
|
||||
-webkit-box-ordinal-group: 4;
|
||||
-webkit-order: 3;
|
||||
order: 3
|
||||
}
|
||||
|
||||
.pll-wizard-service-item .pll-wizard-service-toggle {
|
||||
position: relative
|
||||
}
|
||||
|
||||
.pll-wizard-service-item .pll-wizard-service-toggle input[type=checkbox] {
|
||||
position:absolute;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.pll-wizard-service-item .pll-wizard-service-toggle input[type=checkbox] + label {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: 44px;
|
||||
height: 20px;
|
||||
border-radius: 10em;
|
||||
cursor: pointer;
|
||||
text-indent: -9999px;
|
||||
}
|
||||
|
||||
.pll-wizard-service-item .pll-wizard-service-toggle input[type=checkbox]:focus + label {
|
||||
border:1px dashed #777;
|
||||
}
|
||||
|
||||
.pll-wizard-service-item .pll-wizard-service-toggle input[type=checkbox] + label::before,
|
||||
.pll-wizard-service-item .pll-wizard-service-toggle input[type=checkbox] + label::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.pll-wizard-service-item .pll-wizard-service-toggle input[type=checkbox] + label::before {
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 44px;
|
||||
height: 20px;
|
||||
background: #ddd;
|
||||
border-radius: 10em;
|
||||
transition: background-color .2s;
|
||||
}
|
||||
|
||||
.pll-wizard-service-item .pll-wizard-service-toggle input[type=checkbox] + label::after {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
transition: all .2s;
|
||||
border-radius: 50%;
|
||||
background: #fff;
|
||||
margin: 2px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.pll-wizard-service-item .pll-wizard-service-toggle input[type=checkbox]:checked + label::before {
|
||||
background:#a03f3f;
|
||||
}
|
||||
|
||||
.pll-wizard-service-item .pll-wizard-service-toggle input[type=checkbox]:checked + label::after {
|
||||
right: 0;
|
||||
left:auto;
|
||||
}
|
||||
|
||||
.pll-wizard-service-item .pll-wizard-service-settings {
|
||||
display: none;
|
||||
margin-top: .75em;
|
||||
margin-bottom: 0;
|
||||
cursor: default
|
||||
}
|
||||
|
||||
.pll-wizard-service-item .pll-wizard-service-settings.hide {
|
||||
display: none
|
||||
}
|
||||
|
||||
.pll-wizard-service-item.checked .pll-wizard-service-settings {
|
||||
display: inline-block
|
||||
}
|
||||
|
||||
.pll-wizard-service-item.checked .pll-wizard-service-settings.hide {
|
||||
display: none
|
||||
}
|
||||
|
||||
.pll-wizard-service-item.closed {
|
||||
border-bottom: 0
|
||||
}
|
||||
|
||||
.step {
|
||||
text-align: center
|
||||
}
|
||||
|
||||
.pll-wizard .button .dashicons{
|
||||
vertical-align: middle;
|
||||
line-height: 1;
|
||||
}
|
||||
.rtl .dashicons-arrow-right-alt2:before {
|
||||
content: "\f341";
|
||||
}
|
||||
.pll-wizard .pll-wizard-actions .button:active,
|
||||
.pll-wizard .pll-wizard-actions .button:focus,
|
||||
.pll-wizard .pll-wizard-actions .button:hover {
|
||||
box-shadow: none
|
||||
}
|
||||
|
||||
.pll-wizard-next-steps {
|
||||
border: 1px solid #eee;
|
||||
border-radius: 4px;
|
||||
list-style: none;
|
||||
padding: 0
|
||||
}
|
||||
|
||||
.pll-wizard-next-steps li {
|
||||
padding: 0
|
||||
}
|
||||
|
||||
.pll-wizard-next-steps .pll-wizard-next-step-item {
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
border-top: 1px solid #eee
|
||||
}
|
||||
|
||||
.pll-wizard-next-steps .pll-wizard-next-step-item.no-border,
|
||||
.pll-wizard-next-steps .pll-wizard-next-step-item:first-child {
|
||||
border-top: 0
|
||||
}
|
||||
|
||||
.pll-wizard-next-steps .pll-wizard-next-step-description {
|
||||
-webkit-box-flex: 1;
|
||||
-webkit-flex-grow: 1;
|
||||
flex-grow: 1;
|
||||
margin: 1.5em
|
||||
}
|
||||
|
||||
.pll-wizard-next-steps .pll-wizard-next-step-action {
|
||||
-webkit-box-flex: 0;
|
||||
-webkit-flex-grow: 0;
|
||||
flex-grow: 0;
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-webkit-align-items: center;
|
||||
align-items: center
|
||||
}
|
||||
|
||||
.pll-wizard-next-steps .pll-wizard-next-step-action .button {
|
||||
margin: 1em 1.5em
|
||||
}
|
||||
|
||||
.pll-wizard-next-steps .pll-wizard-next-step-item.no-border .pll-wizard-next-step-description,
|
||||
.pll-wizard-next-steps .pll-wizard-next-step-item.no-border .pll-wizard-actions,
|
||||
.pll-wizard-next-steps .pll-wizard-next-step-item.no-border .pll-wizard-next-step-action .button{
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
|
||||
.pll-wizard-next-steps p.next-step-heading {
|
||||
margin: 0;
|
||||
font-size: .95em;
|
||||
font-weight: 400;
|
||||
font-variant: all-petite-caps
|
||||
}
|
||||
|
||||
.pll-wizard-next-steps p.next-step-extra-info {
|
||||
margin: 0
|
||||
}
|
||||
|
||||
.pll-wizard-next-steps h3.next-step-description {
|
||||
margin: 0;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.pll-wizard-next-steps .pll-wizard-additional-steps {
|
||||
border-top: 1px solid #eee;
|
||||
}
|
||||
|
||||
.pll-wizard-next-steps .pll-wizard-additional-steps .pll-wizard-next-step-description {
|
||||
margin-bottom: 0
|
||||
}
|
||||
|
||||
.pll-wizard-next-steps .pll-wizard-additional-steps .pll-wizard-actions {
|
||||
margin: 0 0 1.5em 0;
|
||||
}
|
||||
|
||||
.pll-wizard-next-steps .pll-wizard-additional-steps .pll-wizard-actions .button {
|
||||
font-size: 15px;
|
||||
margin: 1em 0 1em 1.5em;
|
||||
}
|
||||
.rtl .pll-wizard-next-steps .pll-wizard-additional-steps .pll-wizard-actions .button {
|
||||
margin: 1em 1.5em 1em 0;
|
||||
}
|
||||
|
||||
.pll-wizard-next-steps .pll-wizard-additional-steps .pll-wizard-actions .button::last-child {
|
||||
margin-right: 1.5em;
|
||||
}
|
||||
|
||||
.pll-wizard-content img{
|
||||
max-width: 100%;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
.rtl .pll-wizard-content img{
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
.pll-wizard-content .form-field label{
|
||||
margin-bottom: 5px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.pll-wizard-content .form-field select{
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.pll-wizard-content .languages-step select,
|
||||
.pll-wizard-content .untranslated-contents-step select{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.languages-step .form-field .button{
|
||||
margin-left: 15px;
|
||||
}
|
||||
.languages-step .form-field .button > span{
|
||||
margin-right: 0.3em;
|
||||
}
|
||||
.rtl .languages-step .form-field .button{
|
||||
margin-left: 0;
|
||||
margin-right: 15px;
|
||||
}
|
||||
.rtl .languages-step .form-field .button > span{
|
||||
margin-left: 0.3em;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.pll-wizard-content .languages-step .select-language-field{
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.pll-wizard-content #languages{
|
||||
display: none;
|
||||
}
|
||||
.pll-wizard-content #languages tr th:first-child{
|
||||
width: 80%;
|
||||
}
|
||||
.pll-wizard-content #languages .dashicons{
|
||||
color: #a03f3f;
|
||||
}
|
||||
.pll-wizard-content #languages img{
|
||||
margin-right: 5px;
|
||||
}
|
||||
.pll-wizard-content .error{
|
||||
color: #a03f3f;
|
||||
font-weight: bold;
|
||||
}
|
||||
.pll-wizard-content #messages .error{
|
||||
background: #fccfcf;
|
||||
padding: 0.5rem;
|
||||
border: 1px solid #a03f3f;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.pll-wizard-content #slide-toggle{
|
||||
position:absolute;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.pll-wizard-content #slide-toggle + label{
|
||||
position:relative;
|
||||
}
|
||||
.pll-wizard-content #slide-toggle + label + span{
|
||||
display: block;
|
||||
}
|
||||
|
||||
.pll-wizard-content #slide-toggle + label .dashicons{
|
||||
margin-right: 0.3em;
|
||||
}
|
||||
.rtl .pll-wizard-content #slide-toggle + label .dashicons{
|
||||
margin-left: 0.3em;
|
||||
margin-right: 0;
|
||||
}
|
||||
.pll-wizard-content #slide-toggle ~ #screenshot > img {
|
||||
max-height: 500px;
|
||||
margin-top: 10px;
|
||||
-webkit-transition: all .5s cubic-bezier(0, 1, 0.5, 1);
|
||||
transition: all .5s cubic-bezier(0, 1, 0.5, 1);
|
||||
}
|
||||
.pll-wizard-content #slide-toggle:checked ~ #screenshot > img {
|
||||
max-height: 0;
|
||||
}
|
||||
.hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
input[type="text"].field-in-error,
|
||||
input[type="password"].field-in-error,
|
||||
input[type="checkbox"].field-in-error,
|
||||
input[type="color"].field-in-error,
|
||||
input[type="date"].field-in-error,
|
||||
input[type="datetime"].field-in-error,
|
||||
input[type="datetime-local"].field-in-error,
|
||||
input[type="email"].field-in-error,
|
||||
input[type="month"].field-in-error,
|
||||
input[type="number"].field-in-error,
|
||||
input[type="search"].field-in-error,
|
||||
input[type="radio"].field-in-error,
|
||||
input[type="tel"].field-in-error,
|
||||
input[type="text"].field-in-error,
|
||||
input[type="time"].field-in-error,
|
||||
input[type="url"].field-in-error,
|
||||
input[type="week"].field-in-error,
|
||||
select.field-in-error,
|
||||
textarea.field-in-error,
|
||||
span.field-in-error,
|
||||
.field-in-error{
|
||||
border-color: #a03f3f;
|
||||
}
|
||||
|
||||
input[type="text"].field-in-error:focus,
|
||||
input[type="password"].field-in-error:focus,
|
||||
input[type="checkbox"].field-in-error:focus,
|
||||
input[type="color"].field-in-error:focus,
|
||||
input[type="date"].field-in-error:focus,
|
||||
input[type="datetime"].field-in-error:focus,
|
||||
input[type="datetime-local"].field-in-error:focus,
|
||||
input[type="email"].field-in-error:focus,
|
||||
input[type="month"].field-in-error:focus,
|
||||
input[type="number"].field-in-error:focus,
|
||||
input[type="search"].field-in-error:focus,
|
||||
input[type="radio"].field-in-error:focus,
|
||||
input[type="tel"].field-in-error:focus,
|
||||
input[type="text"].field-in-error:focus,
|
||||
input[type="time"].field-in-error:focus,
|
||||
input[type="url"].field-in-error:focus,
|
||||
input[type="week"].field-in-error:focus,
|
||||
select.field-in-error:focus,
|
||||
textarea.field-in-error:focus,
|
||||
span.field-in-error:focus,
|
||||
.field-in-error:focus{
|
||||
border: 1px solid #a03f3f;
|
||||
box-shadow: 0 0 2px rgba(160, 63, 63, 0.8);
|
||||
outline-color: #a03f3f;
|
||||
outline-style: auto;
|
||||
outline-width: thin;
|
||||
}
|
||||
|
||||
/* override install styles by returning back to forms styles */
|
||||
.form-table input.regular-text{
|
||||
width: 25em;
|
||||
}
|
||||
.form-table input.field-in-error{
|
||||
border-color: #a03f3f;
|
||||
}
|
||||
#pll-licenses-table td{
|
||||
padding: 10px 9px;
|
||||
}
|
||||
#pll-licenses-table .license-valid td p{
|
||||
min-width: 35em;
|
||||
}
|
||||
#pll-licenses-table .pll-deactivate-license{
|
||||
margin: 0 0 0 20px;
|
||||
}
|
||||
.rtl #pll-licenses-table .pll-deactivate-license{
|
||||
margin: 0 10px 0 0;
|
||||
}
|
||||
.pll-wizard-content .documentation {
|
||||
padding: 24px 24px 0;
|
||||
margin: 0 0 24px;
|
||||
overflow: hidden;
|
||||
background: #f5f5f5
|
||||
}
|
||||
|
||||
.pll-wizard-content .documentation p {
|
||||
padding: 0;
|
||||
margin: 0 0 12px;
|
||||
}
|
||||
.documentation-container {
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.documentation-container .documentation-button-container {
|
||||
-webkit-box-flex: 0;
|
||||
-webkit-flex-grow: 0;
|
||||
flex-grow: 0;
|
||||
}
|
||||
|
||||
.wc-setup .wc-setup-actions .button.documentation-button {
|
||||
height: 42px;
|
||||
padding: 0 1em;
|
||||
margin: 0;
|
||||
}
|
||||
#dialog{
|
||||
display: none;
|
||||
}
|
||||
.pll-wizard .ui-dialog.ui-widget-content{
|
||||
max-height: none;
|
||||
}
|
||||
.pll-wizard .ui-dialog-title::before{
|
||||
content: "\f534";
|
||||
font-family: dashicons;
|
||||
display: inline-block;
|
||||
line-height: 1;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
speak: none;
|
||||
text-decoration: inherit;
|
||||
text-transform: none;
|
||||
text-rendering: auto;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
font-size: 20px;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
margin: 0 5px 5px 0;
|
||||
transition: color 0.1s ease-in;
|
||||
}
|
||||
.rtl.pll-wizard .ui-dialog-title::before{
|
||||
margin-right: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
.pll-wizard .ui-dialog ul{
|
||||
list-style: disc;
|
||||
padding-left: 20px;
|
||||
}
|
||||
.rtl.pll-wizard .ui-dialog ul{
|
||||
padding-left: 0;
|
||||
padding-right: 20px;
|
||||
}
|
||||
.pll-wizard li{
|
||||
margin-bottom: 0;
|
||||
}
|
||||
#translations{
|
||||
border-collapse: collapse;
|
||||
}
|
||||
#translations tbody:nth-child(odd){
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
#translations.striped > tbody > :nth-child(odd) {
|
||||
background-color: transparent; /* Override common WordPress style */
|
||||
}
|
||||
.pll-wizard-content mark{
|
||||
background: transparent none;
|
||||
}
|
||||
.pll-wizard-content mark{
|
||||
color: #7ad03a;
|
||||
}
|
||||
@media screen and (max-width: 782px) {
|
||||
/* Override WordPress button css rules */
|
||||
.languages-step .form-field .button{
|
||||
font-size: 13px;
|
||||
line-height: 26px;
|
||||
height: 28px;
|
||||
padding: 0 10px 1px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#pll-licenses-table .pll-deactivate-license{
|
||||
margin: 10px 0 5px;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width:620px) {
|
||||
/* Override dialog width rule */
|
||||
.ui-dialog{
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
}
|
||||
@media only screen and (max-width:500px) {
|
||||
#pll-logo a,
|
||||
.select-language-field{
|
||||
flex-direction: column;
|
||||
}
|
||||
.select-language-field .action-buttons{
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.languages-step .form-field .button{
|
||||
margin: 5px 0 0;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width:400px) {
|
||||
#pll-logo {
|
||||
font-size: 56px;
|
||||
}
|
||||
.pll-wizard-steps {
|
||||
display: none
|
||||
}
|
||||
.pll-wizard-service-item {
|
||||
-webkit-flex-wrap: wrap;
|
||||
flex-wrap: wrap
|
||||
}
|
||||
.pll-wizard-service-item .pll-wizard-service-enable {
|
||||
-webkit-box-ordinal-group: 3;
|
||||
-webkit-order: 2;
|
||||
order: 2;
|
||||
padding: 20px 0 0
|
||||
}
|
||||
.pll-wizard-service-item .pll-wizard-service-description {
|
||||
-webkit-box-ordinal-group: 4;
|
||||
-webkit-order: 3;
|
||||
order: 3
|
||||
}
|
||||
.pll-wizard-service-item .pll-wizard-service-name {
|
||||
padding: 20px 20px 0;
|
||||
text-align: left;
|
||||
-webkit-box-pack: justify!important;
|
||||
-webkit-justify-content: space-between!important;
|
||||
justify-content: space-between!important
|
||||
}
|
||||
.pll-wizard-service-item .pll-wizard-service-name img {
|
||||
margin: 0
|
||||
}
|
||||
.pll-wizard-next-steps .pll-wizard-next-step-item {
|
||||
-webkit-flex-wrap: wrap;
|
||||
flex-wrap: wrap
|
||||
}
|
||||
.pll-wizard-next-steps .pll-wizard-next-step-item .pll-wizard-next-step-description {
|
||||
margin-bottom: 0
|
||||
}
|
||||
.pll-wizard-next-steps .pll-wizard-next-step-item .pll-wizard-next-step-action p {
|
||||
margin: 0
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width:360px) {
|
||||
#pll-logo {
|
||||
font-size: 48px;
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user