selectize
10 years ago
meta-tag-manager.css
10 years ago
meta-tag-manager.less
10 years ago
meta-tag-manager.min.css
10 years ago
selectize.css
10 years ago
meta-tag-manager.css
474 lines
| 1 | /* .mtm.postbox { background-color:#dedede;} */ |
| 2 | .mtm-menu-builder { margin-bottom:15px; } |
| 3 | .mtm-builder {} |
| 4 | |
| 5 | .mtm-field-template { display:none; visibility:hidden; } |
| 6 | .mtm-fields {} |
| 7 | |
| 8 | .mtm-field-placeholder { |
| 9 | width:100%; |
| 10 | border:1px dashed #aaa; |
| 11 | background-color: #ddd; |
| 12 | font-size:18px; |
| 13 | padding:30px 0px; |
| 14 | color:#555; |
| 15 | text-align:center; |
| 16 | margin:10px 0px; |
| 17 | cursor:pointer; |
| 18 | } |
| 19 | .no-reference.no-context .mtm-field-placeholder { padding:20px 0px; } |
| 20 | |
| 21 | .mtm-field { |
| 22 | display:block; |
| 23 | clear:both; |
| 24 | width:100%; |
| 25 | border: 1px solid #c3c3c3; |
| 26 | background-color: #fff; |
| 27 | margin:10px 0px; |
| 28 | } |
| 29 | .mtm-field.closed .mtm-field-data { display:none; visibility:hidden; } |
| 30 | |
| 31 | .mtm-field .mtm-field-actions { clear:both; } |
| 32 | |
| 33 | /* Field Header / Title section */ |
| 34 | .mtm-field-header { |
| 35 | padding: 10px 0px; |
| 36 | cursor:pointer; |
| 37 | } |
| 38 | .mtm-col-sort { |
| 39 | display:block; |
| 40 | float:left; |
| 41 | width:20px; |
| 42 | height:20px; |
| 43 | padding:10px 0px 0px 10px; |
| 44 | margin:0px; |
| 45 | font-size:20px; |
| 46 | align:center; |
| 47 | cursor:move; |
| 48 | color:#dedede |
| 49 | } |
| 50 | .no-reference.no-context .mtm-col-sort { padding:0px 0px 0px 10px;} |
| 51 | |
| 52 | /* Display Title for each Card */ |
| 53 | .mtm-field-title { margin-left:40px; min-height:50px;} |
| 54 | .no-reference.no-context .mtm-field-title { min-height:20px; } |
| 55 | .mtm-field-title .mtm-meta-reference { font-size: 18px; padding-bottom:5px; } |
| 56 | .mtm-field-title .mtm-meta-reference-value { display: inline-block; } |
| 57 | |
| 58 | .mtm-field-title .mtm-meta-context { |
| 59 | font-size:12px; |
| 60 | padding-bottom:3px; |
| 61 | color:#bcbcbc; |
| 62 | font-weight:bold; |
| 63 | font-style:italic; |
| 64 | } |
| 65 | .mtm-field-title .mtm-meta-context .dashicons { font-size:15px; } |
| 66 | |
| 67 | .mtm-field-title code { font-weight:bold; } |
| 68 | .mtm-field-title code .mtm-meta-type-val, .mtm-field-title code .mtm-meta-content-value { |
| 69 | font-style:italic; |
| 70 | font-weight:normal; |
| 71 | background-color:#fefefe; |
| 72 | } |
| 73 | .mtm-field-title code .mtm-meta-content.hidden { display:none; } |
| 74 | |
| 75 | /* Header toggles */ |
| 76 | .mtm-field-header-toggle:hover, |
| 77 | .mtm-field-section-toggle:hover { |
| 78 | cursor:pointer; |
| 79 | } |
| 80 | .mtm-field-header-toggle:before, |
| 81 | .mtm-field-section-toggle:before { |
| 82 | float:right; |
| 83 | width: 32px; |
| 84 | height: 32px; |
| 85 | content: "\f142"; |
| 86 | display: inline-block; |
| 87 | font: normal 20px/1 dashicons; |
| 88 | speak: none; |
| 89 | -webkit-font-smoothing: antialiased; |
| 90 | -moz-osx-font-smoothing: grayscale; |
| 91 | text-decoration: none !important; |
| 92 | } |
| 93 | .mtm-field.closed .mtm-field-header-toggle:before { |
| 94 | content: "\f140"; |
| 95 | } |
| 96 | |
| 97 | /* Field form data */ |
| 98 | .mtm-field-data { |
| 99 | /* display: none; */ |
| 100 | border-top: 1px solid #e5e5e5; |
| 101 | padding:10px 10px 15px; |
| 102 | } |
| 103 | .mtm-field-input { margin:0px 0px 15px 0px; clear:both; } |
| 104 | .mtm-field-input-label { |
| 105 | display:inline-block; |
| 106 | margin-bottom:3px; |
| 107 | padding:2px; |
| 108 | font-weight:bold; |
| 109 | display:block; |
| 110 | } |
| 111 | .mtm-field-input-label em { font-style:normal; background:#eaeaea; padding:1px 2px; } |
| 112 | .mtm-field-input input, .mtm-field-input select { |
| 113 | width:100%; |
| 114 | padding:4px; |
| 115 | font-size:13px; /* matches selectize */ |
| 116 | } |
| 117 | |
| 118 | .mtm-field-type-custom { clear:both; } |
| 119 | .mtm-field-type-custom > div { |
| 120 | clear:none; |
| 121 | float:left; |
| 122 | width:48%; |
| 123 | margin:10px 1%; |
| 124 | } |
| 125 | |
| 126 | /* Specific type field selectors */ |
| 127 | .mtm-field-input.mtm-field-type-type { |
| 128 | width:20%; |
| 129 | float:left; |
| 130 | clear:none; |
| 131 | } |
| 132 | .mtm-field-input.mtm-field-type-value { |
| 133 | width:79% !important; |
| 134 | margin-left: 21%; |
| 135 | clear:none; |
| 136 | } |
| 137 | .mtm-field-input input.mtm-field-input-tag-value { float:left; clear:none; } |
| 138 | |
| 139 | |
| 140 | |
| 141 | .mtm-field-section { margin-top:20px; } |
| 142 | .mtm-field-section-header { border-bottom:1px solid #e3e3e3; padding-bottom:10px; } |
| 143 | .mtm-field-section-title { font-weight:bold; font-size:15px; } |
| 144 | .mtm-field-section-data { margin:10px 10px 20px; padding-bottom:10px; border-bottom:1px solid #e3e3e3; } |
| 145 | |
| 146 | /*.mtm-builder .selectize-input { padding:4px; }*/ |
| 147 | .mtm-settings .selectize-dropdown-content .optgroup .option { padding-left:10px; } |
| 148 | .mtm-settings .selectize-dropdown-content .optgroup .optgroup-header { font-weight:bold; } |
| 149 | .mtm-settings .selectize-control.multi .selectize-input > div { background:#5cb85c; border-color:#4cae4c; color:#fff; } |
| 150 | .mtm-settings .selectize-control.multi .selectize-input > div .remove { border-color:#4cae4c; } |
| 151 | |
| 152 | .mtm-builder .mtm-field button.mtm-field-remove { background-color:#f4e3e3; border-color:#d8c5c5; color:#565656; } |
| 153 | .mtm-builder .mtm-field a.mtm-field-remove { cursor:pointer; color:#d66b6b; } |
| 154 | .mtm-builder button .dashicons { padding: 3px 0px; margin-left: -5px; color: #888; } |
| 155 | .mtm-builder button.mtm-add-field .dashicons { padding: 4px 0px; } |
| 156 | |
| 157 | .mtm-builder .mtm-actions { padding-top:15px; } |
| 158 | /** |
| 159 | * selectize.css (v0.12.1) |
| 160 | * Copyright (c) 2013�2015 Brian Reavis & contributors |
| 161 | * |
| 162 | * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this |
| 163 | * file except in compliance with the License. You may obtain a copy of the License at: |
| 164 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 165 | * |
| 166 | * Unless required by applicable law or agreed to in writing, software distributed under |
| 167 | * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF |
| 168 | * ANY KIND, either express or implied. See the License for the specific language |
| 169 | * governing permissions and limitations under the License. |
| 170 | * |
| 171 | * @author Brian Reavis <brian@thirdroute.com> |
| 172 | */ |
| 173 | .selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder { |
| 174 | visibility: visible !important; |
| 175 | background: #f2f2f2 !important; |
| 176 | background: rgba(0, 0, 0, 0.06) !important; |
| 177 | border: 0 none !important; |
| 178 | -webkit-box-shadow: inset 0 0 12px 4px #ffffff; |
| 179 | box-shadow: inset 0 0 12px 4px #ffffff; |
| 180 | } |
| 181 | .selectize-control.plugin-drag_drop .ui-sortable-placeholder::after { |
| 182 | content: '!'; |
| 183 | visibility: hidden; |
| 184 | } |
| 185 | .selectize-control.plugin-drag_drop .ui-sortable-helper { |
| 186 | -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); |
| 187 | box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); |
| 188 | } |
| 189 | .selectize-dropdown-header { |
| 190 | position: relative; |
| 191 | padding: 5px 4px; |
| 192 | border-bottom: 1px solid #d0d0d0; |
| 193 | background: #f8f8f8; |
| 194 | -webkit-border-radius: 3px 3px 0 0; |
| 195 | -moz-border-radius: 3px 3px 0 0; |
| 196 | border-radius: 3px 3px 0 0; |
| 197 | } |
| 198 | .selectize-dropdown-header-close { |
| 199 | position: absolute; |
| 200 | right: 4px; |
| 201 | top: 50%; |
| 202 | color: #303030; |
| 203 | opacity: 0.4; |
| 204 | margin-top: -12px; |
| 205 | line-height: 20px; |
| 206 | font-size: 20px !important; |
| 207 | } |
| 208 | .selectize-dropdown-header-close:hover { |
| 209 | color: #000000; |
| 210 | } |
| 211 | .selectize-dropdown.plugin-optgroup_columns .optgroup { |
| 212 | border-right: 1px solid #f2f2f2; |
| 213 | border-top: 0 none; |
| 214 | float: left; |
| 215 | -webkit-box-sizing: border-box; |
| 216 | -moz-box-sizing: border-box; |
| 217 | box-sizing: border-box; |
| 218 | } |
| 219 | .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child { |
| 220 | border-right: 0 none; |
| 221 | } |
| 222 | .selectize-dropdown.plugin-optgroup_columns .optgroup:before { |
| 223 | display: none; |
| 224 | } |
| 225 | .selectize-dropdown.plugin-optgroup_columns .optgroup-header { |
| 226 | border-top: 0 none; |
| 227 | } |
| 228 | .selectize-control.plugin-remove_button [data-value] { |
| 229 | position: relative; |
| 230 | padding-right: 24px !important; |
| 231 | } |
| 232 | .selectize-control.plugin-remove_button [data-value] .remove { |
| 233 | z-index: 1; |
| 234 | /* fixes ie bug (see #392) */ |
| 235 | position: absolute; |
| 236 | top: 0; |
| 237 | right: 0; |
| 238 | bottom: 0; |
| 239 | width: 17px; |
| 240 | text-align: center; |
| 241 | font-weight: bold; |
| 242 | font-size: 12px; |
| 243 | color: inherit; |
| 244 | text-decoration: none; |
| 245 | vertical-align: middle; |
| 246 | display: inline-block; |
| 247 | padding: 2px 0 0 0; |
| 248 | border-left: 1px solid #d0d0d0; |
| 249 | -webkit-border-radius: 0 2px 2px 0; |
| 250 | -moz-border-radius: 0 2px 2px 0; |
| 251 | border-radius: 0 2px 2px 0; |
| 252 | -webkit-box-sizing: border-box; |
| 253 | -moz-box-sizing: border-box; |
| 254 | box-sizing: border-box; |
| 255 | } |
| 256 | .selectize-control.plugin-remove_button [data-value] .remove:hover { |
| 257 | background: rgba(0, 0, 0, 0.05); |
| 258 | } |
| 259 | .selectize-control.plugin-remove_button [data-value].active .remove { |
| 260 | border-left-color: #cacaca; |
| 261 | } |
| 262 | .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover { |
| 263 | background: none; |
| 264 | } |
| 265 | .selectize-control.plugin-remove_button .disabled [data-value] .remove { |
| 266 | border-left-color: #ffffff; |
| 267 | } |
| 268 | .selectize-control { |
| 269 | position: relative; |
| 270 | } |
| 271 | .selectize-dropdown, |
| 272 | .selectize-input, |
| 273 | .selectize-input input { |
| 274 | color: #303030; |
| 275 | font-family: inherit; |
| 276 | font-size: 13px; |
| 277 | line-height: 18px; |
| 278 | -webkit-font-smoothing: inherit; |
| 279 | } |
| 280 | .selectize-input, |
| 281 | .selectize-control.single .selectize-input.input-active { |
| 282 | background: #ffffff; |
| 283 | cursor: text; |
| 284 | display: inline-block; |
| 285 | } |
| 286 | .selectize-input { |
| 287 | border: 1px solid #d0d0d0; |
| 288 | padding: 4px 4px; |
| 289 | display: inline-block; |
| 290 | width: 100%; |
| 291 | overflow: hidden; |
| 292 | position: relative; |
| 293 | z-index: 1; |
| 294 | -webkit-box-sizing: border-box; |
| 295 | -moz-box-sizing: border-box; |
| 296 | box-sizing: border-box; |
| 297 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); |
| 298 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); |
| 299 | -webkit-border-radius: 3px; |
| 300 | -moz-border-radius: 3px; |
| 301 | border-radius: 3px; |
| 302 | } |
| 303 | .selectize-control.multi .selectize-input.has-items { |
| 304 | padding: 2px 4px -1px; |
| 305 | } |
| 306 | .selectize-input.full { |
| 307 | background-color: #ffffff; |
| 308 | } |
| 309 | .selectize-input.disabled, |
| 310 | .selectize-input.disabled * { |
| 311 | cursor: default !important; |
| 312 | } |
| 313 | .selectize-input.focus { |
| 314 | -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); |
| 315 | box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); |
| 316 | } |
| 317 | .selectize-input.dropdown-active { |
| 318 | -webkit-border-radius: 3px 3px 0 0; |
| 319 | -moz-border-radius: 3px 3px 0 0; |
| 320 | border-radius: 3px 3px 0 0; |
| 321 | } |
| 322 | .selectize-input > * { |
| 323 | vertical-align: baseline; |
| 324 | display: -moz-inline-stack; |
| 325 | display: inline-block; |
| 326 | zoom: 1; |
| 327 | *display: inline; |
| 328 | } |
| 329 | .selectize-control.multi .selectize-input > div { |
| 330 | cursor: pointer; |
| 331 | margin: 0 3px 3px 0; |
| 332 | padding: 2px 6px; |
| 333 | background: #f2f2f2; |
| 334 | color: #303030; |
| 335 | border: 0 solid #d0d0d0; |
| 336 | } |
| 337 | .selectize-control.multi .selectize-input > div.active { |
| 338 | background: #e8e8e8; |
| 339 | color: #303030; |
| 340 | border: 0 solid #cacaca; |
| 341 | } |
| 342 | .selectize-control.multi .selectize-input.disabled > div, |
| 343 | .selectize-control.multi .selectize-input.disabled > div.active { |
| 344 | color: #7d7d7d; |
| 345 | background: #ffffff; |
| 346 | border: 0 solid #ffffff; |
| 347 | } |
| 348 | .selectize-input > input { |
| 349 | display: inline-block !important; |
| 350 | padding: 0 !important; |
| 351 | min-height: 0 !important; |
| 352 | max-height: none !important; |
| 353 | max-width: 100% !important; |
| 354 | margin: 0 2px 0 0 !important; |
| 355 | text-indent: 0 !important; |
| 356 | border: 0 none !important; |
| 357 | background: none !important; |
| 358 | line-height: inherit !important; |
| 359 | -webkit-user-select: auto !important; |
| 360 | -webkit-box-shadow: none !important; |
| 361 | box-shadow: none !important; |
| 362 | } |
| 363 | .selectize-input > input::-ms-clear { |
| 364 | display: none; |
| 365 | } |
| 366 | .selectize-input > input:focus { |
| 367 | outline: none !important; |
| 368 | } |
| 369 | .selectize-input::after { |
| 370 | content: ' '; |
| 371 | display: block; |
| 372 | clear: left; |
| 373 | } |
| 374 | .selectize-input.dropdown-active::before { |
| 375 | content: ' '; |
| 376 | display: block; |
| 377 | position: absolute; |
| 378 | background: #f0f0f0; |
| 379 | height: 1px; |
| 380 | bottom: 0; |
| 381 | left: 0; |
| 382 | right: 0; |
| 383 | } |
| 384 | .selectize-dropdown { |
| 385 | position: absolute; |
| 386 | z-index: 10; |
| 387 | border: 1px solid #d0d0d0; |
| 388 | background: #ffffff; |
| 389 | margin: -1px 0 0 0; |
| 390 | border-top: 0 none; |
| 391 | -webkit-box-sizing: border-box; |
| 392 | -moz-box-sizing: border-box; |
| 393 | box-sizing: border-box; |
| 394 | -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); |
| 395 | box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); |
| 396 | -webkit-border-radius: 0 0 3px 3px; |
| 397 | -moz-border-radius: 0 0 3px 3px; |
| 398 | border-radius: 0 0 3px 3px; |
| 399 | } |
| 400 | .selectize-dropdown [data-selectable] { |
| 401 | cursor: pointer; |
| 402 | overflow: hidden; |
| 403 | } |
| 404 | .selectize-dropdown [data-selectable] .highlight { |
| 405 | background: rgba(125, 168, 208, 0.2); |
| 406 | -webkit-border-radius: 1px; |
| 407 | -moz-border-radius: 1px; |
| 408 | border-radius: 1px; |
| 409 | } |
| 410 | .selectize-dropdown [data-selectable], |
| 411 | .selectize-dropdown .optgroup-header { |
| 412 | padding: 5px 4px; |
| 413 | } |
| 414 | .selectize-dropdown .optgroup:first-child .optgroup-header { |
| 415 | border-top: 0 none; |
| 416 | } |
| 417 | .selectize-dropdown .optgroup-header { |
| 418 | color: #303030; |
| 419 | background: #ffffff; |
| 420 | cursor: default; |
| 421 | } |
| 422 | .selectize-dropdown .active { |
| 423 | background-color: #f5fafd; |
| 424 | color: #495c68; |
| 425 | } |
| 426 | .selectize-dropdown .active.create { |
| 427 | color: #495c68; |
| 428 | } |
| 429 | .selectize-dropdown .create { |
| 430 | color: rgba(48, 48, 48, 0.5); |
| 431 | } |
| 432 | .selectize-dropdown-content { |
| 433 | overflow-y: auto; |
| 434 | overflow-x: hidden; |
| 435 | max-height: 200px; |
| 436 | } |
| 437 | .selectize-control.single .selectize-input, |
| 438 | .selectize-control.single .selectize-input input { |
| 439 | cursor: pointer; |
| 440 | } |
| 441 | .selectize-control.single .selectize-input.input-active, |
| 442 | .selectize-control.single .selectize-input.input-active input { |
| 443 | cursor: text; |
| 444 | } |
| 445 | .selectize-control.single .selectize-input:after { |
| 446 | content: ' '; |
| 447 | display: block; |
| 448 | position: absolute; |
| 449 | top: 50%; |
| 450 | right: 15px; |
| 451 | margin-top: -3px; |
| 452 | width: 0; |
| 453 | height: 0; |
| 454 | border-style: solid; |
| 455 | border-width: 5px 5px 0 5px; |
| 456 | border-color: #808080 transparent transparent transparent; |
| 457 | } |
| 458 | .selectize-control.single .selectize-input.dropdown-active:after { |
| 459 | margin-top: -4px; |
| 460 | border-width: 0 5px 5px 5px; |
| 461 | border-color: transparent transparent #808080 transparent; |
| 462 | } |
| 463 | .selectize-control.rtl.single .selectize-input:after { |
| 464 | left: 15px; |
| 465 | right: auto; |
| 466 | } |
| 467 | .selectize-control.rtl .selectize-input > input { |
| 468 | margin: 0 4px 0 -2px !important; |
| 469 | } |
| 470 | .selectize-control .selectize-input.disabled { |
| 471 | opacity: 0.5; |
| 472 | background-color: #fafafa; |
| 473 | } |
| 474 |