Licitator 1.0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

110 lines
2.2 KiB

5 years ago
  1. /* icons.css */
  2. /* These are shown thoughought the UI, not just in the list/thumbnail view */
  3. /* General icon settings (in main view panel) */
  4. .elfinder-cwd-icon {
  5. /* */
  6. }
  7. .elfinder-cwd-icon:before {
  8. color: white;
  9. background: #70787d91;
  10. }
  11. .elfinder-cwd-icon:before {
  12. background: #ffffffa6;
  13. }
  14. /* If you are using CSS sprites for your icons, set the background position
  15. in each of the below styles */
  16. /* Directory */
  17. .elfinder-cwd-icon-directory {
  18. background-color: transparent;
  19. background-image: url('../images/16px/directory.png') !important;
  20. background-position: center center;
  21. height: 16px;
  22. width: 16px;
  23. }
  24. /* Empty file */
  25. .elfinder-cwd-icon-x-empty,
  26. .elfinder-cwd-icon-inode {
  27. /* */
  28. }
  29. /* (Rich) Text */
  30. .elfinder-cwd-icon-text,
  31. .elfinder-cwd-icon-rtf,
  32. .elfinder-cwd-icon-rtfd {
  33. /* */
  34. }
  35. /* PDF */
  36. .elfinder-cwd-icon-pdf {
  37. /* */
  38. }
  39. /* Microsoft Word */
  40. .elfinder-cwd-icon-vnd-ms-word {
  41. /* */
  42. }
  43. /* Microsoft PowerPoint */
  44. .elfinder-cwd-icon-vnd-ms-powerpoint {
  45. /* */
  46. }
  47. /* Microsoft Excel */
  48. .elfinder-cwd-icon-ms-excel,
  49. .elfinder-cwd-icon-vnd-ms-excel,
  50. .elfinder-cwd-icon-vnd-ms-excel-addin-macroEnabled-12,
  51. .elfinder-cwd-icon-vnd-ms-excel-sheet-binary-macroEnabled-12,
  52. .elfinder-cwd-icon-vnd-ms-excel-sheet-macroEnabled-12,
  53. .elfinder-cwd-icon-vnd-ms-excel-template-macroEnabled-12 {
  54. /* */
  55. }
  56. /* Audio */
  57. .elfinder-cwd-icon-audio {
  58. /* */
  59. }
  60. /* Video */
  61. .elfinder-cwd-icon-video,
  62. .elfinder-cwd-icon-flash-video {
  63. /* */
  64. }
  65. /* Archives */
  66. .elfinder-cwd-icon-zip,
  67. .elfinder-cwd-icon-x-zip,
  68. .elfinder-cwd-icon-x-xz,
  69. .elfinder-cwd-icon-x-7z-compressed,
  70. .elfinder-cwd-icon-x-gzip,
  71. .elfinder-cwd-icon-x-tar,
  72. .elfinder-cwd-icon-x-bzip,
  73. .elfinder-cwd-icon-x-bzip2,
  74. .elfinder-cwd-icon-x-rar {
  75. /* */
  76. }
  77. /* Code/Scripts */
  78. .elfinder-cwd-icon-javascript,
  79. .elfinder-cwd-icon-x-javascript,
  80. .elfinder-cwd-icon-x-perl,
  81. .elfinder-cwd-icon-x-python,
  82. .elfinder-cwd-icon-x-ruby,
  83. .elfinder-cwd-icon-x-sh,
  84. .elfinder-cwd-icon-x-shellscript,
  85. .elfinder-cwd-icon-x-c,
  86. .elfinder-cwd-icon-x-csrc,
  87. .elfinder-cwd-icon-x-chdr,
  88. .elfinder-cwd-icon-x-c--,
  89. .elfinder-cwd-icon-x-c--src,
  90. .elfinder-cwd-icon-x-c--hdr,
  91. .elfinder-cwd-icon-x-java,
  92. .elfinder-cwd-icon-x-java-source,
  93. .elfinder-cwd-icon-x-php,
  94. .elfinder-cwd-icon-xml {
  95. /* */
  96. }