PluginProbe
wpDataTables – WordPress Data Table, Dynamic Tables & Table Charts Plugin / 6.5.1.7
wpDataTables – WordPress Data Table, Dynamic Tables & Table Charts Plugin v6.5.1.7
6.5.1.7 6.5.1.6 6.5.1.5 6.5.1.4 6.5.1.3 6.5.1.2 6.5.1.1 6.5.0.9 6.5.0.8 6.5.0.7 6.5.0.6 trunk 3.4.2.40 3.4.2.41 3.4.2.42 3.4.2.43 3.4.2.44 3.4.2.45 3.4.2.46 3.4.2.47 3.4.2.48 3.4.2.49 3.4.2.50 6.3.2 6.3.3.1 All 47 releases
wpdatatables / assets / css / admin / addons.css

addons.css in wpDataTables – WordPress Data Table, Dynamic Tables & Table Charts Plugin 6.5.1.7, at assets/css/admin/addons.css

212 lines 4.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1
2 .wdt-addons .card-body {
3 background: #F1F1F1 !important;
4 padding: 33px 0 0 0 !important;
5 }
6
7 .wdt-addons .thumbnail {
8 background: #FFFFFF;
9 box-shadow: 0 3px 6px rgba(23, 43, 77, 0.08), 0 1px 1px rgba(23, 43, 77, 0.11);
10 border-radius: 3px;
11 padding: 20px;
12 min-height: 238px;
13 display: flex;
14 flex-direction: column;
15 }
16
17 .wdt-addons .wpdt-addons-desc {
18 min-height: 58px;
19 display: flex;
20 }
21
22 .wdt-addons .wpdt-addons-desc img {
23 display: inline-block !important;
24 background: #FFFFFF;
25 width: 50px;
26 height: 50px;
27 padding: 8px;
28 margin: 0 20px 0 0 !important;
29 box-shadow: 0 1px 2px rgba(9, 29, 112, 0.17);
30 border-radius: 12px;
31 }
32
33 .wdt-addons .wpdt-addons-desc img.wdt-gravity-img {
34 padding: 4px;
35 }
36
37 .wdt-addons .wpdt-addons-desc img.wdt-formidable-img {
38 padding: 0;
39 }
40
41 .wdt-addons .wdt-plugin-installed:hover:hover,
42 .wdt-addons .wdt-plugin-installed:hover,
43 .wdt-addons .wdt-plugin-installed:focus:focus,
44 .wdt-addons .wdt-plugin-installed:focus,
45 .wdt-addons .wdt-plugin-installed {
46 color: #008CFF !important;
47 background-color: rgba(0, 140, 255, 0.1) !important;
48 cursor: default;
49 padding: 8px 16px;
50 float: right;
51 line-height: 20px;
52 font-weight: 500;
53 border-radius: 5px;
54 }
55
56 .wdt-addons .wpdt-addons-desc h4,
57 .wdt-addons .wdt-checkout-button,
58 .wdt-addons .thumbnail .caption,
59 .wdt-addons .wdt-addons-find-out-more,
60 .wdt-addons .wpdt-addons-intro {
61 font-family: Inter;
62 font-style: normal;
63 font-weight: 500;
64 font-size: 14px;
65 }
66
67 .wdt-addons .wpdt-addons-intro {
68 line-height: 24px;
69 color: #5A6C89;
70 }
71
72 .wdt-addons .thumbnail .caption {
73 line-height: 24px;
74 color: #5A6C89;
75 padding: 16px 0 0 0;
76 min-height: 110px;
77 }
78
79 .wdt-addons .thumbnail .caption {
80 line-height: 24px;
81 color: #5A6C89;
82 padding: 16px 0 0 0;
83 min-height: 93px;
84 }
85
86 .wdt-addons .wpdt-addons-desc h4 {
87 display: inline-block;
88 line-height: 20px;
89 color: #091D70;
90 width: 197px;
91 vertical-align: middle;
92 word-break: break-word;
93 }
94
95 .wdt-addons .wdt-addons-links {
96 padding: 10px 0 0 0;
97 }
98
99 .wdt-addons .wdt-addons-links .btn {
100 float: right;
101 font-family: Inter;
102 font-style: normal;
103 font-weight: 500;
104 font-size: 14px;
105 line-height: 20px;
106 padding: 8px 16px;
107 background: #008CFF;
108 border-radius: 5px;
109 color: #FFFFFF;
110 }
111 .wdt-addons .wdt-addons-links .btn.free-download{
112 float: left;
113 }
114
115 .wdt-addons .wdt-addons-find-out-more {
116 display: inline-block;
117 margin: 8px 16px 8px 0;
118 outline: none;
119 box-shadow: none;
120 }
121
122 .wdt-addons .wdt-checkout-button {
123 float: right;
124 line-height: 20px;
125 color: #FFFFFF;
126 padding: 8px 16px;
127 background: #008CFF;
128 border-radius: 5px;
129 }
130
131 .wdt-addons .wdt-checkout-button i {
132 margin-right: 8px;
133 }
134
135 .wdt-addons .ribbon {
136 position: absolute;
137 right: 10px;
138 top: -5px;
139 z-index: 1;
140 overflow: hidden;
141 width: 75px;
142 height: 75px;
143 text-align: right;
144 }
145
146 .wdt-addons .ribbon span {
147 font-size: 10px;
148 font-weight: 700;
149 color: #fff;
150 text-transform: uppercase;
151 text-align: center;
152 line-height: 20px;
153 transform: rotate(45deg);
154 width: 100px;
155 display: block;
156 background: #79a70a;
157 background: linear-gradient(#091D70 0, #091D70 100%);
158 box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
159 position: absolute;
160 top: 19px;
161 right: -21px;
162 }
163
164 .wdt-addons .ribbon span::before {
165 content: "";
166 position: absolute;
167 left: 0;
168 top: 100%;
169 z-index: -1;
170 border-left: 3px solid #091D70;
171 border-right: 3px solid transparent;
172 border-bottom: 3px solid transparent;
173 border-top: 3px solid #091D70;
174 }
175
176 .wdt-addons .ribbon span::after {
177 content: "";
178 position: absolute;
179 right: 0;
180 top: 100%;
181 z-index: -1;
182 border-left: 3px solid transparent;
183 border-right: 3px solid #091D70;
184 border-bottom: 3px solid transparent;
185 border-top: 3px solid #091D70;
186 }
187
188 .wdt-addons p {
189 margin-bottom: 0;
190 }
191
192 @media (max-width: 1441px) {
193 .wdt-addons .thumbnail .caption {
194 min-height: 110px;
195 }
196 }
197
198 @media (max-width: 1025px) {
199 .wdt-addons .thumbnail .caption {
200 min-height: 170px;
201 }
202 }
203
204 @media (max-width: 768px) {
205 .wpdt-c .wdt-addons .col-sm-4 {
206 width: 100%;
207 }
208
209 .wdt-addons .thumbnail .caption {
210 min-height: 110px;
211 }
212 }