| 1 |
@media screen and (max-width: 782px) { |
| 2 |
.column-title { |
| 3 |
width: 150px; |
| 4 |
} |
| 5 |
.column-date { |
| 6 |
display: table-cell !important; |
| 7 |
width: auto !important; |
| 8 |
} |
| 9 |
.nav-tab-wrapper { |
| 10 |
padding-left: 5px !important; |
| 11 |
padding-right: 5px !important; |
| 12 |
} |
| 13 |
.top .tablenav-pages { |
| 14 |
display: none; |
| 15 |
} |
| 16 |
.bottom .tablenav-pages { |
| 17 |
width: auto !important; |
| 18 |
margin-top: 0px !important; |
| 19 |
} |
| 20 |
.bottom .displaying-num { |
| 21 |
position: inherit !important; |
| 22 |
} |
| 23 |
} |
| 24 |
@media screen and (max-width: 979px) { |
| 25 |
.column-thumbupload { |
| 26 |
display: none; |
| 27 |
} |
| 28 |
.thumbs-list-wrapper { |
| 29 |
margin-top: 0px !important; |
| 30 |
} |
| 31 |
} |
| 32 |
|
| 33 |
div.thumbs-list-wrapper, div.log-list-wrapper{ |
| 34 |
text-align:center; |
| 35 |
margin-top: 1.5em; |
| 36 |
} |
| 37 |
div.thumbs-list-wrapper>div, div.log-list-wrapper>div{ |
| 38 |
margin: 0 auto; |
| 39 |
display: inline-block; |
| 40 |
} |
| 41 |
#ThumbsTable, #LogTable{ |
| 42 |
border: none; |
| 43 |
box-shadow: none; |
| 44 |
-webkit-box-shadow: none; |
| 45 |
-moz-box-shadow: none; |
| 46 |
border-radius: 10px; |
| 47 |
-webkit-border-radius: 10px; |
| 48 |
-moz-border-radius: 10px; |
| 49 |
background: #B9C9FE; |
| 50 |
color: #039; |
| 51 |
width: 100%; |
| 52 |
margin: 10px auto; |
| 53 |
} |
| 54 |
#ThumbsTable tbody, #LogTable tbody { |
| 55 |
background: #e8edff; |
| 56 |
color: #669; |
| 57 |
} |
| 58 |
#ThumbsTable>tbody>tr:hover, #LogTable>tbody>tr:hover { |
| 59 |
background: #d0dafd; |
| 60 |
} |
| 61 |
#ThumbsTable>tbody>tr:not(:last-child) td, #LogTable>tbody>tr:not(:last-child) td { |
| 62 |
border-bottom-color: #b9c9fe; |
| 63 |
border-bottom-style: solid; |
| 64 |
border-bottom-width: 1px; |
| 65 |
} |
| 66 |
#ThumbsTable td, #ThumbsTable th, #LogTable td, #LogTable th{ |
| 67 |
text-align: center; |
| 68 |
vertical-align: middle; |
| 69 |
margin: 0; |
| 70 |
padding: 4px; |
| 71 |
} |
| 72 |
#LogTable td { |
| 73 |
text-align: left; |
| 74 |
} |
| 75 |
td.title.column-title, .column-thumbupload { |
| 76 |
text-align: left !important; |
| 77 |
} |
| 78 |
#ThumbsTable img{ |
| 79 |
display: block; |
| 80 |
margin: 5px auto; |
| 81 |
} |
| 82 |
#LogTable td > pre, .spoiler-body > pre, .expander pre, .collapser pre { |
| 83 |
margin: 0; |
| 84 |
display: inline-block; |
| 85 |
white-space: pre-line; |
| 86 |
} |
| 87 |
tr.selected{ |
| 88 |
background: #B6ADCE; |
| 89 |
} |
| 90 |
tr.selected:hover{ |
| 91 |
background: #D8D3E5 !important; |
| 92 |
} |
| 93 |
.check-column, .column-icon { |
| 94 |
white-space: nowrap; |
| 95 |
width: 1%; |
| 96 |
} |
| 97 |
.column-entry, .column-title { |
| 98 |
/*width: 100%;*/ |
| 99 |
} |
| 100 |
.column-thumbupload { |
| 101 |
white-space: nowrap; |
| 102 |
width: 35%; |
| 103 |
} |
| 104 |
#document_gallery_gen_box .column-thumbupload { |
| 105 |
width: auto; |
| 106 |
padding-left: 7em; |
| 107 |
} |
| 108 |
.nav-tab:before, .deleteSelected:before, .clearLog:before, .expandAll:before, .collapseAll:before, .logLabel.date:before, .collapser:after, .expander:after{ |
| 109 |
display: inline-block; |
| 110 |
-webkit-font-smoothing: antialiased; |
| 111 |
font: normal 20px/1 'dashicons'; |
| 112 |
vertical-align: text-bottom; |
| 113 |
padding-right: 5px; |
| 114 |
} |
| 115 |
.General-tab:before{ |
| 116 |
content: '\f108'; |
| 117 |
} |
| 118 |
.Thumbnail-tab:before{ |
| 119 |
content: '\f233'; |
| 120 |
} |
| 121 |
.Logging-tab:before{ |
| 122 |
content: '\f163'; |
| 123 |
} |
| 124 |
.Advanced-tab:before{ |
| 125 |
content: '\f332'; |
| 126 |
} |
| 127 |
.deleteSelected:before, .clearLog:before{ |
| 128 |
content: '\f182'; |
| 129 |
} |
| 130 |
.expandAll:before { |
| 131 |
content: '\f211'; |
| 132 |
} |
| 133 |
.collapseAll:before { |
| 134 |
content: '\f506'; |
| 135 |
} |
| 136 |
.expandAll, .collapseAll { |
| 137 |
display: none; |
| 138 |
} |
| 139 |
#ThumbsTable .title a:after, #LogTable>tbody a:after{ |
| 140 |
content: '\f504'; |
| 141 |
display: inline-block; |
| 142 |
-webkit-font-smoothing: antialiased; |
| 143 |
font-family: 'dashicons'; |
| 144 |
font-size: inherit; |
| 145 |
font-style: normal; |
| 146 |
font-variant: normal; |
| 147 |
font-weight: normal; |
| 148 |
line-height: 1; |
| 149 |
vertical-align: inherit; |
| 150 |
padding-left: 5px; |
| 151 |
} |
| 152 |
#LogTable>tbody a { |
| 153 |
-webkit-transition: none; |
| 154 |
transition: none; |
| 155 |
text-decoration: none; |
| 156 |
outline: 0; |
| 157 |
} |
| 158 |
#LogTable>tbody pre strong { |
| 159 |
font-weight: bolder; |
| 160 |
} |
| 161 |
#LogTable>tbody a:active, #LogTable>tbody a:hover { |
| 162 |
color: #2ea2cc; |
| 163 |
} |
| 164 |
.levelSelector { |
| 165 |
float: right; |
| 166 |
} |
| 167 |
.logLabel { |
| 168 |
padding: 0 10px; |
| 169 |
color: #fff !important; |
| 170 |
text-decoration: none; |
| 171 |
font-weight: bolder; |
| 172 |
border: none !important; |
| 173 |
float:left; |
| 174 |
margin-left: 1px; |
| 175 |
margin-top: 1px; |
| 176 |
-webkit-border-radius: 100px; |
| 177 |
-moz-border-radius: 100px; |
| 178 |
border-radius: 100px; |
| 179 |
cursor: context-menu; |
| 180 |
} |
| 181 |
.logLabel.warning { |
| 182 |
background: #F89406; |
| 183 |
} |
| 184 |
.logLabel.detail { |
| 185 |
background: #3A87AD; |
| 186 |
} |
| 187 |
.logLabel.error { |
| 188 |
background: #CC0000; |
| 189 |
} |
| 190 |
.logLabel.date { |
| 191 |
background: #999999; |
| 192 |
/*white-space: nowrap;*/ |
| 193 |
font-weight: inherit; |
| 194 |
} |
| 195 |
.logLabel.date:before{ |
| 196 |
font-size: inherit; |
| 197 |
vertical-align: middle; |
| 198 |
padding-bottom: 0.2em; |
| 199 |
content: '\f469'; |
| 200 |
} |
| 201 |
.spoiler-body { |
| 202 |
padding: 1px 6px 2px; |
| 203 |
display: none; |
| 204 |
border-top: 1px solid #C3CBD1; |
| 205 |
background: #F5F5F5; |
| 206 |
} |
| 207 |
.column-entry { |
| 208 |
text-align: left !important; |
| 209 |
} |
| 210 |
.expander pre, .collapser pre { |
| 211 |
vertical-align: middle; |
| 212 |
float: left; |
| 213 |
white-space: pre-wrap; |
| 214 |
} |
| 215 |
.expander, .collapser { |
| 216 |
display: table; |
| 217 |
vertical-align: middle; |
| 218 |
width: 100%; |
| 219 |
cursor: pointer; |
| 220 |
} |
| 221 |
.expander > div, .collapser > div { |
| 222 |
display: table-cell; |
| 223 |
vertical-align: middle; |
| 224 |
height: 100%; |
| 225 |
} |
| 226 |
.dashicons.dashicons-arrow-down-alt2, .dashicons.dashicons-arrow-up-alt2 { |
| 227 |
float: right; |
| 228 |
padding-right: 15px; |
| 229 |
} |
| 230 |
.levelSelector > *, .dashicons { |
| 231 |
-webkit-touch-callout: none; |
| 232 |
-webkit-user-select: none; |
| 233 |
-khtml-user-select: none; |
| 234 |
-moz-user-select: none; |
| 235 |
-ms-user-select: none; |
| 236 |
user-select: none; |
| 237 |
} |
| 238 |
.levelSelector > input[type=checkbox] { |
| 239 |
display:none; |
| 240 |
} |
| 241 |
.levelSelector > input[type=checkbox] + label { |
| 242 |
color: #6B6B6B; |
| 243 |
font-weight: bolder; |
| 244 |
margin: 4px 0px; |
| 245 |
overflow: auto; |
| 246 |
text-align: center; |
| 247 |
padding: 3px 8px; |
| 248 |
display: table-cell; |
| 249 |
background-color: #f5f5f5; |
| 250 |
background-image: -moz-linear-gradient(top,#fff,#e6e6e6); |
| 251 |
background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6)); |
| 252 |
background-image: -webkit-linear-gradient(top,#fff,#e6e6e6); |
| 253 |
background-image: -o-linear-gradient(top,#fff,#e6e6e6); |
| 254 |
background-image: linear-gradient(to bottom,#fff,#e6e6e6); |
| 255 |
background-repeat: repeat-x; |
| 256 |
border: 1px solid #ccc; |
| 257 |
border-color: #e6e6e6 #e6e6e6 #bfbfbf; |
| 258 |
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25); |
| 259 |
border-bottom-color: #b3b3b3; |
| 260 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0); |
| 261 |
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); |
| 262 |
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05); |
| 263 |
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05); |
| 264 |
box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05); |
| 265 |
} |
| 266 |
.levelSelector > input[type=checkbox] + label:first-of-type { |
| 267 |
border-top-left-radius: 4px; |
| 268 |
border-bottom-left-radius: 4px; |
| 269 |
} |
| 270 |
.levelSelector > input[type=checkbox] + label:last-of-type { |
| 271 |
border-top-right-radius: 4px; |
| 272 |
border-bottom-right-radius: 4px; |
| 273 |
} |
| 274 |
.levelSelector > input[type=checkbox]:checked + label { |
| 275 |
background-image: none; |
| 276 |
outline: 0; |
| 277 |
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05); |
| 278 |
-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05); |
| 279 |
box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05); |
| 280 |
} |
| 281 |
.levelSelector > input[type=checkbox] + label.errorLevel { |
| 282 |
color: #CC0000; |
| 283 |
} |
| 284 |
.levelSelector > input[type=checkbox]:checked + label.errorLevel { |
| 285 |
background-color: #CC0000; |
| 286 |
color: #fff; |
| 287 |
} |
| 288 |
.levelSelector > input[type=checkbox] + label.warningLevel { |
| 289 |
color: #F89406; |
| 290 |
} |
| 291 |
.levelSelector > input[type=checkbox]:checked + label.warningLevel { |
| 292 |
background-color: #F89406; |
| 293 |
color: #fff; |
| 294 |
} |
| 295 |
.levelSelector > input[type=checkbox] + label.detailLevel { |
| 296 |
color: #3A87AD; |
| 297 |
} |
| 298 |
.levelSelector > input[type=checkbox]:checked + label.detailLevel { |
| 299 |
background-color: #3A87AD; |
| 300 |
color: #fff; |
| 301 |
} |
| 302 |
.noLog { |
| 303 |
font-size: x-large; |
| 304 |
display: block; |
| 305 |
width: 100%; |
| 306 |
text-align: center; |
| 307 |
margin-top: 20ex; |
| 308 |
line-height: 150%; |
| 309 |
} |
| 310 |
.loggingON, .loggingOFF { |
| 311 |
font-weight: bolder; |
| 312 |
} |
| 313 |
.loggingON { |
| 314 |
color: green; |
| 315 |
} |
| 316 |
.loggingOFF { |
| 317 |
color: red; |
| 318 |
} |
| 319 |
th input{ |
| 320 |
margin-left: 0 !important; |
| 321 |
margin-top: 1px !important; |
| 322 |
} |
| 323 |
td input{ |
| 324 |
margin-right: 0 !important; |
| 325 |
} |
| 326 |
textarea[readonly], input[readonly], select[readonly] { |
| 327 |
background-color: #dcdcdc; |
| 328 |
} |
| 329 |
.nowrap { |
| 330 |
white-space: nowrap; |
| 331 |
} |
| 332 |
.column-level { |
| 333 |
white-space: nowrap; |
| 334 |
width: 6em; |
| 335 |
} |
| 336 |
.column-date { |
| 337 |
width: 16em !important; |
| 338 |
} |
| 339 |
.column-thumbupload { |
| 340 |
-webkit-user-select: none; |
| 341 |
-moz-user-select: none; |
| 342 |
-ms-user-select: none; |
| 343 |
user-select: none; |
| 344 |
cursor: context-menu; |
| 345 |
} |
| 346 |
.column-thumbupload > * { |
| 347 |
visibility: hidden; |
| 348 |
} |
| 349 |
.column-thumbupload .dashicons { |
| 350 |
font-size: x-large; |
| 351 |
padding-top: 2px; |
| 352 |
padding-left: 16px; |
| 353 |
padding-right: 10px; |
| 354 |
vertical-align: text-bottom; |
| 355 |
} |
| 356 |
/*Attempt to add fancy shadows*/ |
| 357 |
/*#ThumbsTable tr:hover { |
| 358 |
z-index: 3; |
| 359 |
border-color: #ccc; |
| 360 |
-webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2); |
| 361 |
-moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2); |
| 362 |
-ms-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2); |
| 363 |
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2); |
| 364 |
}*/ |
| 365 |
#ThumbsTable tr:hover .column-thumbupload > *, #document_gallery_gen_box #ThumbsTable tr .column-thumbupload > * { |
| 366 |
visibility: visible; |
| 367 |
} |
| 368 |
.dragover { |
| 369 |
outline: 3px dashed #83b4d8; |
| 370 |
} |
| 371 |
.html5dndmarker span { |
| 372 |
padding: 0px 10px; |
| 373 |
} |
| 374 |
.buttons-area input:first-child { |
| 375 |
display: none !important; |
| 376 |
} |
| 377 |
#document_gallery_gen_box h3 span { |
| 378 |
font-weight: 100; |
| 379 |
} |
| 380 |
#document_gallery_gen_box h3 span i b { |
| 381 |
font-weight: 500; |
| 382 |
} |
| 383 |
th.column-description { |
| 384 |
text-align: left !important; |
| 385 |
} |
| 386 |
.editable-description { |
| 387 |
max-height: 70px; |
| 388 |
overflow-y: auto; |
| 389 |
text-align: justify; |
| 390 |
} |
| 391 |
.column-description textarea { |
| 392 |
height: 65px; |
| 393 |
width: 100%; |
| 394 |
} |
| 395 |
td.column-title, td.column-description { |
| 396 |
position: relative; |
| 397 |
} |
| 398 |
td.column-title.trans, td.column-description.trans { |
| 399 |
background-color: inherit; |
| 400 |
transition: background-color 1s linear; |
| 401 |
-moz-transition: background-color 1s linear; |
| 402 |
-o-transition: background-color 1s linear; |
| 403 |
-webkit-transition: background-color 1s linear; |
| 404 |
} |
| 405 |
td .dashicons-edit, td .edit-controls { |
| 406 |
display: none; |
| 407 |
position: absolute; |
| 408 |
top: 5px; |
| 409 |
right: 12px; |
| 410 |
} |
| 411 |
td .dashicons-edit, .edit-controls .dashicons-yes, .edit-controls .dashicons-no { |
| 412 |
z-index: 100; |
| 413 |
font-size: x-large; |
| 414 |
cursor: pointer; |
| 415 |
} |
| 416 |
td .dashicons-edit { |
| 417 |
color: #0074A2; |
| 418 |
} |
| 419 |
.edit-controls:hover { |
| 420 |
opacity: 1; |
| 421 |
} |
| 422 |
.edit-controls { |
| 423 |
opacity: 0.1; |
| 424 |
} |
| 425 |
.edit-controls .dashicons-yes { |
| 426 |
color: green; |
| 427 |
} |
| 428 |
.edit-controls .dashicons-no { |
| 429 |
color: red; |
| 430 |
} |
| 431 |
.responseSuccess { |
| 432 |
background-color: greenyellow !important; |
| 433 |
} |
| 434 |
.responseFail { |
| 435 |
background-color: crimson !important; |
| 436 |
} |
| 437 |
td.column-title .dashicons-edit, td.column-description .dashicons-edit { |
| 438 |
display: block; |
| 439 |
overflow: hidden; |
| 440 |
height: 0; |
| 441 |
opacity: 0; |
| 442 |
transition: opacity 1s ease-out; |
| 443 |
-moz-transition: opacity 1s ease-out; |
| 444 |
-o-transition: opacity 1s ease-out; |
| 445 |
-webkit-transition: opacity 1s ease-out; |
| 446 |
} |
| 447 |
td.column-title:hover .dashicons-edit, td.column-description:hover .dashicons-edit { |
| 448 |
opacity: 1; |
| 449 |
height: auto; |
| 450 |
} |
| 451 |
td.column-title input { |
| 452 |
width: 75%; |
| 453 |
} |
| 454 |
.manual-download { |
| 455 |
display: block; |
| 456 |
text-align: center; |
| 457 |
} |
| 458 |
.editable-description::-webkit-scrollbar, .column-description textarea::-webkit-scrollbar { |
| 459 |
width: 5px; |
| 460 |
height: 5px; |
| 461 |
} |
| 462 |
.editable-description::-webkit-scrollbar-track-piece, .column-description textarea::-webkit-scrollbar-track-piece { |
| 463 |
background-color: #ffffff; |
| 464 |
-webkit-border-radius: 5px; |
| 465 |
} |
| 466 |
.editable-description::-webkit-scrollbar-thumb:vertical, .column-description textarea::-webkit-scrollbar-thumb:vertical { |
| 467 |
height: 5px; |
| 468 |
background-color: #9b9b9b;; |
| 469 |
-webkit-border-radius: 5px; |
| 470 |
} |
| 471 |
.document-gallery-settings label.setting { |
| 472 |
margin: 2px 0; |
| 473 |
} |
| 474 |
.document-gallery-settings label.setting table { |
| 475 |
width: 100%; |
| 476 |
padding-right: 8px; |
| 477 |
} |
| 478 |
.document-gallery-settings label.setting table tr td:last-of-type, .document-gallery-settings label.setting table tr td:last-of-type * { |
| 479 |
text-align: right !important; |
| 480 |
float: none !important; |
| 481 |
margin: auto 0 !important; |
| 482 |
} |
| 483 |
.document-gallery-settings label.setting table tr td:last-of-type select { |
| 484 |
max-width: none !important; |
| 485 |
} |
| 486 |
.document-gallery-settings label.setting table tr td span { |
| 487 |
text-align: left !important; |
| 488 |
float: none !important; |
| 489 |
} |