PluginProbe
PayPlug for WooCommerce (Official) / 1.2.11
PayPlug for WooCommerce (Official) v1.2.11
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.11, at assets/css/payplug-oney.css

172 lines 5.8 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
106 .payplug-oney#oney-popup .oney-content {
107 display: flex;
108 margin-top: 1rem;
109 }
110 .payplug-oney#oney-popup .oney-content .oney-details {
111 margin-left: .5rem;
112 }
113 .payplug-oney#oney-popup .oney-separator {
114 width: 100%;
115 height: 1px;
116 background: #86bd28;
117 margin: 1rem 0;
118 }
119 .payplug-oney#oney-popup .oney-cgv-content {
120 text-align: justify;
121 font-size: 10px;
122 border-top: 1px solid lightgrey;
123 padding-top: 10px;
124 }
125
126 #payment .payment_methods li[class*=oney_x] img.payplug-payment-icon {
127 width: auto;
128 max-height: 30px;
129 padding-right: 5px;
130 }
131 div.payment_method_oney_x3_with_fees_disabled, div.payment_method_oney_x4_with_fees_disabled {
132 color: #980000;
133 }
134
135 .payplug-oney#oney-popup.loaded .payplug-lds-roller { display :none; }
136 .payplug-lds-roller {display: inline-block;position: relative;width: 80px;height: 80px; }
137 .payplug-lds-roller div {animation: payplug-lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;transform-origin: 40px 40px;}
138 .payplug-lds-roller div:after {content: " ";display: block;position: absolute;width: 7px;height: 7px;border-radius: 50%;background: #ababab;margin: -4px 0 0 -4px;}
139 .payplug-lds-roller div:nth-child(1) {animation-delay: -0.036s;}
140 .payplug-lds-roller div:nth-child(1):after {top: 63px;left: 63px;}
141 .payplug-lds-roller div:nth-child(2) {animation-delay: -0.072s;}
142 .payplug-lds-roller div:nth-child(2):after {top: 68px;left: 56px;}
143 .payplug-lds-roller div:nth-child(3) {animation-delay: -0.108s;}.payplug-lds-roller div:nth-child(3):after {top: 71px;left: 48px;}
144 .payplug-lds-roller div:nth-child(4) {animation-delay: -0.144s;}
145 .payplug-lds-roller div:nth-child(4):after {top: 72px;left: 40px;}
146 .payplug-lds-roller div:nth-child(5) {animation-delay: -0.18s;}
147 .payplug-lds-roller div:nth-child(5):after {top: 71px;left: 32px;}
148 .payplug-lds-roller div:nth-child(6) {animation-delay: -0.216s;}
149 .payplug-lds-roller div:nth-child(6):after {top: 68px;left: 24px;}
150 .payplug-lds-roller div:nth-child(7) {animation-delay: -0.252s;}
151 .payplug-lds-roller div:nth-child(7):after {top: 63px;left: 17px;}
152 .payplug-lds-roller div:nth-child(8) {animation-delay: -0.288s;}
153 .payplug-lds-roller div:nth-child(8):after {top: 56px;left: 12px;}
154 @keyframes payplug-lds-roller {
155 0% {
156 -moz-transform: rotate(0deg);
157 -webkit-transform: rotate(0deg);
158 -o-transform: rotate(0deg);
159 -ms-transform:rotate(0deg);
160 transform: rotate(0deg);
161 }
162 100% {
163 -moz-transform: rotate(360deg);
164 -webkit-transform: rotate(360deg);
165 -o-transform: rotate(360deg);
166 -ms-transform:rotate(360deg);
167 transform: rotate(360deg);
168 }
169 }
170
171
172