| @@ -1,134 +1,5 @@ | ||
| 1 | -.wpupg-filter-isotope-term { | |
| 2 | - display: inline-block; | |
| 3 | - cursor: pointer; } | |
| 4 | -@charset "UTF-8"; | |
| 5 | -.wpupg-pagination-term, .wpupg-pagination-button { | |
| 6 | - display: inline-block; | |
| 7 | - cursor: pointer; | |
| 8 | - position: relative; } | |
| 9 | - | |
| 10 | -@keyframes wpupg-spinner { | |
| 11 | - to { | |
| 12 | - transform: rotate(360deg); } } | |
| 13 | - | |
| 14 | -@-webkit-keyframes wpupg-spinner { | |
| 15 | - to { | |
| 16 | - -webkit-transform: rotate(360deg); } } | |
| 17 | - | |
| 18 | -.wpupg-spinner { | |
| 19 | - min-width: 24px; | |
| 20 | - min-height: 24px; } | |
| 21 | - | |
| 22 | -.wpupg-spinner:before { | |
| 23 | - content: 'Loading…'; | |
| 24 | - position: absolute; | |
| 25 | - top: 50%; | |
| 26 | - left: 50%; | |
| 27 | - width: 16px; | |
| 28 | - height: 16px; | |
| 29 | - margin-top: -8px; | |
| 30 | - margin-left: -8px; } | |
| 31 | - | |
| 32 | -.wpupg-spinner:not(:required):before { | |
| 33 | - content: ''; | |
| 34 | - border-radius: 50%; | |
| 35 | - border-top: 2px solid #ccc; | |
| 36 | - border-right: 2px solid transparent; | |
| 37 | - animation: wpupg-spinner .6s linear infinite; | |
| 38 | - -webkit-animation: wpupg-spinner .6s linear infinite; } | |
| 39 | -.wpupg-clear { | |
| 40 | - float: none; | |
| 41 | - clear: both; } | |
| 42 | - | |
| 43 | -.wpupg-meta { | |
| 44 | - display: none; } | |
| 45 | - | |
| 46 | -html body.rtl .wpupg-container { | |
| 47 | - text-align: right; } | |
| 48 | - | |
| 49 | -html body .wpupg-container { | |
| 50 | - position: relative; | |
| 51 | - float: left; | |
| 52 | - text-align: left; | |
| 53 | - font-size: 14px; } | |
| 54 | - html body .wpupg-container span:not(.wpupg-show-on-hover) { | |
| 55 | - display: inline-block; } | |
| 56 | - html body .wpupg-container.wpupg-hovering span.wpupg-show-on-hover { | |
| 57 | - display: inline-block; } | |
| 58 | - html body .wpupg-container * { | |
| 59 | - border: 0; | |
| 60 | - -webkit-margin: 0; | |
| 61 | - -moz-margin: 0; | |
| 62 | - margin: 0; | |
| 63 | - -webkit-padding: 0; | |
| 64 | - -moz-padding: 0; | |
| 65 | - padding: 0; | |
| 66 | - background: none; | |
| 67 | - -webkit-border-radius: 0px; | |
| 68 | - -moz-border-radius: 0px; | |
| 69 | - border-radius: 0px; | |
| 70 | - -webkit-box-shadow: none; | |
| 71 | - -moz-box-shadow: none; | |
| 72 | - box-shadow: none; | |
| 73 | - -webkit-box-sizing: border-box; | |
| 74 | - -moz-box-sizing: border-box; | |
| 75 | - box-sizing: border-box; | |
| 76 | - color: inherit; | |
| 77 | - font-size: inherit; | |
| 78 | - line-height: 1.4; | |
| 79 | - font-weight: normal; } | |
| 80 | - html body .wpupg-container b, html body .wpupg-container strong { | |
| 81 | - font-weight: bold; } | |
| 82 | - html body .wpupg-container hr { | |
| 83 | - background-color: #ccc !important; } | |
| 84 | - html body .wpupg-container .wpupg-paragraph h1 { | |
| 85 | - font-size: 2em; | |
| 86 | - margin: 0.67em 0; } | |
| 87 | - html body .wpupg-container .wpupg-paragraph h2 { | |
| 88 | - font-size: 1.5em; | |
| 89 | - margin: 0.83em 0; } | |
| 90 | - html body .wpupg-container .wpupg-paragraph h3 { | |
| 91 | - font-size: 1.17em; | |
| 92 | - margin: 1em 0; } | |
| 93 | - html body .wpupg-container .wpupg-paragraph h4 { | |
| 94 | - font-size: 1em; | |
| 95 | - margin: 1.33em 0; } | |
| 96 | - html body .wpupg-container .wpupg-paragraph h5 { | |
| 97 | - font-size: 0.83em; | |
| 98 | - margin: 1.67em 0; } | |
| 99 | - html body .wpupg-container .wpupg-paragraph h6 { | |
| 100 | - font-size: 0.75em; | |
| 101 | - margin: 2.33em 0; } | |
| 102 | - html body .wpupg-container .wpupg-paragraph p, html body .wpupg-container .wpupg-paragraph pre { | |
| 103 | - margin: 1em 0; } | |
| 104 | - html body .wpupg-container .wpupg-paragraph code, html body .wpupg-container .wpupg-paragraph kbd, html body .wpupg-container .wpupg-paragraph pre, html body .wpupg-container .wpupg-paragraph samp { | |
| 105 | - font-family: monospace, serif; | |
| 106 | - _font-family: 'courier new', monospace; | |
| 107 | - font-size: 1em; } | |
| 108 | - html body .wpupg-container .wpupg-paragraph blockquote { | |
| 109 | - margin: 1em 40px; } | |
| 110 | - html body .wpupg-container .wpupg-paragraph b, html body .wpupg-container .wpupg-paragraph strong { | |
| 111 | - font-weight: bold; } | |
| 112 | - html body .wpupg-container .wpupg-paragraph dl, html body .wpupg-container .wpupg-paragraph menu, html body .wpupg-container .wpupg-paragraph ol, html body .wpupg-container .wpupg-paragraph ul { | |
| 113 | - margin: 1em 0; } | |
| 114 | - html body .wpupg-container .wpupg-paragraph dd { | |
| 115 | - margin: 0 0 0 40px; } | |
| 116 | - html body .wpupg-container .wpupg-paragraph menu, html body .wpupg-container .wpupg-paragraph ol, html body .wpupg-container .wpupg-paragraph ul { | |
| 117 | - padding: 0 0 0 40px; } | |
| 118 | - html body .wpupg-container .wpupg-paragraph .aligncenter { | |
| 119 | - margin: 0 auto; } | |
| 120 | - html body .wpupg-container table { | |
| 121 | - table-layout: auto; | |
| 122 | - border-collapse: collapse; | |
| 123 | - width: 100%; } | |
| 124 | - html body .wpupg-container a { | |
| 125 | - text-decoration: none; } | |
| 126 | - html body .wpupg-container a:hover { | |
| 127 | - text-decoration: underline; } | |
| 128 | - html body .wpupg-container .wpupg-responsive-mobile, html body .wpupg-container .wpupg-show-on-hover { | |
| 129 | - display: none; } | |
| 130 | -.wpupg-grid { | |
| 131 | - margin: 0 auto; } | |
| 132 | - | |
| 133 | -.wpupg-grid-empty { | |
| 134 | - display: none; } | |
| 1 | +.wpupg-item{overflow:auto;zoom:1;text-align:left;clear:both}.wpupg-item *{box-sizing:border-box}.wpupg-item ol,.wpupg-item ul{-webkit-margin-before:0;-webkit-margin-after:0;-webkit-padding-start:0;margin:0;padding:0}.wpupg-item li{font-size:1em;margin:0 0 0 32px;padding:0}.wpupg-item p{font-size:1em;margin:0;padding:0}.wpupg-item p:first-letter{font-size:inherit;line-height:inherit;color:inherit;margin:inherit;padding:inherit;font-family:inherit}.wpupg-item li{list-style-position:outside}.wpupg-item li:before{display:none}.wpupg-item h1,.wpupg-item h2,.wpupg-item h3,.wpupg-item h4,.wpupg-item h5,.wpupg-item h6{clear:none;font-variant:normal;text-transform:none;letter-spacing:normal;margin:0;padding:0}.wpupg-grid a.wpupg-item.wpupg-item-link{transition:none;text-decoration:none;box-shadow:none}.rtl .wpupg-item{text-align:right}.rtl .wpupg-item li{margin:0 32px 0 0} | |
| 2 | +.wpupg-block-text-normal{font-weight:400;font-style:normal;text-transform:none}.wpupg-block-text-light{font-weight:300 !important}.wpupg-block-text-bold{font-weight:bold !important}.wpupg-block-text-italic{font-style:italic !important}.wpupg-block-text-uppercase{text-transform:uppercase !important}.wpupg-block-text-faded{opacity:0.6}.wpupg-block-text-uppercase-faded{text-transform:uppercase !important;opacity:0.6}.wpupg-block-text-bigger{font-size:1.1em}.wpupg-block-text-smaller{font-size:0.9em}.wpupg-align-left{text-align:left}.wpupg-align-center{text-align:center}.wpupg-align-right{text-align:right}.wpupg-hover{display:none}.wpupg-hover.wpupg-hovering{display:block}.wpupg-item-icon svg{display:inline;vertical-align:middle;margin-top:-0.15em;width:1.3em;height:1.3em;overflow:visible}.wpupg-item-image{max-width:100%;font-size:0;line-height:0}.wpupg-item-image img{display:inline-block;max-width:100%;height:auto;margin:0;padding:0}.wpupg-item-image .dpsp-pin-it-wrapper{margin:0 auto}.wpupg-block-image-circle img{border-radius:50%} | |
| 3 | +.wpupg-filter{visibility:hidden}.wpupg-filter .wpupg-filter-isotope-term{display:inline-block;cursor:pointer}.wp-admin .block-editor .wpupg-filter{visibility:visible} | |
| 4 | +.wpupg-grid{margin-left:auto;margin-right:auto}.wpupg-grid-empty{display:none} | |
| 5 | +.wpupg-pagination-term,.wpupg-pagination-button{display:inline-block;cursor:pointer;position:relative}@keyframes wpupg-spinner{to{transform:rotate(360deg)}}@-webkit-keyframes wpupg-spinner{to{-webkit-transform:rotate(360deg)}}.wpupg-spinner{min-width:24px;min-height:24px}.wpupg-spinner:before{content:'Loading…';position:absolute;top:50%;left:50%;width:16px;height:16px;margin-top:-8px;margin-left:-8px}.wpupg-spinner:not(:required):before{content:'';border-radius:50%;border-top:2px solid #ccc;border-right:2px solid transparent;animation:wpupg-spinner .6s linear infinite;-webkit-animation:wpupg-spinner .6s linear infinite} | |