From: Tim Düsterhus Date: Fri, 10 May 2013 17:12:47 +0000 (+0200) Subject: Update Font Awesome to 3.1 X-Git-Tag: 2.0.0_Beta_1~174^2~3^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d3a5993f595e88509aca79f59368fa72973b3a81;p=GitHub%2FWoltLab%2FWCF.git Update Font Awesome to 3.1 --- diff --git a/wcfsetup/install/files/font/FontAwesome.otf b/wcfsetup/install/files/font/FontAwesome.otf index 64049bf2e7..32dd8b1cd5 100644 Binary files a/wcfsetup/install/files/font/FontAwesome.otf and b/wcfsetup/install/files/font/FontAwesome.otf differ diff --git a/wcfsetup/install/files/font/fontawesome-webfont.eot b/wcfsetup/install/files/font/fontawesome-webfont.eot index 7d81019e4f..c080283bdd 100644 Binary files a/wcfsetup/install/files/font/fontawesome-webfont.eot and b/wcfsetup/install/files/font/fontawesome-webfont.eot differ diff --git a/wcfsetup/install/files/font/fontawesome-webfont.svg b/wcfsetup/install/files/font/fontawesome-webfont.svg index ba0afe5ef6..10a1e1bbf7 100644 --- a/wcfsetup/install/files/font/fontawesome-webfont.svg +++ b/wcfsetup/install/files/font/fontawesome-webfont.svg @@ -53,14 +53,14 @@ - + - - - + + + - - + + @@ -70,7 +70,7 @@ - + @@ -89,11 +89,11 @@ - + - + @@ -115,12 +115,12 @@ - - + + - - - + + + @@ -132,13 +132,13 @@ - + - + @@ -152,8 +152,8 @@ - - + + @@ -163,21 +163,21 @@ - + - - + + - + - - - + + + @@ -186,9 +186,9 @@ - + - + @@ -197,7 +197,7 @@ - + @@ -230,8 +230,8 @@ - - + + @@ -255,8 +255,8 @@ - - + + @@ -271,14 +271,69 @@ - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/wcfsetup/install/files/font/fontawesome-webfont.ttf b/wcfsetup/install/files/font/fontawesome-webfont.ttf index d46172476a..908f69ec9a 100644 Binary files a/wcfsetup/install/files/font/fontawesome-webfont.ttf and b/wcfsetup/install/files/font/fontawesome-webfont.ttf differ diff --git a/wcfsetup/install/files/font/fontawesome-webfont.woff b/wcfsetup/install/files/font/fontawesome-webfont.woff index 3c89ae09b8..a33af950ae 100644 Binary files a/wcfsetup/install/files/font/fontawesome-webfont.woff and b/wcfsetup/install/files/font/fontawesome-webfont.woff differ diff --git a/wcfsetup/install/files/style/icon.less b/wcfsetup/install/files/style/icon.less index 3d0a31de3b..b265165544 100644 --- a/wcfsetup/install/files/style/icon.less +++ b/wcfsetup/install/files/style/icon.less @@ -1,9 +1,9 @@ @font-face { font-family: 'FontAwesome'; - src: url('../font/fontawesome-webfont.eot?v=3.0.1'); - src: url('../font/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'), - url('../font/fontawesome-webfont.woff?v=3.0.1') format('woff'), - url('../font/fontawesome-webfont.ttf?v=3.0.1') format('truetype'); + src: url('../font/fontawesome-webfont.eot?v=3.1.0'); + src: url('../font/fontawesome-webfont.eot?#iefix&v=3.1.0') format('embedded-opentype'), + url('../font/fontawesome-webfont.woff?v=3.1.0') format('woff'), + url('../font/fontawesome-webfont.ttf?v=3.1.0') format('truetype'); font-weight: normal; font-style: normal; } @@ -94,8 +94,51 @@ a > span.icon:not(.pointer) { 100% { transform: rotate(359deg); } } -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen - readers do not read off random characters that represent icons */ +.icon-rotate-90 { + -webkit-transform: rotate(90deg); + -moz-transform: rotate(90deg); + -ms-transform: rotate(90deg); + -o-transform: rotate(90deg); + transform: rotate(90deg); + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); +} + +.icon-rotate-180 { + -webkit-transform: rotate(180deg); + -moz-transform: rotate(180deg); + -ms-transform: rotate(180deg); + -o-transform: rotate(180deg); + transform: rotate(180deg); + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); +} + +.icon-rotate-270 { + -webkit-transform: rotate(270deg); + -moz-transform: rotate(270deg); + -ms-transform: rotate(270deg); + -o-transform: rotate(270deg); + transform: rotate(270deg); + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); +} + +.icon-flip-horizontal { + -webkit-transform: scale(-1, 1); + -moz-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + -o-transform: scale(-1, 1); + transform: scale(-1, 1); +} + +.icon-flip-vertical { + -webkit-transform: scale(1, -1); + -moz-transform: scale(1, -1); + -ms-transform: scale(1, -1); + -o-transform: scale(1, -1); + transform: scale(1, -1); +} + +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ .icon-glass:before { content: "\f000"; } .icon-music:before { content: "\f001"; } .icon-search:before { content: "\f002"; } @@ -126,9 +169,10 @@ a > span.icon:not(.pointer) { .icon-upload:before { content: "\f01b"; } .icon-inbox:before { content: "\f01c"; } .icon-play-circle:before { content: "\f01d"; } -.icon-repeat:before { content: "\f01e"; } +.icon-repeat:before, +.icon-rotate-right:before { content: "\f01e"; } -/* \f020 doesn't work in Safari. all shifted one down */ +/* F020 doesn't work in Safari. all shifted one down */ .icon-refresh:before { content: "\f021"; } .icon-list-alt:before { content: "\f022"; } .icon-lock:before { content: "\f023"; } @@ -197,7 +241,8 @@ a > span.icon:not(.pointer) { .icon-arrow-right:before { content: "\f061"; } .icon-arrow-up:before { content: "\f062"; } .icon-arrow-down:before { content: "\f063"; } -.icon-share-alt:before { content: "\f064"; } +.icon-share-alt:before, +.icon-mail-forward:before { content: "\f064"; } .icon-resize-full:before { content: "\f065"; } .icon-resize-small:before { content: "\f066"; } .icon-plus:before { content: "\f067"; } @@ -306,12 +351,13 @@ a > span.icon:not(.pointer) { .icon-caret-right:before { content: "\f0da"; } .icon-columns:before { content: "\f0db"; } .icon-sort:before { content: "\f0dc"; } -.icon-sort-down:before { content: "\f0dd"; } -.icon-sort-up:before { content: "\f0de"; } +.icon-sort-down:before { content: "\f0dd"; } +.icon-sort-up:before { content: "\f0de"; } .icon-envelope-alt:before { content: "\f0e0"; } .icon-linkedin:before { content: "\f0e1"; } -.icon-undo:before { content: "\f0e2"; } +.icon-undo:before, +.icon-rotate-left:before { content: "\f0e2"; } .icon-legal:before { content: "\f0e3"; } .icon-dashboard:before { content: "\f0e4"; } .icon-comment-alt:before { content: "\f0e5"; } @@ -359,7 +405,64 @@ a > span.icon:not(.pointer) { .icon-spinner:before { content: "\f110" !important; } .icon-circle:before { content: "\f111"; } -.icon-reply:before { content: "\f112"; } -.icon-github-alt:before { content: "\f113"; } +.icon-reply:before, +.icon-mail-reply:before { content: "\f112"; } .icon-folder-close-alt:before { content: "\f114"; } -.icon-folder-open-alt:before { content: "\f115"; } \ No newline at end of file +.icon-folder-open-alt:before { content: "\f115"; } +.icon-expand-alt:before { content: "\f116"; } +.icon-collapse-alt:before { content: "\f117"; } +.icon-smile:before { content: "\f118"; } +.icon-frown:before { content: "\f119"; } +.icon-meh:before { content: "\f11a"; } +.icon-gamepad:before { content: "\f11b"; } +.icon-keyboard:before { content: "\f11c"; } +.icon-flag-alt:before { content: "\f11d"; } +.icon-flag-checkered:before { content: "\f11e"; } + +.icon-terminal:before { content: "\f120"; } +.icon-code:before { content: "\f121"; } +.icon-reply-all:before, { content: "\f122"; } +.icon-mail-reply-all:before { content: "\f122"; } +.icon-star-half-empty:before { content: "\f123"; } +.icon-location-arrow:before { content: "\f124"; } +.icon-crop:before { content: "\f125"; } +.icon-code-fork:before { content: "\f126"; } +.icon-unlink:before { content: "\f127"; } +.icon-question:before { content: "\f128"; } +.icon-info:before { content: "\f129"; } +.icon-exclamation:before { content: "\f12a"; } +.icon-superscript:before { content: "\f12b"; } +.icon-subscript:before { content: "\f12c"; } +.icon-eraser:before { content: "\f12d"; } +.icon-puzzle-piece:before { content: "\f12e"; } + +.icon-microphone:before { content: "\f130"; } +.icon-microphone-off:before { content: "\f131"; } +.icon-shield:before { content: "\f132"; } +.icon-calendar-empty:before { content: "\f133"; } +.icon-fire-extinguisher:before { content: "\f134"; } +.icon-rocket:before { content: "\f135"; } +.icon-maxcdn:before { content: "\f136"; } +.icon-chevron-sign-left:before { content: "\f137"; } +.icon-chevron-sign-right:before { content: "\f138"; } +.icon-chevron-sign-up:before { content: "\f139"; } +.icon-chevron-sign-down:before { content: "\f13a"; } +.icon-html5:before { content: "\f13b"; } +.icon-css3:before { content: "\f13c"; } +.icon-anchor:before { content: "\f13d"; } +.icon-unlock-alt:before { content: "\f13e"; } + +.icon-bullseye:before { content: "\f140"; } +.icon-ellipsis-horizontal:before { content: "\f141"; } +.icon-ellipsis-vertical:before { content: "\f142"; } +.icon-rss-sign:before { content: "\f143"; } +.icon-play-sign:before { content: "\f144"; } +.icon-ticket:before { content: "\f145"; } +.icon-minus-sign-alt:before { content: "\f146"; } +.icon-check-minus:before { content: "\f147"; } +.icon-level-up:before { content: "\f148"; } +.icon-level-down:before { content: "\f149"; } +.icon-check-sign:before { content: "\f14a"; } +.icon-edit-sign:before { content: "\f14b"; } +.icon-external-link-sign:before { content: "\f14c"; } +.icon-share-sign:before { content: "\f14d"; } \ No newline at end of file