Skip to content

Commit be9a157

Browse files
committed
initiate
0 parents  commit be9a157

24 files changed

Lines changed: 6747 additions & 0 deletions

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
**PEPRO CF7 Database**
2+
======================
3+
4+
##### **Developed by** [Perpro Development Team](https://pepro.dev/)
5+
6+
*Currrent Version: 1.0.0* \| *Programming head:*
7+
[Amirhosseinhpv](https://hpv.im/)

assets/css/96594ad4.woff2

23.8 KB
Binary file not shown.

assets/css/backend-all.css

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
.dashicons-small::before {
2+
font-size: 1rem !important;
3+
box-shadow: none !important;
4+
background-color: transparent !important;
5+
color: inherit !important;
6+
}
7+
8+
.toplevel_page_cf7db .wp-menu-image img {
9+
width: 18px;
10+
margin: 2px 0;
11+
padding: 6px !important;
12+
-webkit-filter: grayscale(1);
13+
filter: grayscale(1);
14+
transition: all 0.3s ease-in-out;
15+
}
16+
17+
.toplevel_page_cf7db:hover .wp-menu-image img {
18+
-webkit-filter: grayscale(0);
19+
filter: grayscale(0);
20+
}
21+
22+
.toplevel_page_cf7db.current .wp-menu-image img {
23+
-webkit-filter: grayscale(0);
24+
filter: grayscale(0);
25+
opacity: 1 !important;
26+
}
27+
28+
29+
.wpdberror {
30+
text-align: left;
31+
direction: ltr;
32+
padding: 1rem;
33+
max-width: 90%;
34+
float: left;
35+
border: 1px gray solid;
36+
}

assets/css/backend.css

Lines changed: 286 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,286 @@
1+
@font-face {
2+
font-family: bodyfont;
3+
font-style: normal;
4+
font-weight: 400;
5+
src: url("96594ad4.woff2") format('woff2');
6+
}
7+
8+
#setting-error-settings_updated {
9+
display: none;
10+
}
11+
12+
.form-table tr {
13+
display: inline-flex;
14+
}
15+
16+
.form-table th {
17+
width: auto;
18+
min-width: 250px;
19+
}
20+
@media only screen and (max-width: 960px) {
21+
.form-table tr {
22+
display: block;
23+
}
24+
25+
.form-table th {
26+
padding-top: 10px;
27+
padding-bottom: 0;
28+
border-bottom: 0;
29+
}
30+
31+
.form-table td {
32+
margin-bottom: 0;
33+
padding-bottom: 6px;
34+
padding-top: 4px;
35+
padding-right: 0;
36+
}
37+
/* dev > h4 {
38+
position: absolute;
39+
width: calc(100%) !important;
40+
}
41+
.caqpde{
42+
min-width: 1200px;
43+
margin-top: 6rem !important;
44+
}
45+
dev {
46+
overflow-x: scroll;
47+
overflow-y: hidden;
48+
display: block !important;
49+
} */
50+
;
51+
}
52+
53+
.form-table td {
54+
display: flex;
55+
width: 100%;
56+
align-items: center;
57+
align-content: center;
58+
align-self: center;
59+
margin: 0;
60+
flex: 4;
61+
}
62+
63+
.form-table td input.regular-text {
64+
border-radius: 4px;
65+
text-align: center;
66+
min-width: 100%;
67+
align-self: center;
68+
}
69+
70+
.form-table td select {
71+
min-width: 100%;
72+
}
73+
74+
table:not(.exported_data) tbody {
75+
display: flex;
76+
flex-direction: column;
77+
flex-wrap: wrap;
78+
align-items: self-start;
79+
}
80+
81+
.caqpde,
82+
.caqpde *:not(.fa) {
83+
font-family: Menlo, Monaco, Consolas, 'Courier New', monospace !important;
84+
}
85+
86+
.caqpde {
87+
padding: 16px !important;
88+
background: linear-gradient(to right, #f64f5940, #c471ed40, #12c2e940);
89+
background: -webkit-linear-gradient(to right, #f64f5940, #c471ed40, #12c2e940);
90+
white-space: pre-wrap;
91+
white-space: -moz-pre-wrap;
92+
white-space: -pre-wrap;
93+
white-space: -o-pre-wrap;
94+
counter-reset: line;
95+
display: block;
96+
margin: 0 0 10px;
97+
font-size: 13px;
98+
line-height: 1.42857143;
99+
word-break: break-all;
100+
word-wrap: break-word;
101+
border-radius: 5px;
102+
border-left: 5px solid #424040;
103+
}
104+
105+
.caqpde b::before {
106+
counter-increment: line;
107+
content: counter(line);
108+
display: inline-block;
109+
padding: 0 0.5em;
110+
margin-right: 0.5em;
111+
color: #888;
112+
}
113+
114+
pre::nth-line(n)::before {
115+
content: counter(line) '. ';
116+
color: #999;
117+
}
118+
119+
[dir=rtl] h1.had {
120+
margin-right: -20px !important;
121+
}
122+
123+
[dir=rtl] .jconfirm-box {
124+
font-family: bodyfont !important;
125+
}
126+
127+
h1.had {
128+
font-family: bodyfont !important;
129+
font-weight: 800 !important;
130+
height: 7rem;
131+
line-height: 4;
132+
margin: 0 !important;
133+
width: calc(100% + 20px);
134+
margin-left: -20px !important;
135+
text-align: center;
136+
-webkit-touch-callout: none;
137+
-webkit-user-select: none;
138+
-moz-user-select: none;
139+
-ms-user-select: none;
140+
user-select: none;
141+
text-transform: uppercase;
142+
}
143+
144+
[dir=rtl] #itemsperpagedisplay {
145+
margin: 0 0 0.5rem 0 !important;
146+
float: left !important;
147+
}
148+
149+
.caqpde hr {
150+
background: linear-gradient(to right, #f64f59, #c471ed, #12c2e9);
151+
background: -webkit-linear-gradient(to right, #f64f59, #c471ed, #12c2e9);
152+
display: block;
153+
height: 1px;
154+
border: none !important;
155+
border-radius: 1rem;
156+
}
157+
158+
hr.hr2 {
159+
background: linear-gradient(to right, transparent, #f64f5910, #f64f59, #c471ed, #12c2e9, #12c2e910, transparent);
160+
background: -webkit-linear-gradient(to right, transparent, #f64f5910, #f64f59, #c471ed, #12c2e9, #12c2e910, transparent);
161+
display: block;
162+
height: 3px;
163+
width: 100%;
164+
margin: 2rem 0;
165+
border: none !important;
166+
border-radius: 1rem;
167+
}
168+
169+
.submt {
170+
padding: 1.3rem 3rem !important;
171+
line-height: 0 !important;
172+
margin: auto !important;
173+
display: inline-block !important;
174+
}
175+
176+
.submtCC * {
177+
margin: 10px !important;
178+
-webkit-margin-start: 0 !important;
179+
margin-inline-start: 0 !important;
180+
}
181+
182+
.wp-picker-holder {
183+
position: absolute;
184+
z-index: 99999;
185+
margin-top: 0.5rem;
186+
}
187+
188+
.wrap h4 {
189+
background: linear-gradient(to right, #4a00e0, #8e2de2);
190+
background: -webkit-linear-gradient(to right, #4a00e0, #8e2de2);
191+
color: white;
192+
text-align: center;
193+
padding: 1rem;
194+
line-height: 2;
195+
width: calc(100% + 20px);
196+
margin: 2rem -2rem;
197+
-webkit-touch-callout: none;
198+
-webkit-user-select: none;
199+
-moz-user-select: none;
200+
-ms-user-select: none;
201+
user-select: none;
202+
}
203+
204+
ul#adminmenu > li.current > a.current::after,
205+
ul#adminmenu a.wp-has-current-submenu::after {
206+
/* border-left-color: transparent; */
207+
;
208+
}
209+
210+
.r180 {
211+
transform: rotate(180deg);
212+
}
213+
214+
strong.tag {
215+
background: linear-gradient(to right, #f64f5980, #f64f5950, #c471ed50, #12c2e950, #12c2e980);
216+
background: -webkit-linear-gradient(to right, #f64f5980, #f64f5950, #c471ed50, #12c2e950, #12c2e980);
217+
border-radius: 4px;
218+
padding: 4px 10px;
219+
margin: 2px 0;
220+
display: inline-block;
221+
}
222+
223+
dev {
224+
display: none;
225+
}
226+
227+
#message {
228+
top: 1rem;
229+
}
230+
231+
.form-table td,
232+
.form-table th {
233+
display: inline-block;
234+
}
235+
236+
.submtCC {
237+
text-align: center;
238+
}
239+
240+
table:not(.exported_data) tbody {
241+
align-items: center;
242+
text-align: center;
243+
}
244+
245+
.th-action {
246+
width: 4rem;
247+
}
248+
249+
.fa,
250+
.fas {
251+
font-family: 'fontawesome' !important;
252+
font-weight: 900 !important;
253+
}
254+
255+
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
256+
text-align: center;
257+
font-size: 15px;
258+
color: #777;
259+
margin-bottom: 25px;
260+
line-height: 2;
261+
}
262+
263+
@-webkit-keyframes slide-in-top{0%{transform:translateY(-1000px);opacity:0}100%{transform:translateY(0);opacity:1}}@keyframes slide-in-top{0%{transform:translateY(-1000px);opacity:0}100%{transform:translateY(0);opacity:1}}
264+
265+
[class*="_page_cf7db"] #footer-left b a::after{
266+
content: '';
267+
background: url("https://irrolex.ir/wp-content/plugins/pepro-cf7-db/assets/images/peprodev.svg") no-repeat;
268+
background-position-x: center;
269+
background-position-y: center;
270+
background-size: auto;
271+
width: 288px;
272+
height: 260px;
273+
display: block;
274+
position: absolute;
275+
top: -320px;
276+
right: 51px;
277+
box-shadow: 0px 0px 17px -5px saddlebrown;
278+
border-radius: 5px;
279+
padding: 1rem;
280+
visibility: hidden;
281+
}
282+
[class*="_page_cf7db"] #footer-left b a:hover::after{
283+
-webkit-animation: slide-in-top 0.5s cubic-bezier(.25,.46,.45,.94) both;
284+
animation: slide-in-top 0.5s cubic-bezier(.25,.46,.45,.94) both;
285+
visibility: visible;
286+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
table.dataTable span.highlight {
2+
background-color: #FFFF88;
3+
border-radius: 0.28571429rem;
4+
}
5+
table.dataTable span.column_highlight {
6+
background-color: #ffcc99;
7+
border-radius: 0.28571429rem;
8+
}

0 commit comments

Comments
 (0)