| @@ -1,145 +1,177 @@ | ||
| 1 | -#visualizer-icon { | |
| 2 | - background-image: url('../images/icon.png'); | |
| 3 | -} | |
| 4 | - | |
| 5 | -.visualizer-clearfix { | |
| 6 | - *zoom: 1; | |
| 7 | -} | |
| 8 | - | |
| 9 | -.visualizer-clearfix:before, | |
| 10 | -.visualizer-clearfix:after { | |
| 11 | - display: table; | |
| 12 | - line-height: 0; | |
| 13 | - content: ""; | |
| 14 | -} | |
| 15 | - | |
| 16 | -.visualizer-clearfix:after { | |
| 17 | - clear: both; | |
| 18 | -} | |
| 19 | - | |
| 20 | -#visualizer-types { | |
| 21 | - margin: 20px 0 10px; | |
| 22 | -} | |
| 23 | - | |
| 24 | -#visualizer-library { | |
| 25 | - margin: 20px 0; | |
| 26 | -} | |
| 27 | - | |
| 28 | -.loader { | |
| 29 | - position: absolute; | |
| 30 | - left: 50%; | |
| 31 | - top: 50%; | |
| 32 | - margin-left: -16px; | |
| 33 | - margin-top: -16px; | |
| 34 | -} | |
| 35 | - | |
| 36 | -.visualizer-chart { | |
| 37 | - float: left; | |
| 38 | - padding: 5px; | |
| 39 | - margin: 0 24px 24px 0; | |
| 40 | - border: 1px solid #ddd; | |
| 41 | - -webkit-box-shadow: 0px 0px 8px #ddd; | |
| 42 | - box-shadow: 0px 0px 8px #ddd; | |
| 43 | - background-color: #efefef; | |
| 44 | - display: none; | |
| 45 | -} | |
| 46 | - | |
| 47 | -.visualizer-chart-canvas { | |
| 48 | - border: 1px solid #ddd; | |
| 49 | - background-color: white; | |
| 50 | - position: relative; | |
| 51 | - width: 30%; | |
| 52 | - height: 18.75%; | |
| 53 | -} | |
| 54 | - | |
| 55 | -.visualizer-nochart-canvas { | |
| 56 | - background-image: url('../images/notfound.png?v=4'); | |
| 57 | - background-repeat: repeat; | |
| 58 | -} | |
| 59 | - | |
| 60 | -.visualizer-notfound { | |
| 61 | - text-align: center; | |
| 62 | - font-weight: bold; | |
| 63 | - font-size: 14px; | |
| 64 | - margin-top: -7px; | |
| 65 | - position: absolute; | |
| 66 | - top: 50%; | |
| 67 | - left: 0; | |
| 68 | - right: 0; | |
| 69 | -} | |
| 70 | - | |
| 71 | -.visualizer-chart-action { | |
| 72 | - float: right; | |
| 73 | - display: block; | |
| 74 | - height: 16px; | |
| 75 | - width: 16px; | |
| 76 | - background-repeat: no-repeat; | |
| 77 | - background-image: url('../images/ui-icons.png'); | |
| 78 | - margin: 2px 5px 0; | |
| 79 | -} | |
| 80 | - | |
| 81 | -.visualizer-nochart-delete, | |
| 82 | -.visualizer-chart-delete { | |
| 83 | - background-position: -176px -96px; | |
| 84 | -} | |
| 85 | - | |
| 86 | -.visualizer-nochart-clone, | |
| 87 | -.visualizer-chart-clone { | |
| 88 | - background-position: -176px -128px; | |
| 89 | -} | |
| 90 | - | |
| 91 | -.visualizer-nochart-edit, | |
| 92 | -.visualizer-chart-edit { | |
| 93 | - background-position: -64px -112px; | |
| 94 | -} | |
| 95 | - | |
| 96 | -.visualizer-nochart-clone, | |
| 97 | -.visualizer-nochart-delete, | |
| 98 | -.visualizer-nochart-edit { | |
| 99 | - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; | |
| 100 | - filter: alpha(opacity=50); | |
| 101 | - opacity: 0.5 | |
| 102 | -} | |
| 103 | - | |
| 104 | -.visualizer-chart-footer { | |
| 105 | - margin-top: 4px; | |
| 106 | -} | |
| 107 | - | |
| 108 | -.visualizer-chart-shortcode { | |
| 109 | - color: #aaa; | |
| 110 | - text-shadow: 0 1px 0 #fff; | |
| 111 | - cursor: pointer; | |
| 112 | - padding: 3px 0; | |
| 113 | -} | |
| 114 | - | |
| 115 | -.visualizer-chart-shortcode::selection, | |
| 116 | -.visualizer-chart-shortcode::-moz-selection { | |
| 117 | - background-color: #a8d1ff; | |
| 118 | - color: black; | |
| 119 | - text-shadow: none; | |
| 120 | -} | |
| 121 | - | |
| 122 | -.visualizer-list-item { | |
| 123 | - float: left; | |
| 124 | - margin-right: 20px; | |
| 125 | -} | |
| 126 | - | |
| 127 | -.page-numbers { | |
| 128 | - padding: 5px 10px; | |
| 129 | - background-color: #aaa; | |
| 130 | - color: white !important; | |
| 131 | - text-decoration: none; | |
| 132 | - border-radius: 2px; | |
| 133 | - box-shadow: 0 0 5px #ccc; | |
| 134 | - font-weight: bold; | |
| 135 | -} | |
| 136 | - | |
| 137 | -.page-numbers.current, | |
| 138 | -a.page-numbers:hover { | |
| 139 | - background-color: lightcoral; | |
| 140 | - box-shadow: 0 0 5px lightpink; | |
| 141 | -} | |
| 142 | - | |
| 143 | -.visualizer-library-pagination { | |
| 144 | - display: none; | |
| 145 | -} | |
| 1 | +#visualizer-icon { | |
| 2 | + background-image: url('../images/icon.png'); | |
| 3 | +} | |
| 4 | + | |
| 5 | +.visualizer-clearfix { | |
| 6 | + *zoom: 1; | |
| 7 | +} | |
| 8 | + | |
| 9 | +.visualizer-clearfix:before, | |
| 10 | +.visualizer-clearfix:after { | |
| 11 | + display: table; | |
| 12 | + line-height: 0; | |
| 13 | + content: ""; | |
| 14 | +} | |
| 15 | + | |
| 16 | +.visualizer-clearfix:after { | |
| 17 | + clear: both; | |
| 18 | +} | |
| 19 | + | |
| 20 | +#visualizer-types { | |
| 21 | + margin: 20px 0 10px; | |
| 22 | +} | |
| 23 | + | |
| 24 | +#visualizer-library { | |
| 25 | + margin: 20px 0; | |
| 26 | +} | |
| 27 | + | |
| 28 | +.loader { | |
| 29 | + position: absolute; | |
| 30 | + left: 50%; | |
| 31 | + top: 50%; | |
| 32 | + margin-left: -16px; | |
| 33 | + margin-top: -16px; | |
| 34 | +} | |
| 35 | + | |
| 36 | +.visualizer-chart { | |
| 37 | + float: left; | |
| 38 | + padding: 5px; | |
| 39 | + margin: 0 24px 24px 0; | |
| 40 | + border: 1px solid #ddd; | |
| 41 | + -webkit-box-shadow: 0px 0px 8px #ddd; | |
| 42 | + box-shadow: 0px 0px 8px #ddd; | |
| 43 | + background-color: #efefef; | |
| 44 | + display: none; | |
| 45 | +} | |
| 46 | + | |
| 47 | +.visualizer-chart-canvas { | |
| 48 | + border: 1px solid #ddd; | |
| 49 | + background-color: white; | |
| 50 | + position: relative; | |
| 51 | + width: 30%; | |
| 52 | + height: 18.75%; | |
| 53 | +} | |
| 54 | + | |
| 55 | +.visualizer-nochart-canvas { | |
| 56 | + background-image: url('../images/notfound.png?v=4'); | |
| 57 | + background-repeat: repeat; | |
| 58 | +} | |
| 59 | + | |
| 60 | +.visualizer-notfound { | |
| 61 | + text-align: center; | |
| 62 | + font-weight: bold; | |
| 63 | + font-size: 14px; | |
| 64 | + margin-top: -7px; | |
| 65 | + position: absolute; | |
| 66 | + top: 50%; | |
| 67 | + left: 0; | |
| 68 | + right: 0; | |
| 69 | +} | |
| 70 | + | |
| 71 | +.visualizer-chart-action { | |
| 72 | + float: right; | |
| 73 | + display: block; | |
| 74 | + height: 16px; | |
| 75 | + width: 16px; | |
| 76 | + background-repeat: no-repeat; | |
| 77 | + background-image: url('../images/ui-icons.png'); | |
| 78 | + margin: 2px 5px 0; | |
| 79 | +} | |
| 80 | + | |
| 81 | +.visualizer-nochart-delete, | |
| 82 | +.visualizer-chart-delete { | |
| 83 | + background-position: -176px -96px; | |
| 84 | +} | |
| 85 | + | |
| 86 | +.visualizer-nochart-clone, | |
| 87 | +.visualizer-chart-clone { | |
| 88 | + background-position: -176px -128px; | |
| 89 | +} | |
| 90 | + | |
| 91 | +.visualizer-nochart-edit, | |
| 92 | +.visualizer-chart-edit { | |
| 93 | + background-position: -64px -112px; | |
| 94 | +} | |
| 95 | + | |
| 96 | +.visualizer-nochart-export, | |
| 97 | +.visualizer-chart-export { | |
| 98 | + background-position: -46px -64px; | |
| 99 | +} | |
| 100 | + | |
| 101 | +.visualizer-nochart-clone, | |
| 102 | +.visualizer-nochart-delete, | |
| 103 | +.visualizer-nochart-edit { | |
| 104 | + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; | |
| 105 | + filter: alpha(opacity=50); | |
| 106 | + opacity: 0.5 | |
| 107 | +} | |
| 108 | + | |
| 109 | +.visualizer-chart-footer { | |
| 110 | + margin-top: 4px; | |
| 111 | +} | |
| 112 | + | |
| 113 | +.visualizer-chart-shortcode { | |
| 114 | + color: #aaa; | |
| 115 | + text-shadow: 0 1px 0 #fff; | |
| 116 | + cursor: pointer; | |
| 117 | + padding: 3px 0; | |
| 118 | +} | |
| 119 | + | |
| 120 | +.visualizer-chart-shortcode::selection, | |
| 121 | +.visualizer-chart-shortcode::-moz-selection { | |
| 122 | + background-color: #a8d1ff; | |
| 123 | + color: black; | |
| 124 | + text-shadow: none; | |
| 125 | +} | |
| 126 | + | |
| 127 | +.visualizer-list-item { | |
| 128 | + float: left; | |
| 129 | + margin-right: 20px; | |
| 130 | +} | |
| 131 | + | |
| 132 | +.page-numbers { | |
| 133 | + padding: 5px 10px; | |
| 134 | + background-color: #aaa; | |
| 135 | + color: white !important; | |
| 136 | + text-decoration: none; | |
| 137 | + border-radius: 2px; | |
| 138 | + box-shadow: 0 0 5px #ccc; | |
| 139 | + font-weight: bold; | |
| 140 | +} | |
| 141 | + | |
| 142 | +.page-numbers.current, | |
| 143 | +a.page-numbers:hover { | |
| 144 | + background-color: lightcoral; | |
| 145 | + box-shadow: 0 0 5px lightpink; | |
| 146 | +} | |
| 147 | + | |
| 148 | +.visualizer-library-pagination { | |
| 149 | + display: none; | |
| 150 | +} | |
| 151 | + | |
| 152 | +#visualizer-search form { | |
| 153 | + display:flex; | |
| 154 | + align-items: center; | |
| 155 | +} | |
| 156 | + | |
| 157 | +#visualizer-search > form > input[type="text"]:nth-child(1) { | |
| 158 | + height: 30px; | |
| 159 | +} | |
| 160 | +#visualizer-search .button-secondary { | |
| 161 | + background-color: lightcoral; | |
| 162 | + box-shadow: 0 0 5px lightpink; | |
| 163 | + padding: 5px 10px; | |
| 164 | + color: white; | |
| 165 | + text-decoration: none; | |
| 166 | + -webkit-border-radius: 5px; | |
| 167 | + -moz-border-radius: 5px; | |
| 168 | + border-radius: 5px; | |
| 169 | + font-weight: bold; | |
| 170 | + line-height: 17px; | |
| 171 | + font-size: 14px; | |
| 172 | + margin-left: 20px; | |
| 173 | +} | |
| 174 | +#visualizer-search .button-secondary:hover { | |
| 175 | + background-color: lightpink; | |
| 176 | + border-color: lightpink; | |
| 177 | +} | |