How to use Background method in Nightwatch

Best JavaScript code snippet using nightwatch

colors.js

Source:colors.js Github

copy

Full Screen

1/**2 * @author Batch Themes Ltd.3 */4var colors = {5 'primary': '#0275d8',6 'default': '#5bc0de',7 'success': '#5cb85c',8 'info': '#00aced',9 'warning': '#f0ad4e',10 'danger': '#d9534f',11 'light': '#f5f5f5',12 'dark': '#262932',13 'white': '#ffffff',14 'black': '#000000'15};16var palette1 = {17 'textColor': '#ffffff',18 'backgroundColor': '#242424',19 'highlightColor': '#5cb85c',20 'borderColor': '#4a4a4a',21 'hoverColor': '#4a4a4a',22 'oddColor': '#3e3e3e',23 'evenColor': '#313131',24 'leftSidebarBackgroundColor': '#3e3e3e',25 'leftSidebarBorderColor': '#3e3e3e',26 'leftSidebarTextColor': '#ffffff',27 'leftSidebarTitleColor': '#ffffff',28 'leftSidebarSidelineColor': '#5cb85c',29 'leftSidebarHoverBackgroundColor': '#313131',30 'leftSidebarHoverTextColor': '#ffffff',31 'navbarBackgroundColor': '#242424',32 'navbarTextColor': '#ffffff',33 'navbarBorderColor': '#242424',34 'codeBackgroundColor': '#4a4a4a',35 'codeTextColor': '#5cb85c',36 'floatingLabelsBorderColor': '#ffffff',37 'vectorMapTextColor': '#575757',38 'vectorMapBackgroundColor': '#3e3e3e',39 'vectorMapHoverBackgroundColor': '#4a4a4a',40 'horizontalNavigation1NavbarBackgroundColor': '#3e3e3e',41 'horizontalNavigation1NavbarTextColor': '#ffffff',42 'horizontalNavigation1NavbarBorderColor': '#3e3e3e',43 'horizontalNavigation1BackgroundColor': '#4a4a4a',44 'horizontalNavigation1TextColor': '#ffffff',45 'horizontalNavigation1BorderColor': '#4a4a4a',46 'horizontalNavigation1DropdownBackgroundColor': '#313131',47 'horizontalNavigation1DropdownTextColor': '#ffffff',48 'horizontalNavigation2NavbarBackgroundColor': '#575757',49 'horizontalNavigation2NavbarTextColor': '#ffffff',50 'horizontalNavigation2NavbarBorderColor': '#575757',51 'horizontalNavigation2BackgroundColor': '#575757',52 'horizontalNavigation2TextColor': '#ffffff',53 'horizontalNavigation2BorderColor': '#575757',54 'horizontalNavigation2DropdownBackgroundColor': '#313131',55 'horizontalNavigation2DropdownTextColor': '#ffffff',56 'horizontalNavigation3NavbarBackgroundColor': '#3e3e3e',57 'horizontalNavigation3NavbarTextColor': '#ffffff',58 'horizontalNavigation3NavbarBorderColor': '#3e3e3e',59 'horizontalNavigation3BackgroundColor': '#4a4a4a',60 'horizontalNavigation3TextColor': '#ffffff',61 'horizontalNavigation3BorderColor': '#4a4a4a',62 'horizontalNavigation3DropdownBackgroundColor': '#313131',63 'horizontalNavigation3DropdownTextColor': '#ffffff',64 'megaMenuBackgroundColor': '#4a4a4a',65 'megaMenuTextColor': '#ffffff',66 'megaMenuBorderColor': '#4a4a4a',67 'megaMenuNavbarBackgroundColor': '#3e3e3e',68 'megaMenuNavbarTextColor': '#ffffff',69 'megaMenuNavbarBorderColor': '#3e3e3e',70 'rightSidebarTextColor': '#ffffff',71 'rightSidebarBackgroundColor': '#373737',72 'rightSidebarBorderColor': '#373737',73 'fullsizeBackgroundImageBackgroundColor': '#262932',74 'fullsizeBackgroundImageTextColor': '#ffffff',75};76var palette2 = {77 'textColor': '#ffffff',78 'backgroundColor': '#262932',79 'highlightColor': '#5cb85c',80 'borderColor': '#474d5d',81 'hoverColor': '#474d5d',82 'oddColor': '#3c414f',83 'evenColor': '#313540',84 'leftSidebarBackgroundColor': '#3c414f',85 'leftSidebarBorderColor': '#3c414f',86 'leftSidebarTextColor': '#ffffff',87 'leftSidebarTitleColor': '#ffffff',88 'leftSidebarSidelineColor': '#5cb85c',89 'leftSidebarHoverBackgroundColor': '#313540',90 'leftSidebarHoverTextColor': '#ffffff',91 'navbarBackgroundColor': '#262932',92 'navbarTextColor': '#ffffff',93 'navbarBorderColor': '#262932',94 'codeBackgroundColor': '#474d5d',95 'codeTextColor': '#5cb85c',96 'floatingLabelsBorderColor': '#ffffff',97 'vectorMapTextColor': '#52596c',98 'vectorMapBackgroundColor': '#3c414f',99 'vectorMapHoverBackgroundColor': '#474d5d',100 'horizontalNavigation1NavbarBackgroundColor': '#3c414f',101 'horizontalNavigation1NavbarTextColor': '#ffffff',102 'horizontalNavigation1NavbarBorderColor': '#3c414f',103 'horizontalNavigation1BackgroundColor': '#474d5d',104 'horizontalNavigation1TextColor': '#ffffff',105 'horizontalNavigation1BorderColor': '#474d5d',106 'horizontalNavigation1DropdownBackgroundColor': '#313540',107 'horizontalNavigation1DropdownTextColor': '#ffffff',108 'horizontalNavigation2NavbarBackgroundColor': '#52596c',109 'horizontalNavigation2NavbarTextColor': '#ffffff',110 'horizontalNavigation2NavbarBorderColor': '#52596c',111 'horizontalNavigation2BackgroundColor': '#52596c',112 'horizontalNavigation2TextColor': '#ffffff',113 'horizontalNavigation2BorderColor': '#52596c',114 'horizontalNavigation2DropdownBackgroundColor': '#313540',115 'horizontalNavigation2DropdownTextColor': '#ffffff',116 'horizontalNavigation3NavbarBackgroundColor': '#3c414f',117 'horizontalNavigation3NavbarTextColor': '#ffffff',118 'horizontalNavigation3NavbarBorderColor': '#3c414f',119 'horizontalNavigation3BackgroundColor': '#474d5d',120 'horizontalNavigation3TextColor': '#ffffff',121 'horizontalNavigation3BorderColor': '#474d5d',122 'horizontalNavigation3DropdownBackgroundColor': '#313540',123 'horizontalNavigation3DropdownTextColor': '#ffffff',124 'megaMenuBackgroundColor': '#474d5d',125 'megaMenuTextColor': '#ffffff',126 'megaMenuBorderColor': '#474d5d',127 'megaMenuNavbarBackgroundColor': '#3c414f',128 'megaMenuNavbarTextColor': '#ffffff',129 'megaMenuNavbarBorderColor': '#3c414f',130 'rightSidebarTextColor': '#ffffff',131 'rightSidebarBackgroundColor': '#373b48',132 'rightSidebarBorderColor': '#373b48',133 'fullsizeBackgroundImageBackgroundColor': '#262932',134 'fullsizeBackgroundImageTextColor': '#ffffff',135};136var palette3 = {137 'textColor': '#ffffff',138 'backgroundColor': '#000000',139 'highlightColor': '#5cb85c',140 'borderColor': '#262626',141 'hoverColor': '#262626',142 'oddColor': '#1a1a1a',143 'evenColor': '#0d0d0d',144 'leftSidebarBackgroundColor': '#1a1a1a',145 'leftSidebarBorderColor': '#1a1a1a',146 'leftSidebarTextColor': '#ffffff',147 'leftSidebarTitleColor': '#ffffff',148 'leftSidebarSidelineColor': '#5cb85c',149 'leftSidebarHoverBackgroundColor': '#0d0d0d',150 'leftSidebarHoverTextColor': '#ffffff',151 'navbarBackgroundColor': '#000000',152 'navbarTextColor': '#ffffff',153 'navbarBorderColor': '#000000',154 'codeBackgroundColor': '#262626',155 'codeTextColor': '#5cb85c',156 'floatingLabelsBorderColor': '#ffffff',157 'vectorMapTextColor': '#333333',158 'vectorMapBackgroundColor': '#1a1a1a',159 'vectorMapHoverBackgroundColor': '#262626',160 'horizontalNavigation1NavbarBackgroundColor': '#1a1a1a',161 'horizontalNavigation1NavbarTextColor': '#ffffff',162 'horizontalNavigation1NavbarBorderColor': '#1a1a1a',163 'horizontalNavigation1BackgroundColor': '#262626',164 'horizontalNavigation1TextColor': '#ffffff',165 'horizontalNavigation1BorderColor': '#262626',166 'horizontalNavigation1DropdownBackgroundColor': '#0d0d0d',167 'horizontalNavigation1DropdownTextColor': '#ffffff',168 'horizontalNavigation2NavbarBackgroundColor': '#333333',169 'horizontalNavigation2NavbarTextColor': '#ffffff',170 'horizontalNavigation2NavbarBorderColor': '#333333',171 'horizontalNavigation2BackgroundColor': '#333333',172 'horizontalNavigation2TextColor': '#ffffff',173 'horizontalNavigation2BorderColor': '#333333',174 'horizontalNavigation2DropdownBackgroundColor': '#0d0d0d',175 'horizontalNavigation2DropdownTextColor': '#ffffff',176 'horizontalNavigation3NavbarBackgroundColor': '#1a1a1a',177 'horizontalNavigation3NavbarTextColor': '#ffffff',178 'horizontalNavigation3NavbarBorderColor': '#1a1a1a',179 'horizontalNavigation3BackgroundColor': '#262626',180 'horizontalNavigation3TextColor': '#ffffff',181 'horizontalNavigation3BorderColor': '#262626',182 'horizontalNavigation3DropdownBackgroundColor': '#0d0d0d',183 'horizontalNavigation3DropdownTextColor': '#ffffff',184 'megaMenuBackgroundColor': '#262626',185 'megaMenuTextColor': '#ffffff',186 'megaMenuBorderColor': '#262626',187 'megaMenuNavbarBackgroundColor': '#1a1a1a',188 'megaMenuNavbarTextColor': '#ffffff',189 'megaMenuNavbarBorderColor': '#1a1a1a',190 'rightSidebarTextColor': '#ffffff',191 'rightSidebarBackgroundColor': '#131313',192 'rightSidebarBorderColor': '#131313',193 'fullsizeBackgroundImageBackgroundColor': '#262932',194 'fullsizeBackgroundImageTextColor': '#ffffff',195};196var palette4 = {197 'textColor': '#262932',198 'backgroundColor': '#ffffff',199 'highlightColor': '#d9534f',200 'borderColor': '#ececec',201 'hoverColor': '#e6e6e6',202 'oddColor': '#f2f2f2',203 'evenColor': '#ffffff',204 'leftSidebarBackgroundColor': '#1a1a1a',205 'leftSidebarBorderColor': '#1a1a1a',206 'leftSidebarTextColor': '#ffffff',207 'leftSidebarTitleColor': '#ffffff',208 'leftSidebarSidelineColor': '#d9534f',209 'leftSidebarHoverBackgroundColor': '#0d0d0d',210 'leftSidebarHoverTextColor': '#ffffff',211 'navbarBackgroundColor': '#ffffff',212 'navbarTextColor': '#262932',213 'navbarBorderColor': '#d9d9d9',214 'codeBackgroundColor': '#d9d9d9',215 'codeTextColor': '#d9534f',216 'floatingLabelsBorderColor': '#d9d9d9',217 'vectorMapTextColor': '#cccccc',218 'vectorMapBackgroundColor': '#e6e6e6',219 'vectorMapHoverBackgroundColor': '#d9d9d9',220 'horizontalNavigation1NavbarBackgroundColor': '#1a1a1a',221 'horizontalNavigation1NavbarTextColor': '#ffffff',222 'horizontalNavigation1NavbarBorderColor': '#1a1a1a',223 'horizontalNavigation1BackgroundColor': '#262626',224 'horizontalNavigation1TextColor': '#ffffff',225 'horizontalNavigation1BorderColor': '#262626',226 'horizontalNavigation1DropdownBackgroundColor': '#262626',227 'horizontalNavigation1DropdownTextColor': '#ffffff',228 'horizontalNavigation2NavbarBackgroundColor': '#333333',229 'horizontalNavigation2NavbarTextColor': '#ffffff',230 'horizontalNavigation2NavbarBorderColor': '#333333',231 'horizontalNavigation2BackgroundColor': '#333333',232 'horizontalNavigation2TextColor': '#ffffff',233 'horizontalNavigation2BorderColor': '#333333',234 'horizontalNavigation2DropdownBackgroundColor': '#333333',235 'horizontalNavigation2DropdownTextColor': '#ffffff',236 'horizontalNavigation3NavbarBackgroundColor': '#1a1a1a',237 'horizontalNavigation3NavbarTextColor': '#ffffff',238 'horizontalNavigation3NavbarBorderColor': '#1a1a1a',239 'horizontalNavigation3BackgroundColor': '#262626',240 'horizontalNavigation3TextColor': '#ffffff',241 'horizontalNavigation3BorderColor': '#262626',242 'horizontalNavigation3DropdownBackgroundColor': '#262626',243 'horizontalNavigation3DropdownTextColor': '#ffffff',244 'megaMenuBackgroundColor': '#f9f9f9',245 'megaMenuTextColor': '#262932',246 'megaMenuBorderColor': '#e6e6e6',247 'megaMenuNavbarBackgroundColor': '#1a1a1a',248 'megaMenuNavbarTextColor': '#262932',249 'megaMenuNavbarBorderColor': '#1a1a1a',250 'rightSidebarTextColor': '#262932',251 'rightSidebarBackgroundColor': '#ffffff',252 'rightSidebarBorderColor': '#d9d9d9',253 'fullsizeBackgroundImageBackgroundColor': '#262932',254 'fullsizeBackgroundImageTextColor': '#f5f5f5',255};256var palette5 = {257 'textColor': '#262932',258 'backgroundColor': '#ffffff',259 'highlightColor': '#d9534f',260 'borderColor': '#ececec',261 'hoverColor': '#e6e6e6',262 'oddColor': '#f2f2f2',263 'evenColor': '#ffffff',264 'leftSidebarBackgroundColor': '#3c414f',265 'leftSidebarBorderColor': '#3c414f',266 'leftSidebarTextColor': '#ffffff',267 'leftSidebarTitleColor': '#ffffff',268 'leftSidebarSidelineColor': '#d9534f',269 'leftSidebarHoverBackgroundColor': '#313540',270 'leftSidebarHoverTextColor': '#ffffff',271 'navbarBackgroundColor': '#ffffff',272 'navbarTextColor': '#262932',273 'navbarBorderColor': '#d9d9d9',274 'codeBackgroundColor': '#d9d9d9',275 'codeTextColor': '#d9534f',276 'floatingLabelsBorderColor': '#d9d9d9',277 'vectorMapTextColor': '#cccccc',278 'vectorMapBackgroundColor': '#e6e6e6',279 'vectorMapHoverBackgroundColor': '#d9d9d9',280 'horizontalNavigation1NavbarBackgroundColor': '#3c414f',281 'horizontalNavigation1NavbarTextColor': '#ffffff',282 'horizontalNavigation1NavbarBorderColor': '#3c414f',283 'horizontalNavigation1BackgroundColor': '#474d5d',284 'horizontalNavigation1TextColor': '#ffffff',285 'horizontalNavigation1BorderColor': '#474d5d',286 'horizontalNavigation1DropdownBackgroundColor': '#474d5d',287 'horizontalNavigation1DropdownTextColor': '#ffffff',288 'horizontalNavigation2NavbarBackgroundColor': '#52596c',289 'horizontalNavigation2NavbarTextColor': '#ffffff',290 'horizontalNavigation2NavbarBorderColor': '#52596c',291 'horizontalNavigation2BackgroundColor': '#52596c',292 'horizontalNavigation2TextColor': '#ffffff',293 'horizontalNavigation2BorderColor': '#52596c',294 'horizontalNavigation2DropdownBackgroundColor': '#52596c',295 'horizontalNavigation2DropdownTextColor': '#ffffff',296 'horizontalNavigation3NavbarBackgroundColor': '#3c414f',297 'horizontalNavigation3NavbarTextColor': '#ffffff',298 'horizontalNavigation3NavbarBorderColor': '#3c414f',299 'horizontalNavigation3BackgroundColor': '#474d5d',300 'horizontalNavigation3TextColor': '#ffffff',301 'horizontalNavigation3BorderColor': '#474d5d',302 'horizontalNavigation3DropdownBackgroundColor': '#474d5d',303 'horizontalNavigation3DropdownTextColor': '#ffffff',304 'megaMenuBackgroundColor': '#f9f9f9',305 'megaMenuTextColor': '#262932',306 'megaMenuBorderColor': '#e6e6e6',307 'megaMenuNavbarBackgroundColor': '#3c414f',308 'megaMenuNavbarTextColor': '#262932',309 'megaMenuNavbarBorderColor': '#3c414f',310 'rightSidebarTextColor': '#262932',311 'rightSidebarBackgroundColor': '#ffffff',312 'rightSidebarBorderColor': '#d9d9d9',313 'fullsizeBackgroundImageBackgroundColor': '#262932',314 'fullsizeBackgroundImageTextColor': '#f5f5f5',315};316var palette6 = {317 'textColor': '#262932',318 'backgroundColor': '#ffffff',319 'highlightColor': '#d9534f',320 'borderColor': '#ececec',321 'hoverColor': '#e6e6e6',322 'oddColor': '#f2f2f2',323 'evenColor': '#ffffff',324 'leftSidebarBackgroundColor': '#3e3e3e',325 'leftSidebarBorderColor': '#3e3e3e',326 'leftSidebarTextColor': '#ffffff',327 'leftSidebarTitleColor': '#ffffff',328 'leftSidebarSidelineColor': '#d9534f',329 'leftSidebarHoverBackgroundColor': '#313131',330 'leftSidebarHoverTextColor': '#ffffff',331 'navbarBackgroundColor': '#ffffff',332 'navbarTextColor': '#262932',333 'navbarBorderColor': '#d9d9d9',334 'codeBackgroundColor': '#d9d9d9',335 'codeTextColor': '#d9534f',336 'floatingLabelsBorderColor': '#d9d9d9',337 'vectorMapTextColor': '#cccccc',338 'vectorMapBackgroundColor': '#e6e6e6',339 'vectorMapHoverBackgroundColor': '#d9d9d9',340 'horizontalNavigation1NavbarBackgroundColor': '#3e3e3e',341 'horizontalNavigation1NavbarTextColor': '#ffffff',342 'horizontalNavigation1NavbarBorderColor': '#3e3e3e',343 'horizontalNavigation1BackgroundColor': '#4a4a4a',344 'horizontalNavigation1TextColor': '#ffffff',345 'horizontalNavigation1BorderColor': '#4a4a4a',346 'horizontalNavigation1DropdownBackgroundColor': '#4a4a4a',347 'horizontalNavigation1DropdownTextColor': '#ffffff',348 'horizontalNavigation2NavbarBackgroundColor': '#575757',349 'horizontalNavigation2NavbarTextColor': '#ffffff',350 'horizontalNavigation2NavbarBorderColor': '#575757',351 'horizontalNavigation2BackgroundColor': '#575757',352 'horizontalNavigation2TextColor': '#ffffff',353 'horizontalNavigation2BorderColor': '#575757',354 'horizontalNavigation2DropdownBackgroundColor': '#575757',355 'horizontalNavigation2DropdownTextColor': '#ffffff',356 'horizontalNavigation3NavbarBackgroundColor': '#3e3e3e',357 'horizontalNavigation3NavbarTextColor': '#ffffff',358 'horizontalNavigation3NavbarBorderColor': '#3e3e3e',359 'horizontalNavigation3BackgroundColor': '#4a4a4a',360 'horizontalNavigation3TextColor': '#ffffff',361 'horizontalNavigation3BorderColor': '#4a4a4a',362 'horizontalNavigation3DropdownBackgroundColor': '#4a4a4a',363 'horizontalNavigation3DropdownTextColor': '#ffffff',364 'megaMenuBackgroundColor': '#f9f9f9',365 'megaMenuTextColor': '#262932',366 'megaMenuBorderColor': '#e6e6e6',367 'megaMenuNavbarBackgroundColor': '#3e3e3e',368 'megaMenuNavbarTextColor': '#262932',369 'megaMenuNavbarBorderColor': '#3e3e3e',370 'rightSidebarTextColor': '#262932',371 'rightSidebarBackgroundColor': '#ffffff',372 'rightSidebarBorderColor': '#d9d9d9',373 'fullsizeBackgroundImageBackgroundColor': '#262932',374 'fullsizeBackgroundImageTextColor': '#f5f5f5',375};376var palette7 = {377 'textColor': '#ffffff',378 'backgroundColor': '#0267bf',379 'highlightColor': '#f0ad4e',380 'borderColor': '#108ffd',381 'hoverColor': '#108ffd',382 'oddColor': '#0283f1',383 'evenColor': '#0275d8',384 'leftSidebarBackgroundColor': '#0283f1',385 'leftSidebarBorderColor': '#0283f1',386 'leftSidebarTextColor': '#ffffff',387 'leftSidebarTitleColor': '#ffffff',388 'leftSidebarSidelineColor': '#f0ad4e',389 'leftSidebarHoverBackgroundColor': '#0275d8',390 'leftSidebarHoverTextColor': '#ffffff',391 'navbarBackgroundColor': '#0267bf',392 'navbarTextColor': '#ffffff',393 'navbarBorderColor': '#0267bf',394 'codeBackgroundColor': '#108ffd',395 'codeTextColor': '#f0ad4e',396 'floatingLabelsBorderColor': '#ffffff',397 'vectorMapTextColor': '#299bfd',398 'vectorMapBackgroundColor': '#0283f1',399 'vectorMapHoverBackgroundColor': '#108ffd',400 'horizontalNavigation1NavbarBackgroundColor': '#0283f1',401 'horizontalNavigation1NavbarTextColor': '#ffffff',402 'horizontalNavigation1NavbarBorderColor': '#0283f1',403 'horizontalNavigation1BackgroundColor': '#108ffd',404 'horizontalNavigation1TextColor': '#ffffff',405 'horizontalNavigation1BorderColor': '#108ffd',406 'horizontalNavigation1DropdownBackgroundColor': '#0275d8',407 'horizontalNavigation1DropdownTextColor': '#ffffff',408 'horizontalNavigation2NavbarBackgroundColor': '#299bfd',409 'horizontalNavigation2NavbarTextColor': '#ffffff',410 'horizontalNavigation2NavbarBorderColor': '#299bfd',411 'horizontalNavigation2BackgroundColor': '#299bfd',412 'horizontalNavigation2TextColor': '#ffffff',413 'horizontalNavigation2BorderColor': '#299bfd',414 'horizontalNavigation2DropdownBackgroundColor': '#0275d8',415 'horizontalNavigation2DropdownTextColor': '#ffffff',416 'horizontalNavigation3NavbarBackgroundColor': '#0283f1',417 'horizontalNavigation3NavbarTextColor': '#ffffff',418 'horizontalNavigation3NavbarBorderColor': '#0283f1',419 'horizontalNavigation3BackgroundColor': '#108ffd',420 'horizontalNavigation3TextColor': '#ffffff',421 'horizontalNavigation3BorderColor': '#108ffd',422 'horizontalNavigation3DropdownBackgroundColor': '#0275d8',423 'horizontalNavigation3DropdownTextColor': '#ffffff',424 'megaMenuBackgroundColor': '#108ffd',425 'megaMenuTextColor': '#ffffff',426 'megaMenuBorderColor': '#108ffd',427 'megaMenuNavbarBackgroundColor': '#0283f1',428 'megaMenuNavbarTextColor': '#ffffff',429 'megaMenuNavbarBorderColor': '#0283f1',430 'rightSidebarTextColor': '#ffffff',431 'rightSidebarBackgroundColor': '#027ce5',432 'rightSidebarBorderColor': '#027ce5',433 'fullsizeBackgroundImageBackgroundColor': '#262932',434 'fullsizeBackgroundImageTextColor': '#ffffff',435};436var palette8 = {437 'textColor': '#ffffff',438 'backgroundColor': '#025aa5',439 'highlightColor': '#f0ad4e',440 'borderColor': '#0283f1',441 'hoverColor': '#0283f1',442 'oddColor': '#0275d8',443 'evenColor': '#0267bf',444 'leftSidebarBackgroundColor': '#0275d8',445 'leftSidebarBorderColor': '#0275d8',446 'leftSidebarTextColor': '#ffffff',447 'leftSidebarTitleColor': '#ffffff',448 'leftSidebarSidelineColor': '#f0ad4e',449 'leftSidebarHoverBackgroundColor': '#0267bf',450 'leftSidebarHoverTextColor': '#ffffff',451 'navbarBackgroundColor': '#025aa5',452 'navbarTextColor': '#ffffff',453 'navbarBorderColor': '#025aa5',454 'codeBackgroundColor': '#0283f1',455 'codeTextColor': '#f0ad4e',456 'floatingLabelsBorderColor': '#ffffff',457 'vectorMapTextColor': '#108ffd',458 'vectorMapBackgroundColor': '#0275d8',459 'vectorMapHoverBackgroundColor': '#0283f1',460 'horizontalNavigation1NavbarBackgroundColor': '#0275d8',461 'horizontalNavigation1NavbarTextColor': '#ffffff',462 'horizontalNavigation1NavbarBorderColor': '#0275d8',463 'horizontalNavigation1BackgroundColor': '#0283f1',464 'horizontalNavigation1TextColor': '#ffffff',465 'horizontalNavigation1BorderColor': '#0283f1',466 'horizontalNavigation1DropdownBackgroundColor': '#0267bf',467 'horizontalNavigation1DropdownTextColor': '#ffffff',468 'horizontalNavigation2NavbarBackgroundColor': '#108ffd',469 'horizontalNavigation2NavbarTextColor': '#ffffff',470 'horizontalNavigation2NavbarBorderColor': '#108ffd',471 'horizontalNavigation2BackgroundColor': '#108ffd',472 'horizontalNavigation2TextColor': '#ffffff',473 'horizontalNavigation2BorderColor': '#108ffd',474 'horizontalNavigation2DropdownBackgroundColor': '#0267bf',475 'horizontalNavigation2DropdownTextColor': '#ffffff',476 'horizontalNavigation3NavbarBackgroundColor': '#0275d8',477 'horizontalNavigation3NavbarTextColor': '#ffffff',478 'horizontalNavigation3NavbarBorderColor': '#0275d8',479 'horizontalNavigation3BackgroundColor': '#0283f1',480 'horizontalNavigation3TextColor': '#ffffff',481 'horizontalNavigation3BorderColor': '#0283f1',482 'horizontalNavigation3DropdownBackgroundColor': '#0267bf',483 'horizontalNavigation3DropdownTextColor': '#ffffff',484 'megaMenuBackgroundColor': '#0283f1',485 'megaMenuTextColor': '#ffffff',486 'megaMenuBorderColor': '#0283f1',487 'megaMenuNavbarBackgroundColor': '#0275d8',488 'megaMenuNavbarTextColor': '#ffffff',489 'megaMenuNavbarBorderColor': '#0275d8',490 'rightSidebarTextColor': '#ffffff',491 'rightSidebarBackgroundColor': '#026ecb',492 'rightSidebarBorderColor': '#026ecb',493 'fullsizeBackgroundImageBackgroundColor': '#262932',494 'fullsizeBackgroundImageTextColor': '#ffffff',495};496var palette9 = {497 'textColor': '#ffffff',498 'backgroundColor': '#014c8c',499 'highlightColor': '#f0ad4e',500 'borderColor': '#0275d8',501 'hoverColor': '#0275d8',502 'oddColor': '#0267bf',503 'evenColor': '#025aa5',504 'leftSidebarBackgroundColor': '#0267bf',505 'leftSidebarBorderColor': '#0267bf',506 'leftSidebarTextColor': '#ffffff',507 'leftSidebarTitleColor': '#ffffff',508 'leftSidebarSidelineColor': '#f0ad4e',509 'leftSidebarHoverBackgroundColor': '#025aa5',510 'leftSidebarHoverTextColor': '#ffffff',511 'navbarBackgroundColor': '#014c8c',512 'navbarTextColor': '#ffffff',513 'navbarBorderColor': '#014c8c',514 'codeBackgroundColor': '#0275d8',515 'codeTextColor': '#f0ad4e',516 'floatingLabelsBorderColor': '#ffffff',517 'vectorMapTextColor': '#0283f1',518 'vectorMapBackgroundColor': '#0267bf',519 'vectorMapHoverBackgroundColor': '#0275d8',520 'horizontalNavigation1NavbarBackgroundColor': '#0267bf',521 'horizontalNavigation1NavbarTextColor': '#ffffff',522 'horizontalNavigation1NavbarBorderColor': '#0267bf',523 'horizontalNavigation1BackgroundColor': '#0275d8',524 'horizontalNavigation1TextColor': '#ffffff',525 'horizontalNavigation1BorderColor': '#0275d8',526 'horizontalNavigation1DropdownBackgroundColor': '#025aa5',527 'horizontalNavigation1DropdownTextColor': '#ffffff',528 'horizontalNavigation2NavbarBackgroundColor': '#0283f1',529 'horizontalNavigation2NavbarTextColor': '#ffffff',530 'horizontalNavigation2NavbarBorderColor': '#0283f1',531 'horizontalNavigation2BackgroundColor': '#0283f1',532 'horizontalNavigation2TextColor': '#ffffff',533 'horizontalNavigation2BorderColor': '#0283f1',534 'horizontalNavigation2DropdownBackgroundColor': '#025aa5',535 'horizontalNavigation2DropdownTextColor': '#ffffff',536 'horizontalNavigation3NavbarBackgroundColor': '#0267bf',537 'horizontalNavigation3NavbarTextColor': '#ffffff',538 'horizontalNavigation3NavbarBorderColor': '#0267bf',539 'horizontalNavigation3BackgroundColor': '#0275d8',540 'horizontalNavigation3TextColor': '#ffffff',541 'horizontalNavigation3BorderColor': '#0275d8',542 'horizontalNavigation3DropdownBackgroundColor': '#025aa5',543 'horizontalNavigation3DropdownTextColor': '#ffffff',544 'megaMenuBackgroundColor': '#0275d8',545 'megaMenuTextColor': '#ffffff',546 'megaMenuBorderColor': '#0275d8',547 'megaMenuNavbarBackgroundColor': '#0267bf',548 'megaMenuNavbarTextColor': '#ffffff',549 'megaMenuNavbarBorderColor': '#0267bf',550 'rightSidebarTextColor': '#ffffff',551 'rightSidebarBackgroundColor': '#0260b2',552 'rightSidebarBorderColor': '#0260b2',553 'fullsizeBackgroundImageBackgroundColor': '#262932',554 'fullsizeBackgroundImageTextColor': '#ffffff',555};556var palette10 = {557 'textColor': '#ffffff',558 'backgroundColor': '#110a5c',559 'highlightColor': '#f0ad4e',560 'borderColor': '#1e11a1',561 'hoverColor': '#1e11a1',562 'oddColor': '#190f8a',563 'evenColor': '#150c73',564 'leftSidebarBackgroundColor': '#190f8a',565 'leftSidebarBorderColor': '#190f8a',566 'leftSidebarTextColor': '#ffffff',567 'leftSidebarTitleColor': '#ffffff',568 'leftSidebarSidelineColor': '#f0ad4e',569 'leftSidebarHoverBackgroundColor': '#150c73',570 'leftSidebarHoverTextColor': '#ffffff',571 'navbarBackgroundColor': '#110a5c',572 'navbarTextColor': '#ffffff',573 'navbarBorderColor': '#110a5c',574 'codeBackgroundColor': '#1e11a1',575 'codeTextColor': '#f0ad4e',576 'floatingLabelsBorderColor': '#ffffff',577 'vectorMapTextColor': '#2214b8',578 'vectorMapBackgroundColor': '#190f8a',579 'vectorMapHoverBackgroundColor': '#1e11a1',580 'horizontalNavigation1NavbarBackgroundColor': '#190f8a',581 'horizontalNavigation1NavbarTextColor': '#ffffff',582 'horizontalNavigation1NavbarBorderColor': '#190f8a',583 'horizontalNavigation1BackgroundColor': '#1e11a1',584 'horizontalNavigation1TextColor': '#ffffff',585 'horizontalNavigation1BorderColor': '#1e11a1',586 'horizontalNavigation1DropdownBackgroundColor': '#150c73',587 'horizontalNavigation1DropdownTextColor': '#ffffff',588 'horizontalNavigation2NavbarBackgroundColor': '#2214b8',589 'horizontalNavigation2NavbarTextColor': '#ffffff',590 'horizontalNavigation2NavbarBorderColor': '#2214b8',591 'horizontalNavigation2BackgroundColor': '#2214b8',592 'horizontalNavigation2TextColor': '#ffffff',593 'horizontalNavigation2BorderColor': '#2214b8',594 'horizontalNavigation2DropdownBackgroundColor': '#150c73',595 'horizontalNavigation2DropdownTextColor': '#ffffff',596 'horizontalNavigation3NavbarBackgroundColor': '#190f8a',597 'horizontalNavigation3NavbarTextColor': '#ffffff',598 'horizontalNavigation3NavbarBorderColor': '#190f8a',599 'horizontalNavigation3BackgroundColor': '#1e11a1',600 'horizontalNavigation3TextColor': '#ffffff',601 'horizontalNavigation3BorderColor': '#1e11a1',602 'horizontalNavigation3DropdownBackgroundColor': '#150c73',603 'horizontalNavigation3DropdownTextColor': '#ffffff',604 'megaMenuBackgroundColor': '#1e11a1',605 'megaMenuTextColor': '#ffffff',606 'megaMenuBorderColor': '#1e11a1',607 'megaMenuNavbarBackgroundColor': '#190f8a',608 'megaMenuNavbarTextColor': '#ffffff',609 'megaMenuNavbarBorderColor': '#190f8a',610 'rightSidebarTextColor': '#ffffff',611 'rightSidebarBackgroundColor': '#170e7f',612 'rightSidebarBorderColor': '#170e7f',613 'fullsizeBackgroundImageBackgroundColor': '#262932',614 'fullsizeBackgroundImageTextColor': '#ffffff',615};616var palette11 = {617 'textColor': '#ffffff',618 'backgroundColor': '#1b1091',619 'highlightColor': '#f0ad4e',620 'borderColor': '#2818d6',621 'hoverColor': '#2818d6',622 'oddColor': '#2415bf',623 'evenColor': '#1f13a8',624 'leftSidebarBackgroundColor': '#2415bf',625 'leftSidebarBorderColor': '#2415bf',626 'leftSidebarTextColor': '#ffffff',627 'leftSidebarTitleColor': '#ffffff',628 'leftSidebarSidelineColor': '#f0ad4e',629 'leftSidebarHoverBackgroundColor': '#1f13a8',630 'leftSidebarHoverTextColor': '#ffffff',631 'navbarBackgroundColor': '#1b1091',632 'navbarTextColor': '#ffffff',633 'navbarBorderColor': '#1b1091',634 'codeBackgroundColor': '#2818d6',635 'codeTextColor': '#f0ad4e',636 'floatingLabelsBorderColor': '#ffffff',637 'vectorMapTextColor': '#3121e6',638 'vectorMapBackgroundColor': '#2415bf',639 'vectorMapHoverBackgroundColor': '#2818d6',640 'horizontalNavigation1NavbarBackgroundColor': '#2415bf',641 'horizontalNavigation1NavbarTextColor': '#ffffff',642 'horizontalNavigation1NavbarBorderColor': '#2415bf',643 'horizontalNavigation1BackgroundColor': '#2818d6',644 'horizontalNavigation1TextColor': '#ffffff',645 'horizontalNavigation1BorderColor': '#2818d6',646 'horizontalNavigation1DropdownBackgroundColor': '#1f13a8',647 'horizontalNavigation1DropdownTextColor': '#ffffff',648 'horizontalNavigation2NavbarBackgroundColor': '#3121e6',649 'horizontalNavigation2NavbarTextColor': '#ffffff',650 'horizontalNavigation2NavbarBorderColor': '#3121e6',651 'horizontalNavigation2BackgroundColor': '#3121e6',652 'horizontalNavigation2TextColor': '#ffffff',653 'horizontalNavigation2BorderColor': '#3121e6',654 'horizontalNavigation2DropdownBackgroundColor': '#1f13a8',655 'horizontalNavigation2DropdownTextColor': '#ffffff',656 'horizontalNavigation3NavbarBackgroundColor': '#2415bf',657 'horizontalNavigation3NavbarTextColor': '#ffffff',658 'horizontalNavigation3NavbarBorderColor': '#2415bf',659 'horizontalNavigation3BackgroundColor': '#2818d6',660 'horizontalNavigation3TextColor': '#ffffff',661 'horizontalNavigation3BorderColor': '#2818d6',662 'horizontalNavigation3DropdownBackgroundColor': '#1f13a8',663 'horizontalNavigation3DropdownTextColor': '#ffffff',664 'megaMenuBackgroundColor': '#2818d6',665 'megaMenuTextColor': '#ffffff',666 'megaMenuBorderColor': '#2818d6',667 'megaMenuNavbarBackgroundColor': '#2415bf',668 'megaMenuNavbarTextColor': '#ffffff',669 'megaMenuNavbarBorderColor': '#2415bf',670 'rightSidebarTextColor': '#ffffff',671 'rightSidebarBackgroundColor': '#2114b3',672 'rightSidebarBorderColor': '#2114b3',673 'fullsizeBackgroundImageBackgroundColor': '#262932',674 'fullsizeBackgroundImageTextColor': '#ffffff',675};676var palette12 = {677 'textColor': '#ffffff',678 'backgroundColor': '#2516c7',679 'highlightColor': '#f0ad4e',680 'borderColor': '#4e40ea',681 'hoverColor': '#4e40ea',682 'oddColor': '#3929e7',683 'evenColor': '#2919de',684 'leftSidebarBackgroundColor': '#3929e7',685 'leftSidebarBorderColor': '#3929e7',686 'leftSidebarTextColor': '#ffffff',687 'leftSidebarTitleColor': '#ffffff',688 'leftSidebarSidelineColor': '#f0ad4e',689 'leftSidebarHoverBackgroundColor': '#2919de',690 'leftSidebarHoverTextColor': '#ffffff',691 'navbarBackgroundColor': '#2516c7',692 'navbarTextColor': '#ffffff',693 'navbarBorderColor': '#2516c7',694 'codeBackgroundColor': '#4e40ea',695 'codeTextColor': '#f0ad4e',696 'floatingLabelsBorderColor': '#ffffff',697 'vectorMapTextColor': '#6357ec',698 'vectorMapBackgroundColor': '#3929e7',699 'vectorMapHoverBackgroundColor': '#4e40ea',700 'horizontalNavigation1NavbarBackgroundColor': '#3929e7',701 'horizontalNavigation1NavbarTextColor': '#ffffff',702 'horizontalNavigation1NavbarBorderColor': '#3929e7',703 'horizontalNavigation1BackgroundColor': '#4e40ea',704 'horizontalNavigation1TextColor': '#ffffff',705 'horizontalNavigation1BorderColor': '#4e40ea',706 'horizontalNavigation1DropdownBackgroundColor': '#2919de',707 'horizontalNavigation1DropdownTextColor': '#ffffff',708 'horizontalNavigation2NavbarBackgroundColor': '#6357ec',709 'horizontalNavigation2NavbarTextColor': '#ffffff',710 'horizontalNavigation2NavbarBorderColor': '#6357ec',711 'horizontalNavigation2BackgroundColor': '#6357ec',712 'horizontalNavigation2TextColor': '#ffffff',713 'horizontalNavigation2BorderColor': '#6357ec',714 'horizontalNavigation2DropdownBackgroundColor': '#2919de',715 'horizontalNavigation2DropdownTextColor': '#ffffff',716 'horizontalNavigation3NavbarBackgroundColor': '#3929e7',717 'horizontalNavigation3NavbarTextColor': '#ffffff',718 'horizontalNavigation3NavbarBorderColor': '#3929e7',719 'horizontalNavigation3BackgroundColor': '#4e40ea',720 'horizontalNavigation3TextColor': '#ffffff',721 'horizontalNavigation3BorderColor': '#4e40ea',722 'horizontalNavigation3DropdownBackgroundColor': '#2919de',723 'horizontalNavigation3DropdownTextColor': '#ffffff',724 'megaMenuBackgroundColor': '#4e40ea',725 'megaMenuTextColor': '#ffffff',726 'megaMenuBorderColor': '#4e40ea',727 'megaMenuNavbarBackgroundColor': '#3929e7',728 'megaMenuNavbarTextColor': '#ffffff',729 'megaMenuNavbarBorderColor': '#3929e7',730 'rightSidebarTextColor': '#ffffff',731 'rightSidebarBackgroundColor': '#2e1de6',732 'rightSidebarBorderColor': '#2e1de6',733 'fullsizeBackgroundImageBackgroundColor': '#262932',734 'fullsizeBackgroundImageTextColor': '#ffffff',735};736var palette13 = {737 'textColor': '#ffffff',738 'backgroundColor': '#320a5c',739 'highlightColor': '#f0ad4e',740 'borderColor': '#5711a1',741 'hoverColor': '#5711a1',742 'oddColor': '#4b0f8a',743 'evenColor': '#3f0c73',744 'leftSidebarBackgroundColor': '#4b0f8a',745 'leftSidebarBorderColor': '#4b0f8a',746 'leftSidebarTextColor': '#ffffff',747 'leftSidebarTitleColor': '#ffffff',748 'leftSidebarSidelineColor': '#f0ad4e',749 'leftSidebarHoverBackgroundColor': '#3f0c73',750 'leftSidebarHoverTextColor': '#ffffff',751 'navbarBackgroundColor': '#320a5c',752 'navbarTextColor': '#ffffff',753 'navbarBorderColor': '#320a5c',754 'codeBackgroundColor': '#5711a1',755 'codeTextColor': '#f0ad4e',756 'floatingLabelsBorderColor': '#ffffff',757 'vectorMapTextColor': '#6414b8',758 'vectorMapBackgroundColor': '#4b0f8a',759 'vectorMapHoverBackgroundColor': '#5711a1',760 'horizontalNavigation1NavbarBackgroundColor': '#4b0f8a',761 'horizontalNavigation1NavbarTextColor': '#ffffff',762 'horizontalNavigation1NavbarBorderColor': '#4b0f8a',763 'horizontalNavigation1BackgroundColor': '#5711a1',764 'horizontalNavigation1TextColor': '#ffffff',765 'horizontalNavigation1BorderColor': '#5711a1',766 'horizontalNavigation1DropdownBackgroundColor': '#3f0c73',767 'horizontalNavigation1DropdownTextColor': '#ffffff',768 'horizontalNavigation2NavbarBackgroundColor': '#6414b8',769 'horizontalNavigation2NavbarTextColor': '#ffffff',770 'horizontalNavigation2NavbarBorderColor': '#6414b8',771 'horizontalNavigation2BackgroundColor': '#6414b8',772 'horizontalNavigation2TextColor': '#ffffff',773 'horizontalNavigation2BorderColor': '#6414b8',774 'horizontalNavigation2DropdownBackgroundColor': '#3f0c73',775 'horizontalNavigation2DropdownTextColor': '#ffffff',776 'horizontalNavigation3NavbarBackgroundColor': '#4b0f8a',777 'horizontalNavigation3NavbarTextColor': '#ffffff',778 'horizontalNavigation3NavbarBorderColor': '#4b0f8a',779 'horizontalNavigation3BackgroundColor': '#5711a1',780 'horizontalNavigation3TextColor': '#ffffff',781 'horizontalNavigation3BorderColor': '#5711a1',782 'horizontalNavigation3DropdownBackgroundColor': '#3f0c73',783 'horizontalNavigation3DropdownTextColor': '#ffffff',784 'megaMenuBackgroundColor': '#5711a1',785 'megaMenuTextColor': '#ffffff',786 'megaMenuBorderColor': '#5711a1',787 'megaMenuNavbarBackgroundColor': '#4b0f8a',788 'megaMenuNavbarTextColor': '#ffffff',789 'megaMenuNavbarBorderColor': '#4b0f8a',790 'rightSidebarTextColor': '#ffffff',791 'rightSidebarBackgroundColor': '#450e7f',792 'rightSidebarBorderColor': '#450e7f',793 'fullsizeBackgroundImageBackgroundColor': '#262932',794 'fullsizeBackgroundImageTextColor': '#ffffff',795};796var palette14 = {797 'textColor': '#ffffff',798 'backgroundColor': '#4f1091',799 'highlightColor': '#f0ad4e',800 'borderColor': '#7518d6',801 'hoverColor': '#7518d6',802 'oddColor': '#6815bf',803 'evenColor': '#5c13a8',804 'leftSidebarBackgroundColor': '#6815bf',805 'leftSidebarBorderColor': '#6815bf',806 'leftSidebarTextColor': '#ffffff',807 'leftSidebarTitleColor': '#ffffff',808 'leftSidebarSidelineColor': '#f0ad4e',809 'leftSidebarHoverBackgroundColor': '#5c13a8',810 'leftSidebarHoverTextColor': '#ffffff',811 'navbarBackgroundColor': '#4f1091',812 'navbarTextColor': '#ffffff',813 'navbarBorderColor': '#4f1091',814 'codeBackgroundColor': '#7518d6',815 'codeTextColor': '#f0ad4e',816 'floatingLabelsBorderColor': '#ffffff',817 'vectorMapTextColor': '#8121e6',818 'vectorMapBackgroundColor': '#6815bf',819 'vectorMapHoverBackgroundColor': '#7518d6',820 'horizontalNavigation1NavbarBackgroundColor': '#6815bf',821 'horizontalNavigation1NavbarTextColor': '#ffffff',822 'horizontalNavigation1NavbarBorderColor': '#6815bf',823 'horizontalNavigation1BackgroundColor': '#7518d6',824 'horizontalNavigation1TextColor': '#ffffff',825 'horizontalNavigation1BorderColor': '#7518d6',826 'horizontalNavigation1DropdownBackgroundColor': '#5c13a8',827 'horizontalNavigation1DropdownTextColor': '#ffffff',828 'horizontalNavigation2NavbarBackgroundColor': '#8121e6',829 'horizontalNavigation2NavbarTextColor': '#ffffff',830 'horizontalNavigation2NavbarBorderColor': '#8121e6',831 'horizontalNavigation2BackgroundColor': '#8121e6',832 'horizontalNavigation2TextColor': '#ffffff',833 'horizontalNavigation2BorderColor': '#8121e6',834 'horizontalNavigation2DropdownBackgroundColor': '#5c13a8',835 'horizontalNavigation2DropdownTextColor': '#ffffff',836 'horizontalNavigation3NavbarBackgroundColor': '#6815bf',837 'horizontalNavigation3NavbarTextColor': '#ffffff',838 'horizontalNavigation3NavbarBorderColor': '#6815bf',839 'horizontalNavigation3BackgroundColor': '#7518d6',840 'horizontalNavigation3TextColor': '#ffffff',841 'horizontalNavigation3BorderColor': '#7518d6',842 'horizontalNavigation3DropdownBackgroundColor': '#5c13a8',843 'horizontalNavigation3DropdownTextColor': '#ffffff',844 'megaMenuBackgroundColor': '#7518d6',845 'megaMenuTextColor': '#ffffff',846 'megaMenuBorderColor': '#7518d6',847 'megaMenuNavbarBackgroundColor': '#6815bf',848 'megaMenuNavbarTextColor': '#ffffff',849 'megaMenuNavbarBorderColor': '#6815bf',850 'rightSidebarTextColor': '#ffffff',851 'rightSidebarBackgroundColor': '#6214b3',852 'rightSidebarBorderColor': '#6214b3',853 'fullsizeBackgroundImageBackgroundColor': '#262932',854 'fullsizeBackgroundImageTextColor': '#ffffff',855};856var palette15 = {857 'textColor': '#ffffff',858 'backgroundColor': '#6c16c7',859 'highlightColor': '#f0ad4e',860 'borderColor': '#9240ea',861 'hoverColor': '#9240ea',862 'oddColor': '#8529e7',863 'evenColor': '#7819de',864 'leftSidebarBackgroundColor': '#8529e7',865 'leftSidebarBorderColor': '#8529e7',866 'leftSidebarTextColor': '#ffffff',867 'leftSidebarTitleColor': '#ffffff',868 'leftSidebarSidelineColor': '#f0ad4e',869 'leftSidebarHoverBackgroundColor': '#7819de',870 'leftSidebarHoverTextColor': '#ffffff',871 'navbarBackgroundColor': '#6c16c7',872 'navbarTextColor': '#ffffff',873 'navbarBorderColor': '#6c16c7',874 'codeBackgroundColor': '#9240ea',875 'codeTextColor': '#f0ad4e',876 'floatingLabelsBorderColor': '#ffffff',877 'vectorMapTextColor': '#9f57ec',878 'vectorMapBackgroundColor': '#8529e7',879 'vectorMapHoverBackgroundColor': '#9240ea',880 'horizontalNavigation1NavbarBackgroundColor': '#8529e7',881 'horizontalNavigation1NavbarTextColor': '#ffffff',882 'horizontalNavigation1NavbarBorderColor': '#8529e7',883 'horizontalNavigation1BackgroundColor': '#9240ea',884 'horizontalNavigation1TextColor': '#ffffff',885 'horizontalNavigation1BorderColor': '#9240ea',886 'horizontalNavigation1DropdownBackgroundColor': '#7819de',887 'horizontalNavigation1DropdownTextColor': '#ffffff',888 'horizontalNavigation2NavbarBackgroundColor': '#9f57ec',889 'horizontalNavigation2NavbarTextColor': '#ffffff',890 'horizontalNavigation2NavbarBorderColor': '#9f57ec',891 'horizontalNavigation2BackgroundColor': '#9f57ec',892 'horizontalNavigation2TextColor': '#ffffff',893 'horizontalNavigation2BorderColor': '#9f57ec',894 'horizontalNavigation2DropdownBackgroundColor': '#7819de',895 'horizontalNavigation2DropdownTextColor': '#ffffff',896 'horizontalNavigation3NavbarBackgroundColor': '#8529e7',897 'horizontalNavigation3NavbarTextColor': '#ffffff',898 'horizontalNavigation3NavbarBorderColor': '#8529e7',899 'horizontalNavigation3BackgroundColor': '#9240ea',900 'horizontalNavigation3TextColor': '#ffffff',901 'horizontalNavigation3BorderColor': '#9240ea',902 'horizontalNavigation3DropdownBackgroundColor': '#7819de',903 'horizontalNavigation3DropdownTextColor': '#ffffff',904 'megaMenuBackgroundColor': '#9240ea',905 'megaMenuTextColor': '#ffffff',906 'megaMenuBorderColor': '#9240ea',907 'megaMenuNavbarBackgroundColor': '#8529e7',908 'megaMenuNavbarTextColor': '#ffffff',909 'megaMenuNavbarBorderColor': '#8529e7',910 'rightSidebarTextColor': '#ffffff',911 'rightSidebarBackgroundColor': '#7f1de6',912 'rightSidebarBorderColor': '#7f1de6',913 'fullsizeBackgroundImageBackgroundColor': '#262932',914 'fullsizeBackgroundImageTextColor': '#ffffff',915};916var palette16 = {917 'textColor': '#ffffff',918 'backgroundColor': '#911051',919 'highlightColor': '#f0ad4e',920 'borderColor': '#d61877',921 'hoverColor': '#d61877',922 'oddColor': '#bf156b',923 'evenColor': '#a8135e',924 'leftSidebarBackgroundColor': '#bf156b',925 'leftSidebarBorderColor': '#bf156b',926 'leftSidebarTextColor': '#ffffff',927 'leftSidebarTitleColor': '#ffffff',928 'leftSidebarSidelineColor': '#f0ad4e',929 'leftSidebarHoverBackgroundColor': '#a8135e',930 'leftSidebarHoverTextColor': '#ffffff',931 'navbarBackgroundColor': '#911051',932 'navbarTextColor': '#ffffff',933 'navbarBorderColor': '#911051',934 'codeBackgroundColor': '#d61877',935 'codeTextColor': '#f0ad4e',936 'floatingLabelsBorderColor': '#ffffff',937 'vectorMapTextColor': '#e62184',938 'vectorMapBackgroundColor': '#bf156b',939 'vectorMapHoverBackgroundColor': '#d61877',940 'horizontalNavigation1NavbarBackgroundColor': '#bf156b',941 'horizontalNavigation1NavbarTextColor': '#ffffff',942 'horizontalNavigation1NavbarBorderColor': '#bf156b',943 'horizontalNavigation1BackgroundColor': '#d61877',944 'horizontalNavigation1TextColor': '#ffffff',945 'horizontalNavigation1BorderColor': '#d61877',946 'horizontalNavigation1DropdownBackgroundColor': '#a8135e',947 'horizontalNavigation1DropdownTextColor': '#ffffff',948 'horizontalNavigation2NavbarBackgroundColor': '#e62184',949 'horizontalNavigation2NavbarTextColor': '#ffffff',950 'horizontalNavigation2NavbarBorderColor': '#e62184',951 'horizontalNavigation2BackgroundColor': '#e62184',952 'horizontalNavigation2TextColor': '#ffffff',953 'horizontalNavigation2BorderColor': '#e62184',954 'horizontalNavigation2DropdownBackgroundColor': '#a8135e',955 'horizontalNavigation2DropdownTextColor': '#ffffff',956 'horizontalNavigation3NavbarBackgroundColor': '#bf156b',957 'horizontalNavigation3NavbarTextColor': '#ffffff',958 'horizontalNavigation3NavbarBorderColor': '#bf156b',959 'horizontalNavigation3BackgroundColor': '#d61877',960 'horizontalNavigation3TextColor': '#ffffff',961 'horizontalNavigation3BorderColor': '#d61877',962 'horizontalNavigation3DropdownBackgroundColor': '#a8135e',963 'horizontalNavigation3DropdownTextColor': '#ffffff',964 'megaMenuBackgroundColor': '#d61877',965 'megaMenuTextColor': '#ffffff',966 'megaMenuBorderColor': '#d61877',967 'megaMenuNavbarBackgroundColor': '#bf156b',968 'megaMenuNavbarTextColor': '#ffffff',969 'megaMenuNavbarBorderColor': '#bf156b',970 'rightSidebarTextColor': '#ffffff',971 'rightSidebarBackgroundColor': '#b31464',972 'rightSidebarBorderColor': '#b31464',973 'fullsizeBackgroundImageBackgroundColor': '#262932',974 'fullsizeBackgroundImageTextColor': '#ffffff',975};976var palette17 = {977 'textColor': '#ffffff',978 'backgroundColor': '#c7166f',979 'highlightColor': '#f0ad4e',980 'borderColor': '#ea4095',981 'hoverColor': '#ea4095',982 'oddColor': '#e72989',983 'evenColor': '#de197c',984 'leftSidebarBackgroundColor': '#e72989',985 'leftSidebarBorderColor': '#e72989',986 'leftSidebarTextColor': '#ffffff',987 'leftSidebarTitleColor': '#ffffff',988 'leftSidebarSidelineColor': '#f0ad4e',989 'leftSidebarHoverBackgroundColor': '#de197c',990 'leftSidebarHoverTextColor': '#ffffff',991 'navbarBackgroundColor': '#c7166f',992 'navbarTextColor': '#ffffff',993 'navbarBorderColor': '#c7166f',994 'codeBackgroundColor': '#ea4095',995 'codeTextColor': '#f0ad4e',996 'floatingLabelsBorderColor': '#ffffff',997 'vectorMapTextColor': '#ec57a2',998 'vectorMapBackgroundColor': '#e72989',999 'vectorMapHoverBackgroundColor': '#ea4095',1000 'horizontalNavigation1NavbarBackgroundColor': '#e72989',1001 'horizontalNavigation1NavbarTextColor': '#ffffff',1002 'horizontalNavigation1NavbarBorderColor': '#e72989',1003 'horizontalNavigation1BackgroundColor': '#ea4095',1004 'horizontalNavigation1TextColor': '#ffffff',1005 'horizontalNavigation1BorderColor': '#ea4095',1006 'horizontalNavigation1DropdownBackgroundColor': '#de197c',1007 'horizontalNavigation1DropdownTextColor': '#ffffff',1008 'horizontalNavigation2NavbarBackgroundColor': '#ec57a2',1009 'horizontalNavigation2NavbarTextColor': '#ffffff',1010 'horizontalNavigation2NavbarBorderColor': '#ec57a2',1011 'horizontalNavigation2BackgroundColor': '#ec57a2',1012 'horizontalNavigation2TextColor': '#ffffff',1013 'horizontalNavigation2BorderColor': '#ec57a2',1014 'horizontalNavigation2DropdownBackgroundColor': '#de197c',1015 'horizontalNavigation2DropdownTextColor': '#ffffff',1016 'horizontalNavigation3NavbarBackgroundColor': '#e72989',1017 'horizontalNavigation3NavbarTextColor': '#ffffff',1018 'horizontalNavigation3NavbarBorderColor': '#e72989',1019 'horizontalNavigation3BackgroundColor': '#ea4095',1020 'horizontalNavigation3TextColor': '#ffffff',1021 'horizontalNavigation3BorderColor': '#ea4095',1022 'horizontalNavigation3DropdownBackgroundColor': '#de197c',1023 'horizontalNavigation3DropdownTextColor': '#ffffff',1024 'megaMenuBackgroundColor': '#ea4095',1025 'megaMenuTextColor': '#ffffff',1026 'megaMenuBorderColor': '#ea4095',1027 'megaMenuNavbarBackgroundColor': '#e72989',1028 'megaMenuNavbarTextColor': '#ffffff',1029 'megaMenuNavbarBorderColor': '#e72989',1030 'rightSidebarTextColor': '#ffffff',1031 'rightSidebarBackgroundColor': '#e61d82',1032 'rightSidebarBorderColor': '#e61d82',1033 'fullsizeBackgroundImageBackgroundColor': '#262932',1034 'fullsizeBackgroundImageTextColor': '#ffffff',1035};1036var palette18 = {1037 'textColor': '#ffffff',1038 'backgroundColor': '#911710',1039 'highlightColor': '#f0ad4e',1040 'borderColor': '#d62218',1041 'hoverColor': '#d62218',1042 'oddColor': '#bf1e15',1043 'evenColor': '#a81b13',1044 'leftSidebarBackgroundColor': '#bf1e15',1045 'leftSidebarBorderColor': '#bf1e15',1046 'leftSidebarTextColor': '#ffffff',1047 'leftSidebarTitleColor': '#ffffff',1048 'leftSidebarSidelineColor': '#f0ad4e',1049 'leftSidebarHoverBackgroundColor': '#a81b13',1050 'leftSidebarHoverTextColor': '#ffffff',1051 'navbarBackgroundColor': '#911710',1052 'navbarTextColor': '#ffffff',1053 'navbarBorderColor': '#911710',1054 'codeBackgroundColor': '#d62218',1055 'codeTextColor': '#f0ad4e',1056 'floatingLabelsBorderColor': '#ffffff',1057 'vectorMapTextColor': '#e62b21',1058 'vectorMapBackgroundColor': '#bf1e15',1059 'vectorMapHoverBackgroundColor': '#d62218',1060 'horizontalNavigation1NavbarBackgroundColor': '#bf1e15',1061 'horizontalNavigation1NavbarTextColor': '#ffffff',1062 'horizontalNavigation1NavbarBorderColor': '#bf1e15',1063 'horizontalNavigation1BackgroundColor': '#d62218',1064 'horizontalNavigation1TextColor': '#ffffff',1065 'horizontalNavigation1BorderColor': '#d62218',1066 'horizontalNavigation1DropdownBackgroundColor': '#a81b13',1067 'horizontalNavigation1DropdownTextColor': '#ffffff',1068 'horizontalNavigation2NavbarBackgroundColor': '#e62b21',1069 'horizontalNavigation2NavbarTextColor': '#ffffff',1070 'horizontalNavigation2NavbarBorderColor': '#e62b21',1071 'horizontalNavigation2BackgroundColor': '#e62b21',1072 'horizontalNavigation2TextColor': '#ffffff',1073 'horizontalNavigation2BorderColor': '#e62b21',1074 'horizontalNavigation2DropdownBackgroundColor': '#a81b13',1075 'horizontalNavigation2DropdownTextColor': '#ffffff',1076 'horizontalNavigation3NavbarBackgroundColor': '#bf1e15',1077 'horizontalNavigation3NavbarTextColor': '#ffffff',1078 'horizontalNavigation3NavbarBorderColor': '#bf1e15',1079 'horizontalNavigation3BackgroundColor': '#d62218',1080 'horizontalNavigation3TextColor': '#ffffff',1081 'horizontalNavigation3BorderColor': '#d62218',1082 'horizontalNavigation3DropdownBackgroundColor': '#a81b13',1083 'horizontalNavigation3DropdownTextColor': '#ffffff',1084 'megaMenuBackgroundColor': '#d62218',1085 'megaMenuTextColor': '#ffffff',1086 'megaMenuBorderColor': '#d62218',1087 'megaMenuNavbarBackgroundColor': '#bf1e15',1088 'megaMenuNavbarTextColor': '#ffffff',1089 'megaMenuNavbarBorderColor': '#bf1e15',1090 'rightSidebarTextColor': '#ffffff',1091 'rightSidebarBackgroundColor': '#b31c14',1092 'rightSidebarBorderColor': '#b31c14',1093 'fullsizeBackgroundImageBackgroundColor': '#262932',1094 'fullsizeBackgroundImageTextColor': '#ffffff',1095};1096var palette19 = {1097 'textColor': '#ffffff',1098 'backgroundColor': '#c71f16',1099 'highlightColor': '#f0ad4e',1100 'borderColor': '#ea4840',1101 'hoverColor': '#ea4840',1102 'oddColor': '#e73229',1103 'evenColor': '#de2319',1104 'leftSidebarBackgroundColor': '#e73229',1105 'leftSidebarBorderColor': '#e73229',1106 'leftSidebarTextColor': '#ffffff',1107 'leftSidebarTitleColor': '#ffffff',1108 'leftSidebarSidelineColor': '#f0ad4e',1109 'leftSidebarHoverBackgroundColor': '#de2319',1110 'leftSidebarHoverTextColor': '#ffffff',1111 'navbarBackgroundColor': '#c71f16',1112 'navbarTextColor': '#ffffff',1113 'navbarBorderColor': '#c71f16',1114 'codeBackgroundColor': '#ea4840',1115 'codeTextColor': '#f0ad4e',1116 'floatingLabelsBorderColor': '#ffffff',1117 'vectorMapTextColor': '#ec5e57',1118 'vectorMapBackgroundColor': '#e73229',1119 'vectorMapHoverBackgroundColor': '#ea4840',1120 'horizontalNavigation1NavbarBackgroundColor': '#e73229',1121 'horizontalNavigation1NavbarTextColor': '#ffffff',1122 'horizontalNavigation1NavbarBorderColor': '#e73229',1123 'horizontalNavigation1BackgroundColor': '#ea4840',1124 'horizontalNavigation1TextColor': '#ffffff',1125 'horizontalNavigation1BorderColor': '#ea4840',1126 'horizontalNavigation1DropdownBackgroundColor': '#de2319',1127 'horizontalNavigation1DropdownTextColor': '#ffffff',1128 'horizontalNavigation2NavbarBackgroundColor': '#ec5e57',1129 'horizontalNavigation2NavbarTextColor': '#ffffff',1130 'horizontalNavigation2NavbarBorderColor': '#ec5e57',1131 'horizontalNavigation2BackgroundColor': '#ec5e57',1132 'horizontalNavigation2TextColor': '#ffffff',1133 'horizontalNavigation2BorderColor': '#ec5e57',1134 'horizontalNavigation2DropdownBackgroundColor': '#de2319',1135 'horizontalNavigation2DropdownTextColor': '#ffffff',1136 'horizontalNavigation3NavbarBackgroundColor': '#e73229',1137 'horizontalNavigation3NavbarTextColor': '#ffffff',1138 'horizontalNavigation3NavbarBorderColor': '#e73229',1139 'horizontalNavigation3BackgroundColor': '#ea4840',1140 'horizontalNavigation3TextColor': '#ffffff',1141 'horizontalNavigation3BorderColor': '#ea4840',1142 'horizontalNavigation3DropdownBackgroundColor': '#de2319',1143 'horizontalNavigation3DropdownTextColor': '#ffffff',1144 'megaMenuBackgroundColor': '#ea4840',1145 'megaMenuTextColor': '#ffffff',1146 'megaMenuBorderColor': '#ea4840',1147 'megaMenuNavbarBackgroundColor': '#e73229',1148 'megaMenuNavbarTextColor': '#ffffff',1149 'megaMenuNavbarBorderColor': '#e73229',1150 'rightSidebarTextColor': '#ffffff',1151 'rightSidebarBackgroundColor': '#e6271d',1152 'rightSidebarBorderColor': '#e6271d',1153 'fullsizeBackgroundImageBackgroundColor': '#262932',1154 'fullsizeBackgroundImageTextColor': '#ffffff',1155};1156var palette20 = {1157 'textColor': '#ffffff',1158 'backgroundColor': '#0a5c15',1159 'highlightColor': '#f0ad4e',1160 'borderColor': '#11a125',1161 'hoverColor': '#11a125',1162 'oddColor': '#0f8a20',1163 'evenColor': '#0c731a',1164 'leftSidebarBackgroundColor': '#0f8a20',1165 'leftSidebarBorderColor': '#0f8a20',1166 'leftSidebarTextColor': '#ffffff',1167 'leftSidebarTitleColor': '#ffffff',1168 'leftSidebarSidelineColor': '#f0ad4e',1169 'leftSidebarHoverBackgroundColor': '#0c731a',1170 'leftSidebarHoverTextColor': '#ffffff',1171 'navbarBackgroundColor': '#0a5c15',1172 'navbarTextColor': '#ffffff',1173 'navbarBorderColor': '#0a5c15',1174 'codeBackgroundColor': '#11a125',1175 'codeTextColor': '#f0ad4e',1176 'floatingLabelsBorderColor': '#ffffff',1177 'vectorMapTextColor': '#14b82a',1178 'vectorMapBackgroundColor': '#0f8a20',1179 'vectorMapHoverBackgroundColor': '#11a125',1180 'horizontalNavigation1NavbarBackgroundColor': '#0f8a20',1181 'horizontalNavigation1NavbarTextColor': '#ffffff',1182 'horizontalNavigation1NavbarBorderColor': '#0f8a20',1183 'horizontalNavigation1BackgroundColor': '#11a125',1184 'horizontalNavigation1TextColor': '#ffffff',1185 'horizontalNavigation1BorderColor': '#11a125',1186 'horizontalNavigation1DropdownBackgroundColor': '#0c731a',1187 'horizontalNavigation1DropdownTextColor': '#ffffff',1188 'horizontalNavigation2NavbarBackgroundColor': '#14b82a',1189 'horizontalNavigation2NavbarTextColor': '#ffffff',1190 'horizontalNavigation2NavbarBorderColor': '#14b82a',1191 'horizontalNavigation2BackgroundColor': '#14b82a',1192 'horizontalNavigation2TextColor': '#ffffff',1193 'horizontalNavigation2BorderColor': '#14b82a',1194 'horizontalNavigation2DropdownBackgroundColor': '#0c731a',1195 'horizontalNavigation2DropdownTextColor': '#ffffff',1196 'horizontalNavigation3NavbarBackgroundColor': '#0f8a20',1197 'horizontalNavigation3NavbarTextColor': '#ffffff',1198 'horizontalNavigation3NavbarBorderColor': '#0f8a20',1199 'horizontalNavigation3BackgroundColor': '#11a125',1200 'horizontalNavigation3TextColor': '#ffffff',1201 'horizontalNavigation3BorderColor': '#11a125',1202 'horizontalNavigation3DropdownBackgroundColor': '#0c731a',1203 'horizontalNavigation3DropdownTextColor': '#ffffff',1204 'megaMenuBackgroundColor': '#11a125',1205 'megaMenuTextColor': '#ffffff',1206 'megaMenuBorderColor': '#11a125',1207 'megaMenuNavbarBackgroundColor': '#0f8a20',1208 'megaMenuNavbarTextColor': '#ffffff',1209 'megaMenuNavbarBorderColor': '#0f8a20',1210 'rightSidebarTextColor': '#ffffff',1211 'rightSidebarBackgroundColor': '#0e7f1d',1212 'rightSidebarBorderColor': '#0e7f1d',1213 'fullsizeBackgroundImageBackgroundColor': '#262932',1214 'fullsizeBackgroundImageTextColor': '#ffffff',1215};1216var palette21 = {1217 'textColor': '#ffffff',1218 'backgroundColor': '#3e5c0a',1219 'highlightColor': '#f0ad4e',1220 'borderColor': '#6ca111',1221 'hoverColor': '#6ca111',1222 'oddColor': '#5d8a0f',1223 'evenColor': '#4d730c',1224 'leftSidebarBackgroundColor': '#5d8a0f',1225 'leftSidebarBorderColor': '#5d8a0f',1226 'leftSidebarTextColor': '#ffffff',1227 'leftSidebarTitleColor': '#ffffff',1228 'leftSidebarSidelineColor': '#f0ad4e',1229 'leftSidebarHoverBackgroundColor': '#4d730c',1230 'leftSidebarHoverTextColor': '#ffffff',1231 'navbarBackgroundColor': '#3e5c0a',1232 'navbarTextColor': '#ffffff',1233 'navbarBorderColor': '#3e5c0a',1234 'codeBackgroundColor': '#6ca111',1235 'codeTextColor': '#f0ad4e',1236 'floatingLabelsBorderColor': '#ffffff',1237 'vectorMapTextColor': '#7cb814',1238 'vectorMapBackgroundColor': '#5d8a0f',1239 'vectorMapHoverBackgroundColor': '#6ca111',1240 'horizontalNavigation1NavbarBackgroundColor': '#5d8a0f',1241 'horizontalNavigation1NavbarTextColor': '#ffffff',1242 'horizontalNavigation1NavbarBorderColor': '#5d8a0f',1243 'horizontalNavigation1BackgroundColor': '#6ca111',1244 'horizontalNavigation1TextColor': '#ffffff',1245 'horizontalNavigation1BorderColor': '#6ca111',1246 'horizontalNavigation1DropdownBackgroundColor': '#4d730c',1247 'horizontalNavigation1DropdownTextColor': '#ffffff',1248 'horizontalNavigation2NavbarBackgroundColor': '#7cb814',1249 'horizontalNavigation2NavbarTextColor': '#ffffff',1250 'horizontalNavigation2NavbarBorderColor': '#7cb814',1251 'horizontalNavigation2BackgroundColor': '#7cb814',1252 'horizontalNavigation2TextColor': '#ffffff',1253 'horizontalNavigation2BorderColor': '#7cb814',1254 'horizontalNavigation2DropdownBackgroundColor': '#4d730c',1255 'horizontalNavigation2DropdownTextColor': '#ffffff',1256 'horizontalNavigation3NavbarBackgroundColor': '#5d8a0f',1257 'horizontalNavigation3NavbarTextColor': '#ffffff',1258 'horizontalNavigation3NavbarBorderColor': '#5d8a0f',1259 'horizontalNavigation3BackgroundColor': '#6ca111',1260 'horizontalNavigation3TextColor': '#ffffff',1261 'horizontalNavigation3BorderColor': '#6ca111',1262 'horizontalNavigation3DropdownBackgroundColor': '#4d730c',1263 'horizontalNavigation3DropdownTextColor': '#ffffff',1264 'megaMenuBackgroundColor': '#6ca111',1265 'megaMenuTextColor': '#ffffff',1266 'megaMenuBorderColor': '#6ca111',1267 'megaMenuNavbarBackgroundColor': '#5d8a0f',1268 'megaMenuNavbarTextColor': '#ffffff',1269 'megaMenuNavbarBorderColor': '#5d8a0f',1270 'rightSidebarTextColor': '#ffffff',1271 'rightSidebarBackgroundColor': '#557f0e',1272 'rightSidebarBorderColor': '#557f0e',1273 'fullsizeBackgroundImageBackgroundColor': '#262932',1274 'fullsizeBackgroundImageTextColor': '#ffffff',1275};1276var palette22 = {1277 'textColor': '#ffffff',1278 'backgroundColor': '#4d2c19',1279 'highlightColor': '#f0ad4e',1280 'borderColor': '#874d2c',1281 'hoverColor': '#874d2c',1282 'oddColor': '#734226',1283 'evenColor': '#60371f',1284 'leftSidebarBackgroundColor': '#734226',1285 'leftSidebarBorderColor': '#734226',1286 'leftSidebarTextColor': '#ffffff',1287 'leftSidebarTitleColor': '#ffffff',1288 'leftSidebarSidelineColor': '#f0ad4e',1289 'leftSidebarHoverBackgroundColor': '#60371f',1290 'leftSidebarHoverTextColor': '#ffffff',1291 'navbarBackgroundColor': '#4d2c19',1292 'navbarTextColor': '#ffffff',1293 'navbarBorderColor': '#4d2c19',1294 'codeBackgroundColor': '#874d2c',1295 'codeTextColor': '#f0ad4e',1296 'floatingLabelsBorderColor': '#ffffff',1297 'vectorMapTextColor': '#9a5832',1298 'vectorMapBackgroundColor': '#734226',1299 'vectorMapHoverBackgroundColor': '#874d2c',1300 'horizontalNavigation1NavbarBackgroundColor': '#734226',1301 'horizontalNavigation1NavbarTextColor': '#ffffff',1302 'horizontalNavigation1NavbarBorderColor': '#734226',1303 'horizontalNavigation1BackgroundColor': '#874d2c',1304 'horizontalNavigation1TextColor': '#ffffff',1305 'horizontalNavigation1BorderColor': '#874d2c',1306 'horizontalNavigation1DropdownBackgroundColor': '#60371f',1307 'horizontalNavigation1DropdownTextColor': '#ffffff',1308 'horizontalNavigation2NavbarBackgroundColor': '#9a5832',1309 'horizontalNavigation2NavbarTextColor': '#ffffff',1310 'horizontalNavigation2NavbarBorderColor': '#9a5832',1311 'horizontalNavigation2BackgroundColor': '#9a5832',1312 'horizontalNavigation2TextColor': '#ffffff',1313 'horizontalNavigation2BorderColor': '#9a5832',1314 'horizontalNavigation2DropdownBackgroundColor': '#60371f',1315 'horizontalNavigation2DropdownTextColor': '#ffffff',1316 'horizontalNavigation3NavbarBackgroundColor': '#734226',1317 'horizontalNavigation3NavbarTextColor': '#ffffff',1318 'horizontalNavigation3NavbarBorderColor': '#734226',1319 'horizontalNavigation3BackgroundColor': '#874d2c',1320 'horizontalNavigation3TextColor': '#ffffff',1321 'horizontalNavigation3BorderColor': '#874d2c',1322 'horizontalNavigation3DropdownBackgroundColor': '#60371f',1323 'horizontalNavigation3DropdownTextColor': '#ffffff',1324 'megaMenuBackgroundColor': '#874d2c',1325 'megaMenuTextColor': '#ffffff',1326 'megaMenuBorderColor': '#874d2c',1327 'megaMenuNavbarBackgroundColor': '#734226',1328 'megaMenuNavbarTextColor': '#ffffff',1329 'megaMenuNavbarBorderColor': '#734226',1330 'rightSidebarTextColor': '#ffffff',1331 'rightSidebarBackgroundColor': '#6a3d22',1332 'rightSidebarBorderColor': '#6a3d22',1333 'fullsizeBackgroundImageBackgroundColor': '#262932',1334 'fullsizeBackgroundImageTextColor': '#ffffff',1335};1336var palette23 = {1337 'textColor': '#ffffff',1338 'backgroundColor': '#794628',1339 'highlightColor': '#f0ad4e',1340 'borderColor': '#b2673b',1341 'hoverColor': '#b2673b',1342 'oddColor': '#9f5c35',1343 'evenColor': '#8c512e',1344 'leftSidebarBackgroundColor': '#9f5c35',1345 'leftSidebarBorderColor': '#9f5c35',1346 'leftSidebarTextColor': '#ffffff',1347 'leftSidebarTitleColor': '#ffffff',1348 'leftSidebarSidelineColor': '#f0ad4e',1349 'leftSidebarHoverBackgroundColor': '#8c512e',1350 'leftSidebarHoverTextColor': '#ffffff',1351 'navbarBackgroundColor': '#794628',1352 'navbarTextColor': '#ffffff',1353 'navbarBorderColor': '#794628',1354 'codeBackgroundColor': '#b2673b',1355 'codeTextColor': '#f0ad4e',1356 'floatingLabelsBorderColor': '#ffffff',1357 'vectorMapTextColor': '#c27345',1358 'vectorMapBackgroundColor': '#9f5c35',1359 'vectorMapHoverBackgroundColor': '#b2673b',1360 'horizontalNavigation1NavbarBackgroundColor': '#9f5c35',1361 'horizontalNavigation1NavbarTextColor': '#ffffff',1362 'horizontalNavigation1NavbarBorderColor': '#9f5c35',1363 'horizontalNavigation1BackgroundColor': '#b2673b',1364 'horizontalNavigation1TextColor': '#ffffff',1365 'horizontalNavigation1BorderColor': '#b2673b',1366 'horizontalNavigation1DropdownBackgroundColor': '#8c512e',1367 'horizontalNavigation1DropdownTextColor': '#ffffff',1368 'horizontalNavigation2NavbarBackgroundColor': '#c27345',1369 'horizontalNavigation2NavbarTextColor': '#ffffff',1370 'horizontalNavigation2NavbarBorderColor': '#c27345',1371 'horizontalNavigation2BackgroundColor': '#c27345',1372 'horizontalNavigation2TextColor': '#ffffff',1373 'horizontalNavigation2BorderColor': '#c27345',1374 'horizontalNavigation2DropdownBackgroundColor': '#8c512e',1375 'horizontalNavigation2DropdownTextColor': '#ffffff',1376 'horizontalNavigation3NavbarBackgroundColor': '#9f5c35',1377 'horizontalNavigation3NavbarTextColor': '#ffffff',1378 'horizontalNavigation3NavbarBorderColor': '#9f5c35',1379 'horizontalNavigation3BackgroundColor': '#b2673b',1380 'horizontalNavigation3TextColor': '#ffffff',1381 'horizontalNavigation3BorderColor': '#b2673b',1382 'horizontalNavigation3DropdownBackgroundColor': '#8c512e',1383 'horizontalNavigation3DropdownTextColor': '#ffffff',1384 'megaMenuBackgroundColor': '#b2673b',1385 'megaMenuTextColor': '#ffffff',1386 'megaMenuBorderColor': '#b2673b',1387 'megaMenuNavbarBackgroundColor': '#9f5c35',1388 'megaMenuNavbarTextColor': '#ffffff',1389 'megaMenuNavbarBorderColor': '#9f5c35',1390 'rightSidebarTextColor': '#ffffff',1391 'rightSidebarBackgroundColor': '#965732',1392 'rightSidebarBorderColor': '#965732',1393 'fullsizeBackgroundImageBackgroundColor': '#262932',1394 'fullsizeBackgroundImageTextColor': '#ffffff',1395};1396var palettes = {};1397palettes['palette-1'] = palette1;1398palettes['palette-2'] = palette2;1399palettes['palette-3'] = palette3;1400palettes['palette-4'] = palette4;1401palettes['palette-5'] = palette5;1402palettes['palette-6'] = palette6;1403palettes['palette-7'] = palette7;1404palettes['palette-8'] = palette8;1405palettes['palette-9'] = palette9;1406palettes['palette-10'] = palette10;1407palettes['palette-11'] = palette11;1408palettes['palette-12'] = palette12;1409palettes['palette-13'] = palette13;1410palettes['palette-14'] = palette14;1411palettes['palette-15'] = palette15;1412palettes['palette-16'] = palette16;1413palettes['palette-17'] = palette17;1414palettes['palette-18'] = palette18;1415palettes['palette-19'] = palette19;1416palettes['palette-20'] = palette20;1417palettes['palette-21'] = palette21;1418palettes['palette-22'] = palette22;1419palettes['palette-23'] = palette23;1420function getColors() {1421 return colors;1422};1423function getPalettes() {1424 return palettes;1425};1426function getPalette(name) {1427 return palettes[name];...

Full Screen

Full Screen

auto-test-color-names-checks.js

Source:auto-test-color-names-checks.js Github

copy

Full Screen

1timing_test(function() {2 at(0.0 * 1000, function() {3 assert_styles(4 '.anim',5 [{'backgroundColor':'rgb(240, 248, 255)'},6 {'backgroundColor':'rgb(255, 127, 80)'},7 {'backgroundColor':'rgb(139, 0, 0)'},8 {'backgroundColor':'rgb(220, 220, 220)'},9 {'backgroundColor':'rgb(124, 252, 0)'},10 {'backgroundColor':'rgb(255, 255, 224)'},11 {'backgroundColor':'rgb(255, 228, 225)'},12 {'backgroundColor':'rgb(205, 133, 63)'},13 {'backgroundColor':'rgb(106, 90, 205)'}]);14 }, "Autogenerated");15 at(0.125 * 1000, function() {16 assert_styles(17 '.anim',18 [{'backgroundColor':'rgb(245, 242, 236)'},19 {'backgroundColor':'rgb(182, 137, 154)'},20 {'backgroundColor':'rgb(186, 75, 61)'},21 {'backgroundColor':'rgb(233, 233, 236)'},22 {'backgroundColor':'rgb(185, 251, 96)'},23 {'backgroundColor':'rgb(128, 255, 112)'},24 {'backgroundColor':'rgb(255, 228, 204)'},25 {'backgroundColor':'rgb(228, 161, 129)'},26 {'backgroundColor':'rgb(109, 109, 175)'}]);27 }, "Autogenerated");28 at(0.25 * 1000, function() {29 assert_styles(30 '.anim',31 [{'backgroundColor':'rgb(249, 236, 218)'},32 {'backgroundColor':'rgb(110, 148, 227)'},33 {'backgroundColor':'rgb(233, 150, 122)'},34 {'backgroundColor':'rgb(246, 246, 253)'},35 {'backgroundColor':'rgb(247, 250, 192)'},36 {'backgroundColor':'rgb(0, 255, 0)'},37 {'backgroundColor':'rgb(255, 228, 184)'},38 {'backgroundColor':'rgb(252, 188, 194)'},39 {'backgroundColor':'rgb(112, 128, 144)'}]);40 }, "Autogenerated");41 at(0.375 * 1000, function() {42 assert_styles(43 '.anim',44 [{'backgroundColor':'rgb(148, 243, 231)'},45 {'backgroundColor':'rgb(163, 189, 230)'},46 {'backgroundColor':'rgb(188, 169, 133)'},47 {'backgroundColor':'rgb(251, 235, 151)'},48 {'backgroundColor':'rgb(222, 236, 215)'},49 {'backgroundColor':'rgb(25, 230, 25)'},50 {'backgroundColor':'rgb(255, 226, 178)'},51 {'backgroundColor':'rgb(241, 179, 210)'},52 {'backgroundColor':'rgb(112, 128, 144)'}]);53 }, "Autogenerated");54 at(0.5 * 1000, function() {55 assert_styles(56 '.anim',57 [{'backgroundColor':'rgb(31, 253, 250)'},58 {'backgroundColor':'rgb(236, 236, 222)'},59 {'backgroundColor':'rgb(143, 188, 143)'},60 {'backgroundColor':'rgb(254, 219, 32)'},61 {'backgroundColor':'rgb(183, 220, 227)'},62 {'backgroundColor':'rgb(50, 205, 50)'},63 {'backgroundColor':'rgb(255, 223, 174)'},64 {'backgroundColor':'rgb(225, 164, 219)'},65 {'backgroundColor':'rgb(112, 128, 144)'}]);66 }, "Autogenerated");67 at(0.625 * 1000, function() {68 assert_styles(69 '.anim',70 [{'backgroundColor':'rgb(44, 255, 240)'},71 {'backgroundColor':'rgb(243, 170, 165)'},72 {'backgroundColor':'rgb(108, 125, 141)'},73 {'backgroundColor':'rgb(242, 198, 11)'},74 {'backgroundColor':'rgb(196, 186, 195)'},75 {'backgroundColor':'rgb(150, 223, 140)'},76 {'backgroundColor':'rgb(167, 146, 158)'},77 {'backgroundColor':'rgb(206, 182, 224)'},78 {'backgroundColor':'rgb(184, 189, 197)'}]);79 }, "Autogenerated");80 at(0.75 * 1000, function() {81 assert_styles(82 '.anim',83 [{'backgroundColor':'rgb(103, 255, 220)'},84 {'backgroundColor':'rgb(227, 63, 90)'},85 {'backgroundColor':'rgb(72, 61, 139)'},86 {'backgroundColor':'rgb(225, 174, 26)'},87 {'backgroundColor':'rgb(227, 145, 147)'},88 {'backgroundColor':'rgb(250, 240, 230)'},89 {'backgroundColor':'rgb(48, 42, 136)'},90 {'backgroundColor':'rgb(184, 212, 228)'},91 {'backgroundColor':'rgb(255, 250, 250)'}]);92 }, "Autogenerated");93 at(0.875 * 1000, function() {94 assert_styles(95 '.anim',96 [{'backgroundColor':'rgb(159, 255, 224)'},97 {'backgroundColor':'rgb(158, 86, 115)'},98 {'backgroundColor':'rgb(60, 70, 109)'},99 {'backgroundColor':'rgb(193, 155, 59)'},100 {'backgroundColor':'rgb(236, 164, 164)'},101 {'backgroundColor':'rgb(253, 120, 243)'},102 {'backgroundColor':'rgb(71, 69, 157)'},103 {'backgroundColor':'rgb(163, 161, 201)'},104 {'backgroundColor':'rgb(128, 253, 189)'}]);105 }, "Autogenerated");106 at(1.0 * 1000, function() {107 assert_styles(108 '.anim',109 [{'backgroundColor':'rgb(212, 255, 244)'},110 {'backgroundColor':'rgb(55, 196, 206)'},111 {'backgroundColor':'rgb(47, 79, 79)'},112 {'backgroundColor':'rgb(151, 137, 104)'},113 {'backgroundColor':'rgb(228, 223, 223)'},114 {'backgroundColor':'rgb(255, 0, 255)'},115 {'backgroundColor':'rgb(190, 184, 205)'},116 {'backgroundColor':'rgb(140, 56, 154)'},117 {'backgroundColor':'rgb(0, 255, 127)'}]);118 }, "Autogenerated");119 at(1.125 * 1000, function() {120 assert_styles(121 '.anim',122 [{'backgroundColor':'rgb(241, 253, 247)'},123 {'backgroundColor':'rgb(0, 199, 230)'},124 {'backgroundColor':'rgb(47, 79, 79)'},125 {'backgroundColor':'rgb(100, 128, 100)'},126 {'backgroundColor':'rgb(230, 254, 245)'},127 {'backgroundColor':'rgb(192, 0, 128)'},128 {'backgroundColor':'rgb(226, 219, 180)'},129 {'backgroundColor':'rgb(156, 0, 100)'},130 {'backgroundColor':'rgb(35, 193, 154)'}]);131 }, "Autogenerated");132 at(1.25 * 1000, function() {133 assert_styles(134 '.anim',135 [{'backgroundColor':'rgb(243, 248, 231)'},136 {'backgroundColor':'rgb(0, 80, 175)'},137 {'backgroundColor':'rgb(47, 79, 79)'},138 {'backgroundColor':'rgb(40, 128, 40)'},139 {'backgroundColor':'rgb(242, 252, 224)'},140 {'backgroundColor':'rgb(128, 0, 0)'},141 {'backgroundColor':'rgb(167, 165, 72)'},142 {'backgroundColor':'rgb(215, 0, 40)'},143 {'backgroundColor':'rgb(70, 130, 180)'}]);144 }, "Autogenerated");145 at(1.375 * 1000, function() {146 assert_styles(147 '.anim',148 [{'backgroundColor':'rgb(247, 242, 216)'},149 {'backgroundColor':'rgb(0, 22, 139)'},150 {'backgroundColor':'rgb(24, 143, 144)'},151 {'backgroundColor':'rgb(27, 148, 7)'},152 {'backgroundColor':'rgb(244, 244, 210)'},153 {'backgroundColor':'rgb(115, 103, 85)'},154 {'backgroundColor':'rgb(125, 130, 5)'},155 {'backgroundColor':'rgb(245, 22, 22)'},156 {'backgroundColor':'rgb(140, 155, 160)'}]);157 }, "Autogenerated");158 at(1.5 * 1000, function() {159 assert_styles(160 '.anim',161 [{'backgroundColor':'rgb(251, 234, 205)'},162 {'backgroundColor':'rgb(0, 87, 139)'},163 {'backgroundColor':'rgb(0, 206, 209)'},164 {'backgroundColor':'rgb(108, 207, 29)'},165 {'backgroundColor':'rgb(226, 226, 211)'},166 {'backgroundColor':'rgb(102, 205, 170)'},167 {'backgroundColor':'rgb(115, 137, 22)'},168 {'backgroundColor':'rgb(213, 89, 89)'},169 {'backgroundColor':'rgb(210, 180, 140)'}]);170 }, "Autogenerated");171 at(1.625 * 1000, function() {172 assert_styles(173 '.anim',174 [{'backgroundColor':'rgb(231, 207, 178)'},175 {'backgroundColor':'rgb(17, 139, 127)'},176 {'backgroundColor':'rgb(74, 103, 210)'},177 {'backgroundColor':'rgb(169, 243, 55)'},178 {'backgroundColor':'rgb(205, 214, 205)'},179 {'backgroundColor':'rgb(51, 103, 188)'},180 {'backgroundColor':'rgb(121, 144, 32)'},181 {'backgroundColor':'rgb(176, 139, 151)'},182 {'backgroundColor':'rgb(105, 154, 134)'}]);183 }, "Autogenerated");184 at(1.75 * 1000, function() {185 assert_styles(186 '.anim',187 [{'backgroundColor':'rgb(112, 100, 86)'},188 {'backgroundColor':'rgb(103, 136, 67)'},189 {'backgroundColor':'rgb(148, 0, 211)'},190 {'backgroundColor':'rgb(148, 184, 93)'},191 {'backgroundColor':'rgb(173, 226, 173)'},192 {'backgroundColor':'rgb(0, 0, 205)'},193 {'backgroundColor':'rgb(190, 155, 15)'},194 {'backgroundColor':'rgb(119, 122, 189)'},195 {'backgroundColor':'rgb(0, 128, 128)'}]);196 }, "Autogenerated");197 at(1.875 * 1000, function() {198 assert_styles(199 '.anim',200 [{'backgroundColor':'rgb(8, 7, 6)'},201 {'backgroundColor':'rgb(184, 135, 16)'},202 {'backgroundColor':'rgb(202, 10, 179)'},203 {'backgroundColor':'rgb(132, 132, 132)'},204 {'backgroundColor':'rgb(146, 237, 146)'},205 {'backgroundColor':'rgb(93, 43, 208)'},206 {'backgroundColor':'rgb(255, 162, 0)'},207 {'backgroundColor':'rgb(67, 104, 219)'},208 {'backgroundColor':'rgb(108, 160, 172)'}]);209 }, "Autogenerated");210 at(2.0 * 1000, function() {211 assert_styles(212 '.anim',213 [{'backgroundColor':'rgb(128, 118, 103)'},214 {'backgroundColor':'rgb(177, 152, 90)'},215 {'backgroundColor':'rgb(255, 20, 147)'},216 {'backgroundColor':'rgb(184, 192, 184)'},217 {'backgroundColor':'rgb(178, 225, 178)'},218 {'backgroundColor':'rgb(186, 85, 211)'},219 {'backgroundColor':'rgb(255, 117, 0)'},220 {'backgroundColor':'rgb(102, 87, 122)'},221 {'backgroundColor':'rgb(216, 191, 216)'}]);222 }, "Autogenerated");223 at(2.125 * 1000, function() {224 assert_styles(225 '.anim',226 [{'backgroundColor':'rgb(247, 228, 199)'},227 {'backgroundColor':'rgb(169, 168, 164)'},228 {'backgroundColor':'rgb(128, 106, 201)'},229 {'backgroundColor':'rgb(237, 251, 237)'},230 {'backgroundColor':'rgb(209, 212, 209)'},231 {'backgroundColor':'rgb(167, 99, 215)'},232 {'backgroundColor':'rgb(255, 72, 0)'},233 {'backgroundColor':'rgb(137, 70, 25)'},234 {'backgroundColor':'rgb(236, 145, 144)'}]);235 }, "Autogenerated");236 at(2.25 * 1000, function() {237 assert_styles(238 '.anim',239 [{'backgroundColor':'rgb(143, 132, 227)'},240 {'backgroundColor':'rgb(95, 139, 95)'},241 {'backgroundColor':'rgb(0, 191, 255)'},242 {'backgroundColor':'rgb(247, 189, 214)'},243 {'backgroundColor':'rgb(230, 198, 203)'},244 {'backgroundColor':'rgb(147, 112, 219)'},245 {'backgroundColor':'rgb(239, 88, 94)'},246 {'backgroundColor':'rgb(188, 95, 61)'},247 {'backgroundColor':'rgb(255, 99, 71)'}]);248 }, "Autogenerated");249 at(2.375 * 1000, function() {250 assert_styles(251 '.anim',252 [{'backgroundColor':'rgb(24, 22, 250)'},253 {'backgroundColor':'rgb(16, 106, 16)'},254 {'backgroundColor':'rgb(53, 148, 180)'},255 {'backgroundColor':'rgb(254, 119, 186)'},256 {'backgroundColor':'rgb(251, 185, 195)'},257 {'backgroundColor':'rgb(104, 146, 166)'},258 {'backgroundColor':'rgb(221, 108, 194)'},259 {'backgroundColor':'rgb(240, 122, 105)'},260 {'backgroundColor':'rgb(160, 162, 140)'}]);261 }, "Autogenerated");262 at(2.5 * 1000, function() {263 assert_styles(264 '.anim',265 [{'backgroundColor':'rgb(52, 16, 244)'},266 {'backgroundColor':'rgb(63, 126, 63)'},267 {'backgroundColor':'rgb(105, 105, 105)'},268 {'backgroundColor':'rgb(236, 100, 147)'},269 {'backgroundColor':'rgb(255, 174, 166)'},270 {'backgroundColor':'rgb(60, 179, 113)'},271 {'backgroundColor':'rgb(226, 157, 198)'},272 {'backgroundColor':'rgb(248, 142, 107)'},273 {'backgroundColor':'rgb(64, 224, 208)'}]);274 }, "Autogenerated");275 at(2.625 * 1000, function() {276 assert_styles(277 '.anim',278 [{'backgroundColor':'rgb(116, 36, 231)'},279 {'backgroundColor':'rgb(143, 158, 143)'},280 {'backgroundColor':'rgb(105, 105, 105)'},281 {'backgroundColor':'rgb(213, 94, 106)'},282 {'backgroundColor':'rgb(255, 163, 133)'},283 {'backgroundColor':'rgb(92, 142, 176)'},284 {'backgroundColor':'rgb(235, 213, 177)'},285 {'backgroundColor':'rgb(245, 158, 99)'},286 {'backgroundColor':'rgb(151, 177, 223)'}]);287 }, "Autogenerated");288 at(2.75 * 1000, function() {289 assert_styles(290 '.anim',291 [{'backgroundColor':'rgb(146, 43, 168)'},292 {'backgroundColor':'rgb(175, 173, 150)'},293 {'backgroundColor':'rgb(105, 105, 105)'},294 {'backgroundColor':'rgb(164, 63, 104)'},295 {'backgroundColor':'rgb(185, 166, 137)'},296 {'backgroundColor':'rgb(123, 104, 238)'},297 {'backgroundColor':'rgb(211, 238, 164)'},298 {'backgroundColor':'rgb(182, 156, 93)'},299 {'backgroundColor':'rgb(238, 130, 238)'}]);300 }, "Autogenerated");301 at(2.875 * 1000, function() {302 assert_styles(303 '.anim',304 [{'backgroundColor':'rgb(159, 42, 82)'},305 {'backgroundColor':'rgb(185, 180, 121)'},306 {'backgroundColor':'rgb(68, 125, 180)'},307 {'backgroundColor':'rgb(103, 20, 122)'},308 {'backgroundColor':'rgb(81, 174, 160)'},309 {'backgroundColor':'rgb(62, 177, 196)'},310 {'backgroundColor':'rgb(171, 247, 156)'},311 {'backgroundColor':'rgb(89, 144, 89)'},312 {'backgroundColor':'rgb(242, 176, 209)'}]);313 }, "Autogenerated");314 at(3.0 * 1000, function() {315 assert_styles(316 '.anim',317 [{'backgroundColor':'rgb(179, 78, 65)'},318 {'backgroundColor':'rgb(176, 137, 115)'},319 {'backgroundColor':'rgb(30, 144, 255)'},320 {'backgroundColor':'rgb(120, 64, 158)'},321 {'backgroundColor':'rgb(58, 185, 190)'},322 {'backgroundColor':'rgb(0, 250, 154)'},323 {'backgroundColor':'rgb(158, 248, 174)'},324 {'backgroundColor':'rgb(98, 166, 125)'},325 {'backgroundColor':'rgb(245, 222, 179)'}]);326 }, "Autogenerated");327 at(3.125 * 1000, function() {328 assert_styles(329 '.anim',330 [{'backgroundColor':'rgb(206, 144, 109)'},331 {'backgroundColor':'rgb(153, 51, 130)'},332 {'backgroundColor':'rgb(104, 89, 145)'},333 {'backgroundColor':'rgb(204, 183, 209)'},334 {'backgroundColor':'rgb(106, 198, 227)'},335 {'backgroundColor':'rgb(36, 230, 179)'},336 {'backgroundColor':'rgb(169, 242, 214)'},337 {'backgroundColor':'rgb(196, 215, 196)'},338 {'backgroundColor':'rgb(250, 239, 217)'}]);339 }, "Autogenerated");340 at(3.25 * 1000, function() {341 assert_styles(342 '.anim',343 [{'backgroundColor':'rgb(198, 179, 140)'},344 {'backgroundColor':'rgb(129, 20, 122)'},345 {'backgroundColor':'rgb(178, 34, 34)'},346 {'backgroundColor':'rgb(252, 250, 221)'},347 {'backgroundColor':'rgb(132, 193, 232)'},348 {'backgroundColor':'rgb(72, 209, 204)'},349 {'backgroundColor':'rgb(183, 214, 221)'},350 {'backgroundColor':'rgb(237, 214, 202)'},351 {'backgroundColor':'rgb(255, 255, 255)'}]);352 }, "Autogenerated");353 at(3.375 * 1000, function() {354 assert_styles(355 '.anim',356 [{'backgroundColor':'rgb(139, 167, 151)'},357 {'backgroundColor':'rgb(104, 70, 79)'},358 {'backgroundColor':'rgb(217, 142, 137)'},359 {'backgroundColor':'rgb(245, 239, 174)'},360 {'backgroundColor':'rgb(125, 160, 186)'},361 {'backgroundColor':'rgb(136, 115, 169)'},362 {'backgroundColor':'rgb(204, 155, 178)'},363 {'backgroundColor':'rgb(193, 138, 111)'},364 {'backgroundColor':'rgb(250, 250, 250)'}]);365 }, "Autogenerated");366 at(3.5 * 1000, function() {367 assert_styles(368 '.anim',369 [{'backgroundColor':'rgb(99, 170, 140)'},370 {'backgroundColor':'rgb(106, 111, 41)'},371 {'backgroundColor':'rgb(255, 250, 240)'},372 {'backgroundColor':'rgb(239, 230, 154)'},373 {'backgroundColor':'rgb(119, 136, 153)'},374 {'backgroundColor':'rgb(199, 21, 133)'},375 {'backgroundColor':'rgb(223, 128, 155)'},376 {'backgroundColor':'rgb(164, 96, 63)'},377 {'backgroundColor':'rgb(245, 245, 245)'}]);378 }, "Autogenerated");379 at(3.625 * 1000, function() {380 assert_styles(381 '.anim',382 [{'backgroundColor':'rgb(114, 216, 65)'},383 {'backgroundColor':'rgb(186, 127, 19)'},384 {'backgroundColor':'rgb(145, 195, 137)'},385 {'backgroundColor':'rgb(234, 230, 205)'},386 {'backgroundColor':'rgb(119, 136, 153)'},387 {'backgroundColor':'rgb(112, 23, 123)'},388 {'backgroundColor':'rgb(240, 187, 186)'},389 {'backgroundColor':'rgb(179, 147, 132)'},390 {'backgroundColor':'rgb(250, 250, 123)'}]);391 }, "Autogenerated");392 at(3.75 * 1000, function() {393 assert_styles(394 '.anim',395 [{'backgroundColor':'rgb(132, 246, 2)'},396 {'backgroundColor':'rgb(249, 134, 13)'},397 {'backgroundColor':'rgb(34, 139, 34)'},398 {'backgroundColor':'rgb(232, 231, 250)'},399 {'backgroundColor':'rgb(123, 140, 157)'},400 {'backgroundColor':'rgb(25, 25, 112)'},401 {'backgroundColor':'rgb(255, 238, 211)'},402 {'backgroundColor':'rgb(188, 193, 195)'},403 {'backgroundColor':'rgb(255, 255, 0)'}]);404 }, "Autogenerated");405 at(3.875 * 1000, function() {406 assert_styles(407 '.anim',408 [{'backgroundColor':'rgb(171, 175, 16)'},409 {'backgroundColor':'rgb(201, 92, 108)'},410 {'backgroundColor':'rgb(145, 70, 145)'},411 {'backgroundColor':'rgb(243, 235, 247)'},412 {'backgroundColor':'rgb(149, 168, 190)'},413 {'backgroundColor':'rgb(135, 140, 181)'},414 {'backgroundColor':'rgb(255, 228, 198)'},415 {'backgroundColor':'rgb(162, 199, 215)'},416 {'backgroundColor':'rgb(205, 230, 25)'}]);417 }, "Autogenerated");418 at(4.0 * 1000, function() {419 assert_styles(420 '.anim',421 [{'backgroundColor':'rgb(210, 105, 30)'},422 {'backgroundColor':'rgb(153, 50, 204)'},423 {'backgroundColor':'rgb(255, 0, 255)'},424 {'backgroundColor':'rgb(255, 240, 245)'},425 {'backgroundColor':'rgb(176, 196, 222)'},426 {'backgroundColor':'rgb(245, 255, 250)'},427 {'backgroundColor':'rgb(255, 218, 185)'},428 {'backgroundColor':'rgb(135, 206, 235)'},429 {'backgroundColor':'rgb(154, 205, 50)'}]);430 }, "Autogenerated");...

Full Screen

Full Screen

deprecated.js

Source:deprecated.js Github

copy

Full Screen

1/**2 * External dependencies3 */4import classnames from 'classnames';5import hexToRgba from 'hex-rgba';6/**7 * WordPress dependencies8 */9const { InnerBlocks } = wp.editor;10/**11 * Internal dependencies12 */13import Separators from './separators/index.js';14const deprecated = [ {15 attributes: {16 align: {17 type: 'string'18 },19 id: {20 type: 'string'21 },22 columns: {23 type: 'number'24 },25 layout: {26 type: 'string'27 },28 layoutTablet: {29 type: 'string',30 default: 'equal'31 },32 layoutMobile: {33 type: 'string',34 default: 'equal'35 },36 columnsGap: {37 type: 'string',38 default: 'default'39 },40 paddingType: {41 type: 'string',42 default: 'linked'43 },44 paddingTypeTablet: {45 type: 'string',46 default: 'linked'47 },48 paddingTypeMobile: {49 type: 'string',50 default: 'linked'51 },52 padding: {53 type: 'number',54 default: 2055 },56 paddingTablet: {57 type: 'number',58 default: 2059 },60 paddingMobile: {61 type: 'number',62 default: 2063 },64 paddingTop: {65 type: 'number',66 default: 2067 },68 paddingTopTablet: {69 type: 'number',70 default: 2071 },72 paddingTopMobile: {73 type: 'number',74 default: 2075 },76 paddingRight: {77 type: 'number',78 default: 2079 },80 paddingRightTablet: {81 type: 'number',82 default: 2083 },84 paddingRightMobile: {85 type: 'number',86 default: 2087 },88 paddingBottom: {89 type: 'number',90 default: 2091 },92 paddingBottomTablet: {93 type: 'number',94 default: 2095 },96 paddingBottomMobile: {97 type: 'number',98 default: 2099 },100 paddingLeft: {101 type: 'number',102 default: 20103 },104 paddingLeftTablet: {105 type: 'number',106 default: 20107 },108 paddingLeftMobile: {109 type: 'number',110 default: 20111 },112 marginType: {113 type: 'string',114 default: 'unlinked'115 },116 marginTypeTablet: {117 type: 'string',118 default: 'unlinked'119 },120 marginTypeMobile: {121 type: 'string',122 default: 'unlinked'123 },124 margin: {125 type: 'number',126 default: 20127 },128 marginTablet: {129 type: 'number',130 default: 20131 },132 marginMobile: {133 type: 'number',134 default: 20135 },136 marginTop: {137 type: 'number',138 default: 20139 },140 marginTopTablet: {141 type: 'number',142 default: 20143 },144 marginTopMobile: {145 type: 'number',146 default: 20147 },148 marginBottom: {149 type: 'number',150 default: 20151 },152 marginBottomTablet: {153 type: 'number',154 default: 20155 },156 marginBottomMobile: {157 type: 'number',158 default: 20159 },160 columnsWidth: {161 type: 'number'162 },163 columnsHeight: {164 type: 'string',165 default: 'auto'166 },167 columnsHeightCustom: {168 type: 'number'169 },170 columnsHeightCustomTablet: {171 type: 'number'172 },173 columnsHeightCustomMobile: {174 type: 'number'175 },176 horizontalAlign: {177 type: 'string',178 default: 'unset'179 },180 verticalAlign: {181 type: 'string',182 default: 'unset'183 },184 backgroundType: {185 type: 'string',186 default: 'color'187 },188 backgroundColor: {189 type: 'string'190 },191 backgroundImageID: {192 type: 'number'193 },194 backgroundImageURL: {195 type: 'string'196 },197 backgroundAttachment: {198 type: 'string',199 default: 'scroll'200 },201 backgroundPosition: {202 type: 'string',203 default: 'top left'204 },205 backgroundRepeat: {206 type: 'string',207 default: 'repeat'208 },209 backgroundSize: {210 type: 'string',211 default: 'auto'212 },213 backgroundGradientFirstColor: {214 type: 'string',215 default: '#36d1dc'216 },217 backgroundGradientFirstLocation: {218 type: 'number',219 default: 0220 },221 backgroundGradientSecondColor: {222 type: 'string',223 default: '#5b86e5'224 },225 backgroundGradientSecondLocation: {226 type: 'number',227 default: 100228 },229 backgroundGradientType: {230 type: 'string',231 default: 'linear'232 },233 backgroundGradientAngle: {234 type: 'number',235 default: 90236 },237 backgroundGradientPosition: {238 type: 'string',239 default: 'center center'240 },241 backgroundOverlayOpacity: {242 type: 'number',243 default: 50244 },245 backgroundOverlayType: {246 type: 'string',247 default: 'color'248 },249 backgroundOverlayColor: {250 type: 'string'251 },252 backgroundOverlayImageID: {253 type: 'number'254 },255 backgroundOverlayImageURL: {256 type: 'string'257 },258 backgroundOverlayAttachment: {259 type: 'string',260 default: 'scroll'261 },262 backgroundOverlayPosition: {263 type: 'string',264 default: 'top left'265 },266 backgroundOverlayRepeat: {267 type: 'string',268 default: 'repeat'269 },270 backgroundOverlaySize: {271 type: 'string',272 default: 'auto'273 },274 backgroundOverlayGradientFirstColor: {275 type: 'string',276 default: '#36d1dc'277 },278 backgroundOverlayGradientFirstLocation: {279 type: 'number',280 default: 0281 },282 backgroundOverlayGradientSecondColor: {283 type: 'string',284 default: '#5b86e5'285 },286 backgroundOverlayGradientSecondLocation: {287 type: 'number',288 default: 100289 },290 backgroundOverlayGradientType: {291 type: 'string',292 default: 'linear'293 },294 backgroundOverlayGradientAngle: {295 type: 'number',296 default: 90297 },298 backgroundOverlayGradientPosition: {299 type: 'string',300 default: 'center center'301 },302 backgroundOverlayFilterBlur: {303 type: 'number',304 default: 0305 },306 backgroundOverlayFilterBrightness: {307 type: 'number',308 default: 10309 },310 backgroundOverlayFilterContrast: {311 type: 'number',312 default: 10313 },314 backgroundOverlayFilterGrayscale: {315 type: 'number',316 default: 0317 },318 backgroundOverlayFilterHue: {319 type: 'number',320 default: 0321 },322 backgroundOverlayFilterSaturate: {323 type: 'number',324 default: 10325 },326 backgroundOverlayBlend: {327 type: 'string',328 default: 'normal'329 },330 borderType: {331 type: 'string',332 default: 'linked'333 },334 border: {335 type: 'number',336 default: 0337 },338 borderTop: {339 type: 'number',340 default: 0341 },342 borderRight: {343 type: 'number',344 default: 0345 },346 borderBottom: {347 type: 'number',348 default: 0349 },350 borderLeft: {351 type: 'number',352 default: 0353 },354 borderColor: {355 type: 'string',356 default: '#000000'357 },358 borderRadiusType: {359 type: 'string',360 default: 'linked'361 },362 borderRadius: {363 type: 'number',364 default: 0365 },366 borderRadiusTop: {367 type: 'number',368 default: 0369 },370 borderRadiusRight: {371 type: 'number',372 default: 0373 },374 borderRadiusBottom: {375 type: 'number',376 default: 0377 },378 borderRadiusLeft: {379 type: 'number',380 default: 0381 },382 boxShadow: {383 type: 'boolean',384 default: false385 },386 boxShadowColor: {387 type: 'string',388 default: '#000000'389 },390 boxShadowColorOpacity: {391 type: 'number',392 default: 50393 },394 boxShadowBlur: {395 type: 'number',396 default: 5397 },398 boxShadowSpread: {399 type: 'number',400 default: 0401 },402 boxShadowHorizontal: {403 type: 'number',404 default: 0405 },406 boxShadowVertical: {407 type: 'number',408 default: 0409 },410 dividerTopType: {411 type: 'string',412 default: 'none'413 },414 dividerTopColor: {415 type: 'string',416 default: '#000000'417 },418 dividerTopWidth: {419 type: 'number',420 default: 100421 },422 dividerTopWidthTablet: {423 type: 'number',424 default: 100425 },426 dividerTopWidthMobile: {427 type: 'number',428 default: 100429 },430 dividerTopHeight: {431 type: 'number',432 default: 100433 },434 dividerTopHeightTablet: {435 type: 'number',436 default: 100437 },438 dividerTopHeightMobile: {439 type: 'number',440 default: 100441 },442 dividerTopInvert: {443 type: 'boolean',444 default: false445 },446 dividerBottomType: {447 type: 'string',448 default: 'none'449 },450 dividerBottomColor: {451 type: 'string',452 default: '#000000'453 },454 dividerBottomWidth: {455 type: 'number',456 default: 100457 },458 dividerBottomWidthTablet: {459 type: 'number',460 default: 100461 },462 dividerBottomWidthMobile: {463 type: 'number',464 default: 100465 },466 dividerBottomHeight: {467 type: 'number',468 default: 100469 },470 dividerBottomHeightTablet: {471 type: 'number',472 default: 100473 },474 dividerBottomHeightMobile: {475 type: 'number',476 default: 100477 },478 dividerBottomInvert: {479 type: 'boolean',480 default: false481 },482 hide: {483 type: 'boolean',484 default: false485 },486 hideTablet: {487 type: 'boolean',488 default: false489 },490 hideMobile: {491 type: 'boolean',492 default: false493 },494 columnsHTMLTag: {495 type: 'string',496 default: 'div'497 }498 },499 supports: {500 align: [ 'wide', 'full' ],501 html: false502 },503 save: props => {504 const {505 id,506 columns,507 layout,508 layoutTablet,509 layoutMobile,510 columnsGap,511 columnsWidth,512 horizontalAlign,513 verticalAlign,514 backgroundType,515 backgroundColor,516 backgroundImageURL,517 backgroundAttachment,518 backgroundPosition,519 backgroundRepeat,520 backgroundSize,521 backgroundGradientFirstColor,522 backgroundGradientFirstLocation,523 backgroundGradientSecondColor,524 backgroundGradientSecondLocation,525 backgroundGradientType,526 backgroundGradientAngle,527 backgroundGradientPosition,528 backgroundOverlayOpacity,529 backgroundOverlayType,530 backgroundOverlayColor,531 backgroundOverlayImageURL,532 backgroundOverlayAttachment,533 backgroundOverlayPosition,534 backgroundOverlayRepeat,535 backgroundOverlaySize,536 backgroundOverlayGradientFirstColor,537 backgroundOverlayGradientFirstLocation,538 backgroundOverlayGradientSecondColor,539 backgroundOverlayGradientSecondLocation,540 backgroundOverlayGradientType,541 backgroundOverlayGradientAngle,542 backgroundOverlayGradientPosition,543 backgroundOverlayFilterBlur,544 backgroundOverlayFilterBrightness,545 backgroundOverlayFilterContrast,546 backgroundOverlayFilterGrayscale,547 backgroundOverlayFilterHue,548 backgroundOverlayFilterSaturate,549 backgroundOverlayBlend,550 borderType,551 border,552 borderTop,553 borderRight,554 borderBottom,555 borderLeft,556 borderColor,557 borderRadiusType,558 borderRadius,559 borderRadiusTop,560 borderRadiusRight,561 borderRadiusBottom,562 borderRadiusLeft,563 boxShadow,564 boxShadowColor,565 boxShadowColorOpacity,566 boxShadowBlur,567 boxShadowSpread,568 boxShadowHorizontal,569 boxShadowVertical,570 dividerTopType,571 dividerTopColor,572 dividerTopInvert,573 dividerBottomType,574 dividerBottomColor,575 dividerBottomInvert,576 hide,577 hideTablet,578 hideMobile,579 columnsHTMLTag580 } = props.attributes;581 const Tag = columnsHTMLTag;582 let background, overlayBackground, borderStyle, borderRadiusStyle, boxShadowStyle;583 if ( 'color' === backgroundType ) {584 background = {585 background: backgroundColor586 };587 }588 if ( 'image' === backgroundType ) {589 background = {590 backgroundImage: `url( '${ backgroundImageURL }' )`,591 backgroundAttachment,592 backgroundPosition,593 backgroundRepeat,594 backgroundSize595 };596 }597 if ( 'gradient' === backgroundType ) {598 let direction;599 if ( 'linear' === backgroundGradientType ) {600 direction = `${ backgroundGradientAngle }deg`;601 } else {602 direction = `at ${ backgroundGradientPosition }`;603 }604 background = {605 background: `${ backgroundGradientType }-gradient( ${ direction }, ${ backgroundGradientFirstColor || 'rgba( 0, 0, 0, 0 )' } ${ backgroundGradientFirstLocation }%, ${ backgroundGradientSecondColor || 'rgba( 0, 0, 0, 0 )' } ${ backgroundGradientSecondLocation }% )`606 };607 }608 if ( 'linked' === borderType ) {609 borderStyle = {610 borderWidth: `${ border }px`,611 borderStyle: 'solid',612 borderColor: borderColor613 };614 }615 if ( 'unlinked' === borderType ) {616 borderStyle = {617 borderTopWidth: `${ borderTop }px`,618 borderRightWidth: `${ borderRight }px`,619 borderBottomWidth: `${ borderBottom }px`,620 borderLeftWidth: `${ borderLeft }px`,621 borderStyle: 'solid',622 borderColor: borderColor623 };624 }625 if ( 'linked' === borderRadiusType ) {626 borderRadiusStyle = {627 borderRadius: `${ borderRadius }px`628 };629 }630 if ( 'unlinked' === borderRadiusType ) {631 borderRadiusStyle = {632 borderTopLeftRadius: `${ borderRadiusTop }px`,633 borderTopRightRadius: `${ borderRadiusRight }px`,634 borderBottomRightRadius: `${ borderRadiusBottom }px`,635 borderBottomLeftRadius: `${ borderRadiusLeft }px`636 };637 }638 if ( true === boxShadow ) {639 boxShadowStyle = {640 boxShadow: `${ boxShadowHorizontal }px ${ boxShadowVertical }px ${ boxShadowBlur }px ${ boxShadowSpread }px ${ hexToRgba( ( boxShadowColor ? boxShadowColor : '#000000' ), boxShadowColorOpacity ) }`641 };642 }643 const style = {644 ...background,645 ...borderStyle,646 ...borderRadiusStyle,647 ...boxShadowStyle,648 justifyContent: horizontalAlign649 };650 if ( 'color' === backgroundOverlayType ) {651 overlayBackground = {652 background: backgroundOverlayColor,653 opacity: backgroundOverlayOpacity / 100654 };655 }656 if ( 'image' === backgroundOverlayType ) {657 overlayBackground = {658 backgroundImage: `url( '${ backgroundOverlayImageURL }' )`,659 backgroundAttachment: backgroundOverlayAttachment,660 backgroundPosition: backgroundOverlayPosition,661 backgroundRepeat: backgroundOverlayRepeat,662 backgroundSize: backgroundOverlaySize,663 opacity: backgroundOverlayOpacity / 100664 };665 }666 if ( 'gradient' === backgroundOverlayType ) {667 let direction;668 if ( 'linear' === backgroundOverlayGradientType ) {669 direction = `${ backgroundOverlayGradientAngle }deg`;670 } else {671 direction = `at ${ backgroundOverlayGradientPosition }`;672 }673 overlayBackground = {674 background: `${ backgroundOverlayGradientType }-gradient( ${ direction }, ${ backgroundOverlayGradientFirstColor || 'rgba( 0, 0, 0, 0 )' } ${ backgroundOverlayGradientFirstLocation }%, ${ backgroundOverlayGradientSecondColor || 'rgba( 0, 0, 0, 0 )' } ${ backgroundOverlayGradientSecondLocation }% )`,675 opacity: backgroundOverlayOpacity / 100676 };677 }678 const overlayStyle = {679 ...overlayBackground,680 mixBlendMode: backgroundOverlayBlend,681 filter: `blur( ${ backgroundOverlayFilterBlur / 10 }px ) brightness( ${ backgroundOverlayFilterBrightness / 10 } ) contrast( ${ backgroundOverlayFilterContrast / 10 } ) grayscale( ${ backgroundOverlayFilterGrayscale / 100 } ) hue-rotate( ${ backgroundOverlayFilterHue }deg ) saturate( ${ backgroundOverlayFilterSaturate / 10 } )`682 };683 let innerStyle = {};684 if ( columnsWidth ) {685 innerStyle = {686 maxWidth: columnsWidth + 'px'687 };688 }689 const desktopLayout = hide ? '' : `has-desktop-${ layout }-layout`;690 const tabletLayout = hideTablet ? '' : `has-tablet-${ layoutTablet }-layout`;691 const mobileLayout = hideMobile ? '' : `has-mobile-${ layoutMobile }-layout`;692 const classes = classnames(693 props.className,694 `has-${ columns }-columns`,695 desktopLayout,696 tabletLayout,697 mobileLayout,698 { 'hide-in-desktop': hide },699 { 'hide-in-tablet': hideTablet },700 { 'hide-in-mobile': hideMobile },701 `has-${ columnsGap }-gap`,702 `has-vertical-${ verticalAlign }`703 );704 return (705 <Tag706 className={ classes }707 id={ id }708 style={ style }709 >710 <div711 className="wp-themeisle-block-overlay"712 style={ overlayStyle }713 >714 </div>715 <Separators716 type="top"717 front={ true }718 style={ dividerTopType }719 fill={ dividerTopColor }720 invert={ dividerTopInvert }721 />722 <div723 className="innerblocks-wrap"724 style={ innerStyle }725 >726 <InnerBlocks.Content />727 </div>728 <Separators729 type="bottom"730 front={ true }731 style={ dividerBottomType }732 fill={ dividerBottomColor }733 invert={ dividerBottomInvert }734 />735 </Tag>736 );737 }738} ];...

Full Screen

Full Screen

backgrounds.js

Source:backgrounds.js Github

copy

Full Screen

...22 this.element.innerHTML = '';23 this.element.classList.add( 'no-transition' );24 // Iterate over all horizontal slides25 this.Reveal.getHorizontalSlides().forEach( slideh => {26 let backgroundStack = this.createBackground( slideh, this.element );27 // Iterate over all vertical slides28 queryAll( slideh, 'section' ).forEach( slidev => {29 this.createBackground( slidev, backgroundStack );30 backgroundStack.classList.add( 'stack' );31 } );32 } );33 // Add parallax background if specified34 if( this.Reveal.getConfig().parallaxBackgroundImage ) {35 this.element.style.backgroundImage = 'url("' + this.Reveal.getConfig().parallaxBackgroundImage + '")';36 this.element.style.backgroundSize = this.Reveal.getConfig().parallaxBackgroundSize;37 this.element.style.backgroundRepeat = this.Reveal.getConfig().parallaxBackgroundRepeat;38 this.element.style.backgroundPosition = this.Reveal.getConfig().parallaxBackgroundPosition;39 // Make sure the below properties are set on the element - these properties are40 // needed for proper transitions to be set on the element via CSS. To remove41 // annoying background slide-in effect when the presentation starts, apply42 // these properties after short time delay43 setTimeout( () => {44 this.Reveal.getRevealElement().classList.add( 'has-parallax-background' );45 }, 1 );46 }47 else {48 this.element.style.backgroundImage = '';49 this.Reveal.getRevealElement().classList.remove( 'has-parallax-background' );50 }51 }52 /**53 * Creates a background for the given slide.54 *55 * @param {HTMLElement} slide56 * @param {HTMLElement} container The element that the background57 * should be appended to58 * @return {HTMLElement} New background div59 */60 createBackground( slide, container ) {61 // Main slide background element62 let element = document.createElement( 'div' );63 element.className = 'slide-background ' + slide.className.replace( /present|past|future/, '' );64 // Inner background element that wraps images/videos/iframes65 let contentElement = document.createElement( 'div' );66 contentElement.className = 'slide-background-content';67 element.appendChild( contentElement );68 container.appendChild( element );69 slide.slideBackgroundElement = element;70 slide.slideBackgroundContentElement = contentElement;71 // Syncs the background to reflect all current background settings72 this.sync( slide );73 return element;74 }...

Full Screen

Full Screen

java.js

Source:java.js Github

copy

Full Screen

1const keys = document.querySelectorAll(".key")2keys.forEach(key =>{3 key.addEventListener("click", () => playNote(key))45})6function playNote(key){7 const noteAudio = document.getElementById(key.dataset.note)8 noteAudio.currentTime=0;9 noteAudio.play()10}111213function lightblue(){14 document.getElementById("mydiv").style.backgroundColor="lightblue"15 document.getElementById("mydiv1").style.backgroundColor="lightblue"16 document.getElementById("mydiv2").style.backgroundColor="lightblue"17 document.getElementById("mydiv3").style.backgroundColor="lightblue"18 document.getElementById("mydiv4").style.backgroundColor="lightblue"19 document.getElementById("mydiv5").style.backgroundColor="lightblue"20 document.getElementById("mydiv6").style.backgroundColor="lightblue"21 document.getElementById("mydiv7").style.backgroundColor="lightblue"22 document.getElementById("mydiv8").style.backgroundColor="lightblue"23 document.getElementById("mydiv9").style.backgroundColor="lightblue"24 document.getElementById("mydiv10").style.backgroundColor="lightblue"25 document.getElementById("mydiv11").style.backgroundColor="lightblue"26 document.getElementById("mydiv12").style.backgroundColor="lightblue"27 document.getElementById("mydiv13").style.backgroundColor="lightblue"28 document.getElementById("mydiv14").style.backgroundColor="lightblue"29 document.getElementById("mydiv15").style.backgroundColor="lightblue"30 document.getElementById("mydiv16").style.backgroundColor="lightblue"31 document.getElementById("mydiv17").style.backgroundColor="lightblue"32 document.getElementById("mydiv18").style.backgroundColor="lightblue"33 document.getElementById("mydiv19").style.backgroundColor="lightblue"34 document.getElementById("mydiv20").style.backgroundColor="lightblue"35 36 37}383940function lightsalmon(){41 document.getElementById("mydiv").style.backgroundColor="lightsalmon"42 document.getElementById("mydiv1").style.backgroundColor="lightsalmon"43 document.getElementById("mydiv2").style.backgroundColor="lightsalmon"44 document.getElementById("mydiv3").style.backgroundColor="lightsalmon"45 document.getElementById("mydiv4").style.backgroundColor="lightsalmon"46 document.getElementById("mydiv5").style.backgroundColor="lightsalmon"47 document.getElementById("mydiv6").style.backgroundColor="lightsalmon"48 document.getElementById("mydiv7").style.backgroundColor="lightsalmon"49 document.getElementById("mydiv8").style.backgroundColor="lightsalmon"50 document.getElementById("mydiv9").style.backgroundColor="lightsalmon"51 document.getElementById("mydiv10").style.backgroundColor="lightsalmon"52 document.getElementById("mydiv11").style.backgroundColor="lightsalmon"53 document.getElementById("mydiv12").style.backgroundColor="lightsalmon"54 document.getElementById("mydiv13").style.backgroundColor="lightsalmon"55 document.getElementById("mydiv14").style.backgroundColor="lightsalmon"56 document.getElementById("mydiv15").style.backgroundColor="lightsalmon"57 document.getElementById("mydiv16").style.backgroundColor="lightsalmon"58 document.getElementById("mydiv17").style.backgroundColor="lightsalmon"59 document.getElementById("mydiv18").style.backgroundColor="lightsalmon"60 document.getElementById("mydiv19").style.backgroundColor="lightsalmon"61 document.getElementById("mydiv20").style.backgroundColor="lightsalmon"62 63 6465 66}6768function lightpink(){69 document.getElementById("mydiv").style.backgroundColor="lightpink"70 document.getElementById("mydiv1").style.backgroundColor="lightpink"71 document.getElementById("mydiv2").style.backgroundColor="lightpink"72 document.getElementById("mydiv3").style.backgroundColor="lightpink"73 document.getElementById("mydiv4").style.backgroundColor="lightpink"74 document.getElementById("mydiv5").style.backgroundColor="lightpink"75 document.getElementById("mydiv6").style.backgroundColor="lightpink"76 document.getElementById("mydiv7").style.backgroundColor="lightpink"77 document.getElementById("mydiv8").style.backgroundColor="lightpink"78 document.getElementById("mydiv9").style.backgroundColor="lightpink"79 document.getElementById("mydiv10").style.backgroundColor="lightpink"80 document.getElementById("mydiv11").style.backgroundColor="lightpink"81 document.getElementById("mydiv12").style.backgroundColor="lightpink"82 document.getElementById("mydiv13").style.backgroundColor="lightpink"83 document.getElementById("mydiv14").style.backgroundColor="lightpink"84 document.getElementById("mydiv15").style.backgroundColor="lightpink"85 document.getElementById("mydiv16").style.backgroundColor="lightpink"86 document.getElementById("mydiv17").style.backgroundColor="lightpink"87 document.getElementById("mydiv18").style.backgroundColor="lightpink"88 document.getElementById("mydiv19").style.backgroundColor="lightpink"89 document.getElementById("mydiv20").style.backgroundColor="lightpink"90 91}929394function green(){95 document.getElementById("mydiv").style.backgroundColor="rgb(170, 236, 170)"96 document.getElementById("mydiv1").style.backgroundColor=" rgb(170, 236, 170)"97 document.getElementById("mydiv2").style.backgroundColor=" rgb(170, 236, 170)"98 document.getElementById("mydiv3").style.backgroundColor=" rgb(170, 236, 170)"99 document.getElementById("mydiv4").style.backgroundColor=" rgb(170, 236, 170)"100 document.getElementById("mydiv5").style.backgroundColor=" rgb(170, 236, 170)"101 document.getElementById("mydiv6").style.backgroundColor=" rgb(170, 236, 170)"102 document.getElementById("mydiv7").style.backgroundColor=" rgb(170, 236, 170)"103 document.getElementById("mydiv8").style.backgroundColor=" rgb(170, 236, 170)"104 document.getElementById("mydiv9").style.backgroundColor=" rgb(170, 236, 170)"105 document.getElementById("mydiv10").style.backgroundColor=" rgb(170, 236, 170)"106 document.getElementById("mydiv11").style.backgroundColor=" rgb(170, 236, 170)"107 document.getElementById("mydiv12").style.backgroundColor=" rgb(170, 236, 170)"108 document.getElementById("mydiv13").style.backgroundColor=" rgb(170, 236, 170)"109 document.getElementById("mydiv14").style.backgroundColor=" rgb(170, 236, 170)"110 document.getElementById("mydiv15").style.backgroundColor=" rgb(170, 236, 170)"111 document.getElementById("mydiv16").style.backgroundColor=" rgb(170, 236, 170)"112 document.getElementById("mydiv17").style.backgroundColor=" rgb(170, 236, 170)"113 document.getElementById("mydiv18").style.backgroundColor=" rgb(170, 236, 170)"114 document.getElementById("mydiv19").style.backgroundColor=" rgb(170, 236, 170)"115 document.getElementById("mydiv20").style.backgroundColor=" rgb(170, 236, 170)"116117}118function lightseagreen(){119 document.getElementById("mydiv").style.backgroundColor="lightseagreen"120 document.getElementById("mydiv1").style.backgroundColor="lightseagreen"121 document.getElementById("mydiv2").style.backgroundColor="lightseagreen"122 document.getElementById("mydiv3").style.backgroundColor="lightseagreen"123 document.getElementById("mydiv4").style.backgroundColor="lightseagreen"124 document.getElementById("mydiv5").style.backgroundColor="lightseagreen"125 document.getElementById("mydiv6").style.backgroundColor="lightseagreen"126 document.getElementById("mydiv7").style.backgroundColor="lightseagreen"127 document.getElementById("mydiv8").style.backgroundColor="lightseagreen"128 document.getElementById("mydiv9").style.backgroundColor="lightseagreen"129 document.getElementById("mydiv10").style.backgroundColor="lightseagreen"130 document.getElementById("mydiv11").style.backgroundColor="lightseagreen"131 document.getElementById("mydiv12").style.backgroundColor="lightseagreen"132 document.getElementById("mydiv13").style.backgroundColor="lightseagreen"133 document.getElementById("mydiv14").style.backgroundColor="lightseagreen"134 document.getElementById("mydiv15").style.backgroundColor="lightseagreen"135 document.getElementById("mydiv16").style.backgroundColor="lightseagreen"136 document.getElementById("mydiv17").style.backgroundColor="lightseagreen"137 document.getElementById("mydiv18").style.backgroundColor="lightseagreen"138 document.getElementById("mydiv19").style.backgroundColor="lightseagreen"139 document.getElementById("mydiv20").style.backgroundColor="lightseagreen"140 141142143}144145function lightgrey(){146 document.getElementById("mydiv").style.backgroundColor="lightgrey"147 document.getElementById("mydiv1").style.backgroundColor="lightgrey"148 document.getElementById("mydiv2").style.backgroundColor="lightgrey"149 document.getElementById("mydiv3").style.backgroundColor="lightgrey"150 document.getElementById("mydiv4").style.backgroundColor="lightgrey"151 document.getElementById("mydiv5").style.backgroundColor="lightgrey"152 document.getElementById("mydiv6").style.backgroundColor="lightgrey"153 document.getElementById("mydiv7").style.backgroundColor="lightgrey"154 document.getElementById("mydiv8").style.backgroundColor="lightgrey"155 document.getElementById("mydiv9").style.backgroundColor="lightgrey"156 document.getElementById("mydiv10").style.backgroundColor="lightgrey"157 document.getElementById("mydiv11").style.backgroundColor="lightgrey"158 document.getElementById("mydiv12").style.backgroundColor="lightgrey"159 document.getElementById("mydiv13").style.backgroundColor="lightgrey"160 document.getElementById("mydiv14").style.backgroundColor="lightgrey"161 document.getElementById("mydiv15").style.backgroundColor="lightgrey"162 document.getElementById("mydiv16").style.backgroundColor="lightgrey"163 document.getElementById("mydiv17").style.backgroundColor="lightgrey"164 document.getElementById("mydiv18").style.backgroundColor="lightgrey"165 document.getElementById("mydiv19").style.backgroundColor="lightgrey"166 document.getElementById("mydiv20").style.backgroundColor="lightgrey"167168169170171}172173174175176177 ...

Full Screen

Full Screen

auto-test-color-checks.js

Source:auto-test-color-checks.js Github

copy

Full Screen

1timing_test(function() {2 at(0 * 1000, function() {3 assert_styles(".anim", [4 {'background-color':'rgb(255, 0, 0)'},5 {'background-color':'rgb(176, 196, 222)'},6 {'background-color':'rgb(0, 128, 0)'},7 {'background-color':'rgba(0, 0, 0, 0)'},8 {'background-color':'rgba(255, 0, 255, 0)'},9 {'background-color':'rgb(0, 0, 0)'},10 {'background-color':'rgb(0, 0, 0)'},11 ]);12 });13 at(0.25 * 1000, function() {14 assert_styles(".anim", [15 {'background-color':'rgb(223, 16, 0)'},16 {'background-color':'rgb(154, 188, 194)'},17 {'background-color':'rgb(128, 128, 0)'},18 {'background-color':'rgba(255, 255, 255, 0.2471)'},19 {'background-color':'rgba(255, 255, 255, 0.2471)'},20 {'background-color':'rgb(32, 32, 32)'},21 {'background-color':'rgb(32, 32, 32)'},22 ]);23 });24 at(0.5 * 1000, function() {25 assert_styles(".anim", [26 {'background-color':'rgb(191, 32, 0)'},27 {'background-color':'rgb(132, 179, 167)'},28 {'background-color':'rgb(255, 128, 0)'},29 {'background-color':'rgba(255, 255, 255, 0.498)'},30 {'background-color':'rgba(255, 255, 255, 0.498)'},31 {'background-color':'rgb(64, 64, 64)'},32 {'background-color':'rgb(64, 64, 64)'},33 ]);34 });35 at(0.75 * 1000, function() {36 assert_styles(".anim", [37 {'background-color':'rgb(159, 48, 0)'},38 {'background-color':'rgb(110, 171, 139)'},39 {'background-color':'rgb(191, 128, 64)'},40 {'background-color':'rgba(255, 255, 255, 0.749)'},41 {'background-color':'rgba(255, 255, 255, 0.749)'},42 {'background-color':'rgb(96, 96, 96)'},43 {'background-color':'rgb(96, 96, 96)'},44 ]);45 });46 at(1 * 1000, function() {47 assert_styles(".anim", [48 {'background-color':'rgb(128, 64, 0)'},49 {'background-color':'rgb(88, 162, 111)'},50 {'background-color':'rgb(128, 128, 128)'},51 {'background-color':'rgb(255, 255, 255)'},52 {'background-color':'rgb(255, 255, 255)'},53 {'background-color':'rgb(128, 128, 128)'},54 {'background-color':'rgb(128, 128, 128)'},55 ]);56 });57 at(1.25 * 1000, function() {58 assert_styles(".anim", [59 {'background-color':'rgb(96, 80, 0)'},60 {'background-color':'rgb(66, 154, 83)'},61 {'background-color':'rgb(64, 128, 191)'},62 {'background-color':'rgba(255, 255, 255, 0.749)'},63 {'background-color':'rgba(255, 255, 255, 0.749)'},64 {'background-color':'rgb(159, 159, 159)'},65 {'background-color':'rgb(159, 159, 159)'},66 ]);67 });68 at(1.5 * 1000, function() {69 assert_styles(".anim", [70 {'background-color':'rgb(64, 96, 0)'},71 {'background-color':'rgb(44, 145, 56)'},72 {'background-color':'rgb(0, 128, 255)'},73 {'background-color':'rgba(255, 255, 255, 0.498)'},74 {'background-color':'rgba(255, 255, 255, 0.498)'},75 {'background-color':'rgb(191, 191, 191)'},76 {'background-color':'rgb(191, 191, 191)'},77 ]);78 });79 at(1.75 * 1000, function() {80 assert_styles(".anim", [81 {'background-color':'rgb(32, 112, 0)'},82 {'background-color':'rgb(22, 137, 28)'},83 {'background-color':'rgb(0, 128, 128)'},84 {'background-color':'rgba(255, 255, 255, 0.2471)'},85 {'background-color':'rgba(255, 255, 255, 0.2471)'},86 {'background-color':'rgb(223, 223, 223)'},87 {'background-color':'rgb(223, 223, 223)'},88 ]);89 });90 at(2 * 1000, function() {91 assert_styles(".anim", [92 {'background-color':'rgb(0, 128, 0)'},93 {'background-color':'rgb(0, 128, 0)'},94 {'background-color':'rgb(0, 128, 0)'},95 {'background-color':'rgba(0, 0, 0, 0)'},96 {'background-color':'rgba(255, 0, 255, 0)'},97 {'background-color':'rgb(255, 255, 255)'},98 {'background-color':'rgb(255, 255, 255)'},99 ]);100 });...

Full Screen

Full Screen

backgroundselector.js

Source:backgroundselector.js Github

copy

Full Screen

...27 type: CREATE_BACKGROUNDS_LIST,28 backgrounds29 };30}31export function addBackground(source) {32 return {33 type: ADD_BACKGROUND,34 source: source35 };36}37export function addBackgroundProperties(modalParams) {38 return {39 type: ADD_BACKGROUND_PROPERTIES,40 modalParams41 };42}43export function setBackgroundModalParams(modalParams) {44 return {45 type: SET_BACKGROUND_MODAL_PARAMS,46 modalParams47 };48}49export function backgroundAdded(layerId) {50 return {51 type: BACKGROUND_ADDED,52 layerId53 };54}55export function backgroundEdited(layerId) {56 return {57 type: BACKGROUND_EDITED,58 layerId59 };60}61export function setCurrentBackgroundLayer(layerId) {62 return {63 type: SET_CURRENT_BACKGROUND_LAYER,64 layerId65 };66}67export function allowBackgroundsDeletion(allow) {68 return {69 type: ALLOW_BACKGROUNDS_DELETION,70 allow71 };72}73export function updateThumbnail(thumbnailData, backgroundId) {74 return {75 type: UPDATE_BACKGROUND_THUMBNAIL,76 thumbnailData,77 id: backgroundId78 };79}80export function removeBackground(backgroundId) {81 return {82 type: REMOVE_BACKGROUND,83 backgroundId84 };85}86export function clearBackgrounds() {87 return {88 type: BACKGROUNDS_CLEAR89 };90}91export function clearModalParameters() {92 return {93 type: CLEAR_MODAL_PARAMETERS94 };...

Full Screen

Full Screen

auto-test-position-list-type-checks.js

Source:auto-test-position-list-type-checks.js Github

copy

Full Screen

1timing_test(function() {2 at(0 * 1000, function() {3 assert_styles(".anim", [4 {'backgroundPosition':'0% 0%'},5 {'backgroundPosition':'0% 0%'},6 {'backgroundPosition':'0% 0%'},7 {'backgroundPosition':'0% 0%'},8 {'backgroundPosition':'0% 0%'},9 {'backgroundPosition':'0% 0%'},10 {'backgroundPosition':'0% 0%'},11 {'backgroundPosition':'0% 0%'},12 {'backgroundPosition':'0% 0%'},13 {'backgroundPosition':'0% 0%'},14 {'backgroundPosition':'0% 0%'},15 {'backgroundPosition':'0% 0%'},16 {'backgroundPosition':'0% 0%'},17 {'backgroundPosition':'0% 0%'},18 {'backgroundPosition':'0% 0%'},19 {'backgroundPosition':'0% 0%'},20 {'backgroundPosition':'0% 0%'},21 {'backgroundPosition':'0% 0%'},22 {'backgroundPosition':'0% 0%'},23 {'backgroundPosition':'0% 0%'},24 {'backgroundPosition':'0% 0%'},25 {'backgroundPosition':'0% 0%'},26 {'backgroundPosition':'0% 0%'},27 {'backgroundPosition':'0% 0%'},28 {'backgroundPosition':'0% 0%'},29 {'backgroundPosition':'0% 0%'},30 {'backgroundPosition':'0% 0%'},31 {'backgroundPosition':'0% 0%'},32 {'backgroundPosition':'0% 0%'},33 {'backgroundPosition':'0% 0%'},34 {'backgroundPosition':'0% 0%'},35 ]);36 });37 // TODO: Generate more inbetween values to compare against.38 at(2 * 1000, function() {39 assert_styles(".anim", [40 {'backgroundPosition':'0% 50%'},41 {'backgroundPosition':'50% 50%'},42 {'backgroundPosition':'100% 50%'},43 {'backgroundPosition':'50% 0%'},44 {'backgroundPosition':'50% 100%'},45 {'backgroundPosition':'10px 50%'},46 {'backgroundPosition':'20% 50%'},47 {'backgroundPosition':'0% 50%'},48 {'backgroundPosition':'50% 50%'},49 {'backgroundPosition':'100% 100%'},50 {'backgroundPosition':'100% 25%'},51 {'backgroundPosition':'10px 100%'},52 {'backgroundPosition':'10px 40px'},53 {'backgroundPosition':'0% calc(-10px + 100%)'},54 {'backgroundPosition':'50% 20%'},55 {'backgroundPosition':'100% 10px'},56 {'backgroundPosition':'100% 20%'},57 {'backgroundPosition':'20% 100%'},58 {'backgroundPosition':'10px 100%'},59 {'backgroundPosition':'40px calc(-10px + 100%)'},60 {'backgroundPosition':'20% 20%'},61 {'backgroundPosition':'calc(25% - 5px) 50%'},62 {'backgroundPosition':'calc(25% - 5px) 25%'},63 {'backgroundPosition':'50% calc(25% - 5px)'},64 {'backgroundPosition':'10px 10%'},65 {'backgroundPosition':'100% calc(75% + 5px)'},66 {'backgroundPosition':'10px calc(100% - 10px)'},67 {'backgroundPosition':'25% 25%'},68 {'backgroundPosition':'calc(25% - 5px) 10px'},69 {'backgroundPosition':'calc(75% + 5px) 10px'},70 {'backgroundPosition':'10px calc(75% + 5px)'},71 ]);72 });...

Full Screen

Full Screen

Using AI Code Generation

copy

Full Screen

1module.exports = {2 'Demo test Google' : function (client) {3 .waitForElementVisible('body', 1000)4 .setValue('input[type=text]', 'nightwatch')5 .waitForElementVisible('button[name=btnG]', 1000)6 .click('button[name=btnG]')7 .pause(1000)8 .assert.containsText('#main', 'Night Watch')9 .end();10 }11};12module.exports = {13 'Demo test Google' : function (client) {14 .waitForElementVisible('body', 1000)15 .setValue('input[type=text]', 'nightwatch')16 .waitForElementVisible('button[name=btnG]', 1000)17 .click('button[name=btnG]')18 .pause(1000)19 .assert.containsText('#main', 'Night Watch')20 .end();21 }22};23module.exports = {24 'Demo test Google' : function (client) {25 .waitForElementVisible('body', 1000)26 .setValue('input[type=text]', 'nightwatch')27 .waitForElementVisible('button[name=btnG]', 1000)28 .click('button[name=btnG]')29 .pause(1000)30 .assert.containsText('#main', 'Night Watch')31 .end();32 }33};34module.exports = {35 'Demo test Google' : function (client) {36 .waitForElementVisible('body', 1000)37 .setValue('input[type=text]', 'nightwatch')38 .waitForElementVisible('button[name=btnG]', 1000)39 .click('button[name=btnG]')40 .pause(1000)41 .assert.containsText('#main', 'Night Watch')42 .end();43 }44};45module.exports = {46 'Demo test Google' : function (client) {

Full Screen

Using AI Code Generation

copy

Full Screen

1module.exports = {2 'Demo test Google' : function (browser) {3 .waitForElementVisible('body', 1000)4 .setValue('input[type=text]', 'nightwatch')5 .waitForElementVisible('input[name=btnK]', 1000)6 .click('input[name=btnK]')7 .pause(1000)8 .assert.containsText('#main', 'Night Watch')9 .end();10 }11};

Full Screen

Using AI Code Generation

copy

Full Screen

1module.exports = {2 'Demo test Google' : function (browser) {3 .waitForElementVisible('body', 1000)4 .setValue('input[type=text]', 'Nightwatch')5 .waitForElementVisible('button[name=btnG]', 1000)6 .click('button[name=btnG]')7 .pause(1000)8 .assert.containsText('#main', 'Nightwatch')9 .end();10 }11};12{13 "selenium" : {14 "cli_args" : {15 }16 },17 "test_settings" : {18 "default" : {19 "screenshots" : {20 },21 "desiredCapabilities": {22 }23 },24 "chrome" : {25 "desiredCapabilities": {26 }27 }28 }29}

Full Screen

Using AI Code Generation

copy

Full Screen

1module.exports = {2 'Demo test Google' : function (browser) {3 .waitForElementVisible('body', 1000)4 .setValue('input[type=text]', 'nightwatch')5 .waitForElementVisible('button[name=btnG]', 1000)6 .click('button[name=btnG]')7 .pause(1000)8 .assert.containsText('#main', 'Night Watch')9 .end();10 }11 };12{13 "selenium" : {14 "cli_args" : {15 }16 },17 "test_settings" : {18 "default" : {19 "screenshots" : {20 },21 "desiredCapabilities": {22 }23 },24 "chrome" : {25 "desiredCapabilities": {26 }27 }28 }29 }30{31 "scripts": {32 },33 "devDependencies": {

Full Screen

Using AI Code Generation

copy

Full Screen

1module.exports = {2 'Demo test Google' : function (browser) {3 .pause(1000)4 .end();5 }6};7module.exports = {8 'Demo test Google' : function (browser) {9 var google = browser.page.google();10 google.navigate()11 .setValue('@searchBar', 'nightwatch')12 .click('@searchBtn')13 .assert.containsText('@main', 'Night Watch');14 }15};16module.exports = {17 elements: {18 }19};20module.exports = {21 'Demo test Google' : function (browser) {22 var google = browser.page.google();23 google.navigate()24 .setValue('@searchBar', 'nightwatch')25 .click('@searchBtn')26 .assert.containsText('@main', 'Night Watch');27 }28};29module.exports = {30 elements: {31 }32};33module.exports = {34 "webdriver" : {35 },36 "test_settings" : {37 "default" : {38 "desiredCapabilities": {39 }40 }

Full Screen

Using AI Code Generation

copy

Full Screen

1module.exports = {2 'Demo test Google' : function (browser) {3 .pause(1000)4 .end();5 }6};

Full Screen

Using AI Code Generation

copy

Full Screen

1module.exports = {2 'Demo test Google': function(browser) {3 .waitForElementVisible('body', 1000)4 .setValue('input[type=text]', 'nightwatch')5 .waitForElementVisible('input[name=btnK]', 1000)6 .click('input[name=btnK]')7 .pause(1000)8 .assert.containsText('#main', 'Night Watch')9 .end();10 }11};12module.exports = {13 selenium: {14 },15 test_settings: {16 default: {17 desiredCapabilities: {18 }19 },20 chrome: {21 desiredCapabilities: {22 }23 }24 }25};26module.exports = {27 selenium: {28 },29 test_settings: {30 default: {31 desiredCapabilities: {32 }33 },34 chrome: {35 desiredCapabilities: {36 }37 }38 }39};40module.exports = {41 selenium: {42 },43 test_settings: {44 default: {45 desiredCapabilities: {46 }47 },48 chrome: {49 desiredCapabilities: {50 }51 }52 }53};54module.exports = {55 selenium: {

Full Screen

Using AI Code Generation

copy

Full Screen

1var config = require('../../nightwatch.conf.js');2 'Demo test Google' : function (client) {3 .waitForElementVisible('body', 1000)4 .setValue('input[type=text]', 'nightwatch')5 .waitForElementVisible('input[name=btnK]', 1000)6 .click('input[name=btnK]')7 .pause(1000)8 .assert.containsText('#main', 'Night Watch')9 .end();10 }11};12 ✓ Demo test Google (2241ms)13 1 passing (2s)

Full Screen

Using AI Code Generation

copy

Full Screen

1module.exports = {2 'Demo test Google' : function (browser) {3 .pause(1000)4 .end();5 }6};7module.exports = {8 beforeEach : function (browser) {9 console.log('Setting up...');10 },11 afterEach : function (browser) {12 console.log('Closing down...');13 },14 'Demo test Google' : function (browser) {15 .pause(1000)16 .end();17 },18 'Demo test Facebook' : function (browser) {

Full Screen

Using AI Code Generation

copy

Full Screen

1module.exports = {2 'Demo test Google' : function (browser) {3 .waitForElementVisible('body', 1000)4 .setValue('input[type=text]', 'nightwatch')5 .waitForElementVisible('button[name=btnK]', 1000)6 .click('button[name=btnK]')7 .pause(1000)8 .assert.containsText('#main', 'Night Watch')9 .end();10 }11};

Full Screen

Automation Testing Tutorials

Learn to execute automation testing from scratch with LambdaTest Learning Hub. Right from setting up the prerequisites to run your first automation test, to following best practices and diving deeper into advanced test scenarios. LambdaTest Learning Hubs compile a list of step-by-step guides to help you be proficient with different test automation frameworks i.e. Selenium, Cypress, TestNG etc.

LambdaTest Learning Hubs:

YouTube

You could also refer to video tutorials over LambdaTest YouTube channel to get step by step demonstration from industry experts.

Run Nightwatch automation tests on LambdaTest cloud grid

Perform automation testing on 3000+ real desktop and mobile devices online.

Try LambdaTest Now !!

Get 100 minutes of automation test minutes FREE!!

Next-Gen App & Browser Testing Cloud

Was this article helpful?

Helpful

NotHelpful