theme.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. /*!
  2. * bootstrap-fileinput v4.5.2
  3. * http://plugins.krajee.com/file-input
  4. *
  5. * Krajee Explorer theme style for bootstrap-fileinput. Load this theme file after loading `fileinput.css`.
  6. *
  7. * Author: Kartik Visweswaran
  8. * Copyright: 2014 - 2018, Kartik Visweswaran, Krajee.com
  9. *
  10. * Licensed under the BSD 3-Clause
  11. * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
  12. */
  13. .theme-explorer .file-upload-indicator, .theme-explorer .file-drag-handle, .theme-explorer .explorer-frame .kv-file-content, .theme-explorer .file-actions, .explorer-frame .file-preview-other {
  14. text-align: center;
  15. }
  16. .theme-explorer .file-thumb-progress .progress, .theme-explorer .file-thumb-progress .progress-bar {
  17. height: 13px;
  18. font-size: 11px;
  19. line-height: 13px;
  20. }
  21. .theme-explorer .file-upload-indicator, .theme-explorer .file-drag-handle {
  22. position: absolute;
  23. display: inline-block;
  24. top: 0;
  25. right: 3px;
  26. width: 16px;
  27. height: 16px;
  28. font-size: 16px;
  29. }
  30. .theme-explorer .file-thumb-progress .progress, .theme-explorer .explorer-caption {
  31. display: block;
  32. }
  33. .theme-explorer .explorer-frame td {
  34. vertical-align: middle;
  35. text-align: left;
  36. }
  37. .theme-explorer .explorer-frame .kv-file-content {
  38. width: 80px;
  39. height: 80px;
  40. padding: 5px;
  41. }
  42. .theme-explorer .file-actions-cell {
  43. position: relative;
  44. width: 120px;
  45. padding: 0;
  46. }
  47. .theme-explorer .file-thumb-progress .progress {
  48. margin-top: 5px;
  49. }
  50. .theme-explorer .explorer-caption {
  51. color: #777;
  52. }
  53. .theme-explorer .kvsortable-ghost {
  54. opacity: 0.6;
  55. background: #e1edf7;
  56. border: 2px solid #a1abff;
  57. }
  58. .theme-explorer .file-preview .table {
  59. margin: 0;
  60. }
  61. .theme-explorer .file-error-message ul {
  62. padding: 5px 0 0 20px;
  63. }
  64. .explorer-frame .file-preview-text {
  65. display: inline-block;
  66. color: #428bca;
  67. border: 1px solid #ddd;
  68. font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  69. outline: none;
  70. padding: 8px;
  71. resize: none;
  72. }
  73. .explorer-frame .file-preview-html {
  74. display: inline-block;
  75. border: 1px solid #ddd;
  76. padding: 8px;
  77. overflow: auto;
  78. }
  79. .explorer-frame .file-other-icon {
  80. font-size: 2.6em;
  81. }
  82. @media only screen and (max-width: 767px) {
  83. .theme-explorer .table, .theme-explorer .table tbody, .theme-explorer .table tr, .theme-explorer .table td {
  84. display: block;
  85. width: 100% !important;
  86. }
  87. .theme-explorer .table {
  88. border: none;
  89. }
  90. .theme-explorer .table tr {
  91. margin-top: 5px;
  92. }
  93. .theme-explorer .table tr:first-child {
  94. margin-top: 0;
  95. }
  96. .theme-explorer .table td {
  97. text-align: center;
  98. }
  99. .theme-explorer .table .kv-file-content {
  100. border-bottom: none;
  101. padding: 4px;
  102. margin: 0;
  103. }
  104. .theme-explorer .table .kv-file-content .file-preview-image {
  105. max-width: 100%;
  106. font-size: 20px;
  107. }
  108. .theme-explorer .file-details-cell {
  109. border-top: none;
  110. border-bottom: none;
  111. padding-top: 0;
  112. margin: 0;
  113. }
  114. .theme-explorer .file-actions-cell {
  115. border-top: none;
  116. padding-bottom: 4px;
  117. }
  118. .theme-explorer .explorer-frame .explorer-caption {
  119. white-space: nowrap;
  120. text-overflow: ellipsis;
  121. overflow: hidden;
  122. left: 0;
  123. right: 0;
  124. margin: auto;
  125. }
  126. }
  127. /*noinspection CssOverwrittenProperties*/
  128. .file-zoom-dialog .explorer-frame .file-other-icon {
  129. font-size: 22em;
  130. font-size: 50vmin;
  131. }