PluginProbe
TablePress – Tables in WordPress made easy / 1.12
TablePress – Tables in WordPress made easy v1.12
3.3.4 3.3.3 3.3.2 3.3.1 trunk 1.12 1.14 1.9.2 2.0.4 2.1.7 2.1.8 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.3 2.3.1 2.3.2 2.4 2.4.1 2.4.2 2.4.3 2.4.4 All 44 releases
tablepress / css / default-rtl.css

default-rtl.css in TablePress – Tables in WordPress made easy 1.12, at css/default-rtl.css

274 lines 6.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * TablePress Default CSS for RTL languages
3 *
4 * Attention: Do not modify this file directly, but use the "Custom CSS" textarea
5 * on the "Plugin Options" screen of TablePress.
6 *
7 * @package TablePress
8 * @subpackage Frontend CSS
9 * @author Tobias Bäthge, Allan Jardine
10 * @since 1.0.0
11 */
12
13 @font-face {
14 font-family: 'TablePress';
15 src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAPUAA0AAAAACZAAAAN+AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCUhEICoQIgnILFgABNgIkAygEIAWGcgeBARv6B8iuBzK53oAhKg2KWDsrezjalSefocfD9/uZ575PSbYEqJHAIdo6tMDGdCprFIHd+F9r+rZE46O2iHBJfoAuxwW0yfgKS8KGVFE4dHX1gPmgVhzwhcJbReQ9RWXcraeutbmNHE7T7B1sex8stfMfnkvv0XsgUZrYO1hirXme9TnUkBvQ22RGX50VAr48H54Cn9b8GD73edAAhjboBpIQ6kKOhCz7GA8V5HfzyeA6h0mnrFTJnPjxC7KCrl9caqIUg0EAYACGDBn6YGCxeIE+EkwANTWJX/brZpNfyE5o/7r9uPZjS4tESbCTExLCjxOEbxGi2dQeNEAXUMMlvADkqSV0IHXtkQXNOnI2ctJpRIPt8+HjNivx3rlQYA8FqGwdCxF2aZrdJluMnaqFvy+yngVKbBcn0fSOd1xTpnW4HTkptV8Gi2kvCeUHC0BD+D0VKMIqXniZPJyPya9D7gT6DvUpwJER6avgKDsOfW9jU+YGc/ng6MhA3VSar3NdtvrD9WHZurKVKYOi0RwlY9500YSuWDE084F+jMinu4sTudD5yBTTozA9Horpmb+M3TwIBHempnzdpu1/raWypX0JND/ki4p71CQQlFqnAvkijABrVFIq5BdNJbFncoBOF03/h3IINPQRBxJCYDoAOnkRIDR0w0BSmYiBzDinAuQ6eROg0DEGY6DUiEUYqKyILwFq2qS9GKhrpFsykdeFLmDjknYG4jKbNeNyQ1zhCoP840pdYiqu8jTW4mp6pMXH1HVJp8wRmHmQKTKiUOBVSMHrlKuBlYidxkMgw6/bMoG5RD6qfs8yO8LVqFCFa8ELrcVLEqTaS7UG5aqVq1GlWi28k3rRgCjbiU+qqOItvDEqXjkvwF/dUF595jB8LSqqgwIWAWsRmcJJ5GsHbYUqVbirBi5IpRMxLso/i2oSA6ZYDoMFCiknI7ZkGacSVYUjlLSXyG8n08nOQcXTeyzU5ozbiGRQZRt0vu/TMoEV8RLI3DiBSiVzMtNKAPgErlwLoqiAY2fJ9UbRMU/0rz38UP5FQtH3i8V3KYSHYJdSYRnwW8XazUAUop3gQY19hkEH98OA2QQ6wg0S+FjtwOwdOvF5J2VXBBLQmo2EAxsIKVJkkUcRZVRRa7NrP+my6Ns8cKszHYJf+fPPLPTq5vFcmYKZNL+fn1CZDgoYecKZHwA=) format('woff2'),
16 url(tablepress.woff) format('woff');
17 font-weight: normal;
18 font-style: normal;
19 font-display: block;
20 }
21
22 /* Table description */
23 .tablepress-table-description {
24 clear: both;
25 display: block;
26 }
27
28 .tablepress {
29 border-collapse: collapse;
30 border-spacing: 0;
31 width: 100%;
32 margin-bottom: 1em;
33 border: none;
34 }
35
36 .tablepress th,
37 .tablepress td {
38 padding: 8px;
39 border: none;
40 background: none;
41 text-align: right;
42 float: none !important;
43 }
44 .tablepress tbody td {
45 vertical-align: top;
46 }
47
48 /* Horizontal borders */
49 .tablepress tbody td,
50 .tablepress tfoot th {
51 border-top: 1px solid #dddddd;
52 }
53 .tablepress tbody tr:first-child td {
54 border-top: 0;
55 }
56 .tablepress thead th {
57 border-bottom: 1px solid #dddddd;
58 }
59
60 /* Row background colors */
61 .tablepress thead th,
62 .tablepress tfoot th {
63 background-color: #d9edf7;
64 font-weight: bold;
65 vertical-align: middle;
66 }
67 .tablepress .odd td {
68 background-color: #f9f9f9;
69 }
70 .tablepress .even td {
71 background-color: #ffffff;
72 }
73 .tablepress .row-hover tr:hover td {
74 background-color: #f3f3f3;
75 }
76
77 /* Reset image layout in tables */
78 .tablepress img {
79 margin: 0;
80 padding: 0;
81 border: none;
82 max-width: none;
83 }
84
85 /* Table wrapper */
86 .dataTables_wrapper {
87 clear: both;
88 margin-bottom: 1em;
89 }
90 .dataTables_wrapper .tablepress {
91 clear: both;
92 margin: 0 !important;
93 }
94
95 /* Length Change menu */
96 .dataTables_length {
97 float: left;
98 white-space: nowrap;
99 }
100
101 /* Filter/Search */
102 .dataTables_filter {
103 float: right;
104 white-space: nowrap;
105 }
106 .dataTables_wrapper .dataTables_filter input {
107 margin-right: 0.5em;
108 }
109
110 /* Table information */
111 .dataTables_info {
112 clear: both;
113 float: left;
114 margin: 4px 0 0;
115 }
116
117 /* Pagination */
118 .dataTables_paginate {
119 float: right;
120 margin: 4px 0 0;
121 direction: rtl;
122 }
123 .dataTables_paginate a {
124 color: #111111 !important;
125 display: inline-block;
126 outline: none;
127 position: relative;
128 text-decoration: underline;
129 margin: 0 5px;
130 }
131 .dataTables_paginate a:first-child {
132 margin-right: 0;
133 }
134 .dataTables_paginate a:last-child {
135 margin-left: 0;
136 }
137 .paginate_button:hover {
138 cursor: pointer;
139 text-decoration: none;
140 }
141 .paginate_button.disabled {
142 color: #999999 !important;
143 text-decoration: none;
144 cursor: default;
145 }
146 .paginate_button.current {
147 font-weight: bold;
148 text-decoration: none;
149 cursor: default;
150 }
151 /* Two button pagination - previous/next */
152 .dataTables_paginate.paging_simple {
153 padding: 0 15px;
154 }
155 .paging_simple .paginate_button.previous:before,
156 .paging_simple .paginate_button.next:after {
157 text-align: right;
158 font-family: TablePress;
159 font-size: 14px;
160 font-weight: bold;
161 -webkit-font-smoothing: antialiased;
162 content: "\f054";
163 text-shadow: 0.1em 0.1em #666666;
164 position: absolute;
165 top: 0;
166 right: -14px;
167 bottom: 0;
168 left: auto;
169 margin: auto;
170 height: 14px;
171 width: 14px;
172 line-height: 1;
173 }
174 .paging_simple .paginate_button.next:after {
175 text-align: left;
176 content: "\f053";
177 right: auto;
178 left: -14px;
179 }
180 .paginate_button:before,
181 .paginate_button:after {
182 color: #d9edf7;
183 }
184 .paginate_button:hover:before,
185 .paginate_button:hover:after {
186 color: #049cdb;
187 }
188 .paginate_button.disabled:before,
189 .paginate_button.disabled:after {
190 color: #f9f9f9;
191 }
192
193 /* Processing indicator */
194 .dataTables_processing {
195 display: none; /* always hidden, we don't use it */
196 }
197
198 /* Scrolling */
199 .dataTables_scroll {
200 clear: both;
201 }
202 .dataTables_scrollBody {
203 -webkit-overflow-scrolling: touch;
204 }
205 .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
206 .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
207 height: 0;
208 overflow: hidden;
209 margin: 0 !important;
210 padding: 0 !important;
211 }
212
213 /* Sorting */
214 .tablepress .sorting,
215 .tablepress .sorting_asc,
216 .tablepress .sorting_desc {
217 position: relative;
218 padding-left: 20px; /* more left padding for sort arrows */
219 cursor: pointer;
220 outline: none;
221 }
222 .tablepress .sorting:before,
223 .tablepress .sorting_asc:before,
224 .tablepress .sorting_desc:before {
225 font-family: TablePress;
226 font-weight: normal;
227 font-size: 14px;
228 -webkit-font-smoothing: antialiased;
229 position: absolute;
230 top: 0;
231 bottom: 0;
232 left: 6px;
233 right: auto;
234 margin: auto;
235 height: 14px;
236 line-height: 1;
237 }
238 .tablepress .sorting:before {
239 content: "\f0dc";
240 }
241 .tablepress .sorting_asc:before {
242 content: "\f0d8";
243 padding: 0 0 2px;
244 }
245 .tablepress .sorting_desc:before {
246 content: "\f0d7";
247 }
248 .tablepress .sorting:hover,
249 .tablepress .sorting_asc,
250 .tablepress .sorting_desc {
251 background-color: #049cdb;
252 }
253 /* Hide the sorting arrows in the extra table that is added for scrolling */
254 .dataTables_scrollBody .tablepress thead th:before {
255 content: "";
256 }
257
258 /* Self clearing */
259 .dataTables_wrapper:after {
260 content: "";
261 display: block;
262 clear: both;
263 visibility: hidden;
264 line-height: 0;
265 height: 0;
266 }
267
268 .dataTables_wrapper label input,
269 .dataTables_wrapper label select {
270 display: inline;
271 margin: 2px;
272 width: auto;
273 }
274