PluginProbe ʕ •ᴥ•ʔ
File Manager Pro – Filester / 1.9
File Manager Pro – Filester v1.9
2.1.1 trunk 1.6.1 1.7.6 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9 2.0 2.0.1 2.0.2 2.1.0
filester / includes / File_manager / lib / themes / windows-10 / css / icons.css
filester / includes / File_manager / lib / themes / windows-10 / css Last commit date
contextmenu.css 9 months ago dialog.css 9 months ago icons.css 9 months ago main.css 9 months ago navbar.css 9 months ago reset.css 9 months ago statusbar.css 9 months ago theme.css 9 months ago toolbar.css 9 months ago view-list.css 9 months ago view-thumbnail.css 9 months ago
icons.css
111 lines
1 /* icons.css */
2
3 /* These are shown thoughought the UI, not just in the list/thumbnail view */
4 /* General icon settings (in main view panel) */
5 .elfinder-cwd-icon {
6 /* */
7 }
8
9 .elfinder-cwd-icon:before {
10 color: white;
11 background: #70787d91;
12 }
13
14 .elfinder-cwd-icon:before {
15 background: #ffffffa6;
16 }
17
18 /* If you are using CSS sprites for your icons, set the background position
19 in each of the below styles */
20 /* Directory */
21 .elfinder-cwd-icon-directory {
22 background-color: transparent;
23 background-image: url('../images/16px/directory.png') !important;
24 background-position: center center;
25 height: 16px;
26 width: 16px;
27 }
28
29 /* Empty file */
30 .elfinder-cwd-icon-x-empty,
31 .elfinder-cwd-icon-inode {
32 /* */
33 }
34
35 /* (Rich) Text */
36 .elfinder-cwd-icon-text,
37 .elfinder-cwd-icon-rtf,
38 .elfinder-cwd-icon-rtfd {
39 /* */
40 }
41
42 /* PDF */
43 .elfinder-cwd-icon-pdf {
44 /* */
45 }
46
47 /* Microsoft Word */
48 .elfinder-cwd-icon-vnd-ms-word {
49 /* */
50 }
51
52 /* Microsoft PowerPoint */
53 .elfinder-cwd-icon-vnd-ms-powerpoint {
54 /* */
55 }
56
57 /* Microsoft Excel */
58 .elfinder-cwd-icon-ms-excel,
59 .elfinder-cwd-icon-vnd-ms-excel,
60 .elfinder-cwd-icon-vnd-ms-excel-addin-macroEnabled-12,
61 .elfinder-cwd-icon-vnd-ms-excel-sheet-binary-macroEnabled-12,
62 .elfinder-cwd-icon-vnd-ms-excel-sheet-macroEnabled-12,
63 .elfinder-cwd-icon-vnd-ms-excel-template-macroEnabled-12 {
64 /* */
65 }
66
67 /* Audio */
68 .elfinder-cwd-icon-audio {
69 /* */
70 }
71
72 /* Video */
73 .elfinder-cwd-icon-video,
74 .elfinder-cwd-icon-flash-video {
75 /* */
76 }
77
78 /* Archives */
79 .elfinder-cwd-icon-zip,
80 .elfinder-cwd-icon-x-zip,
81 .elfinder-cwd-icon-x-xz,
82 .elfinder-cwd-icon-x-7z-compressed,
83 .elfinder-cwd-icon-x-gzip,
84 .elfinder-cwd-icon-x-tar,
85 .elfinder-cwd-icon-x-bzip,
86 .elfinder-cwd-icon-x-bzip2,
87 .elfinder-cwd-icon-x-rar {
88 /* */
89 }
90
91 /* Code/Scripts */
92 .elfinder-cwd-icon-javascript,
93 .elfinder-cwd-icon-x-javascript,
94 .elfinder-cwd-icon-x-perl,
95 .elfinder-cwd-icon-x-python,
96 .elfinder-cwd-icon-x-ruby,
97 .elfinder-cwd-icon-x-sh,
98 .elfinder-cwd-icon-x-shellscript,
99 .elfinder-cwd-icon-x-c,
100 .elfinder-cwd-icon-x-csrc,
101 .elfinder-cwd-icon-x-chdr,
102 .elfinder-cwd-icon-x-c--,
103 .elfinder-cwd-icon-x-c--src,
104 .elfinder-cwd-icon-x-c--hdr,
105 .elfinder-cwd-icon-x-java,
106 .elfinder-cwd-icon-x-java-source,
107 .elfinder-cwd-icon-x-php,
108 .elfinder-cwd-icon-xml {
109 /* */
110 }
111