PluginProbe ʕ •ᴥ•ʔ
10Web Booster – Website speed optimization, Cache & Page Speed optimizer / trunk
10Web Booster – Website speed optimization, Cache & Page Speed optimizer vtrunk
2.33.0 2.30.5 2.30.7 2.30.9 2.31.10 2.31.8 2.32.11 2.32.21 2.32.3 2.32.4 2.32.7 2.6.31 2.6.40 2.6.42 2.6.7 2.7.37 2.7.44 2.7.47 2.8.18 2.8.19 2.8.32 2.8.34 2.8.35 2.9.23 2.9.24 2.9.25 2.9.27 v2.27.4 trunk 2.0.10 2.0.11 2.0.12 2.0.13 2.0.14 2.0.15 2.0.17 2.0.18 2.0.21 2.0.22 2.0.25 2.0.26 2.0.27 2.0.3 2.0.7 2.0.9 2.10.46 2.10.65 2.10.66 2.10.68 2.11.41 2.11.42 2.11.43 2.12.15 2.12.21 2.12.22 2.12.23 2.12.26 2.13.37 2.13.40 2.13.41 2.13.42 2.13.44 2.13.45 2.13.47 2.14.49 2.14.50 2.15.18 2.17.21 2.17.23 2.18.17 2.19.44 2.19.45 2.19.46 2.19.49 2.2.12 2.2.15 2.2.16 2.2.18 2.2.8 2.20.31 2.20.32 2.20.33 2.21.11 2.21.12 2.21.16 2.21.25 2.22.32 2.23.13 2.23.15 2.23.16 2.23.18 2.24.12 2.24.14 2.24.18 2.25.14 2.26.6 2.28.10 2.28.13 2.28.14 2.28.7 2.29.1 2.29.2 2.29.3 2.3.0 2.3.1 2.3.2 2.3.3 2.30.18
tenweb-speed-optimizer / assets / css / referral_program_page.css
tenweb-speed-optimizer / assets / css Last commit date
DataTables-1.10.20 4 years ago autoupdate_banner.css 3 years ago banner_main.css 3 years ago cdn_page.css 3 years ago datatables.min.css 4 years ago jquery.tagsinput.min.css 4 years ago multi-select.css 3 years ago referral_program_page.css 3 years ago settings_basic.css 3 years ago speed.css 3 years ago speed_elementor_dark.css 3 years ago two_admin.css 3 years ago two_admin_bar.css 3 years ago two_preview.css 3 years ago white_label.css 2 years ago
referral_program_page.css
149 lines
1 .two-wp-container * {
2 font-family: Open Sans, sans-serif !important;
3 }
4 .two-wp-container {
5 display: flex;
6 justify-content: center;
7 flex-wrap: wrap;
8 }
9 .two-wp-container p {
10 margin: 0;
11 }
12 .two-container-with-border {
13 position: relative;
14 border-radius: 6px;
15 border: 1px solid #323A4533;
16 background-color: #fff;
17 padding: 25px 20px;
18 color: #323A45;
19 margin-top: 16px;
20 width: 714px;
21 box-sizing: border-box;
22 }
23
24 p.two-page-main-title {
25 font-size: 16px;
26 line-height: 26px;
27 font-weight: bold;
28 margin-bottom: 2px;
29 position: relative;
30 }
31
32 .two-page-main-desc {
33 font-size: 14px;
34 line-height: 20px;
35 }
36 .two-page-subtitle {
37 color: #262F30;
38 opacity: 0.8;
39 font-weight: 600;
40 }
41 .two-page-main-desc a {
42 text-decoration: underline;
43 color: #2160B5;
44 cursor: pointer;
45 font-weight: 600;
46 }
47 .two-page-main-desc a:hover {
48 opacity: 0.7;
49 }
50
51 .two-main-text {
52 font-size: 12px;
53 line-height: 18px;
54 }
55
56 .two-referral-header {
57 display: flex;
58 justify-content: space-between;
59 align-items: center;
60 border-bottom: 1px solid #323A4533;
61 padding-bottom: 25px;
62 margin-bottom: 25px;
63 }
64
65 .two-green-liner-button {
66 width: 180px;
67 display: inline-block;
68 border: 1px solid #22B339;
69 border-radius: 6px;
70 padding: 10px 0;
71 text-align: center;
72 text-decoration: none;
73 color: #22B339;
74 letter-spacing: 0.12px;
75 font-weight: 600;
76 }
77 .two-green-liner-button:hover {
78 background-color: #22b339;
79 color: white;
80 }
81
82 .two-referral-container {
83 margin: 25px 0 20px 0;
84 border: 1px solid #323A4533;
85 border-radius: 6px;
86 padding: 10px 16px;
87 display: flex;
88 justify-content: space-between;
89 align-items: center;
90 }
91
92 #two-referral-link {
93 color: #323A4580;
94 width: 100%;
95 border-right: 1px solid #E4E4E4;
96 padding-right: 16px;
97 margin-right: 16px;
98 text-overflow: ellipsis;
99 overflow: hidden;
100 max-width: 572px;
101 white-space: nowrap;
102 }
103 .two-referral-copy {
104 text-align: center;
105 min-width: 50px;
106 font-weight: 600;
107 color: #2160B5;
108 cursor: pointer;
109 }
110 .two-refer-links {
111 display: flex;
112 gap: 8px;
113 align-items: center;
114 }
115 .two-refer-to {
116 padding: 4px 12px;
117 display: flex;
118 align-items: center;
119 text-align: center;
120 gap: 4px;
121 font-size: 12px;
122 line-height: 18px;
123 font-weight: 600;
124 color: #262F30;
125 text-decoration: none;
126 background-color: #F9F9F9;
127 border-radius: 20px;
128 }
129 .two-refer-to:hover {
130 color: #262f30cf;
131 }
132 .two-howitworks-container {
133 margin-top: 20px;
134 display: flex;
135 gap: 66px;
136 }
137 .two-howitworks-each img {
138 width: 40px;
139 margin-bottom: 12px;
140 }
141 p.two-page-small-subtitle {
142 margin-bottom: 4px;
143 font-weight: bold;
144 letter-spacing: 0.1px;
145 }
146
147 @media screen and (max-width: 600px) {
148
149 }