admin-setting.css
5 years ago
design.css
5 years ago
design.min.css
5 years ago
folder-icon.css
5 years ago
folders.css
5 years ago
folders.min.css
5 years ago
jstree.css
5 years ago
jstree.min.css
5 years ago
media.css
6 years ago
new-media.css
5 years ago
page-post-media.css
5 years ago
page-post-media.min.css
5 years ago
replace-media.css
5 years ago
select2.min.css
5 years ago
settings.css
5 years ago
spectrum.min.css
6 years ago
folders.css
165 lines
| 1 | #custom-scroll-menu a, #custom-scroll-menu a:hover, #custom-scroll-menu a:focus { |
| 2 | text-decoration: none; |
| 3 | color: #333; |
| 4 | outline: none; |
| 5 | box-shadow: none; |
| 6 | } |
| 7 | #js-tree-menu { |
| 8 | padding: 10px 10px 10px 0; |
| 9 | background: #fff; |
| 10 | box-shadow: 0 4px 21px rgba(7,16,28,.1); |
| 11 | } |
| 12 | .pfolder-folder-close { |
| 13 | font-size: 16px; |
| 14 | } |
| 15 | .jstree-open > a > .pfolder-folder-close:before { |
| 16 | content: "\e902"; |
| 17 | } |
| 18 | span.folder-actions { |
| 19 | position: absolute; |
| 20 | right: 4px; |
| 21 | } |
| 22 | .folder-actions span i { |
| 23 | font-size: 10px; |
| 24 | width: 16px; |
| 25 | text-align: center; |
| 26 | } |
| 27 | .folder-actions span { |
| 28 | width: 0px; |
| 29 | overflow: hidden; |
| 30 | height: 30px; |
| 31 | line-height: 30px; |
| 32 | transition: all 0.2s linear; |
| 33 | display: inline-block; |
| 34 | font-size: 10px; |
| 35 | text-align: center; |
| 36 | } |
| 37 | .folder-actions span.premio-folder-count { |
| 38 | width: auto; |
| 39 | } |
| 40 | a.jstree-anchor:hover span.folder-inline-edit { |
| 41 | width: 20px; |
| 42 | } |
| 43 | #jstree-dnd { |
| 44 | background-color: #cecece; |
| 45 | border-radius: 3px; |
| 46 | display: block; |
| 47 | height: 32px; |
| 48 | line-height: 32px; |
| 49 | margin: 0; |
| 50 | opacity: .8; |
| 51 | overflow: hidden; |
| 52 | padding: 0 10px 0 40px; |
| 53 | -o-text-overflow: ellipsis; |
| 54 | text-overflow: ellipsis; |
| 55 | white-space: nowrap; |
| 56 | width: 260px |
| 57 | } |
| 58 | |
| 59 | #jstree-dnd .jstree-icon { |
| 60 | top: 6px; |
| 61 | background-position: 50%; |
| 62 | background-repeat: no-repeat; |
| 63 | background-size: contain; |
| 64 | height: 20px; |
| 65 | width: 20px; |
| 66 | display: none; |
| 67 | } |
| 68 | #js-tree-menu .folder-checkbox { |
| 69 | display: none; |
| 70 | } |
| 71 | #js-tree-menu.show-folder-checkbox .folder-checkbox { |
| 72 | display: inline-block; |
| 73 | } |
| 74 | #js-tree-menu.show-folder-checkbox .pfolder-folder-close { |
| 75 | display: none; |
| 76 | } |
| 77 | li.jstree-node.is-high > a .star-icon { |
| 78 | width: 16px; |
| 79 | text-align: center; |
| 80 | color: #ffc90e; |
| 81 | } |
| 82 | li.jstree-node.is-sticky > a .sticky-icon { |
| 83 | width: 16px; |
| 84 | text-align: center; |
| 85 | } |
| 86 | li.jstree-node.is-sticky > a .sticky-icon i { |
| 87 | font-size: 12px; |
| 88 | } |
| 89 | li.jstree-node .jstree-hovered .star-icon, li.jstree-node .jstree-hovered .sticky-icon { |
| 90 | width: 0px !important; |
| 91 | } |
| 92 | .js-tree-data { |
| 93 | display: none; |
| 94 | } |
| 95 | .cssload-container { |
| 96 | width: 100%; |
| 97 | height: 49px; |
| 98 | text-align: center; |
| 99 | } |
| 100 | |
| 101 | .cssload-tube-tunnel { |
| 102 | width: 49px; |
| 103 | height: 49px; |
| 104 | margin: 0 auto; |
| 105 | border: 4px solid; |
| 106 | border-radius: 50%; |
| 107 | border-color: #ccc; |
| 108 | animation: cssload-scale 1035ms infinite linear; |
| 109 | -o-animation: cssload-scale 1035ms infinite linear; |
| 110 | -ms-animation: cssload-scale 1035ms infinite linear; |
| 111 | -webkit-animation: cssload-scale 1035ms infinite linear; |
| 112 | -moz-animation: cssload-scale 1035ms infinite linear; |
| 113 | } |
| 114 | |
| 115 | .ajax-preloader { |
| 116 | padding: 50px 0; |
| 117 | } |
| 118 | |
| 119 | @keyframes cssload-scale { |
| 120 | 0% { transform: scale(0); transform: scale(0); } |
| 121 | 90% { transform: scale(0.7); transform: scale(0.7); } |
| 122 | 100% { transform: scale(1); transform: scale(1); } |
| 123 | } |
| 124 | |
| 125 | @-o-keyframes cssload-scale { |
| 126 | 0% { -o-transform: scale(0); transform: scale(0); } |
| 127 | 90% { -o-transform: scale(0.7); transform: scale(0.7); } |
| 128 | 100% { -o-transform: scale(1); transform: scale(1); } |
| 129 | } |
| 130 | |
| 131 | @-ms-keyframes cssload-scale { |
| 132 | 0% { -ms-transform: scale(0); transform: scale(0); } |
| 133 | 90% { -ms-transform: scale(0.7); transform: scale(0.7); } |
| 134 | 100% { -ms-transform: scale(1); transform: scale(1); } |
| 135 | } |
| 136 | |
| 137 | @-webkit-keyframes cssload-scale { |
| 138 | 0% { -webkit-transform: scale(0); transform: scale(0); } |
| 139 | 90% { -webkit-transform: scale(0.7); transform: scale(0.7); } |
| 140 | 100% { -webkit-transform: scale(1); transform: scale(1); } |
| 141 | } |
| 142 | |
| 143 | @-moz-keyframes cssload-scale { |
| 144 | 0% { -moz-transform: scale(0); transform: scale(0); } |
| 145 | 90% { -moz-transform: scale(0.7); transform: scale(0.7); } |
| 146 | 100% { -moz-transform: scale(1); transform: scale(1); } |
| 147 | } |
| 148 | .sticky-folders > ul > li > a > span.folder-actions > span { |
| 149 | transition: all 0.25s linear; |
| 150 | } |
| 151 | .sticky-folders > ul > li > a:hover .star-icon { |
| 152 | width: 0px !important; |
| 153 | } |
| 154 | .sticky-folders > ul > li > a:hover .folder-inline-edit { |
| 155 | width: 16px !important; |
| 156 | text-align: center; |
| 157 | } |
| 158 | .sticky-folders li.is-high a span.star-icon { |
| 159 | width: 16px; |
| 160 | text-align: center; |
| 161 | color: #ffc90e; |
| 162 | } |
| 163 | .folder-menu-content .cssload-container { |
| 164 | margin: 100px 0 0 0; |
| 165 | } |