PluginProbe
PayPlug for WooCommerce (Official) / 2.10.0
PayPlug for WooCommerce (Official) v2.10.0
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) 2.10.0, at assets/css/payplug-oney.css

178 lines 6.5 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-size: 15px;
27 margin-bottom: 10px;
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-without-fees-3x4x-it { background-image: url(../images/Oneywithoutfees3x4x-IT.png); min-width: 13em; margin-bottom: -.2em; background-position: center center; float: left;}
57 .payplug-oney .oney-without-fees-3x4x { background-image: url(../images/Oneywithoutfees3x4x.png); min-width: 13em; margin-bottom: -.2em; background-position: center center; float: left;}
58 .payplug-oney .oney-logo { background-image: url(../images/lg-oney.png); width: auto; height: 30px; }
59
60 .payplug-oney .oney-step1 { margin-left: 13% !important; background-image: url(../images/lg-step1-oney.png); }
61 .payplug-oney .oney-step2 { background-image: url(../images/lg-step2-oney.png); }
62 .payplug-oney .oney-step3 { background-image: url(../images/lg-step3-oney.png); }
63 .payplug-oney .oney-cb { background-image: url(../images/logos_scheme_oney_CB.svg); }
64 .payplug-oney.disabled .oney-3x { background-image: url(../images/lg-3xoney-disabled.png); }
65 .payplug-oney.disabled .oney-4x { background-image: url(../images/lg-4xoney-disabled.png); }
66 .payplug-oney.disabled .oney-3x4x { background-image: url(../images/lg-3x4xoney-disabled.png); }
67 .payplug-oney.disabled .oney-without-fees-3x4x { background-image: url(../images/Oneywithoutfees3x4x-disable.png); }
68 .payplug-oney.disabled .oney-without-fees-3x4x-it { background-image: url(../images/Oneywithoutfees3x4x-disable-IT.png); }
69 .underline{text-decoration: underline;}
70 .payplug-oney-popup {
71 cursor: pointer;
72 }
73 .payplug-oney #oney-show-popup {
74 width: 1.5rem;
75 height: 1.5rem;
76 font-size: 0.8rem;
77 text-align: center;
78 border: 3px solid #86bd28;
79 border-radius: 1rem;
80 margin-top: 9px;
81 float: right;
82 }
83 .payplug-oney.disabled #oney-show-popup {
84 color: #ababab !important;
85 border-color: #ababab;
86 }
87
88 .payplug-oney#oney-popup {
89 display: none;
90 max-width: 25rem;
91 padding: 1rem;
92 margin-top: 1rem;
93 text-align: center;
94 z-index: 100000;
95 }
96 .payplug-oney#oney-popup.loaded {
97 text-align: inherit;
98 background: white;
99 border: 3px solid #86bd28;
100 font-size: 13px;
101 }
102 .payplug-oney#oney-popup .oney-title{
103 font-size: 17px;
104 line-height: 17px;
105 margin-top: 5px;
106 }
107 .payplug-oney.disabled#oney-popup.loaded {
108 border-color: #ababab;
109 }
110
111 .payplug-oney#oney-popup .oney-content {
112 display: flex;
113 margin-top: 1rem;
114 }
115 .payplug-oney#oney-popup .oney-content .oney-details {
116 margin-left: .5rem;
117 }
118 .payplug-oney#oney-popup .oney-separator {
119 width: 100%;
120 height: 1px;
121 background: #86bd28;
122 margin: 1rem 0;
123 }
124 .payplug-oney#oney-popup .oney-cgv-content {
125 text-align: justify;
126 font-size: 10px;
127 border-top: 1px solid lightgrey;
128 padding-top: 10px;
129 }
130 .oney-cgv-content.oney-cgv-footer{display: block;margin-top: 1rem;}
131
132 #payment .payment_methods li[class*=oney_x] img.payplug-payment-icon {
133 width: auto;
134 max-height: 30px;
135 padding-right: 5px;
136 }
137 div.payment_method_oney_x3_with_fees_disabled, div.payment_method_oney_x4_with_fees_disabled {
138 color: #980000;
139 }
140
141 .payplug-oney#oney-popup.loaded .payplug-lds-roller { display :none; }
142 .payplug-lds-roller {display: inline-block;position: relative;width: 80px;height: 80px; }
143 .payplug-lds-roller div {animation: payplug-lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;transform-origin: 40px 40px;}
144 .payplug-lds-roller div:after {content: " ";display: block;position: absolute;width: 7px;height: 7px;border-radius: 50%;background: #ababab;margin: -4px 0 0 -4px;}
145 .payplug-lds-roller div:nth-child(1) {animation-delay: -0.036s;}
146 .payplug-lds-roller div:nth-child(1):after {top: 63px;left: 63px;}
147 .payplug-lds-roller div:nth-child(2) {animation-delay: -0.072s;}
148 .payplug-lds-roller div:nth-child(2):after {top: 68px;left: 56px;}
149 .payplug-lds-roller div:nth-child(3) {animation-delay: -0.108s;}.payplug-lds-roller div:nth-child(3):after {top: 71px;left: 48px;}
150 .payplug-lds-roller div:nth-child(4) {animation-delay: -0.144s;}
151 .payplug-lds-roller div:nth-child(4):after {top: 72px;left: 40px;}
152 .payplug-lds-roller div:nth-child(5) {animation-delay: -0.18s;}
153 .payplug-lds-roller div:nth-child(5):after {top: 71px;left: 32px;}
154 .payplug-lds-roller div:nth-child(6) {animation-delay: -0.216s;}
155 .payplug-lds-roller div:nth-child(6):after {top: 68px;left: 24px;}
156 .payplug-lds-roller div:nth-child(7) {animation-delay: -0.252s;}
157 .payplug-lds-roller div:nth-child(7):after {top: 63px;left: 17px;}
158 .payplug-lds-roller div:nth-child(8) {animation-delay: -0.288s;}
159 .payplug-lds-roller div:nth-child(8):after {top: 56px;left: 12px;}
160 @keyframes payplug-lds-roller {
161 0% {
162 -moz-transform: rotate(0deg);
163 -webkit-transform: rotate(0deg);
164 -o-transform: rotate(0deg);
165 -ms-transform:rotate(0deg);
166 transform: rotate(0deg);
167 }
168 100% {
169 -moz-transform: rotate(360deg);
170 -webkit-transform: rotate(360deg);
171 -o-transform: rotate(360deg);
172 -ms-transform:rotate(360deg);
173 transform: rotate(360deg);
174 }
175 }
176
177
178