customize.css
281 lines
| 1 | .analyst-action-opt { |
| 2 | cursor: pointer; |
| 3 | } |
| 4 | |
| 5 | .analyst-modal { |
| 6 | color: #000000; |
| 7 | display: none; |
| 8 | position: fixed; |
| 9 | z-index: 1000; |
| 10 | padding-top: 100px; |
| 11 | left: 0; |
| 12 | top: 0; |
| 13 | width: 100%; |
| 14 | height: 100%; |
| 15 | overflow: auto; |
| 16 | background-color: rgb(0,0,0); |
| 17 | background-color: rgba(0,0,0,0.4); |
| 18 | } |
| 19 | |
| 20 | .analyst-modal-content { |
| 21 | font-family: Helvetica, serif; |
| 22 | position: relative; |
| 23 | background-color: #fefefe; |
| 24 | margin: auto; |
| 25 | padding: 35px 35px 20px; |
| 26 | border: 1px solid #F2F2F2; |
| 27 | width: 40%; |
| 28 | box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); |
| 29 | -webkit-animation-name: analyst-animatetop; |
| 30 | -webkit-animation-duration: 0.4s; |
| 31 | animation-name: analyst-animatetop; |
| 32 | animation-duration: 0.4s |
| 33 | } |
| 34 | |
| 35 | .analyst-btn-success { |
| 36 | cursor: pointer; |
| 37 | color: #ffffff; |
| 38 | background-color: #00AF5E; |
| 39 | border: none; |
| 40 | width: 100%; |
| 41 | font-size: 18px; |
| 42 | padding: 8px; |
| 43 | font-weight: bold; |
| 44 | } |
| 45 | |
| 46 | .analyst-btn-grey { |
| 47 | cursor: pointer; |
| 48 | color: #2D2D2D; |
| 49 | background-color: #D8D8D8; |
| 50 | border: none; |
| 51 | width: 100%; |
| 52 | font-size: 18px; |
| 53 | padding: 8px; |
| 54 | font-weight: bold; |
| 55 | } |
| 56 | |
| 57 | .analyst-btn-secondary-ghost { |
| 58 | cursor: pointer; |
| 59 | background: transparent; |
| 60 | border: none; |
| 61 | color: #898686; |
| 62 | font-size: 18px; |
| 63 | } |
| 64 | |
| 65 | .analyst-modal-def-top-padding { |
| 66 | padding-top: 20px; |
| 67 | } |
| 68 | |
| 69 | .analyst-modal-header { |
| 70 | font-size: 20px; |
| 71 | font-weight: bold; |
| 72 | } |
| 73 | |
| 74 | /*INSTALL STYLES*/ |
| 75 | .analyst-install-footer { |
| 76 | padding-top: 10px; |
| 77 | text-align: center; |
| 78 | } |
| 79 | |
| 80 | .analyst-install-image-block { |
| 81 | width: 140px; |
| 82 | } |
| 83 | |
| 84 | .analyst-install-image-block img { |
| 85 | width: inherit; |
| 86 | } |
| 87 | |
| 88 | .analyst-install-description-block { |
| 89 | padding-left: 40px; |
| 90 | padding-top: 5px |
| 91 | } |
| 92 | |
| 93 | .analyst-install-description-text { |
| 94 | font-size: 16px; |
| 95 | color: #000000; |
| 96 | } |
| 97 | |
| 98 | .analyst-install-permissions-list { |
| 99 | list-style: disc inside; |
| 100 | } |
| 101 | |
| 102 | .analyst-install-permissions-list li { |
| 103 | padding-left: 15px; |
| 104 | margin-bottom: 2px; |
| 105 | } |
| 106 | |
| 107 | .analyst-install-footer span { |
| 108 | color: #8a8787; |
| 109 | padding-right: 10px; |
| 110 | padding-left: 10px; |
| 111 | } |
| 112 | |
| 113 | .analyst-install-footer span:not(:last-child) { |
| 114 | border-right: 1px solid #8a8787; |
| 115 | } |
| 116 | |
| 117 | /*INSTALL STYLES*/ |
| 118 | |
| 119 | .reason-answer { |
| 120 | padding: 7px; |
| 121 | margin-left: 23px; |
| 122 | border: 1px solid #F2F2F2; |
| 123 | } |
| 124 | |
| 125 | .analyst-link { |
| 126 | color: #00AF5E; |
| 127 | text-decoration: none; |
| 128 | } |
| 129 | |
| 130 | .analyst-action-text { |
| 131 | cursor: pointer; |
| 132 | } |
| 133 | |
| 134 | .analyst-action-text:hover { |
| 135 | color: #9d9a9a; |
| 136 | } |
| 137 | |
| 138 | .analyst-disable-modal-mask { |
| 139 | width: 100%; |
| 140 | height: 100%; |
| 141 | opacity: 0.5; |
| 142 | position: absolute; |
| 143 | background: white; |
| 144 | top: 0; |
| 145 | left: 0; |
| 146 | } |
| 147 | |
| 148 | .analyst-smile-image { |
| 149 | vertical-align: middle; |
| 150 | padding-bottom: 3px; |
| 151 | width: 24px; |
| 152 | } |
| 153 | |
| 154 | #analyst-deactivation-reasons li { |
| 155 | padding-bottom: 3px; |
| 156 | font-size: 16px; |
| 157 | color: #000000; |
| 158 | } |
| 159 | |
| 160 | @-webkit-keyframes analyst-animatetop { |
| 161 | from {top:-300px; opacity:0} |
| 162 | to {top:0; opacity:1} |
| 163 | } |
| 164 | |
| 165 | @keyframes analyst-animatetop { |
| 166 | from {top:-300px; opacity:0} |
| 167 | to {top:0; opacity:1} |
| 168 | } |
| 169 | |
| 170 | .analyst-modal-close { |
| 171 | color: #48036F; |
| 172 | font-size: 28px; |
| 173 | font-weight: bold; |
| 174 | top: 12px; |
| 175 | position: absolute; |
| 176 | right: 15px; |
| 177 | } |
| 178 | |
| 179 | .analyst-modal-close:hover, |
| 180 | .analyst-modal-close:focus { |
| 181 | color: #000; |
| 182 | text-decoration: none; |
| 183 | cursor: pointer; |
| 184 | } |
| 185 | |
| 186 | .analyst-modal-body {padding: 2px 16px;} |
| 187 | |
| 188 | .analyst-modal-footer { |
| 189 | padding: 6px 16px; |
| 190 | background-color: #FFE773; |
| 191 | color: white; |
| 192 | } |
| 193 | |
| 194 | #analyst-deactivate-modal .question-answer input, textarea { |
| 195 | margin-top: 5px; |
| 196 | width: 100%; |
| 197 | } |
| 198 | |
| 199 | .analyst-btn-primary { |
| 200 | cursor: pointer; |
| 201 | border: none; |
| 202 | display:inline-block; |
| 203 | padding:0.7em 1.4em; |
| 204 | margin:0 0.3em 0.3em 0; |
| 205 | border-radius:0.15em; |
| 206 | box-sizing: border-box; |
| 207 | text-decoration:none; |
| 208 | font-family:'Roboto',sans-serif; |
| 209 | text-transform:uppercase; |
| 210 | font-weight:400; |
| 211 | color:#FFFFFF; |
| 212 | background-color:#9F3ED5; |
| 213 | box-shadow:inset 0 -0.6em 0 -0.35em rgba(0,0,0,0.17); |
| 214 | text-align:center; |
| 215 | position:relative; |
| 216 | } |
| 217 | |
| 218 | .analyst-btn-primary:disabled { |
| 219 | background-color: #AD66D5; |
| 220 | cursor: not-allowed; |
| 221 | } |
| 222 | |
| 223 | .analyst-btn-primary:active{ |
| 224 | top:0.1em; |
| 225 | } |
| 226 | @media all and (max-width:30em){ |
| 227 | .analyst-btn-primary { |
| 228 | display:block; |
| 229 | margin:0.4em auto; |
| 230 | } |
| 231 | } |
| 232 | |
| 233 | .analyst-btn-secondary { |
| 234 | cursor: pointer; |
| 235 | border: none; |
| 236 | display:inline-block; |
| 237 | padding:0.7em 1.4em; |
| 238 | margin:0 0.3em 0.3em 0; |
| 239 | border-radius:0.15em; |
| 240 | box-sizing: border-box; |
| 241 | text-decoration:none; |
| 242 | font-family:'Roboto',sans-serif; |
| 243 | text-transform:uppercase; |
| 244 | font-weight:400; |
| 245 | color:#FFFFFF; |
| 246 | background-color:#6C8CD5; |
| 247 | box-shadow:inset 0 -0.6em 0 -0.35em rgba(0,0,0,0.17); |
| 248 | text-align:center; |
| 249 | position:relative; |
| 250 | } |
| 251 | |
| 252 | .analyst-btn-secondary:disabled { |
| 253 | background-color: #6C8CD5; |
| 254 | cursor: not-allowed; |
| 255 | } |
| 256 | |
| 257 | .analyst-btn-secondary:active{ |
| 258 | top:0.1em; |
| 259 | } |
| 260 | @media all and (max-width:30em){ |
| 261 | .analyst-btn-secondary { |
| 262 | display:block; |
| 263 | margin:0.4em auto; |
| 264 | } |
| 265 | } |
| 266 | |
| 267 | .analyst-notice { |
| 268 | padding-right: 38px; |
| 269 | position: relative; |
| 270 | margin-bottom: 30px !important; |
| 271 | } |
| 272 | |
| 273 | .analyst-notice .analyst-plugin-name { |
| 274 | background-color: #00000024; |
| 275 | padding-left: 7px; |
| 276 | padding-right: 7px; |
| 277 | position: absolute; |
| 278 | top: 100%; |
| 279 | border-radius: 0 0 5px 5px; |
| 280 | } |
| 281 |