PluginProbe ʕ •ᴥ•ʔ
Hustle – Email Marketing, Lead Generation, Optins, Popups / 4.7.1.1
Hustle – Email Marketing, Lead Generation, Optins, Popups v4.7.1.1
7.8.14.2 7.8.14 7.8.14.1 7.8.13 7.8.13.1 trunk 3.0 3.1 3.1.1 3.1.2 3.1.3 3.1.4 4.3.2 4.4.4 4.4.5 4.4.5.1 4.4.5.4 4.6 4.6.1.1 4.6.1.4 4.7.0.2 4.7.0.3 4.7.0.7 4.7.0.9 4.7.1.0 4.7.1.1 4.8.0.0 5.0.0 5.0.1 5.0.1.1 5.0.1.2 5.1 5.1.1 5.1.2 5.1.3 5.1.3.1 5.1.3.2 5.1.4 5.1.5 6.0 6.0.1 6.0.2 6.0.3 6.0.4.2 6.0.5 6.0.6.1 6.0.7 6.0.8.1 6.0.9 7.0.0.1 7.0.2 7.0.3 7.0.4 7.1.0 7.1.1 7.2.0 7.2.1 7.3.0 7.3.1 7.3.3 7.3.5 7.3.6 7.3.7 7.4.0 7.4.1 7.4.11 7.4.13 7.4.13.1 7.4.2 7.4.3 7.4.4 7.4.5 7.4.5.1 7.4.5.2 7.4.6 7.4.7 7.5.0 7.6.0 7.6.1 7.6.3 7.6.4 7.6.6 7.7.0 7.7.1 7.8.0 7.8.1 7.8.10 7.8.10.1 7.8.10.2 7.8.11 7.8.12 7.8.12.1 7.8.2 7.8.3 7.8.4 7.8.5 7.8.6 7.8.7 7.8.8 7.8.9 7.8.9.1 7.8.9.2 7.8.9.3
wordpress-popup / js / theme-chrome.js
wordpress-popup / js Last commit date
ace.js 11 years ago ace.min.js 11 years ago popup-admin.js 11 years ago popup-admin.min.js 11 years ago public.js 11 years ago public.min.js 11 years ago theme-chrome.js 11 years ago theme-chrome.min.js 11 years ago worker-css.js 11 years ago worker-css.min.js 11 years ago
theme-chrome.js
131 lines
1 /*! PopUp Free - v4.7.11
2 * https://wordpress.org/plugins/wordpress-popup/
3 * Copyright (c) 2015; * Licensed GPLv2+ */
4 ace.define("ace/theme/chrome", ["require", "exports", "module", "ace/lib/dom"], function(require, exports, module) {
5
6 exports.isDark = false;
7 exports.cssClass = "ace-chrome";
8 exports.cssText = ".ace-chrome .ace_gutter {\
9 background: #ebebeb;\
10 color: #333;\
11 overflow : hidden;\
12 }\
13 .ace-chrome .ace_print-margin {\
14 width: 1px;\
15 background: #e8e8e8;\
16 }\
17 .ace-chrome {\
18 background-color: #FFFFFF;\
19 color: black;\
20 }\
21 .ace-chrome .ace_cursor {\
22 color: black;\
23 }\
24 .ace-chrome .ace_invisible {\
25 color: rgb(191, 191, 191);\
26 }\
27 .ace-chrome .ace_constant.ace_buildin {\
28 color: rgb(88, 72, 246);\
29 }\
30 .ace-chrome .ace_constant.ace_language {\
31 color: rgb(88, 92, 246);\
32 }\
33 .ace-chrome .ace_constant.ace_library {\
34 color: rgb(6, 150, 14);\
35 }\
36 .ace-chrome .ace_invalid {\
37 background-color: rgb(153, 0, 0);\
38 color: white;\
39 }\
40 .ace-chrome .ace_fold {\
41 }\
42 .ace-chrome .ace_support.ace_function {\
43 color: rgb(60, 76, 114);\
44 }\
45 .ace-chrome .ace_support.ace_constant {\
46 color: rgb(6, 150, 14);\
47 }\
48 .ace-chrome .ace_support.ace_type,\
49 .ace-chrome .ace_support.ace_class\
50 .ace-chrome .ace_support.ace_other {\
51 color: rgb(109, 121, 222);\
52 }\
53 .ace-chrome .ace_variable.ace_parameter {\
54 font-style:italic;\
55 color:#FD971F;\
56 }\
57 .ace-chrome .ace_keyword.ace_operator {\
58 color: rgb(104, 118, 135);\
59 }\
60 .ace-chrome .ace_comment {\
61 color: #236e24;\
62 }\
63 .ace-chrome .ace_comment.ace_doc {\
64 color: #236e24;\
65 }\
66 .ace-chrome .ace_comment.ace_doc.ace_tag {\
67 color: #236e24;\
68 }\
69 .ace-chrome .ace_constant.ace_numeric {\
70 color: rgb(0, 0, 205);\
71 }\
72 .ace-chrome .ace_variable {\
73 color: rgb(49, 132, 149);\
74 }\
75 .ace-chrome .ace_xml-pe {\
76 color: rgb(104, 104, 91);\
77 }\
78 .ace-chrome .ace_entity.ace_name.ace_function {\
79 color: #0000A2;\
80 }\
81 .ace-chrome .ace_heading {\
82 color: rgb(12, 7, 255);\
83 }\
84 .ace-chrome .ace_list {\
85 color:rgb(185, 6, 144);\
86 }\
87 .ace-chrome .ace_marker-layer .ace_selection {\
88 background: rgb(181, 213, 255);\
89 }\
90 .ace-chrome .ace_marker-layer .ace_step {\
91 background: rgb(252, 255, 0);\
92 }\
93 .ace-chrome .ace_marker-layer .ace_stack {\
94 background: rgb(164, 229, 101);\
95 }\
96 .ace-chrome .ace_marker-layer .ace_bracket {\
97 margin: -1px 0 0 -1px;\
98 border: 1px solid rgb(192, 192, 192);\
99 }\
100 .ace-chrome .ace_marker-layer .ace_active-line {\
101 background: rgba(0, 0, 0, 0.07);\
102 }\
103 .ace-chrome .ace_gutter-active-line {\
104 background-color : #dcdcdc;\
105 }\
106 .ace-chrome .ace_marker-layer .ace_selected-word {\
107 background: rgb(250, 250, 255);\
108 border: 1px solid rgb(200, 200, 250);\
109 }\
110 .ace-chrome .ace_storage,\
111 .ace-chrome .ace_keyword,\
112 .ace-chrome .ace_meta.ace_tag {\
113 color: rgb(147, 15, 128);\
114 }\
115 .ace-chrome .ace_string.ace_regex {\
116 color: rgb(255, 0, 0)\
117 }\
118 .ace-chrome .ace_string {\
119 color: #1A1AA6;\
120 }\
121 .ace-chrome .ace_entity.ace_other.ace_attribute-name {\
122 color: #994409;\
123 }\
124 .ace-chrome .ace_indent-guide {\
125 background: url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==\") right repeat-y;\
126 }\
127 ";
128
129 var dom = require("../lib/dom");
130 dom.importCssString(exports.cssText, exports.cssClass);
131 });