PluginProbe
wpDataTables – WordPress Data Table, Dynamic Tables & Table Charts Plugin / trunk
wpDataTables – WordPress Data Table, Dynamic Tables & Table Charts Plugin vtrunk
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 6.3.3.10 All 46 releases
wpdatatables / assets / css / admin / getting-started.css

getting-started.css in wpDataTables – WordPress Data Table, Dynamic Tables & Table Charts Plugin trunk, at assets/css/admin/getting-started.css

180 lines 5.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wdt-datatables-admin-wrap .wdt-getting-started {
2 font-family: Inter;
3 font-style: normal;
4 }
5
6 .wdt-datatables-admin-wrap .wdt-getting-started .card-head {
7 background: none;
8 }
9
10 .wdt-datatables-admin-wrap .wdt-getting-started .card-head .wdt-admin-card-header h2 a {
11 box-shadow: none !important;
12 color: #304463 !important;
13 }
14
15 .wdt-datatables-admin-wrap .wdt-getting-started .card-head .wdt-admin-card-header h2 a i {
16 font-style: normal;
17 font-size: 16px;
18 line-height: 24px;
19 margin-right: 4px;
20 vertical-align: bottom;
21 }
22
23 .wdt-datatables-admin-wrap .wdt-getting-started-block {
24 padding: 28px 32px 14px 32px !important;
25 background: #FFFFFF;
26 box-shadow: 0 1px 1px rgba(23, 43, 77, 0.11) !important;
27 border-radius: 3px !important;
28 overflow: hidden;
29 }
30
31 .wdt-datatables-admin-wrap .wdt-getting-started-card h5 {
32 font-family: Inter;
33 font-style: normal;
34 font-weight: 500;
35 font-size: 32px;
36 line-height: 32px;
37 color: #091D70;
38 }
39
40 .wdt-datatables-admin-wrap .wdt-getting-started-card p {
41 font-family: Inter;
42 font-style: normal;
43 font-weight: normal;
44 font-size: 13px;
45 line-height: 20px;
46 color: #304463;
47 }
48 .wdt-datatables-admin-wrap .wdt-getting-started-block .wdt-getting-started-img-section {
49 min-height: 868px;
50 position: absolute;
51 top: 0;
52 right: -90px;
53 background: url(../../img/dashboard/illustration-editable.svg) no-repeat right !important;
54 background-size: contain !important;
55 }
56 .wdt-datatables-admin-wrap .wdt-getting-started-card .m-b-18 {
57 margin-bottom: 18px;
58 }
59
60 .wdt-datatables-admin-wrap .wdt-tutorial-card .card-body {
61 box-shadow: 0 2px 3px rgba(23, 43, 77, 0.12), 0 1px 1px rgba(23, 43, 77, 0.08) !important;
62 padding: 20px 16px 20px 20px !important;
63 display: flex;
64 align-items: center;
65 position: relative;
66 }
67
68 .wdt-datatables-admin-wrap .wdt-tutorial-card .card-body .wdt-tutorial-desc {
69 margin-left: 24px;
70 margin-right: 160px;
71 }
72 .wdt-datatables-admin-wrap .wdt-tutorial-card .card-body .wdt-tutorial-desc span{
73 font-family: Inter;
74 font-style: normal;
75 font-weight: 500;
76 font-size: 15px;
77 line-height: 20px;
78 color: #061938;
79 }
80 .wdt-datatables-admin-wrap .wdt-tutorial-card .card-body .wdt-tutorial-desc a{
81 font-family: Inter;
82 font-style: normal;
83 font-weight: 500;
84 font-size: 13px;
85 line-height: 20px;
86 color: #008CFF;
87 margin-top: 4px;
88 box-shadow: none !important;
89 display: inline-block;
90 }
91 .wdt-datatables-admin-wrap .wdt-tutorial-card .card-body .wdt-tutorial-desc a.wdt-premium{
92 padding: 2px 6px;
93 background: rgba(0, 140, 255, 0.1);
94 border-radius: 45px;
95 width: fit-content;
96 cursor: default;
97 }
98 .wdt-datatables-admin-wrap .wdt-tutorial-card .card-body .wdt-tutorial-desc a.wdt-compare-link{
99 color: #091D70;
100 }
101 .wdt-datatables-admin-wrap .wdt-tutorial-card .card-body .wdt-tutorial-desc a.wdt-compare-link:hover{
102 opacity: .7;
103 }
104 .wdt-datatables-admin-wrap .wdt-tutorial-card .card-body .wdt-tutorial-button{
105 position: absolute;
106 right: 16px;
107 }
108 .wdt-datatables-admin-wrap .wdt-tutorial-card .card-body .wdt-tutorial-button button{
109 background: #FFFFFF;
110 font-family: Inter;
111 font-style: normal;
112 font-weight: 500;
113 font-size: 14px;
114 line-height: 20px;
115 padding: 8px 16px;
116 border: 1px solid #DFE1E6;
117 box-sizing: border-box;
118 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
119 border-radius: 5px;
120 color: #091D70;
121 }
122 .wdt-datatables-admin-wrap .wdt-tutorial-card .card-body .wdt-tutorial-button button:focus,
123 .wdt-datatables-admin-wrap .wdt-tutorial-card .card-body .wdt-tutorial-button button:focus:focus,
124 .wdt-datatables-admin-wrap .wdt-tutorial-card .card-body .wdt-tutorial-button button:hover{
125 background: linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), #FFFFFF !important;
126 }
127 .wdt-datatables-admin-wrap .wdt-tutorial-card .card-body .wdt-tutorial-button button i{
128 margin-right: 4px;
129 }
130
131
132 /* FOOTER */
133
134 .wdt-datatables-admin-wrap .wpdt-footer-links li {
135 display: inline-block;
136 margin-right: 12px;
137 }
138
139 .wdt-datatables-admin-wrap .wpdt-footer-links li a {
140 color: #5A6C89;
141 }
142 .wdt-datatables-admin-wrap .wdt-footer-title {
143 font-size: 13px;
144 line-height: 20px;
145 color: #304463;
146 margin-top: 60px;
147 margin-bottom: 20px;
148 }
149
150 .wdt-datatables-admin-wrap .wdt-footer-title img {
151 margin-left: 10px;
152 vertical-align: bottom;
153 }
154 @media (max-width: 1024px) {
155 .wdt-datatables-admin-wrap .wdt-tutorial-card .card-body .wdt-tutorial-desc {
156 margin-right: 0;
157 margin-bottom: 25px;
158 }
159 .wdt-datatables-admin-wrap .wdt-tutorial-card .card-body .wdt-tutorial-button {
160 left: 86px;
161 bottom: 5px;
162 }
163 .wdt-datatables-admin-wrap .wdt-getting-started-card img.getting-started-img {
164 display: none;
165 }
166 .wdt-datatables-admin-wrap .wdt-getting-started-card .col-sm-6 {
167 width: 100%;
168 }
169 .wdt-datatables-admin-wrap .wdt-getting-started-block .wdt-getting-started-img-section {
170 display: none;
171 }
172 }
173
174 @media (max-width: 768px) {
175
176 .wpdt-c .card .card-header .actions {
177 top: 12px !important;
178 }
179
180 }