theme.css 3.6 KB

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