| 1 |
/** |
| 2 |
* All of the CSS for your admin-specific functionality should be |
| 3 |
* included in this file. |
| 4 |
*/ |
| 5 |
.darkify-field-image_select.icon_select img { |
| 6 |
max-width: 175px; |
| 7 |
} |
| 8 |
|
| 9 |
|
| 10 |
.switcher_shortcode_input { |
| 11 |
padding: 4px 8px; |
| 12 |
cursor: pointer; |
| 13 |
width: 100%; |
| 14 |
} |
| 15 |
.switcher_shortcode_after_copy { |
| 16 |
bottom: 0; |
| 17 |
opacity: 0; |
| 18 |
z-index: 9999999; |
| 19 |
position: fixed; |
| 20 |
width: 230px; |
| 21 |
left: 50%; |
| 22 |
transform: translateX(-50%); |
| 23 |
text-align: center; |
| 24 |
padding: 15px 15px; |
| 25 |
line-height: 15px; |
| 26 |
color: #fff; |
| 27 |
border-radius: 3px; |
| 28 |
background: #32373c; |
| 29 |
border: 1px solid #32373c |
| 30 |
} |
| 31 |
|
| 32 |
.switcher_shortcode_after_copy i { |
| 33 |
font-size: 14px; |
| 34 |
margin-right: 5px; |
| 35 |
color: #5db62e |
| 36 |
} |
| 37 |
|
| 38 |
/**** PRO CSS ****/ |
| 39 |
.darkify-pro-only { |
| 40 |
position: relative; |
| 41 |
/* pointer-events: none; */ |
| 42 |
opacity: 0.75; |
| 43 |
} |
| 44 |
|
| 45 |
.darkify-pro-only::after { |
| 46 |
content: "PRO"; |
| 47 |
position: absolute; |
| 48 |
right: 10px; |
| 49 |
top: 0px; |
| 50 |
font-weight: 600; |
| 51 |
z-index: 999; |
| 52 |
background-color: #cbd6df; |
| 53 |
color: #5e6e7d; |
| 54 |
padding: 2px 8px; |
| 55 |
font-size: 10px; |
| 56 |
} |
| 57 |
.only_pro button, .only_pro input, .only_pro textarea, .only_pro .chosen-container { |
| 58 |
pointer-events: none; |
| 59 |
opacity: 0.5; |
| 60 |
} |
| 61 |
.repeater_pro_only .darkify-fieldset { |
| 62 |
pointer-events: none; |
| 63 |
opacity: 0.5; |
| 64 |
} |
| 65 |
.darkify--switcher.only_pro_switcher .darkify--ball::after, |
| 66 |
.darkify-field.only_pro .darkify--inputs:after { |
| 67 |
content: "PRO"; |
| 68 |
position: relative; |
| 69 |
text-align: center; |
| 70 |
width: 24px; |
| 71 |
float: right; |
| 72 |
font-weight: 600; |
| 73 |
font-size: 8px; |
| 74 |
color: #8796a1; |
| 75 |
opacity: 1; |
| 76 |
line-height: 18px; |
| 77 |
} |
| 78 |
|
| 79 |
/* Review notice */ |
| 80 |
#darkify-review-notice { |
| 81 |
padding: 18px 15px 18px 0; |
| 82 |
background-color: #fff; |
| 83 |
border-radius: 5px; |
| 84 |
margin: 20px 20px 0 0; |
| 85 |
box-shadow: 0 0 20px 0 rgba(36,39,50,.08) |
| 86 |
} |
| 87 |
|
| 88 |
#darkify-review-notice .darkify-plugin-icon { |
| 89 |
width: 125px; |
| 90 |
float: left; |
| 91 |
line-height: 90px; |
| 92 |
text-align: center; |
| 93 |
margin-left: 8px |
| 94 |
} |
| 95 |
|
| 96 |
#darkify-review-notice .darkify-plugin-icon img { |
| 97 |
max-width: 94px; |
| 98 |
vertical-align: middle; |
| 99 |
margin-right: 8px |
| 100 |
} |
| 101 |
|
| 102 |
#darkify-review-notice .darkify-notice-text { |
| 103 |
overflow: hidden |
| 104 |
} |
| 105 |
|
| 106 |
#darkify-review-notice .darkify-notice-text h3 { |
| 107 |
font-size: 24px; |
| 108 |
margin: 0 0 5px; |
| 109 |
font-weight: 400; |
| 110 |
line-height: 1 |
| 111 |
} |
| 112 |
|
| 113 |
#darkify-review-notice .darkify-notice-text p { |
| 114 |
margin: 10px 0 10px 0; |
| 115 |
font-size: 13px |
| 116 |
} |
| 117 |
|
| 118 |
#darkify-review-notice .darkify-notice-text p.darkify-review-actions { |
| 119 |
margin: 10px 0 2px 0 |
| 120 |
} |
| 121 |
|
| 122 |
#darkify-review-notice .darkify-notice-text .darkify-review-actions a { |
| 123 |
text-decoration: none; |
| 124 |
margin-right: 8px; |
| 125 |
color: #63a37b; |
| 126 |
display: inline-block; |
| 127 |
position: relative |
| 128 |
} |
| 129 |
|
| 130 |
#darkify-review-notice .darkify-notice-text .darkify-review-actions a span { |
| 131 |
padding-right: 2px |
| 132 |
} |
| 133 |
|
| 134 |
#darkify-review-notice .darkify-notice-text .darkify-review-actions a.button { |
| 135 |
color: #fff |
| 136 |
} |