PluginProbe
Injection Guard / trunk
Injection Guard vtrunk
trunk 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1
injection-guard / css / style.css

style.css in Injection Guard trunk, at css/style.css

250 lines 4.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @charset "utf-8";
2 /* CSS Document */
3 .ig_settings{
4 float:left;
5 width:100%;
6 }
7 .ig_settings *:not(.fa){
8 font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
9 }
10 .ig_settings a
11 {
12 cursor:pointer;
13 }
14
15
16 .ig_settings medium.expected
17
18
19 {
20
21
22 float:right;
23
24
25 }
26
27
28 .ig_settings .useful_link,
29 .ig_settings .ig_how_link{
30 margin-left:10px;
31 float:right;
32 margin-right: 20px;
33 }
34
35 .ig_settings .flower_img{
36 float: left;
37 left: -6px;
38 position: relative;
39 top: 12px;
40 width: 3%;
41 }
42
43 .ig_settings ul.ig_rc li.tick,
44 .ig_settings ul.ig_rc li.cross{
45 background: transparent url('tick_cross.png') no-repeat 0px 3px;
46 list-style-type: none;
47 padding: 0 0 0 22px;
48 }
49 .ig_settings ul.ig_rc li.cross{
50 background-position:0px -14px;
51 }
52
53 .ig_settings .hide{
54 display:none;
55 }
56
57 .ig_manual_download{
58 font-size: 36px;
59 line-height: 46px;
60 padding: 24% 0 0;
61 text-align: center;
62 width: 100%;
63 }
64
65 .ig_rc_console{
66 border-color: #6D6D6D;
67 border-style: solid;
68 border-width: 1px;
69 float: right;
70 width: 216px;
71 overflow:hidden;
72
73 }
74 .ig_rc_console strong{
75 background-color: #6D6D6D;
76 color: #FFFFFF;
77 float: left;
78 padding: 6px 22px;
79 width:100%;
80 margin-bottom:10px;
81 }
82 .ig_rc_console .ig_rc,
83 .ig_rc_console .ig_rd{
84 float: left;
85 margin-left: 22px;
86 }
87 .ig_rc_console .ig_rd a{
88 text-decoration: none;
89
90 }
91 .ig_rc_console .ig_rd a:hover{
92 text-decoration: underline;
93 }
94 .ig_rc_console .bottom_links{
95 clear: both;
96 padding: 0px 4px;
97 text-align: right;
98 }
99 .ig_rc_console .ig_comments{
100 font-size: 10px;
101 text-decoration:none;
102 }
103 .ig_rc_console .ig_comments:hover{
104 text-decoration:underline;
105 }
106 .ig_settings .form-table td{
107 vertical-align:top;
108 }
109 .ig_settings label{
110 font-weight:normal;
111 }
112 .ig_settings .form-table th,
113 .ig_settings .form-table th label{
114 font-weight:bold;
115 }
116 .logs_area{
117 width:50%;
118 margin:10px 0 20px 0;
119 }
120 .logs_area .folder a{
121 text-decoration:none;
122 }
123 .logs_area .list_head{
124 margin-bottom:10px;
125 }
126 .logs_area .list_head strong{
127 padding-left:4px;
128
129 }
130 .logs_area ul{
131 margin:0px;
132 padding:0;
133 width:100%
134 }
135 .logs_area ul li{
136 margin-left:2px;
137 padding:0;
138 float:none;
139 clear:both;
140 width:100%;
141 line-height:30px;
142 }
143 .logs_area ul > li ul{
144 margin-bottom: 20px;
145 }
146 .logs_area ul li .ig_params{
147 float:left;
148 }
149 .logs_area ul li .ig_actions{
150 float:right;
151 }
152 .logs_area ul li .ig_params span{
153 margin-right:4px;
154 }
155 .ig_params {
156 float: left;
157 min-width: 50%;
158 }
159 .list_head ul ul li,
160 .list_head ul ul li:hover {
161 border-radius: 2px;
162 padding: 4px 10px;
163 }
164 .list_head ul ul li:hover {
165 background-color: #eee;
166 }
167 .wm_help{
168 float:left; width:100%;
169 text-align:center;
170 }
171 .wm_help a{
172 float:left;
173 }
174 .wp_sep {
175 border-top: 2px solid #eee;
176 padding: 30px 0 0px;
177 text-align: center;
178 width: 40%;
179 }
180 .wm_help strong{
181 float:left;
182 }
183 .wp_sep.last {
184 float:right;
185 padding:20px 0;
186 border-bottom: 2px solid #eee;
187 border-top:0;
188 }
189
190 .ig_actions_selected .fa{
191 font-size: 20px;
192 }
193
194 .ig_bulk_action .ig_actions_selected{
195 visibility: hidden;
196 position: relative;
197 margin-left: 25px;
198 }
199
200 .ig_bulk_action .ig_actions_selected a{
201 position: relative;
202 opacity: 0.5;
203
204 }
205
206 .ig_bulk_action .ig_actions_selected a:hover{
207
208 opacity: 1;
209
210 }
211
212
213 ul.ig_bulk_action .ig_params input[type="checkbox"]{
214
215 z-index: 1;
216
217 }
218
219 .ig-gopro {
220 display: inline-block;
221 font-size: 10px;
222 padding: 6px 30px;
223 color: #bfa14e;
224 background-color: #1a1a1a;
225 border: 1px solid #bfa14e;
226 border-radius: 4px;
227 text-decoration: none;
228 font-weight: 600;
229 transition: all 0.3s ease-in-out;
230 box-shadow: inset 0 0 0 rgba(255, 255, 255, 0);
231 float:right;
232 }
233
234 .ig-gopro:hover,
235 .ig-gopro:focus {
236 background-color: #bfa14e;
237 color: #1a1a1a;
238 box-shadow: 0 0 10px #bfa14e, inset 0 0 5px rgba(255, 255, 255, 0.2);
239 outline: none;
240 text-decoration: none;
241 }
242
243
244 .wrap.ig_settings > h2 {
245 display: block;
246 padding: 22px 0 0 0;
247 }
248 div.ig_settings p.welcome-panel {
249 color: white;
250 }