mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-03 03:52:54 +02:00
issue #2047 update fontello
This commit is contained in:
14
themes/default/vendor/fontello/config.json
vendored
14
themes/default/vendor/fontello/config.json
vendored
@@ -172,6 +172,20 @@
|
||||
"checkmark"
|
||||
]
|
||||
},
|
||||
{
|
||||
"uid": "b412fd1c3c6a55434c9a760fa1c6b033",
|
||||
"css": "arrow-rotate-left",
|
||||
"code": 59415,
|
||||
"src": "custom_icons",
|
||||
"selected": true,
|
||||
"svg": {
|
||||
"path": "M245.5 312.5H343.8C378.3 312.5 406.3 340.4 406.3 375S378.3 437.5 343.8 437.5H93.8C59.2 437.5 31.3 409.6 31.3 375V125C31.3 90.4 59.2 62.5 93.8 62.5S156.3 90.4 156.3 125V225L190.6 190.6C361.5 19.7 638.5 19.7 809.4 190.6S980.3 638.5 809.4 809.4 361.5 980.3 190.6 809.4C166.2 785 166.2 745.3 190.6 720.9S254.7 696.5 279.1 720.9C401.2 843 599 843 721.1 720.9S843.2 401 721.1 278.9 401.2 156.8 279.1 278.9L245.5 312.5Z",
|
||||
"width": 1000
|
||||
},
|
||||
"search": [
|
||||
"arrow-rotate-left-solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"uid": "fc2be7412ecc63e208f1bf56ce8f35b5",
|
||||
"css": "calendar",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
.pwg-icon-up-open:before { content: '\e800'; } /* '' */
|
||||
.pwg-icon-user:before { content: '\e805'; } /* '' */
|
||||
.pwg-icon-menu:before { content: '\e811'; } /* '' */
|
||||
.pwg-icon-arrow-rotate-left:before { content: '\e817'; } /* '' */
|
||||
.pwg-icon-user-edit:before { content: '\e818'; } /* '' */
|
||||
.pwg-icon-album:before { content: '\e819'; } /* '' */
|
||||
.pwg-icon-calendar-plus:before { content: '\e81b'; } /* '' */
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -3,6 +3,7 @@
|
||||
.pwg-icon-up-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.pwg-icon-user { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.pwg-icon-menu { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.pwg-icon-arrow-rotate-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.pwg-icon-user-edit { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.pwg-icon-album { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.pwg-icon-calendar-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
.pwg-icon-up-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.pwg-icon-user { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.pwg-icon-menu { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.pwg-icon-arrow-rotate-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.pwg-icon-user-edit { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.pwg-icon-album { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.pwg-icon-calendar-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
|
||||
15
themes/default/vendor/fontello/css/fontello.css
vendored
15
themes/default/vendor/fontello/css/fontello.css
vendored
@@ -1,11 +1,11 @@
|
||||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('../font/fontello.eot?96325242');
|
||||
src: url('../font/fontello.eot?96325242#iefix') format('embedded-opentype'),
|
||||
url('../font/fontello.woff2?96325242') format('woff2'),
|
||||
url('../font/fontello.woff?96325242') format('woff'),
|
||||
url('../font/fontello.ttf?96325242') format('truetype'),
|
||||
url('../font/fontello.svg?96325242#fontello') format('svg');
|
||||
src: url('../font/fontello.eot?55799586');
|
||||
src: url('../font/fontello.eot?55799586#iefix') format('embedded-opentype'),
|
||||
url('../font/fontello.woff2?55799586') format('woff2'),
|
||||
url('../font/fontello.woff?55799586') format('woff'),
|
||||
url('../font/fontello.ttf?55799586') format('truetype'),
|
||||
url('../font/fontello.svg?55799586#fontello') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@@ -15,7 +15,7 @@
|
||||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('../font/fontello.svg?96325242#fontello') format('svg');
|
||||
src: url('../font/fontello.svg?55799586#fontello') format('svg');
|
||||
}
|
||||
}
|
||||
*/
|
||||
@@ -58,6 +58,7 @@
|
||||
.pwg-icon-up-open:before { content: '\e800'; } /* '' */
|
||||
.pwg-icon-user:before { content: '\e805'; } /* '' */
|
||||
.pwg-icon-menu:before { content: '\e811'; } /* '' */
|
||||
.pwg-icon-arrow-rotate-left:before { content: '\e817'; } /* '' */
|
||||
.pwg-icon-user-edit:before { content: '\e818'; } /* '' */
|
||||
.pwg-icon-album:before { content: '\e819'; } /* '' */
|
||||
.pwg-icon-calendar-plus:before { content: '\e81b'; } /* '' */
|
||||
|
||||
25
themes/default/vendor/fontello/demo.html
vendored
25
themes/default/vendor/fontello/demo.html
vendored
@@ -146,11 +146,11 @@
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('./font/fontello.eot?76795929');
|
||||
src: url('./font/fontello.eot?76795929#iefix') format('embedded-opentype'),
|
||||
url('./font/fontello.woff?76795929') format('woff'),
|
||||
url('./font/fontello.ttf?76795929') format('truetype'),
|
||||
url('./font/fontello.svg?76795929#fontello') format('svg');
|
||||
src: url('./font/fontello.eot?81807675');
|
||||
src: url('./font/fontello.eot?81807675#iefix') format('embedded-opentype'),
|
||||
url('./font/fontello.woff?81807675') format('woff'),
|
||||
url('./font/fontello.ttf?81807675') format('truetype'),
|
||||
url('./font/fontello.svg?81807675#fontello') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@@ -225,6 +225,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="span3" title="Code: 0xe817">
|
||||
<i class="demo-icon pwg-icon-arrow-rotate-left"></i> <span class="i-name">pwg-icon-arrow-rotate-left</span><span class="i-code">0xe817</span>
|
||||
</div>
|
||||
<div class="span3" title="Code: 0xe818">
|
||||
<i class="demo-icon pwg-icon-user-edit"></i> <span class="i-name">pwg-icon-user-edit</span><span class="i-code">0xe818</span>
|
||||
</div>
|
||||
@@ -234,11 +237,11 @@
|
||||
<div class="span3" title="Code: 0xe81b">
|
||||
<i class="demo-icon pwg-icon-calendar-plus"></i> <span class="i-name">pwg-icon-calendar-plus</span><span class="i-code">0xe81b</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="span3" title="Code: 0xe81f">
|
||||
<i class="demo-icon pwg-icon-spin6 animate-spin"></i> <span class="i-name">pwg-icon-spin6</span><span class="i-code">0xe81f</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="span3" title="Code: 0xe820">
|
||||
<i class="demo-icon pwg-icon-checkmark"></i> <span class="i-name">pwg-icon-checkmark</span><span class="i-code">0xe820</span>
|
||||
</div>
|
||||
@@ -248,11 +251,11 @@
|
||||
<div class="span3" title="Code: 0xe822">
|
||||
<i class="demo-icon pwg-icon-cancel"></i> <span class="i-name">pwg-icon-cancel</span><span class="i-code">0xe822</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="span3" title="Code: 0xe823">
|
||||
<i class="demo-icon pwg-icon-trash"></i> <span class="i-name">pwg-icon-trash</span><span class="i-code">0xe823</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="span3" title="Code: 0xe824">
|
||||
<i class="demo-icon pwg-icon-search-folder"></i> <span class="i-name">pwg-icon-search-folder</span><span class="i-code">0xe824</span>
|
||||
</div>
|
||||
@@ -262,11 +265,11 @@
|
||||
<div class="span3" title="Code: 0xe84a">
|
||||
<i class="demo-icon pwg-icon-plus-circled"></i> <span class="i-name">pwg-icon-plus-circled</span><span class="i-code">0xe84a</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="span3" title="Code: 0xe900">
|
||||
<i class="demo-icon pwg-icon-search"></i> <span class="i-name">pwg-icon-search</span><span class="i-code">0xe900</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="span3" title="Code: 0xf1c5">
|
||||
<i class="demo-icon pwg-icon-file-image"></i> <span class="i-name">pwg-icon-file-image</span><span class="i-code">0xf1c5</span>
|
||||
</div>
|
||||
|
||||
BIN
themes/default/vendor/fontello/font/fontello.eot
vendored
BIN
themes/default/vendor/fontello/font/fontello.eot
vendored
Binary file not shown.
@@ -14,6 +14,8 @@
|
||||
|
||||
<glyph glyph-name="menu" unicode="" d="M834 90q42 0 73-30t31-75q0-42-30-73t-74-31l-730 0q-44 0-74 31t-30 73q0 44 31 75t73 30l730 0z m0 364q44 0 74-31t30-73-30-73-74-30l-730 0q-44 0-74 30t-30 73 30 73 74 31l730 0z m0 365q44 0 74-31t30-73q0-43-31-74t-73-31l-730 0q-43 0-73 31t-31 74q0 43 30 73t74 31l730 0z" horiz-adv-x="938" />
|
||||
|
||||
<glyph glyph-name="arrow-rotate-left" unicode="" d="M246 538h98c34 0 62-28 62-63s-28-62-62-62h-250c-35 0-63 27-63 62v250c0 35 28 63 63 63s62-28 62-63v-100l35 34c171 171 448 171 618 0s171-447 0-618-447-171-618 0c-25 24-25 64 0 88s64 25 88 0c122-122 320-122 442 0s122 320 0 442-320 122-442 0l-33-33z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="user-edit" unicode="" d="M438 350c138 0 250 112 250 250 0 138-112 250-250 250-139 0-250-112-250-250 0-138 111-250 250-250z m175-62h-33c-43-20-92-32-142-32-51 0-99 12-143 32h-32c-145 0-263-118-263-263v-81c0-52 42-94 94-94h537c-5 13-7 27-5 42l13 119 2 21 16 16 151 151c-48 54-117 89-195 89z m88-284l-13-119c-2-20 14-37 34-35l119 13 269 270-140 140-269-269z m535 321l-74 74c-18 18-47 18-66 0l-73-74-8-8 140-140 81 82c19 18 19 48 0 66z" horiz-adv-x="1250" />
|
||||
|
||||
<glyph glyph-name="album" unicode="" d="M1171 514c-6 9-14 16-24 21-9 5-20 8-30 7h-849c-18 0-35-6-50-17-15-10-27-24-34-41 0-2 0-4 0-5l-109-398v692h242l98-138c4-5 8-9 13-12 6-2 11-4 17-4h602c0 21-8 40-22 55-14 14-33 22-53 22h-508l-86 123c-7 9-16 17-27 23-10 5-22 8-34 8h-242c-20 0-39-8-53-22-14-15-22-34-22-55v-873c1-13 6-27 16-36 10-9 23-14 37-14h932c8 0 16 2 23 7 7 5 12 12 14 21l157 581c3 9 4 19 2 28-1 10-5 19-10 27z" horiz-adv-x="1182" />
|
||||
|
||||
|
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.7 KiB |
BIN
themes/default/vendor/fontello/font/fontello.ttf
vendored
BIN
themes/default/vendor/fontello/font/fontello.ttf
vendored
Binary file not shown.
BIN
themes/default/vendor/fontello/font/fontello.woff
vendored
BIN
themes/default/vendor/fontello/font/fontello.woff
vendored
Binary file not shown.
BIN
themes/default/vendor/fontello/font/fontello.woff2
vendored
BIN
themes/default/vendor/fontello/font/fontello.woff2
vendored
Binary file not shown.
Reference in New Issue
Block a user