PluginProbe
PayPlug for WooCommerce (Official) / 1.2.4
PayPlug for WooCommerce (Official) v1.2.4
3.0.0 2.18.0 1.0.17 1.0.18 1.0.19 1.0.20 1.0.21 1.0.22 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.1.0 1.10.0 1.10.1 1.2.1 1.2.10 1.2.11 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 All 101 releases
payplug / assets / css / payplug-oney.css

payplug-oney.css in PayPlug for WooCommerce (Official) 1.2.4, at assets/css/payplug-oney.css

189 lines 6.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #oney-popup-close {
2 float: right;
3 margin-right: 5px;
4 margin-top: -5px;
5 cursor: pointer;
6 }
7 .oney-popup-close-mdiv {
8 height: 25px;
9 width: 2px;
10 margin-left: 12px;
11 background-color: #86bd28;
12 transform: rotate(45deg);
13 Z-index: 1;
14 }
15 .oney-popup-close-md {
16 height: 25px;
17 width: 2px;
18 background-color: #86bd28;
19 transform: rotate(90deg);
20 Z-index: 2;
21 }
22
23 .payplug-oney {
24 display: flex;
25 align-items: center;
26 font-family: Arial, sans-serif;
27 font-size: 15px;
28 }
29 .payplug-oney .oney-img {
30 height: 3rem;
31 width: 3rem;
32 margin: 0 .5rem;
33 background-size: contain;
34 background-repeat: no-repeat;
35 }
36 .payplug-oney .payplug-flex { display: flex; align-items: center; }
37 .payplug-oney.float-right,
38 .payplug-oney .float-right { float: right; }
39 .payplug-oney.float-left,
40 .payplug-oney .float-left { float: left; }
41 .payplug-oney .clear { clear: both; }
42 .payplug-oney .no-margin { margin: 0 !important;}
43 .payplug-oney .margin-auto { margin: auto; }
44 .payplug-oney .margin-side { margin: 0 5px; }
45 .payplug-oney .bold { font-weight: bold; }
46 .payplug-oney .bold-900 { font-weight: 900; }
47 .payplug-oney .oney-color { color: #86bd28; }
48 .payplug-oney .oney-grey-color { color: #ababab; }
49 .payplug-oney .small-font-size { font-size: .8rem; }
50 .payplug-oney .medium-font-size { font-size: 1.2rem; }
51 .payplug-oney .big-font-size { font-size: 2rem; }
52 .payplug-oney .line-120 { line-height: 120%;}
53 .payplug-oney .oney-3x { background-image: url(../images/lg-3xoney.png); }
54 .payplug-oney .oney-4x { background-image: url(../images/lg-4xoney.png); }
55 .payplug-oney .oney-3x4x { background-image: url(../images/lg-3x4xoney.png); min-width: 8em; margin-bottom: -.2em; background-position: center center; float: left;}
56 .payplug-oney .oney-logo { background-image: url(../images/lg-oney.png); width: auto; height: 30px; }
57
58 .payplug-oney .oney-step1 { margin-left: 13% !important; background-image: url(../images/lg-step1-oney.png); }
59 .payplug-oney .oney-step2 { background-image: url(../images/lg-step2-oney.png); }
60 .payplug-oney .oney-step3 { background-image: url(../images/lg-step3-oney.png); }
61 .payplug-oney .oney-cb { background-image: url(../images/logos_scheme_oney_CB.svg); }
62 .payplug-oney.disabled .oney-3x { background-image: url(../images/lg-3xoney-disabled.png); }
63 .payplug-oney.disabled .oney-4x { background-image: url(../images/lg-4xoney-disabled.png); }
64 .payplug-oney.disabled .oney-3x4x { background-image: url(../images/lg-3x4xoney-disabled.png); }
65 .payplug-oney-popup {
66 cursor: pointer;
67 }
68 .payplug-oney #oney-show-popup {
69 width: 1.5rem;
70 height: 1.5rem;
71 font-size: 0.8rem;
72 text-align: center;
73 border: 3px solid #86bd28;
74 border-radius: 1rem;
75 margin-top: 9px;
76 float: right;
77 }
78 .payplug-oney.disabled #oney-show-popup {
79 color: #ababab !important;
80 border-color: #ababab;
81 }
82
83 .payplug-oney#oney-popup {
84 display: none;
85 max-width: 25rem;
86 padding: 1rem;
87 margin-top: 1rem;
88 text-align: center;
89 z-index: 100000;
90 }
91 .payplug-oney#oney-popup.loaded {
92 text-align: inherit;
93 background: white;
94 border: 3px solid #86bd28;
95 font-size: 13px;
96 }
97 .payplug-oney#oney-popup .oney-title{
98 font-size: 17px;
99 line-height: 17px;
100 margin-top: 5px;
101 }
102 .payplug-oney.disabled#oney-popup.loaded {
103 border-color: #ababab;
104 }
105 .payplug-oney#oney-popup .triangle-left {
106 display: inline-block;
107 width: 0;
108 height: 0;
109 border-style: solid;
110 border-width: 2rem 2rem 2rem 0;
111 border-color: transparent #86bd28 transparent transparent;
112 line-height: 0;
113 _border-color: #000000 #86bd28 #000000 #000000;
114 _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
115 position: absolute;
116 left: -2rem;
117 top: 4rem;
118 }
119
120 .payplug-oney.disabled#oney-popup .triangle-left {
121 border-color: transparent #ababab transparent transparent;
122 }
123 .payplug-oney#oney-popup .oney-content {
124 display: flex;
125 margin-top: 1rem;
126 }
127 .payplug-oney#oney-popup .oney-content .oney-details {
128 margin-left: .5rem;
129 }
130 .payplug-oney#oney-popup .oney-separator {
131 width: 100%;
132 height: 1px;
133 background: #86bd28;
134 margin: 1rem 0;
135 }
136 .payplug-oney#oney-popup .oney-cgv-content {
137 text-align: justify;
138 font-size: 10px;
139 border-top: 1px solid lightgrey;
140 padding-top: 10px;
141 }
142
143 #payment .payment_methods li[class*=oney_x] img.payplug-payment-icon {
144 width: auto;
145 max-height: 30px;
146 padding-right: 5px;
147 }
148 div.payment_method_oney_x3_with_fees_disabled, div.payment_method_oney_x4_with_fees_disabled {
149 color: #980000;
150 }
151
152 .payplug-oney#oney-popup.loaded .payplug-lds-roller { display :none; }
153 .payplug-lds-roller {display: inline-block;position: relative;width: 80px;height: 80px; }
154 .payplug-lds-roller div {animation: payplug-lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;transform-origin: 40px 40px;}
155 .payplug-lds-roller div:after {content: " ";display: block;position: absolute;width: 7px;height: 7px;border-radius: 50%;background: #ababab;margin: -4px 0 0 -4px;}
156 .payplug-lds-roller div:nth-child(1) {animation-delay: -0.036s;}
157 .payplug-lds-roller div:nth-child(1):after {top: 63px;left: 63px;}
158 .payplug-lds-roller div:nth-child(2) {animation-delay: -0.072s;}
159 .payplug-lds-roller div:nth-child(2):after {top: 68px;left: 56px;}
160 .payplug-lds-roller div:nth-child(3) {animation-delay: -0.108s;}.payplug-lds-roller div:nth-child(3):after {top: 71px;left: 48px;}
161 .payplug-lds-roller div:nth-child(4) {animation-delay: -0.144s;}
162 .payplug-lds-roller div:nth-child(4):after {top: 72px;left: 40px;}
163 .payplug-lds-roller div:nth-child(5) {animation-delay: -0.18s;}
164 .payplug-lds-roller div:nth-child(5):after {top: 71px;left: 32px;}
165 .payplug-lds-roller div:nth-child(6) {animation-delay: -0.216s;}
166 .payplug-lds-roller div:nth-child(6):after {top: 68px;left: 24px;}
167 .payplug-lds-roller div:nth-child(7) {animation-delay: -0.252s;}
168 .payplug-lds-roller div:nth-child(7):after {top: 63px;left: 17px;}
169 .payplug-lds-roller div:nth-child(8) {animation-delay: -0.288s;}
170 .payplug-lds-roller div:nth-child(8):after {top: 56px;left: 12px;}
171 @keyframes payplug-lds-roller {
172 0% {
173 -moz-transform: rotate(0deg);
174 -webkit-transform: rotate(0deg);
175 -o-transform: rotate(0deg);
176 -ms-transform:rotate(0deg);
177 transform: rotate(0deg);
178 }
179 100% {
180 -moz-transform: rotate(360deg);
181 -webkit-transform: rotate(360deg);
182 -o-transform: rotate(360deg);
183 -ms-transform:rotate(360deg);
184 transform: rotate(360deg);
185 }
186 }
187
188
189