| @@ -1,269 +1,226 @@ | ||
| 1 | -.wck-post-box{ | |
| 2 | - visibility:hidden; | |
| 3 | - height:0; | |
| 4 | -} | |
| 5 | - | |
| 6 | -.mb-list-entry-fields li{ | |
| 7 | - margin-bottom:15px; | |
| 8 | - clear:both; | |
| 9 | - overflow:hidden; | |
| 10 | -} | |
| 11 | - | |
| 12 | -.mb-right-column{ | |
| 13 | - overflow:hidden; | |
| 14 | -} | |
| 15 | - | |
| 16 | -.field-label{ | |
| 17 | - /* width:190px; */ | |
| 18 | - float:left; | |
| 19 | - min-height:30px; | |
| 20 | - font-weight:bold; | |
| 21 | - padding-right:10px; | |
| 22 | -} | |
| 23 | - | |
| 24 | -.field-label.error{ | |
| 25 | - color:#ff0000; | |
| 26 | -} | |
| 27 | - | |
| 28 | -.field-label .required{ | |
| 29 | - color:#ff0000; | |
| 30 | - padding:0 2px; | |
| 31 | -} | |
| 32 | - | |
| 33 | -.mb-right-column label{ | |
| 34 | - padding:0 6px 0 0; | |
| 35 | -} | |
| 36 | - | |
| 37 | -.mb-right-column input[type="checkbox"], .mb-right-column input[type="radio"]{ | |
| 38 | - margin-right:3px; | |
| 39 | -} | |
| 40 | - | |
| 41 | -#mb-ajax-loading{ | |
| 42 | - position:absolute; | |
| 43 | - top:0; | |
| 44 | - left:0; | |
| 45 | - width:100%; | |
| 46 | - height:100%; | |
| 47 | - background:url(images/ajax-loader.gif) center center no-repeat; z-index:999; | |
| 48 | -} | |
| 49 | - | |
| 50 | -.mb-table-container pre{ | |
| 51 | - display:inline-block; | |
| 52 | - vertical-align:top; | |
| 53 | - margin:0; | |
| 54 | - white-space: -moz-pre-wrap; | |
| 55 | - white-space: -pre-wrap; | |
| 56 | - white-space: -o-pre-wrap; | |
| 57 | - white-space: pre-wrap; | |
| 58 | - word-wrap: break-word; | |
| 59 | -} | |
| 60 | - | |
| 61 | - | |
| 62 | -.wck-edit, .wck-delete, .wck-number{ | |
| 63 | - width:50px; | |
| 64 | - text-align:center !important; | |
| 65 | -} | |
| 66 | - | |
| 67 | -td.wck-number{ | |
| 68 | - cursor:move; | |
| 69 | -} | |
| 70 | - | |
| 71 | -.wck-content > ul{ | |
| 72 | - margin:0; | |
| 73 | -} | |
| 74 | - | |
| 75 | -.not-sortable td.wck-number{ | |
| 76 | - cursor:auto; | |
| 77 | -} | |
| 78 | - | |
| 79 | -.wck-edit .button-secondary{ | |
| 80 | - padding:0 15px; | |
| 81 | -} | |
| 82 | - | |
| 83 | -.mbdelete, .wck-remove-upload{ | |
| 84 | - color:#BC0B0B; | |
| 85 | - cursor:pointer; | |
| 86 | -} | |
| 87 | - | |
| 88 | -.mbdelete:hover, .wck-remove-upload:hover{ | |
| 89 | - color:#FF0000; | |
| 90 | -} | |
| 91 | - | |
| 92 | -.mb-list-entry-fields{ | |
| 93 | - list-style:none; | |
| 94 | -} | |
| 95 | - | |
| 96 | -.mb-table-container tr:nth-child(2n+1) { | |
| 97 | - background-color:#FCFCFC; | |
| 98 | -} | |
| 99 | - | |
| 100 | -.mb-table-container tr:last-child td { | |
| 101 | - border-bottom: 0 none; | |
| 102 | -} | |
| 103 | - | |
| 104 | -.mb-table-container tr td { | |
| 105 | - background: none repeat scroll 0 0 transparent; | |
| 106 | - border-bottom: 1px solid #EDEDED; | |
| 107 | - border-right: 1px solid #EDEDED; | |
| 108 | - padding: 8px; | |
| 109 | - position: relative; | |
| 110 | -} | |
| 111 | - | |
| 112 | -.mb-table-container tr td:last-child { | |
| 113 | - border-right: 0 none; | |
| 114 | -} | |
| 115 | - | |
| 116 | -.mb-table-container thead > tr > th { | |
| 117 | - border-right: 1px solid #E1E1E1; | |
| 118 | -} | |
| 119 | - | |
| 120 | -.mb-table-container tr > th:last-child { | |
| 121 | - border-right: 0 none; | |
| 122 | -} | |
| 123 | - | |
| 124 | -.mb-textarea{ | |
| 125 | - width:60%; | |
| 126 | - max-width:600px; | |
| 127 | - height:130px; | |
| 128 | -} | |
| 129 | -.mb-text-input{ | |
| 130 | - width:40%; | |
| 131 | - max-width:400px; | |
| 132 | -} | |
| 133 | - | |
| 134 | -.mb-select{ | |
| 135 | - min-width:150px; | |
| 136 | -} | |
| 137 | - | |
| 138 | -/* upload field */ | |
| 139 | -.upload-field-details{ | |
| 140 | - display:inline-block; | |
| 141 | - vertical-align:middle; | |
| 142 | - min-height:24px; | |
| 143 | - padding:2px 0; | |
| 144 | -} | |
| 145 | - | |
| 146 | -.upload-field-details p{ | |
| 147 | - margin:2px 0 0; | |
| 148 | -} | |
| 149 | - | |
| 150 | -.upload-field-details img{ | |
| 151 | - margin:0 5px; | |
| 152 | - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); | |
| 153 | -} | |
| 154 | - | |
| 155 | -.upload-field-details > *{ | |
| 156 | - float:left; | |
| 157 | -} | |
| 158 | - | |
| 159 | -.upload-field-details span{ | |
| 160 | - display:block; | |
| 161 | -} | |
| 162 | - | |
| 163 | -.upload-field-details .file-name{ | |
| 164 | - font-weight:bold; | |
| 165 | - color:#21759B; | |
| 166 | -} | |
| 167 | - | |
| 168 | - | |
| 169 | -/* Settings page. */ | |
| 170 | -.side .form-table th { | |
| 171 | - width: 20%; | |
| 172 | - font-weight: bold; | |
| 173 | - text-align: left; | |
| 174 | - padding-left: 0; | |
| 175 | -} | |
| 176 | - | |
| 177 | -.wck-post-body{ | |
| 178 | - clear: left; | |
| 179 | - float: left; | |
| 180 | - margin-right: -2000px; | |
| 181 | - width: 100%; | |
| 182 | -} | |
| 183 | - | |
| 184 | -.metabox-holder .column-1 { | |
| 185 | - margin-right:300px; | |
| 186 | -} | |
| 187 | -.metabox-holder .column-2 { | |
| 188 | - float: right; | |
| 189 | - width: 280px; | |
| 190 | - clear:right; | |
| 191 | - position:relative; | |
| 192 | -} | |
| 193 | -.metabox-holder .column-3 { | |
| 194 | - clear: both; | |
| 195 | - margin-right:300px; | |
| 196 | -} | |
| 197 | - | |
| 198 | -/* wysiwyg */ | |
| 199 | -.mb-right-column .wp_themeSkin table.mceLayout{ | |
| 200 | - border-color: #CCCCCC #CCCCCC #DFDFDF; | |
| 201 | - border-style: solid; | |
| 202 | - border-top-left-radius: 3px; | |
| 203 | - border-top-right-radius: 3px; | |
| 204 | - border-width: 1px; | |
| 205 | - background-color:#fff; | |
| 206 | -} | |
| 207 | - | |
| 208 | -/* nested repeater */ | |
| 209 | -.mb-table-container .wck-nested{ | |
| 210 | - background:#F5F5F5; | |
| 211 | - border:1px solid #DFDFDF; | |
| 212 | - box-shadow: 0 1px 0 #FFFFFF; | |
| 213 | -} | |
| 214 | - | |
| 215 | -.mb-table-container .wck-nested > div{ | |
| 216 | - padding:10px; | |
| 217 | -} | |
| 218 | - | |
| 219 | -.mb-table-container li[data-type="nested-repeater"]{ | |
| 220 | - display:none; | |
| 221 | -} | |
| 222 | - | |
| 223 | -.wck_page_cptc-page #contextual-help-link-wrap, .wck_page_ctc-page #contextual-help-link-wrap, .wck_page_cfc-page #contextual-help-link-wrap, .wck_page_fep-page #contextual-help-link-wrap, .wck_page_opc-page #contextual-help-link-wrap{ | |
| 224 | - background: rgb(248,79,79); /* Old browsers */ | |
| 225 | - background: -moz-linear-gradient(top, rgba(248,79,79,1) 0%, rgba(210,11,11,1) 100%); /* FF3.6+ */ | |
| 226 | - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,79,79,1)), color-stop(100%,rgba(210,11,11,1))); /* Chrome,Safari4+ */ | |
| 227 | - background: -webkit-linear-gradient(top, rgba(248,79,79,1) 0%,rgba(210,11,11,1) 100%); /* Chrome10+,Safari5.1+ */ | |
| 228 | - background: -o-linear-gradient(top, rgba(248,79,79,1) 0%,rgba(210,11,11,1) 100%); /* Opera 11.10+ */ | |
| 229 | - background: -ms-linear-gradient(top, rgba(248,79,79,1) 0%,rgba(210,11,11,1) 100%); /* IE10+ */ | |
| 230 | - background: linear-gradient(to bottom, rgba(248,79,79,1) 0%,rgba(210,11,11,1) 100%); /* W3C */ | |
| 231 | - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f84f4f', endColorstr='#d20b0b',GradientType=0 ); /* IE6-9 */ | |
| 232 | -} | |
| 233 | - | |
| 234 | -.wck_page_cptc-page #contextual-help-link-wrap #contextual-help-link, .wck_page_ctc-page #contextual-help-link-wrap #contextual-help-link, .wck_page_cfc-page #contextual-help-link-wrap #contextual-help-link, .wck_page_fep-page #contextual-help-link-wrap #contextual-help-link, .wck_page_opc-page #contextual-help-link-wrap #contextual-help-link{ | |
| 235 | - padding-left:55px; | |
| 236 | - color: #FFFFFF; | |
| 237 | - text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7); | |
| 238 | -} | |
| 239 | - | |
| 240 | -.wck_page_cptc-page #contextual-help-link-wrap #contextual-help-link:before, .wck_page_ctc-page #contextual-help-link-wrap #contextual-help-link:before, .wck_page_cfc-page #contextual-help-link-wrap #contextual-help-link:before, .wck_page_fep-page #contextual-help-link-wrap #contextual-help-link:before, .wck_page_opc-page #contextual-help-link-wrap #contextual-help-link:before{ | |
| 241 | - content:"WCK"; | |
| 242 | - width:15px; | |
| 243 | - height:20px; | |
| 244 | - background:url( ../images/wck-icon-dark.png ) no-repeat 0 0; | |
| 245 | - position:absolute; | |
| 246 | - top:4px; | |
| 247 | - left:4px; | |
| 248 | - line-height: 16px; | |
| 249 | - padding-left: 18px; | |
| 250 | -} | |
| 251 | - | |
| 252 | -/*-------------------------------------------------------------- | |
| 253 | -Media Queries | |
| 254 | -@media screen and ( max-width: 878px ) { | |
| 255 | - .wck-post-body{ | |
| 256 | - float:none; | |
| 257 | - margin-right: 0; | |
| 258 | - } | |
| 259 | - | |
| 260 | - .metabox-holder .column-2{ | |
| 261 | - float:none; | |
| 262 | - width:100%; | |
| 263 | - } | |
| 264 | - | |
| 265 | - .metabox-holder .column-1{ | |
| 266 | - margin-right:0; | |
| 267 | - } | |
| 1 | +.mb-table-container pre { | |
| 2 | + display:inline-block; | |
| 3 | + vertical-align:top; | |
| 4 | + margin:0; | |
| 5 | + white-space: -moz-pre-wrap; | |
| 6 | + white-space: -pre-wrap; | |
| 7 | + white-space: -o-pre-wrap; | |
| 8 | + white-space: pre-wrap; | |
| 9 | + word-wrap: break-word; | |
| 10 | +} | |
| 11 | + | |
| 12 | +.wck-edit, | |
| 13 | +.wck-delete, | |
| 14 | +.wck-number { | |
| 15 | + text-align:center !important; | |
| 16 | +} | |
| 17 | + | |
| 18 | +.wck-number { | |
| 19 | + width:50px; | |
| 20 | +} | |
| 21 | + | |
| 22 | +.wck-edit, | |
| 23 | +.wck-delete{ | |
| 24 | + width:100px; | |
| 25 | +} | |
| 26 | + | |
| 27 | +td.wck-number { | |
| 28 | + cursor:move; | |
| 29 | +} | |
| 30 | + | |
| 31 | +.not-sortable td.wck-number { | |
| 32 | + cursor:auto; | |
| 33 | +} | |
| 34 | + | |
| 35 | +.wck-edit .button-secondary { | |
| 36 | + width: 80px; | |
| 37 | + height: 30px; | |
| 38 | + margin: 0 auto; | |
| 39 | +} | |
| 40 | + | |
| 41 | +.wppb-delete-all-fields, | |
| 42 | +.mbdelete, | |
| 43 | +.wck-remove-upload { | |
| 44 | + color:#e76054 !important; | |
| 45 | + text-decoration: none; | |
| 46 | + cursor:pointer; | |
| 47 | +} | |
| 48 | + | |
| 49 | +.wppb-delete-all-fields:hover, | |
| 50 | +.mbdelete:hover, | |
| 51 | +.wck-remove-upload:hover { | |
| 52 | + color:#e76054; | |
| 53 | + text-decoration: underline; | |
| 54 | +} | |
| 55 | + | |
| 56 | +.mb-list-entry-fields { | |
| 57 | + list-style:none; | |
| 58 | +} | |
| 59 | + | |
| 60 | +.mb-table-container tr:nth-child(2n+1) { | |
| 61 | + background-color:#FCFCFC; | |
| 62 | +} | |
| 63 | + | |
| 64 | +.mb-table-container tr:last-child td { | |
| 65 | + border-bottom: 0 none; | |
| 66 | +} | |
| 67 | + | |
| 68 | +.mb-table-container tr td { | |
| 69 | + background: none repeat scroll 0 0 transparent; | |
| 70 | + border-bottom: 1px solid #EDEDED; | |
| 71 | + border-right: 1px solid #EDEDED; | |
| 72 | + padding: 8px; | |
| 73 | + position: relative; | |
| 74 | +} | |
| 75 | + | |
| 76 | +.mb-table-container tr td:last-child { | |
| 77 | + border-right: 0 none; | |
| 78 | +} | |
| 79 | + | |
| 80 | +.mb-table-container thead > tr > th { | |
| 81 | + border-right: 1px solid #E1E1E1; | |
| 82 | +} | |
| 83 | + | |
| 84 | +.mb-table-container tr > th:last-child { | |
| 85 | + border-right: 0 none; | |
| 86 | +} | |
| 87 | + | |
| 88 | +.cozmoslabs-button-group { | |
| 89 | + display: flex; | |
| 90 | + align-items: center; | |
| 91 | + justify-content: flex-start; | |
| 92 | + gap: 35px; | |
| 93 | + margin-top: 35px; | |
| 94 | +} | |
| 95 | + | |
| 96 | +body.post-type-wppb-epf-cpt #poststuff, | |
| 97 | +body.post-type-wppb-rf-cpt #poststuff, | |
| 98 | +body.post-type-wppb-ul-cpt #poststuff { | |
| 99 | + max-width: 900px; | |
| 100 | + margin: 0 auto; | |
| 101 | +} | |
| 102 | + | |
| 103 | +@media screen and (min-width: 1402px) { | |
| 104 | + body.post-type-wppb-epf-cpt #poststuff, | |
| 105 | + body.post-type-wppb-rf-cpt #poststuff, | |
| 106 | + body.post-type-wppb-ul-cpt #poststuff { | |
| 107 | + max-width: 1200px; | |
| 108 | + } | |
| 109 | + | |
| 110 | + body.post-type-wppb-epf-cpt #wpbody-content > .wrap, | |
| 111 | + body.post-type-wppb-rf-cpt #wpbody-content > .wrap, | |
| 112 | + body.post-type-wppb-ul-cpt #wpbody-content > .wrap { | |
| 113 | + max-width: 1200px; | |
| 114 | + margin: 0 auto; | |
| 115 | + } | |
| 116 | +} | |
| 117 | + | |
| 118 | +@media screen and (min-width: 1920px) { | |
| 119 | + body.post-type-wppb-epf-cpt #poststuff, | |
| 120 | + body.post-type-wppb-rf-cpt #poststuff, | |
| 121 | + body.post-type-wppb-ul-cpt #poststuff { | |
| 122 | + max-width: 1500px; | |
| 123 | + } | |
| 124 | + | |
| 125 | + body.post-type-wppb-epf-cpt #wpbody-content > .wrap, | |
| 126 | + body.post-type-wppb-rf-cpt #wpbody-content > .wrap, | |
| 127 | + body.post-type-wppb-ul-cpt #wpbody-content > .wrap { | |
| 128 | + max-width: 1500px; | |
| 129 | + margin: 0 auto; | |
| 130 | + } | |
| 131 | +} | |
| 132 | + | |
| 133 | +#poststuff .postbox-header { | |
| 134 | + display: flex; | |
| 135 | + align-items: center; | |
| 136 | + justify-content: space-between; | |
| 137 | + border-bottom: 1px solid #c3c4c7; | |
| 138 | +} | |
| 139 | + | |
| 140 | +#poststuff .hndle { | |
| 141 | + font-weight: 600; | |
| 142 | + font-size: 11px !important; | |
| 143 | + line-height: 40px !important; | |
| 144 | + text-transform: uppercase; | |
| 145 | + color: #1E1E1E !important; | |
| 146 | + padding: 0 12px !important; | |
| 147 | + height: 40px; | |
| 148 | +} | |
| 149 | + | |
| 150 | + | |
| 151 | +/* Tables */ | |
| 152 | +.mb-table-container th { | |
| 153 | + font-weight: 600; | |
| 154 | + font-size: 14px; | |
| 155 | + line-height: 40px !important; | |
| 156 | + color: #1E1E1E !important; | |
| 157 | +} | |
| 158 | + | |
| 159 | +.mb-table-container td { | |
| 160 | + font-style: normal; | |
| 161 | + font-weight: 400; | |
| 162 | + font-size: 13px; | |
| 163 | + line-height: 25px; | |
| 164 | + color: #1E1E1E !important; | |
| 165 | + vertical-align: middle; | |
| 166 | +} | |
| 167 | + | |
| 168 | +.mb-table-container th.sortable a { | |
| 169 | + display: flex; | |
| 170 | + align-items: center; | |
| 171 | + gap: 5px; | |
| 172 | +} | |
| 173 | + | |
| 174 | + | |
| 175 | +/* MetaBoxes */ | |
| 176 | +#custom-redirects-info .inside, | |
| 177 | +#wppb-rf-side .inside, | |
| 178 | +#wppb-epf-side .inside, | |
| 179 | +#manage-fields-info .inside, | |
| 180 | +#wppb-sc-rf-side .inside, | |
| 181 | +#wppb-sc-epf-side .inside, | |
| 182 | +#pbpl-rf-side .inside, | |
| 183 | +#pbpl-epf-side .inside { | |
| 184 | + padding: 24px 12px; | |
| 185 | +} | |
| 186 | + | |
| 187 | +#wppb-sc-epf-side .cozmoslabs-form-field-wrapper:first-of-type, | |
| 188 | +#wppb-sc-rf-side .cozmoslabs-form-field-wrapper:first-of-type, | |
| 189 | +#pbpl-rf-side .cozmoslabs-form-field-wrapper:first-of-type, | |
| 190 | +#pbpl-epf-side .cozmoslabs-form-field-wrapper:first-of-type { | |
| 191 | + margin-top: 0 !important; | |
| 192 | +} | |
| 193 | + | |
| 194 | +#manage-fields-info .cozmoslabs-shortcodes-list { | |
| 195 | + font-weight: 400; | |
| 196 | + font-size: 13px; | |
| 197 | + line-height: 20px; | |
| 198 | + color: #757575; | |
| 199 | + padding-left: 20px; | |
| 200 | +} | |
| 201 | + | |
| 202 | +#wppb-rf-side .cozmoslabs-description:not(.cozmoslabs-description-space-left, .cozmoslabs-description-align-right), | |
| 203 | +#wppb-epf-side .cozmoslabs-description:not(.cozmoslabs-description-space-left, .cozmoslabs-description-align-right) { | |
| 204 | + flex-basis: 100%; | |
| 205 | +} | |
| 206 | + | |
| 207 | +#wppb-rf-side textarea, | |
| 208 | +#wppb-epf-side textarea { | |
| 209 | + height: 40px; | |
| 210 | + flex-basis: 100%; | |
| 211 | +} | |
| 212 | + | |
| 213 | +#wppb-rf-side .cozmoslabs-form-field-wrapper, | |
| 214 | +#wppb-epf-side .cozmoslabs-form-field-wrapper { | |
| 215 | + margin-top: 10px !important; | |
| 216 | +} | |
| 217 | + | |
| 218 | +#mb-ajax-loading { | |
| 219 | + background: url(images/ajax-loader.gif) no-repeat; | |
| 220 | + width: 32px; | |
| 221 | + height: 32px; | |
| 222 | + position: absolute; | |
| 223 | + top: 50%; | |
| 224 | + left: 50%; | |
| 225 | + transform: translate(-50%, -50%); | |
| 268 | 226 | } |