PluginProbe ʕ •ᴥ•ʔ
Folders – Unlimited Folders to Organize Media Library Folder, Pages, Posts, File Manager / 2.4
Folders – Unlimited Folders to Organize Media Library Folder, Pages, Posts, File Manager v2.4
3.1.9 3.1.8 3.1.7 2.9.3 2.9.4 2.9.5 2.9.6 2.9.7 2.9.8 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 trunk 1.3.7 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 2.4 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.5 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.5.7 2.5.8 2.5.9 2.6 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.6.6 2.6.7 2.6.8 2.6.9 2.7 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.8 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.8.9 2.9 2.9.1 2.9.2
folders / assets / css / folder-icon.css
folders / assets / css Last commit date
admin-setting.css 6 years ago design.css 6 years ago folder-icon.css 7 years ago media.css 6 years ago settings.css 6 years ago spectrum.min.css 6 years ago
folder-icon.css
82 lines
1 @font-face {
2 font-family: 'folder-icon';
3 src: url('../fonts/folder-icon.eot?44ce3u');
4 src: url('../fonts/folder-icon.eot?44ce3u#iefix') format('embedded-opentype'),
5 url('../fonts/folder-icon.ttf?44ce3u') format('truetype'),
6 url('../fonts/folder-icon.woff?44ce3u') format('woff'),
7 url('../fonts/folder-icon.svg?44ce3u#folder-icon') format('svg');
8 font-weight: normal;
9 font-style: normal;
10 }
11
12 [class^="folder-icon-"], [class*=" folder-icon-"] {
13 /* use !important to prevent issues with browser extensions that change fonts */
14 font-family: 'folder-icon' !important;
15 speak: none;
16 font-style: normal;
17 font-weight: normal;
18 font-variant: normal;
19 text-transform: none;
20 line-height: 1;
21
22 /* Better Font Rendering =========== */
23 -webkit-font-smoothing: antialiased;
24 -moz-osx-font-smoothing: grayscale;
25 }
26
27 .folder-icon-expand_more:before {
28 content: "\e90f";
29 }
30 .folder-icon-edit:before {
31 content: "\e910";
32 }
33 .folder-icon-expand_less:before {
34 content: "\e911";
35 }
36 .folder-icon-folder_special:before {
37 content: "\e900";
38 }
39 .folder-icon-insert_drive_file:before {
40 content: "\e901";
41 }
42 .folder-icon-border_color .path1:before {
43 content: "\e902";
44 }
45 .folder-icon-border_color .path2:before {
46 content: "\e903";
47 margin-left: -1em;
48 }
49 .folder-icon-file_copy:before {
50 content: "\e904";
51 }
52 .folder-icon-all_inbox:before {
53 content: "\e905";
54 }
55 .folder-icon-delete:before {
56 content: "\e906";
57 }
58 .folder-icon-star_rate:before {
59 content: "\e907";
60 }
61 .folder-icon-arrow_drop_down:before {
62 content: "\e908";
63 }
64 .folder-icon-arrow_right:before {
65 content: "\e909";
66 }
67 .folder-icon-more_vert:before {
68 content: "\e90a";
69 }
70 .folder-icon-folder_shared:before {
71 content: "\e90b";
72 }
73 .folder-icon-folder_open:before {
74 content: "\e90c";
75 }
76 .folder-icon-folder:before {
77 content: "\e90d";
78 }
79 .folder-icon-create_new_folder:before {
80 content: "\e90e";
81 }
82