PluginProbe
Wp-Insert / 2.6.0
Wp-Insert v2.6.0
trunk 1.0 1.1 1.2 1.2.1 1.2.2 1.3.0 1.3.1 1.3.3 1.4 1.5.0 1.5.1 1.5.2 1.5.3 1.6.0 1.6.1 1.6.2 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 2.0 All 63 releases
wp-insert / includes / assets / css / wp-insert.css

wp-insert.css in Wp-Insert 2.6.0, at includes/assets/css/wp-insert.css

220 lines 4.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wp-insert #wpInsertLogo img {
2 max-width: 100%;
3 }
4
5 .wp-insert .upgrade-notice {
6 background: #FFFFD1;
7 padding: 10px;
8 border: 1px dashed red;
9 text-align: center;
10 font-weight: bold;
11 }
12
13 .wp_insert_ajaxloader {
14 background: url(../images/ajax-loader.gif) no-repeat center center;
15 max-width: 320px;
16 min-width: 100px;
17 height: 100px;
18 margin: auto;
19 }
20
21 .wp_insert_ajaxloader_flat {
22 background: url(../images/ajax-loader-flat.gif) no-repeat center center;
23 max-width: 320px;
24 min-width: 100px;
25 height: 50px;
26 margin: auto;
27 }
28
29 .wp-insert .plugin-card {
30 background: #fafafa;
31 transition: height 0;
32 }
33
34 .wp-insert .plugin-card .plugin-card-top {
35 background: #ffffff;
36 border-bottom: 1px solid #dedede;
37 }
38
39 .wp-insert .plugin-card .plugin-card-bottom {
40 border-top: none;
41 }
42
43 .wp-insert .plugin-card-bottom .wp_insert_ad_unit_title {
44 color: #656565;
45 font-weight: 600;
46 }
47
48 .wp-insert .plugin-card-bottom .wp_insert_ad_unit_title:hover {
49 color: #0085BA;
50 }
51
52 .wp-insert .plugin-card-bottom .wp_insert_delete_icon {
53 /*color: #b20a0a;*/
54 color: #656565;
55 cursor: pointer;
56 float: right;
57 }
58
59 .wp-insert .plugin-card-bottom .wp_insert_delete_icon:hover {
60 color: #D81F1F;
61 }
62
63 .wp-insert .plugin-card-bottom .wp_insert_duplicate_icon {
64 float: right;
65 cursor: pointer;
66 color: #656565;
67 margin: 0 3px;
68 }
69
70 .wp-insert .plugin-card-bottom .wp_insert_duplicate_icon:hover {
71 color: #0085BA;
72 }
73
74 .wp-insert .plugin-card-bottom p {
75 border-top: 1px solid #dedede;
76 margin: 0;
77 padding: 10px 5px;
78 }
79
80 .wp-insert .plugin-card-bottom p:first-child {
81 border-top: none;
82 }
83
84 .wp_insert_OR {
85 font-size: larger;
86 margin: 10px;
87 text-align: center;
88 }
89
90 .smartlogixControlsSectionInner .wp_insert_generate_page_button {
91 border-radius: 7px;
92 display: block;
93 font-size: 18px;
94 height: auto;
95 margin: auto;
96 padding: 10px 18px;
97 text-transform: uppercase;
98 }
99
100 .wp_insert_rule_block {
101 width: calc(50% - 40px);
102 margin: 0 20px 5px;
103 float: left;
104 }
105
106 .wp_insert_rule_block .ui-button {
107 background: #6ddc5f !important;
108 border: 2px solid #000 !important;
109 color: #fff !important;
110 display: block;
111 font-weight: bold !important;
112 height: 30px;
113 margin: 15px auto 0;
114 text-shadow: 1px 1px 5px #000;
115 width: 80%;
116 }
117
118 .wp_insert_rule_block .ui-helper-hidden-accessible {
119 display: none;
120 }
121
122 .wp_insert_rule_block .ui-button.ui-state-active {
123 background: #C8161B !important;
124 }
125
126 .wp_insert_popup_content_wrapper .isSelectedIndicator {
127 width: 18px;
128 height: 18px;
129 display: inline-block;
130 background: #ddd;
131 border-radius: 12px;
132 float: left;
133 margin-right: 10px;
134 cursor: pointer;
135 position: relative;
136 }
137
138 .wp_insert_popup_content_wrapper .isSelectedIndicator:after {
139 content: '';
140 width: 8px;
141 height: 8px;
142 display: block;
143 position: absolute;
144 background: #ddd;
145 top: 5px;
146 left: 5px;
147 border-radius: 4px;
148
149 }
150
151 .wp_insert_popup_content_wrapper .isSelectedIndicator:before {
152 content: '';
153 width: 12px;
154 height: 12px;
155 display: block;
156 position: absolute;
157 background: #fff;
158 top: 3px;
159 left: 3px;
160 border-radius: 12px;
161 }
162
163 .wp_insert_popup_content_wrapper .isSelectedIndicator:hover, .wp_insert_popup_content_wrapper label:hover .isSelectedIndicator {
164 background: #4D3EDB;;
165 }
166
167 .wp_insert_popup_content_wrapper .isSelectedIndicator:hover:after, .wp_insert_popup_content_wrapper label:hover .isSelectedIndicator:after {
168 background: #4D3EDB;;
169 }
170
171 .wp_insert_popup_content_wrapper .isSelectedIndicator.active, .wp_insert_popup_content_wrapper .isSelectedIndicator.active:after {
172 background: #6ddc5f;
173 }
174
175 .wp_insert_popup_content_wrapper .isSelectedIndicator.active:hover, .wp_insert_popup_content_wrapper label:hover .isSelectedIndicator.active {
176 background: #6ddc5f;;
177 }
178
179 .wp_insert_popup_content_wrapper .isSelectedIndicator.disabled:before {
180 background: #ddd;
181 }
182
183 .wp_insert_popup_content_wrapper .isSelectedIndicator.disabled:hover, .wp_insert_popup_content_wrapper label:hover .isSelectedIndicator.disabled {
184 background: #ddd;
185 }
186
187 .wp_insert_popup_content_wrapper .isSelectedIndicator.disabled:hover:after, .wp_insert_popup_content_wrapper label:hover .isSelectedIndicator.disabled:after {
188 background: #ddd;
189 }
190
191 .codeSnippet code {
192 display: block;
193 font-size: 18px;
194 height: auto;
195 padding: 10px;
196 word-wrap: break-word;
197 }
198
199 .ui-dialog-titlebar .ui-button-icon-only {
200 text-indent: -9999px;
201 }
202
203 .ui-dialog-titlebar .ui-button-icon-only .ui-button-icon {
204 display: inline;
205 }
206
207 .ui-dialog .ui-dialog-buttonpane button {
208 padding: 7px 12px;
209 }
210
211 .ui-dialog-buttonpane .ui-icon, .ui-widget-content .ui-icon {
212 display: none;
213 }
214
215 @media screen and (max-width:768px) {
216 .wp_insert_rule_block {
217 width: auto;
218 float: none;
219 }
220 }