| 1 |
/** |
| 2 |
* TablePress Default CSS |
| 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(tablepress.eot); |
| 16 |
src: url(tablepress.eot?#ie) format('embedded-opentype'), |
| 17 |
url(data:application/x-font-woff;base64,d09GRgABAAAAAAXYAAwAAAAACXwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABHAAAABwAAAAcZInHOk9TLzIAAAE4AAAAPgAAAGB7NXPDY21hcAAAAXgAAABMAAABUvD45QVnYXNwAAABxAAAAAgAAAAIAAAAEGdseWYAAAHMAAABKQAAAgjYVHFyaGVhZAAAAvgAAAAvAAAANv2jaBNoaGVhAAADKAAAAB0AAAAkCk0F6GhtdHgAAANIAAAAIAAAACgoAADqbG9jYQAAA2gAAAAWAAAAFgJWAbxtYXhwAAADgAAAAB0AAAAgAE4AH25hbWUAAAOgAAAB3AAAA43ZugaUcG9zdAAABXwAAABZAAAAgeNVfAkAAAABAAAAAMwXcmMAAAAAy1XFoAAAAADNHI82eJxjYGbexjiBgZWBhaWHxZiBgaENQjMVM0SB+ThBQWVRMYPDh+APd9gY/gP5bAyMykCKEUmJAgMjAC56Ct8AAHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwMDB9CPtz6cOf/fyAr+MN1EIt/A78evy5UFxgwsjHAuYxAPSB9KICRYdgDAL67D8kAAQAB//8AD3icXU/NTsJAEJ5ZFggxxmCbkiwHAzLTowlu4ejeyxPwCOBR7r3rE/geeubuG3i3TyGts12MtT18ndnd7w8QsvpdX/Q/IAboI9s1rpY3mMTDkcAVDuaqPD0RqRfaU05UGSxJhj2p5wDNUplqyjsZQT6EQ/2mc9GcyBIPReQOObPrkccHMZhgonMS3R1tiLCsDNFm8bgQF3W06ekgqqnN5Aa//D9nlrOgDeg09Aq4lK3RTiX16n621BBVLrIe2PQK09s2c4THyPIvF4TrAndwO5uHvhPUwOa7MNw8FsCtZfZDJBKB66BQhW58cRwHW09OVMEtI+3aOhEHX+E63crM2dh6X+WazMFLvf6F57OvAqiPGvo+87Tb+LrT4X9/7lT6bKXs9vsByDlkyAAAAHicY2BkYGAA4mO9Sxji+W2+MnCzM4DAWZl+bwT9fyuLN+tpIJeDgQkkCgAbqgoOAHicY2BkYGBj+HeXgYGdAQRYvBkYGVABFwA+hgJEAAAAeJxjZ4AAdiBmaWAwBeJSFhAbiJkaGByAGMwGADa+AxEAAAAAAAAAAAAqAFgAdgCUALIA0AEEAAB4nGNgZGBg4GKQYWBiAAEQycgAEnMA8xkABjEAbgAAAHicjZJBaxNBFMf/u0mbJoig5KC3QcRblt2tFCm9lEp701iKIHiZJLPJ0mSnzE5S8h38BB79Nn4ab94E/zN9JVB7MCEzv/3Pm/f+720ADPEbCe4/qXCCAV4Kp+jhrXAHGb4Ld/Ecv4T38Cx5I7yPQfJBuIdPyR/hAzxJa+E+Buk3Zku6fal8xwn9dIRTPMVr4Q6+4kS4S/Wn8B5eJanwPobJO+EefiRfhA/wIv0o3Mcw3YRyV9CYYAmDMRzXll9c6cnSjJ1pyZcU51gzRDMAl2a+XmrCOSwa+Lg7RhgolJxKzv2Yv8cSqwfZ7iILHGHEdcT7OfdDJreNP7dublSZ5epY7QwpMUCxOBoVozIvDh/v4mEx/JsE+MwQx+A6dhO8hA7y2EvwUjLEuLa2jSqyPFcsV/7H0MbxUFMOYwkhVSykODAb10U8OePTDbY8qel0QV3FO1PSvaUqDnh3p5LBB8WxxozqKnZ4TU1T9THfhJ3vsjTcw9M02s1ocWl0a5QzlXHKW+UXRp3Zm62r5wuvWjP1oenKunhS8YUo7/TMrLS7Vtp7V0/WMaSxvp6aNoP8FYKzU9zGOpbOTHidzqvTW9PaFZ/e0+QmtnJBatjAlqLeGHWhm9kWfwGPR6C4eJxjYGIAg/9VDFEM2AAXEDMyMDEyMTIzsjCyMrIxsjNy8CRnpJYV5efF56SmlfDCOEWZ6RklXMmJRakl8Sn55XkcEGZpAVQMpJgbwgQrZSnOLyoBACnGHqgAAAA=) format('woff'), |
| 18 |
url(tablepress.ttf) format('truetype'), |
| 19 |
url(tablepress.svg#TablePress) format('svg'); |
| 20 |
font-weight: normal; |
| 21 |
font-style: normal; |
| 22 |
} |
| 23 |
|
| 24 |
/* Table description */ |
| 25 |
.tablepress-table-description { |
| 26 |
clear: both; |
| 27 |
display: block; |
| 28 |
} |
| 29 |
|
| 30 |
.tablepress { |
| 31 |
border-collapse: collapse; |
| 32 |
border-spacing: 0; |
| 33 |
width: 100%; |
| 34 |
margin-bottom: 1em; |
| 35 |
border: none; |
| 36 |
} |
| 37 |
|
| 38 |
.tablepress th, |
| 39 |
.tablepress td { |
| 40 |
padding: 8px; |
| 41 |
border: none; |
| 42 |
background: none; |
| 43 |
text-align: left; |
| 44 |
float: none !important; |
| 45 |
} |
| 46 |
.tablepress tbody td { |
| 47 |
vertical-align: top; |
| 48 |
} |
| 49 |
|
| 50 |
/* Horizontal borders */ |
| 51 |
.tablepress tbody td, |
| 52 |
.tablepress tfoot th { |
| 53 |
border-top: 1px solid #dddddd; |
| 54 |
} |
| 55 |
.tablepress tbody tr:first-child td { |
| 56 |
border-top: 0; |
| 57 |
} |
| 58 |
.tablepress thead th { |
| 59 |
border-bottom: 1px solid #dddddd; |
| 60 |
} |
| 61 |
|
| 62 |
/* Row background colors */ |
| 63 |
.tablepress thead th, |
| 64 |
.tablepress tfoot th { |
| 65 |
background-color: #d9edf7; |
| 66 |
font-weight: bold; |
| 67 |
vertical-align: middle; |
| 68 |
} |
| 69 |
.tablepress .odd td { |
| 70 |
background-color: #f9f9f9; |
| 71 |
} |
| 72 |
.tablepress .even td { |
| 73 |
background-color: #ffffff; |
| 74 |
} |
| 75 |
.tablepress .row-hover tr:hover td { |
| 76 |
background-color: #f3f3f3; |
| 77 |
} |
| 78 |
|
| 79 |
/* Reset image layout in tables */ |
| 80 |
.tablepress img { |
| 81 |
margin: 0; |
| 82 |
padding: 0; |
| 83 |
border: none; |
| 84 |
max-width: none; |
| 85 |
} |
| 86 |
|
| 87 |
/* Table wrapper */ |
| 88 |
.dataTables_wrapper { |
| 89 |
clear: both; |
| 90 |
margin-bottom: 1em; |
| 91 |
} |
| 92 |
.dataTables_wrapper .tablepress { |
| 93 |
clear: both; |
| 94 |
margin: 0 !important; |
| 95 |
} |
| 96 |
|
| 97 |
/* Length Change menu */ |
| 98 |
.dataTables_length { |
| 99 |
float: left; |
| 100 |
white-space: nowrap; |
| 101 |
} |
| 102 |
|
| 103 |
/* Filter/Search */ |
| 104 |
.dataTables_filter { |
| 105 |
float: right; |
| 106 |
white-space: nowrap; |
| 107 |
} |
| 108 |
.dataTables_wrapper .dataTables_filter input { |
| 109 |
margin-left: 0.5em; |
| 110 |
} |
| 111 |
|
| 112 |
/* Table information */ |
| 113 |
.dataTables_info { |
| 114 |
clear: both; |
| 115 |
float: left; |
| 116 |
margin: 4px 0 0; |
| 117 |
} |
| 118 |
|
| 119 |
/* Pagination */ |
| 120 |
.dataTables_paginate { |
| 121 |
float: right; |
| 122 |
margin: 4px 0 0; |
| 123 |
} |
| 124 |
.dataTables_paginate a { |
| 125 |
color: #111111 !important; |
| 126 |
display: inline-block; |
| 127 |
outline: none; |
| 128 |
position: relative; |
| 129 |
text-decoration: underline; |
| 130 |
margin: 0 5px; |
| 131 |
} |
| 132 |
.dataTables_paginate a:first-child { |
| 133 |
margin-left: 0; |
| 134 |
} |
| 135 |
.dataTables_paginate a:last-child { |
| 136 |
margin-right: 0; |
| 137 |
} |
| 138 |
.paginate_button:hover { |
| 139 |
cursor: pointer; |
| 140 |
text-decoration: none; |
| 141 |
} |
| 142 |
.paginate_button.disabled { |
| 143 |
color: #999999 !important; |
| 144 |
text-decoration: none; |
| 145 |
cursor: default; |
| 146 |
} |
| 147 |
.paginate_button.current { |
| 148 |
font-weight: bold; |
| 149 |
text-decoration: none; |
| 150 |
cursor: default; |
| 151 |
} |
| 152 |
/* Two button pagination - previous/next */ |
| 153 |
.dataTables_paginate.paging_simple { |
| 154 |
padding: 0 15px; |
| 155 |
} |
| 156 |
.paging_simple .paginate_button.previous:before, |
| 157 |
.paging_simple .paginate_button.next:after { |
| 158 |
text-align: left; |
| 159 |
font-family: TablePress; |
| 160 |
font-size: 14px; |
| 161 |
font-weight: bold; |
| 162 |
-webkit-font-smoothing: antialiased; |
| 163 |
content: "\f053"; |
| 164 |
text-shadow: 0.1em 0.1em #666666; |
| 165 |
position: absolute; |
| 166 |
top: 0; |
| 167 |
right: auto; |
| 168 |
bottom: 0; |
| 169 |
left: -14px; |
| 170 |
margin: auto; |
| 171 |
height: 14px; |
| 172 |
width: 14px; |
| 173 |
line-height: 1; |
| 174 |
} |
| 175 |
.paging_simple .paginate_button.next:after { |
| 176 |
text-align: right; |
| 177 |
content: "\f054"; |
| 178 |
left: auto; |
| 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-right: 20px; /* more right padding for sort arrows */ |
| 219 |
cursor: pointer; |
| 220 |
outline: none; |
| 221 |
} |
| 222 |
.tablepress .sorting:after, |
| 223 |
.tablepress .sorting_asc:after, |
| 224 |
.tablepress .sorting_desc:after { |
| 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: auto; |
| 233 |
right: 6px; |
| 234 |
margin: auto; |
| 235 |
height: 14px; |
| 236 |
line-height: 1; |
| 237 |
} |
| 238 |
.tablepress .sorting:after { |
| 239 |
content: "\f0dc"; |
| 240 |
} |
| 241 |
.tablepress .sorting_asc:after { |
| 242 |
content: "\f0d8"; |
| 243 |
padding: 0 0 2px; |
| 244 |
} |
| 245 |
.tablepress .sorting_desc:after { |
| 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:after { |
| 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 |
|