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
settings.css
277 lines
| 1 | span.upgrade-message { |
| 2 | padding: 5px 10px; |
| 3 | background: #fff; |
| 4 | display: inline-block; |
| 5 | font-size: 14px; |
| 6 | color: #000; |
| 7 | } |
| 8 | a.pink, span.pink { |
| 9 | color: #FF5983; |
| 10 | text-decoration: none; |
| 11 | font-weight: bold; |
| 12 | } |
| 13 | /*#setting-form { |
| 14 | float: left; |
| 15 | width: 600px; |
| 16 | }*/ |
| 17 | .form-table { |
| 18 | margin: 0; |
| 19 | } |
| 20 | .form-table th { |
| 21 | width: 220px; |
| 22 | } |
| 23 | .form-table th.default-folder { |
| 24 | width: 100px; |
| 25 | } |
| 26 | .premio-help { |
| 27 | text-align: center; |
| 28 | } |
| 29 | .premio-help a { |
| 30 | display: inline-block; |
| 31 | width: 200px; |
| 32 | margin-top: 15px; |
| 33 | } |
| 34 | .premio-help a img { |
| 35 | width: 100%; |
| 36 | height: auto; |
| 37 | } |
| 38 | .hide-option { |
| 39 | display: none; |
| 40 | } |
| 41 | .accordion { |
| 42 | border: solid 1px #cccccc; |
| 43 | border-radius: 10px; |
| 44 | margin: 0 0 10px 0; |
| 45 | max-width: 1024px; |
| 46 | } |
| 47 | .accordion-header { |
| 48 | background: #c0c0c0; |
| 49 | color: #000000; |
| 50 | padding: 10px 15px; |
| 51 | font-size: 15px; |
| 52 | cursor: pointer; |
| 53 | border-radius: 10px; |
| 54 | } |
| 55 | .accordion-header.active { |
| 56 | border-radius: 0px; |
| 57 | -webkit-border-top-left-radius: 10px; |
| 58 | -webkit-border-top-right-radius: 10px; |
| 59 | -moz-border-radius-topleft: 10px; |
| 60 | -moz-border-radius-topright: 10px; |
| 61 | border-top-left-radius: 10px; |
| 62 | border-top-right-radius: 10px; |
| 63 | } |
| 64 | .accordion-header.active span { |
| 65 | transform: rotate(180deg); |
| 66 | } |
| 67 | select.hide-show-option { |
| 68 | width: 170px; |
| 69 | } |
| 70 | .accordion-content { |
| 71 | background: #f5f5f5; |
| 72 | padding: 15px; |
| 73 | -webkit-border-bottom-right-radius: 10px; |
| 74 | -webkit-border-bottom-left-radius: 10px; |
| 75 | -moz-border-radius-bottomright: 10px; |
| 76 | -moz-border-radius-bottomleft: 10px; |
| 77 | border-bottom-right-radius: 10px; |
| 78 | border-bottom-left-radius: 10px; |
| 79 | display: none; |
| 80 | } |
| 81 | .sp-replacer.sp-light { |
| 82 | padding: 0 !important; |
| 83 | margin: 0 !important; |
| 84 | border: none !important; |
| 85 | } |
| 86 | .sp-dd { |
| 87 | display: none !important; |
| 88 | } |
| 89 | .sp-preview { |
| 90 | width: 32px !important; |
| 91 | height: 32px !important; |
| 92 | margin: 0 !important; |
| 93 | padding: 0 !important; |
| 94 | border: none !important; |
| 95 | background: #fff !important; |
| 96 | } |
| 97 | .form-table select { |
| 98 | width: 180px |
| 99 | } |
| 100 | .accordion-header span { |
| 101 | float: right; |
| 102 | } |
| 103 | .form-title { |
| 104 | font-size: 23px; |
| 105 | font-weight: 400; |
| 106 | margin: 0; |
| 107 | padding: 0 0 10px 0; |
| 108 | line-height: 29px; |
| 109 | min-height: 36px; |
| 110 | } |
| 111 | .add-new-folder, button.organize-button { |
| 112 | text-decoration: none; |
| 113 | display: block; |
| 114 | float: right; |
| 115 | font-size: 14px; |
| 116 | padding: 4px 10px; |
| 117 | background: #F51366; |
| 118 | color: #fff; |
| 119 | border: solid 1px #F51366; |
| 120 | border-radius: 3px; |
| 121 | line-height: 24px; |
| 122 | -webkit-box-shadow: 0 3px 5px -3px #333333; |
| 123 | -moz-box-shadow: 0 3px 5px -3px #333333; |
| 124 | box-shadow: 0 3px 5px -3px #333333; |
| 125 | position: relative; |
| 126 | } |
| 127 | .add-new-folder span { |
| 128 | display: block; |
| 129 | float: left; |
| 130 | line-height: 20px; |
| 131 | font-size: 14px; |
| 132 | margin-right: 5px; |
| 133 | } |
| 134 | .add-new-folder span.folder-icon-create_new_folder { |
| 135 | font-size: 20px; |
| 136 | } |
| 137 | .form-options { |
| 138 | background: #fff; |
| 139 | padding: 10px 10px 0 10px; |
| 140 | margin: 0 0px; |
| 141 | } |
| 142 | .form-options ul { |
| 143 | margin: 0; |
| 144 | padding: 0; |
| 145 | } |
| 146 | .form-options li { |
| 147 | display: inline-block; |
| 148 | margin: 0 5px 0 0; |
| 149 | vertical-align: top; |
| 150 | } |
| 151 | .form-options li a { |
| 152 | display: inline-block; |
| 153 | text-decoration: none; |
| 154 | padding: 5px 12px; |
| 155 | color: #000; |
| 156 | background: #ccc; |
| 157 | box-shadow: 0 1px 0 #ccc; |
| 158 | vertical-align: middle; |
| 159 | border: solid 1px #ccc; |
| 160 | border-radius: 3px; |
| 161 | margin: 0 0 10px 0; |
| 162 | } |
| 163 | .form-options span.icon { |
| 164 | font-size: 18px; |
| 165 | display: inline-block; |
| 166 | vertical-align: top; |
| 167 | } |
| 168 | .form-options li.last { |
| 169 | margin: 0; |
| 170 | } |
| 171 | .form-options li.last a { |
| 172 | padding: 3px; |
| 173 | } |
| 174 | .form-options li.last a span.icon { |
| 175 | font-size: 28px; |
| 176 | line-height: 22px; |
| 177 | } |
| 178 | .header-posts a, .un-categorised-items a { |
| 179 | color: #444444; |
| 180 | padding: 7px; |
| 181 | border-radius: 3px; |
| 182 | display: block; |
| 183 | text-decoration: none; |
| 184 | font-size: 14px; |
| 185 | line-height: 18px; |
| 186 | } |
| 187 | .header-posts a.active-item, .un-categorised-items.active-item { |
| 188 | background: #008ec2; |
| 189 | color: #fff; |
| 190 | } |
| 191 | span.total-count { |
| 192 | float: right; |
| 193 | background: #fff; |
| 194 | padding: 0 5px; |
| 195 | border: solid 1px #cccccc; |
| 196 | font-size: 10px; |
| 197 | line-height: 16px; |
| 198 | border-radius: 2px; |
| 199 | } |
| 200 | .un-categorised-items.active-item a span, .header-posts a.active-item span.total-count { |
| 201 | color: #444444 !important; |
| 202 | } |
| 203 | .media-buttons { |
| 204 | margin: 10px 0 0 0; |
| 205 | padding: 10px; |
| 206 | background: #fff; |
| 207 | text-align: center; |
| 208 | } |
| 209 | .media-buttons select, .media-buttons button { |
| 210 | width: 48%; |
| 211 | display: inline-block; |
| 212 | margin: 0 2% 0 0; |
| 213 | } |
| 214 | .header-posts { |
| 215 | margin: 10px 0 0 0; |
| 216 | } |
| 217 | .add-new-folder:hover, .add-new-folder:focus, .organize-button:hover, .organize-button:focus { |
| 218 | color: #ffffff; |
| 219 | } |
| 220 | .add-new-folder:hover:after, .organize-button:hover:after { |
| 221 | content: ""; |
| 222 | width: 100%; |
| 223 | height: 100%; |
| 224 | background: rgba(0,0,0,0.10); |
| 225 | position: absolute; |
| 226 | top: 0; |
| 227 | left: 0; |
| 228 | } |
| 229 | .folder-list li a { |
| 230 | color: #333; |
| 231 | text-decoration: none; |
| 232 | margin: 0 0 1px 0; |
| 233 | border-radius: 3px; |
| 234 | font-size: 20px; |
| 235 | display: block; |
| 236 | line-height: 18px; |
| 237 | } |
| 238 | .folder-list li a i { |
| 239 | display: inline-block; |
| 240 | vertical-align: middle; |
| 241 | } |
| 242 | .folder-list li a span { |
| 243 | font-size: 16px; |
| 244 | display: inline-block; |
| 245 | vertical-align: middle; |
| 246 | } |
| 247 | .preview-inner-box { |
| 248 | background: #e4e4e4; |
| 249 | padding: 15px; |
| 250 | width: 300px; |
| 251 | float: right; |
| 252 | } |
| 253 | .accordion-left { |
| 254 | width: 600px; |
| 255 | float: left; |
| 256 | } |
| 257 | .accordion-right { |
| 258 | width: calc(100% - 620px); |
| 259 | float: right; |
| 260 | } |
| 261 | .preview-text { |
| 262 | font-size: 20px; |
| 263 | padding: 0px 0 10px; |
| 264 | width: 330px; |
| 265 | float: right; |
| 266 | } |
| 267 | .preview-text-info { |
| 268 | padding: 10px 0 0; |
| 269 | font-size: 12px; |
| 270 | line-height: 12px; |
| 271 | } |
| 272 | .media-select option { |
| 273 | color: #000000; |
| 274 | } |
| 275 | .media-select option:first-child { |
| 276 | font-weight: bold; |
| 277 | } |