diff --git a/README.md b/README.md index 62fac57..6511b43 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -LibreICONS (v1.0.6) is a Free (as in Cost, and Liberty) Icon Library in much of a similar spirit as Font Awesome, Glyphicons, and other great Icons Libraries available. +LibreICONS (v2.0.0) is a Free (as in Cost, and Liberty) Icon Library in much of a similar spirit as Font Awesome, Glyphicons, and other great Icons Libraries available. Why another Icon Library? Well, out of much frustration of other Icon Libraries either having Icons that were needed for Web Development, from watching posts in other Projects for requested Icons, and those requests not being fullfiled or simply ignored. And due to the similar needs of missing Icons from other Libraries for developing [LibreCMS](https://github.com/StudioJunkyard/LibreCMS). @@ -8,15 +8,4 @@ The included icons are sized to fit within 14 x 14. Icons are originally designed or converted in SVG Format. -Here's a breakdown, of what were working on getting done thus far: - -CSS Helpers: -============ -* Colors -* Sizing -* Rotation -* Flipping -* Animation - Animate.css - http://daneden.me/animate -* Stacking - Class names for other Font Libraries are also included to make transitioning easier from another Library, so there's no actual need to sift through code and change class names. diff --git a/css/libreicons-svg.css b/css/libreicons-svg.css new file mode 100755 index 0000000..1d94904 --- /dev/null +++ b/css/libreicons-svg.css @@ -0,0 +1,669 @@ +/*! + * LibreICONS v1.0.6 by @devel - https://github.com/StudioJunkyard/LibreICONS + * License - http://www.gnu.org/licenses/gpl-3.0.txt + * Version 1.0.6 + */ +@charset"UTF-8"; +.libre{position:relative;display:inline-block;width:14px;height:14px} +.libre-lg{width:1.33333333em;height:1.33333333em;vertical-align:-15%} +.libre-2x{width:1.25em;height:1.25em} +.libre-3x{width:1.5em;height:1.5em} +.libre-4x{width:1.75em;height:1.75em} +.libre-5x{width:2em;height:2em} +.libre-fw{width:1.28571429em;height:1.28571429em;text-align:center} +.libre-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none} +.libre-ul>li{position:relative} +.libre-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center} +.libre-li.libre-lg{left:-1.85714286em} +.libre-border{padding:.2em .25em .15em;border:.08em solid #ddd;border-radius:.1em} +.libre-border.primary{border-color:#122b40} +.libre-border.primary.background{color:#fff;background-color:#286090} +.libre-border.success{border-color:#3c763d} +.libre-border.success.background{color:#3c763d;background-color:#dff0d8} +.libre-border.info{border-color:#31708f} +.libre-border.info.background{color:#31708f;background-color:#d9edf7} +.libre-border.warning{border-color:#8a6d3b} +.libre-border.warning.background{color:#8a6d3b;background-color:#fcf8e3} +.libre-border.danger{border-color:#a94442} +.libre-border.danger.background{color:#a94442;background-color:#f2dede} +.pull-right{float:right} +.pull-left{float:left} +.libre.pull-left{margin-right:.3em} +.libre.pull-right{margin-left:.3em} +.valign-wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center} +.valign-wrapper .valign{display:block} +.flow-text{font-weight:300} +@media only screen and(min-width:360px){.flow-text{font-size:1.2rem}} +@media only screen and(max-width:360px){.flow-text{font-size:1.2rem}} +@media only screen and(min-width:390px){.flow-text{font-size:1.224rem}} +@media only screen and(min-width:420px){.flow-text{font-size:1.248rem}} +@media only screen and(min-width:450px){.flow-text{font-size:1.272rem}} +@media only screen and(min-width:480px){.flow-text{font-size:1.296rem}} +@media only screen and(min-width:510px){.flow-text{font-size:1.32rem}} +@media only screen and(min-width:540px){.flow-text{font-size:1.344rem}} +@media only screen and(min-width:570px){.flow-text{font-size:1.368rem}} +@media only screen and(min-width:600px){.flow-text{font-size:1.392rem}} +@media only screen and(min-width:630px){.flow-text{font-size:1.416rem}} +@media only screen and(min-width:660px){.flow-text{font-size:1.44rem}} +@media only screen and(min-width:690px){.flow-text{font-size:1.464rem}} +@media only screen and(min-width:720px){.flow-text{font-size:1.488rem}} +@media only screen and(min-width:750px){.flow-text{font-size:1.512rem}} +@media only screen and(min-width:780px){.flow-text{font-size:1.536rem}} +@media only screen and(min-width:810px){.flow-text{font-size:1.56rem}} +@media only screen and(min-width:840px){.flow-text{font-size:1.584rem}} +@media only screen and(min-width:870px){.flow-text{font-size:1.608rem}} +@media only screen and(min-width:900px){.flow-text{font-size:1.632rem}} +@media only screen and(min-width:930px){.flow-text{font-size:1.656rem}} +@media only screen and(min-width:960px){.flow-text{font-size:1.68rem}} +.truncate{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis} +.libre-spin, + .fa-spin{-webkit-animation:libre-spin 2s infinite linear;animation:libre-spin 2s infinite linear} +.libre-pulse, + .fa-pulse{-webkit-animation:libre-spin 1s infinite steps(8);animation:libre-spin 1s infinite steps(8)}@-webkit-keyframes libre-spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@keyframes libre-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}} +.libre-rotate-90, + .fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} +.libre-rotate-180, + .fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} +.libre-rotate-270, + .fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} +.libre-flip-horizontal, + .fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)} +.libre-flip-vertical, + .fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)} +:root .libre-rotate-90, +:root .libre-rotate-180, +:root .libre-rotate-270, +:root .libre-flip-horizontal, +:root .libre-flip-vertical, + :root .fa-rotate-90, + :root .fa-rotate-180, + :root .fa-rotate-270, + :root .fa-flip-horizontal, + :root .fa-flip-vertical{filter:none} +.libre-stack, + .fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} +.libre-stack-1x, +.libre-stack-2x, + .fa-stack-1x, + .fa-stack-2x{position:absolute;left:0;width:100%;text-align:center} +.libre-stack-1x, + .fa-stack-1x{line-height:inherit} +.libre-stack-2x, + .fa-stack-2x{font-size:2em} +/* Shadows */ +.shadow-depth-0{box-shadow:none!important} +.text-shadow-depth-0{text-shadow:none!important} +.shadow-depth-1{box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)} +.text-shadow-depth-1{text-shadow:0 2px 5px rgba(0,0,0,.5),0 2px 10px rgba(0,0,0,.3)} +.shadow-depth-1-half{box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)} +.text-shadow-depth-1-half{text-shadow:0 5px 11px rgba(0,0,0,.5),0 4px 15px rgba(0,0,0,.3)} +.shadow-depth-2{box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)} +.text-shadow-depth-2{text-shadow:0 8px 17px rgba(0,0,0,.5),0 6px 20px rgba(0,0,0,.3)} +.shadow-depth-3{box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19)} +.text-shadow-depth-3{text-shadow:0 12px 15px rgba(0,0,0,.5),0 17px 50px rgba(0,0,0,.3)} +.shadow-depth-4{box-shadow:0 16px 28px 0 rgba(0,0,0,.22),0 25px 55px 0 rgba(0,0,0,.21)} +.text-shadow-depth-4{text-shadow:0 16px 28px rgba(0,0,0,.5),0 25px 55px rgba(0,0,0,.3)} +.shadow-depth-5{box-shadow:0 27px 24px 0 rgba(0,0,0,.2),0 40px 77px 0 rgba(0,0,0,.22)} +.text-shadow-depth-5{text-shadow:0 27px 24px rgba(0,0,0,.5),0 40px 77px rgba(0,0,0,.3)} +/* Panel Extras */ +.panel .panel-image{position:relative;height:120px;overflow:hidden;} +.panel .panel-image[data-status|=delete]{background:#d9534f} +.panel .panel-image[data-status|=unpublished]{background:#f0ad4e} +.panel .panel-image[data-status|=published]{background:#5cb85c} +.panel .panel-image[data-status|=]{background:#5bc0de} +.panel .panel-image img{border-radius:3px 3px 0 0;position:relative;left:0;right:0;top:0;bottom:0;width:100%} +.panel .panel-image img[src=""]{display:none} +.panel .panel-image .panel-title{position:absolute;display:block;bottom:0;left:0;right:5px;padding:0 0 0 10px;text-shadow:0 1px 2px #444} +.panel .panel-image .avatar{position:absolute;top:auto;bottom:5px;left:5px;max-width:75px;height:75px} +.panel .panel-content{padding:10px;font-size:.9em;border-radius:0 0 3px 3px;height:100px;overflow:hidden} +/* Modal Extras */ +.modal-primary .modal-header, +.modal-primary .modal-footer{border-color:#307095} +.modal-warning .modal-header, +.modal-warning .modal-footer{border-color:#c87f0a} +.modal-info .modal-header, +.modal-info .modal-footer{border-color:#0097bc} +.modal-success .modal-header, +.modal-success .modal-footer{border-color:#00733e} +.modal-danger .modal-header, +.modal-danger .modal-footer{border-color:#c23321} +.modal-primary .modal-body, +.modal-primary .modal-header, +.modal-primary .modal-footer, +.modal-warning .modal-body, +.modal-warning .modal-header, +.modal-warning .modal-footer, +.modal-info .modal-body, +.modal-info .modal-header, +.modal-info .modal-footer, +.modal-success .modal-body, +.modal-success .modal-header, +.modal-success .modal-footer, +.modal-danger .modal-body, +.modal-danger .modal-header, +.modal-danger .modal-footer{color:#fff!important} +.modal-danger .modal-body{background-color:#dd4b39!important} +.modal-warning .modal-body{background-color:#f39c12!important} +.modal-info .modal-body{background-color:#00c0ef!important} +.modal-primary .modal-body{background-color:#3c8dbc!important} +.modal-success .modal-body{background-color:#00a65a!important} +.modal-danger .modal-header, +.modal-danger .modal-footer{background-color:#d33724!important} +.modal-warning .modal-header, +.modal-warning .modal-footer{background-color:#db8b0b!important} +.modal-info .modal-header, +.modal-info .modal-footer{background-color:#00a7d0!important} +.modal-primary .modal-header, +.modal-primary .modal-footer{background-color:#357ca5!important} +.modal-success .modal-header, +.modal-success .modal-footer{background-color:#008d4c!important} +/* Navbar */ +.navmenu, +.navbar-offcanvas{width:auto;height:auto;border-width:1px;border-style:solid;border-radius:4px} +.navmenu-fixed-left, +.navmenu-fixed-right, +.navbar-offcanvas{position:fixed;z-index:1050;top:0;bottom:0;overflow-y:auto;border-radius:0} +.navmenu-fixed-left, +.navbar-offcanvas.navmenu-fixed-left{left:0;right:auto;border-width:0 1px 0 0} +.navmenu-fixed-right, +.navbar-offcanvas{left:auto;right:0;border-width:0 0 0 1px} +.navmenu-nav{margin-bottom:10px} +.navmenu-nav.dropdown-menu{position:static;margin:0;padding-top:0;float:none;border:none;-webkit-box-shadow:none;box-shadow:none;border-radius:0} +.navbar-offcanvas .navbar-nav{margin:0} +@media (min-width:768px){ + .navbar-offcanvas{width:auto;border-top:0;box-shadow:none} + .navbar-offcanvas.offcanvas{position:static;display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important} + .navbar-offcanvas .navbar-nav.navbar-left:first-child{margin-left:-15px} + .navbar-offcanvas .navbar-nav.navbar-right:last-child{margin-right:-15px} + .navbar-offcanvas .navmenu-brand{display:none} +} +.navmenu-brand{display:block;font-size:18px;line-height:20px;padding:10px 15px;margin:10px 0} +.navmenu-brand:hover, +.navmenu-brand:focus{text-decoration:none} +.navmenu-default, +.navbar-default .navbar-offcanvas{background-color:#f8f8f8;border-color:#e7e7e7} +.navmenu-default .navmenu-brand, +.navbar-default .navbar-offcanvas .navmenu-brand{color:#777} +.navmenu-default .navmenu-brand:hover, +.navbar-default .navbar-offcanvas .navmenu-brand:hover, +.navmenu-default .navmenu-brand:focus, +.navbar-default .navbar-offcanvas .navmenu-brand:focus{color:#5e5e5e;background-color:transparent} +.navmenu-default .navmenu-text, +.navbar-default .navbar-offcanvas .navmenu-text{color:#777} +.navmenu-default .navmenu-nav>.dropdown>a:hover .caret, +.navbar-default .navbar-offcanvas .navmenu-nav>.dropdown>a:hover .caret, +.navmenu-default .navmenu-nav>.dropdown>a:focus .caret, +.navbar-default .navbar-offcanvas .navmenu-nav>.dropdown>a:focus .caret{border-top-color:#333;border-bottom-color:#333} +.navmenu-default .navmenu-nav>.open>a, +.navbar-default .navbar-offcanvas .navmenu-nav>.open>a, +.navmenu-default .navmenu-nav>.open>a:hover, +.navbar-default .navbar-offcanvas .navmenu-nav>.open>a:hover, +.navmenu-default .navmenu-nav>.open>a:focus, +.navbar-default .navbar-offcanvas .navmenu-nav>.open>a:focus{background-color:#e7e7e7;color:#555} +.navmenu-default .navmenu-nav>.open>a .caret, +.navbar-default .navbar-offcanvas .navmenu-nav>.open>a .caret, +.navmenu-default .navmenu-nav>.open>a:hover .caret, +.navbar-default .navbar-offcanvas .navmenu-nav>.open>a:hover .caret, +.navmenu-default .navmenu-nav>.open>a:focus .caret, +.navbar-default .navbar-offcanvas .navmenu-nav>.open>a:focus .caret{border-top-color:#555;border-bottom-color:#555} +.navmenu-default .navmenu-nav>.dropdown>a .caret, +.navbar-default .navbar-offcanvas .navmenu-nav>.dropdown>a .caret{border-top-color:#777;border-bottom-color:#777} +.navmenu-default .navmenu-nav.dropdown-menu, +.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu{background-color:#e7e7e7} +.navmenu-default .navmenu-nav.dropdown-menu>.divider, +.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu>.divider{background-color:#f8f8f8} +.navmenu-default .navmenu-nav.dropdown-menu>.active>a, +.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a, +.navmenu-default .navmenu-nav.dropdown-menu>.active>a:hover, +.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a:hover, +.navmenu-default .navmenu-nav.dropdown-menu>.active>a:focus, +.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a:focus{background-color:#d7d7d7} +.navmenu-default .navmenu-nav>li>a, +.navbar-default .navbar-offcanvas .navmenu-nav>li>a{color:#777} +.navmenu-default .navmenu-nav>li>a:hover, +.navbar-default .navbar-offcanvas .navmenu-nav>li>a:hover, +.navmenu-default .navmenu-nav>li>a:focus, +.navbar-default .navbar-offcanvas .navmenu-nav>li>a:focus{color:#333;background-color:transparent} +.navmenu-default .navmenu-nav>.active>a, +.navbar-default .navbar-offcanvas .navmenu-nav>.active>a, +.navmenu-default .navmenu-nav>.active>a:hover, +.navbar-default .navbar-offcanvas .navmenu-nav>.active>a:hover, +.navmenu-default .navmenu-nav>.active>a:focus, +.navbar-default .navbar-offcanvas .navmenu-nav>.active>a:focus{color:#555;background-color:#e7e7e7} +.navmenu-default .navmenu-nav>.disabled>a, +.navbar-default .navbar-offcanvas .navmenu-nav>.disabled>a, +.navmenu-default .navmenu-nav>.disabled>a:hover, +.navbar-default .navbar-offcanvas .navmenu-nav>.disabled>a:hover, +.navmenu-default .navmenu-nav>.disabled>a:focus, +.navbar-default .navbar-offcanvas .navmenu-nav>.disabled>a:focus{color:#ccc;background-color:transparent} +.navmenu-inverse, +.navbar-inverse .navbar-offcanvas{background-color:#222;border-color:#080808} +.navmenu-inverse .navmenu-brand, +.navbar-inverse .navbar-offcanvas .navmenu-brand{color:#999} +.navmenu-inverse .navmenu-brand:hover, +.navbar-inverse .navbar-offcanvas .navmenu-brand:hover, +.navmenu-inverse .navmenu-brand:focus, +.navbar-inverse .navbar-offcanvas .navmenu-brand:focus{color:#fff;background-color:transparent} +.navmenu-inverse .navmenu-text, +.navbar-inverse .navbar-offcanvas .navmenu-text{color:#999} +.navmenu-inverse .navmenu-nav>.dropdown>a:hover .caret, +.navbar-inverse .navbar-offcanvas .navmenu-nav>.dropdown>a:hover .caret, +.navmenu-inverse .navmenu-nav>.dropdown>a:focus .caret, +.navbar-inverse .navbar-offcanvas .navmenu-nav>.dropdown>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff} +.navmenu-inverse .navmenu-nav>.open>a, +.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a, +.navmenu-inverse .navmenu-nav>.open>a:hover, +.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a:hover, +.navmenu-inverse .navmenu-nav>.open>a:focus, +.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a:focus{background-color:#080808;color:#fff} +.navmenu-inverse .navmenu-nav>.open>a .caret, +.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a .caret, +.navmenu-inverse .navmenu-nav>.open>a:hover .caret, +.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a:hover .caret, +.navmenu-inverse .navmenu-nav>.open>a:focus .caret, +.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff} +.navmenu-inverse .navmenu-nav>.dropdown>a .caret, +.navbar-inverse .navbar-offcanvas .navmenu-nav>.dropdown>a .caret{border-top-color:#999;border-bottom-color:#999} +.navmenu-inverse .navmenu-nav.dropdown-menu, +.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu{background-color:#080808} +.navmenu-inverse .navmenu-nav.dropdown-menu>.divider, +.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu>.divider{background-color:#222} +.navmenu-inverse .navmenu-nav.dropdown-menu>.active>a, +.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a, +.navmenu-inverse .navmenu-nav.dropdown-menu>.active>a:hover, +.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a:hover, +.navmenu-inverse .navmenu-nav.dropdown-menu>.active>a:focus, +.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a:focus{background-color:#000} +.navmenu-inverse .navmenu-nav>li>a, +.navbar-inverse .navbar-offcanvas .navmenu-nav>li>a{color:#999} +.navmenu-inverse .navmenu-nav>li>a:hover, +.navbar-inverse .navbar-offcanvas .navmenu-nav>li>a:hover, +.navmenu-inverse .navmenu-nav>li>a:focus, +.navbar-inverse .navbar-offcanvas .navmenu-nav>li>a:focus{color:#fff;background-color:transparent} +.navmenu-inverse .navmenu-nav>.active>a, +.navbar-inverse .navbar-offcanvas .navmenu-nav>.active>a, +.navmenu-inverse .navmenu-nav>.active>a:hover, +.navbar-inverse .navbar-offcanvas .navmenu-nav>.active>a:hover, +.navmenu-inverse .navmenu-nav>.active>a:focus, +.navbar-inverse .navbar-offcanvas .navmenu-nav>.active>a:focus{color:#fff;background-color:#080808} +.navmenu-inverse .navmenu-nav>.disabled>a, +.navbar-inverse .navbar-offcanvas .navmenu-nav>.disabled>a, +.navmenu-inverse .navmenu-nav>.disabled>a:hover, +.navbar-inverse .navbar-offcanvas .navmenu-nav>.disabled>a:hover, +.navmenu-inverse .navmenu-nav>.disabled>a:focus, +.navbar-inverse .navbar-offcanvas .navmenu-nav>.disabled>a:focus{color:#444;background-color:transparent} +.navbar-brand.brand-center{position:absolute;width:100%;left:0;top:0;text-align:center;margin:auto} +/* Badger */ +[class*="badger"]{position:relative;z-index:1;} +[class*="badger"]:after{content:attr(data-contenttype);position:absolute;top:0;padding:3px 7px;font-size:12px;font-weight:700;background:#999;color:#fff;text-transform:uppercase} +.badger-left:after{left:0;border-radius:2px 0 6px 0;font-size:9px;} +.badger-right:after{right:0;border-radius:0 2px 0 6px} +[data-status|=purge]:after, +[data-status|=delete]:after, +.badger-danger:after{background:#d9534f} +[data-status|='inactive']:after, +[data-status|=unpublished]:after, +.badger-warning:after{background:#f0ad4e} +[data-status|=insert]:after, +[data-status|=create]:after, +[data-status|=active]:after, +[data-status|=published]:after, +.badger-success:after{background:#5cb85c} +[data-status|=update]:after, +.badger-info:after{background:#337ab7} +[data-status|=]:after, +.badger-inverse:after{background:#222} + +.bg-black{background-color:#000!important} +.text-black{color:#000!important;fill:#000!important} +.bg-white{background-color:#fff!important} +.text-white, + .text-inverse, + .fa-inverse{color:#fff!important;fill:white!important;} +.bg-daffodil{background-color:#ffe617!important} +.text-daffodil{color:#ffe617!important;fill:#ffe617!important} +.bg-daisy{background-color:#fad31c!important} +.text-daisy{color:#fad31c!important;fill:#fad31c!important} +.bg-mustard{background-color:#fdb717!important} +.text-mustard{color:#fdb717!important;fill:#fdb717!important} +.bg-citrus-zest{background-color:#faaa21!important} +.text-citrus-zest{color:#faaa21!important;fill:#faaa21!important} +.bg-pumpkin{background-color:#f1753f!important} +.text-pumpkin{color:#f1753f!important;fill:#f1753f!important} +.bg-tangerine{background-color:#ed5724!important} +.text-tangerine{color:#ed5724!important;fill:#ed5724!important} +.bg-salmon{background-color:#f04639!important} +.text-salmon{color:#f04639!important;fill:#f04639!important} +.bg-persimmon{background-color:#ea2630!important} +.text-persimmon{color:#ea2830!important;fill:#ea2830!important} +.bg-rouge{background-color:#bc2326!important} +.text-rouge{color:#bc2326!important;fill:#bc2326!important} +.bg-scarlet{background-color:#8c0c03!important} +.text-scarlet{color:#8c0c03!important;fill:#8c0c03!important} +.bg-hot-pink{background-color:#e5185d!important} +.text-hot-pink{color:#e5185d!important;fill:#e5185d!important} +.bg-princess{background-color:#f384ae!important} +.text-princess{color:#f384ae!important;fill:#f384ae!important} +.bg-petal{background-color:#fac6d2!important} +.text-petal{color:#fac6d2!important;fill:#fac6d2!important} +.bg-lilac{background-color:#b296c7!important} +.text-lilac{color:#b296c7!important;fill:#b296c7!important} +.bg-lavender{background-color:#7b67ae!important} +.text-lavender{color:#7b67ae!important;fill:#7b67ae!important} +.bg-violet{background-color:#5f3577!important} +.text-violet{color:#5f3577!important;fill:#5f3577!important} +.bg-cloud{background-color:#c3def1!important} +.text-cloud{color:#c3def1!important;fill:#c3def1!important} +.bg-dream{background-color:#55beed!important} +.text-dream{color:#55beed!important;fill:#55beed!important} +.bg-gulf{background-color:#31a8e0!important} +.text-gulf{color:#31a8e0!important;fill:#31a8e0!important} +.bg-turquoise{background-color:#238acc!important} +.text-turquoise{color:#238acc!important;fill:#238acc!important} +.bg-sky{background-color:#0d60ae!important} +.text-sky{color:#0d60ae!important;fill:#0d60ae!important} +.bg-indigo{background-color:#143b86!important} +.text-indigo{color:#143b86!important;fill:#143b86!important} +.bg-navy{background-color:#001b4a!important} +.text-navy{color:#001b4a!important;fill:#001b4a!important} +.bg-sea-foam{background-color:#7dcdc2!important} +.text-sea-foam{color:#7dcdc2!important;fill:#7dcdc2!important} +.bg-teal{background-color:#00a8a8!important} +.text-teal{color:#00a8a8!important;fill:#00a8a8!important} +.bg-peacock{background-color:#12959f!important} +.text-peacock{color:#12959f!important;fill:#12959f!important} +.bg-ceadon{background-color:#c1d18a!important} +.text-ceadon{color:#c1d18a!important;fill:#c1d18a!important} +.bg-olive{background-color:#799155!important} +.text-olive{color:#799155!important;fill:#799155!important} +.bg-bamboo{background-color:#80bc42!important} +.text-bamboo{color:#80bc42!important;fill:#80bc42!important} +.bg-grass{background-color:#4aa03f!important} +.text-grass{color:#4aa03f!important;fill:#4aa03f!important} +.bg-kelly{background-color:#16884a!important} +.text-kelly{color:#16884a!important;fill:#16884a!important} +.bg-forrest{background-color:#003f2e!important} +.text-forrest{color:#003f2e!important;fill:#003f2e!important} +.bg-chocolate{background-color:#381e11!important} +.text-chocolate{color:#381e11!important;fill:#381e11!important} +.bg-terra-cotta{background-color:#c05c20!important} +.text-terra-cotta{color:#c05c20!important;fill:#c05c20!important} +.bg-camel{background-color:#bf9b6b!important} +.text-camel{color:#bf9b6b!important;fill:#bf9b6b!important} +.bg-linen{background-color:#e9d4a7!important} +.text-linen{color:#e9d4a7!important;fill:#e9d4a7!important} +.bg-stone{background-color:#e7e6e1!important} +.text-stone{color:#e7e6e1!important;fill:#e7e6e1!important} +.bg-smoke{background-color:#cfd0d2!important} +.text-smoke{color:#cfd0d2!important;fill:#cfd0d2!important} +.bg-steel{background-color:#8a8b7f!important} +.text-steel{color:#8a8b7f!important;fill:#8a8b7f!important} +.bg-slate{background-color:#778590!important} +.text-slate{color:#778590!important;fill:#778590!important} +.bg-charcoal{background-color:#474d4d!important} +.text-charcoal{color:#474d4d!important;fill:#474d4d!important} +.bg-metalic-silver{background-color:#98a2ab!important} +.text-metalic-silver{color:#98a2ab!important;fill:#98a2ab!important} +.bg-metalic-gold{background-color:#9f8759!important} +.text-metalic-gold{color:#9f8759!important;fill:#9f8759!important} +.bg-metalic-copper{background-color:#8c6641!important} +.text-metalic-copper{color:#8c6641!important;fill:#8c6641!important} +/*! +Animate.css - http://daneden.me/animate +Licensed under the MIT license - http://opensource.org/licenses/MIT +Copyright (c) 2014 Daniel Eden +Cleaned Up and Adapted for LibreICONS +*/ +.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both} +.animated.fast{-webkit-animation-duration:.5s;animation-duration:.5s} +.animated.slow{-webkit-animation-duration:3s;animation-duration:3s} +.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite} +.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:50% 100%;transform-origin:50% 100%} + @-webkit-keyframes bounce{0%,20%,53%,80%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0)}} + @keyframes bounce{0%,20%,53%,80%,100%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{transition-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{transition-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}} +.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s} + @-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03, 1.03)}80%{-webkit-transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1)}} + @keyframes bounceIn{0%,20%,40%,60%,80%,100%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}100%{opacity:1;transform:scale3d(1,1,1)}} +.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown} + @-webkit-keyframes bounceInDown{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}} + @keyframes bounceInDown{0%,60%,75%,90%,100%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}100%{transform:none}} +.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft} + @-webkit-keyframes bounceInLeft{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0)}100%{-webkit-transform:none}} + @keyframes bounceInLeft{0%,60%,75%,90%,100%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}100%{transform:none}} +.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight} + @-webkit-keyframes bounceInRight{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0)}100%{-webkit-transform:none}} + @keyframes bounceInRight{0%,60%,75%,90%,100%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}100%{transform:none}} +.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp} + @-webkit-keyframes bounceInUp{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0)}} + @keyframes bounceInUp{0%,60%,75%,90%,100%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}100%{transform:translate3d(0,0,0)}} +.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s} + @-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3)}} + @keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;transform:scale3d(.3,.3,.3)}} +.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown} + @-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,100%,0)}} + @keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}100%{opacity:0;transform:translate3d(0,100%,0)}} +.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft} + @-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0)}} + @keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}100%{opacity:0;transform:translate3d(-100%,0,0)}} +.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight} + @-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(100%,0,0)}} + @keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}100%{opacity:0;transform:translate3d(100%,0,0)}} +.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp} + @-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0)}} + @keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}100%{opacity:0;transform:translate3d(0,-100%,0)}} +.burst{-webkit-animation:burst .5s linear;animation:burst .5s linear} + @-webkit-keyframes burst{0%{opacity:1}50%{-webkit-transform:scale(1.8);opacity:0}100%{opacity:0}} + @keyframes burst{0%{opacity:1}50%{transform:scale(1.8);opacity:0}100%{opacity:0}} +.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn} + @-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}} + @keyframes fadeIn{0%{opacity:0}100%{opacity:1}} +.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown} + @-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-25%,0)}100%{opacity:1;-webkit-transform:none}} + @keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-25%,0)}100%{opacity:1;transform:none}} +.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig} + @-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none}} + @keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-100%,0)}100%{opacity:1;transform:none}} +.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft} + @-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-25%,0,0)}100%{opacity:1;-webkit-transform:none}} + @keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-25%,0,0)}100%{opacity:1;transform:none}} +.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig} + @-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none}} + @keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-100%,0,0)}100%{opacity:1;transform:none}} +.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight} + @-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(25%,0,0)}100%{opacity:1;-webkit-transform:none}} + @keyframes fadeInRight{0%{opacity:0;transform:translate3d(25%,0,0)}100%{opacity:1;transform:none}} +.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig} + @-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none}} + @keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(100%,0,0)}100%{opacity:1;transform:none}} +.fadeInScaleUp{-webkit-animation-name:fadeInScaleUp;animation-name:fadeInScaleUp} + @-webkit-keyframes fadeInScaleUp{0%{-webkit-transform:scale(.7);opacity:0}100%{-webkit-transform:scale(1);opacity:1}} + @keyframes fadeInScaleUp{0%{transform:scale(.7);opacity:0}100%{transform:scale(1);opacity:1}} +.fadeInScaleDown{-webkit-animation-name:fadeInScaleDown;animation-name:fadeInScaleDown} + @-webkit-keyframes fadeInScaleDown{0%{-webkit-transform:scale(1.7);opacity:0}100%{-webkit-transform:scale(1);opacity:1}} + @keyframes fadeInScaleDown{0%{transform:scale(1.7);opacity:0}100%{transform:scale(1);opacity:1}} +.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp} + @-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,25%,0)}100%{opacity:1;-webkit-transform:none}} + @keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,25%,0)}100%{opacity:1;transform:none}} +.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig} + @-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none}} + @keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,100%,0)}100%{opacity:1;transform:none}} +.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut} + @-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}} + @keyframes fadeOut{0%{opacity:1}100%{opacity:0}} +.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown} + @-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,25%,0)}} + @keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;transform:translate3d(0,25%,0)}} +.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig} + @-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}} + @keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}} +.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft} + @-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}} + @keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}} +.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig} + @-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0)}} + @keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;transform:translate3d(-100%,0,0)}} +.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight} + @-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(25%,0,0)}} + @keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;transform:translate3d(25%,0,0)}} +.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig} + @-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0)}} + @keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;transform:translate3d(100%,0,0)}} +.fadeOutScaleDown{-webkit-animation-name:fadeOutScaleDown;animation-name:fadeOutScaleDown} + @-webkit-keyframes fadeOutScaleDown{0%{-webkit-transform:scale(1);opacity:1}100%{-webkit-transform:scale(.7);opacity:0}} + @keyframes fadeOutScaleDown{0%{transform:scale(1);opacity:1}100%{transform:scale(.7);opacity:0}} +.fadeOutScaleUp{-webkit-animation-name:fadeOutScaleUp;animation-name:fadeOutScaleUp} + @-webkit-keyframes fadeOutScaleUp{0%{-webkit-transform:scale(1);opacity:1}100%{-webkit-transform:scale(1.7);opacity:0}} + @keyframes fadeOutScaleUp{0%{transform:scale(1);opacity:1}100%{transform:scale(1.7);opacity:0}} +.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp} + @-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-25%,0)}} + @keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;transform:translate3d(0,-25%,0)}} +.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig} + @-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0)}} + @keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;transform:translate3d(0,-100%,0)}} +.flash{-webkit-animation-name:flash;animation-name:flash} + @-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}} + @keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}} +.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip} + @-webkit-keyframes flip{0%{-webkit-transform:perspective(400px)rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px)translate3d(0,0,150px)rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px)translate3d(0,0,150px)rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px)scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);-webkit-animation-timing-function:ease-in}} + @keyframes flip{0%{transform:perspective(400px)rotate3d(0,1,0,-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px)translate3d(0,0,150px)rotate3d(0,1,0,-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px)translate3d(0,0,150px)rotate3d(0,1,0,-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px)scale3d(.95,.95,.95);animation-timing-function:ease-in}100%{transform:perspective(400px);animation-timing-function:ease-in}} +.flipInX{-webkit-animation-name:flipInX;animation-name:flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important} + @-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px)rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px)rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px)rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px)rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px)}} + @keyframes flipInX{0%{transform:perspective(400px)rotate3d(1,0,0,90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px)rotate3d(1,0,0,-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px)rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px)rotate3d(1,0,0,-5deg)}100%{transform:perspective(400px)}} +.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY} + @-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px)rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px)rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px)rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px)rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px)}} + @keyframes flipInY{0%{transform:perspective(400px)rotate3d(0,1,0,90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px)rotate3d(0,1,0,-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px)rotate3d(0,1,0,10deg);opacity:1}80%{transform:perspective(400px)rotate3d(0,1,0,-5deg)}100%{transform:perspective(400px)}} +.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important} + @-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px)}30%{-webkit-transform:perspective(400px)rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px)rotate3d(1,0,0,90deg);opacity:0}} + @keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px)rotate3d(1,0,0,-20deg);opacity:1}100%{transform:perspective(400px)rotate3d(1,0,0,90deg);opacity:0}} +.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s} + @-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px)}30%{-webkit-transform:perspective(400px)rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px)rotate3d(0,1,0,90deg);opacity:0}} + @keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px)rotate3d(0,1,0,-15deg);opacity:1}100%{transform:perspective(400px)rotate3d(0,1,0,90deg);opacity:0}} +.hinge{-webkit-animation-name:hinge;animation-name:hinge;-webkit-animation-duration:2s;animation-duration:2s} + @-webkit-keyframes hinge{0%{-webkit-transform-origin:0 0;-webkit-animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:0 0;-webkit-animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:0 0;-webkit-animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);opacity:0}} + @keyframes hinge{0%{transform-origin:0 0;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);transform-origin:0 0;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);transform-origin:0 0;animation-timing-function:ease-in-out;opacity:1}100%{transform:translate3d(0,700px,0);opacity:0}} +.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out} + @-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0)skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;opacity:1}} + @keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0)skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}100%{transform:none;opacity:1}} +.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in} + @-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0)skewX(30deg);opacity:0}} + @keyframes lightSpeedOut{0%{opacity:1}100%{transform:translate3d(100%,0,0)skewX(30deg);opacity:0}} +.newspaperIn{-webkit-animation-name:newspaperIn;animation-name:newspaperIn} + @-webkit-keyframes newspaperIn{0%{-webkit-transform-origin:50%;-webkit-transform:scale(0)rotate(720deg);opacity:0}100%{-webkit-transform-origin:50%;-webkit-transform:scale(1)rotate(0);opacity:1}} + @keyframes newpaperIn{0%{transform-origin:50%;transform:scale(0)rotate(720deg);opacity:0}100%{transform-origin:50%;transform:scale(1)rotate(0);opacity:1}} +.newspaperOut{-webkit-animation-name:newspaperOut;animation-name:newspaperOut} + @-webkit-keyframes newspaperOut{0%{-webkit-transform-origin:50%;-webkit-transform:scale(1)rotate(720deg);opacity:1}100%{-webkit-transform-origin:50%;-webkit-transform:scale(0)rotate(0);opacity:0}} + @keyframes newpaperOut{0%{transform-origin:50%;transform:scale(1)rotate(720deg);opacity:1}100%{transform-origin:50%;transform:scale(0)rotate(0);opacity:0}} +.pulse{-webkit-animation-name:pulse;animation-name:pulse} + @-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1)}} + @keyframes pulse{0%{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}100%{transform:scale3d(1,1,1)}} +.ring{-webkit-animation:ring 2s ease;animation:ring 2s ease;-webkit-transform-origin:50% 0;transform-origin:50% 0} + @-webkit-keyframes ring{0%{-webkit-transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg)}20%{-webkit-transform:rotate(0)}} + @keyframes ring{0%{transform:rotate(-15deg)}2%{transform:rotate(15deg)}4%{transform:rotate(-18deg)}6%{transform:rotate(18deg)}8%{transform:rotate(-22deg)}10%{transform:rotate(22deg)}12%{transform:rotate(-18deg)}14%{transform:rotate(18deg)}16%{transform:rotate(-12deg)}18%{transform:rotate(12deg)}20%{transform:rotate(0)}} +.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn} + @-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0)rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none}} + @keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0)rotate3d(0,0,1,-120deg)}100%{opacity:1;transform:none}} +.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut} + @-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0)rotate3d(0,0,1,120deg)}} + @keyframes rollOut{0%{opacity:1}100%{opacity:0;transform:translate3d(100%,0,0)rotate3d(0,0,1,120deg)}} +.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn} + @-webkit-keyframes rotateIn{0%{-webkit-transform-origin:50%;-webkit-transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:50%;-webkit-transform:none;opacity:1}} + @keyframes rotateIn{0%{transform-origin:50%;transform:rotate3d(0,0,1,-200deg);opacity:0}100%{transform-origin:50%;transform:none;opacity:1}} +.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft} + @-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:0 100%;-webkit-transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:0 100%;-webkit-transform:none;opacity:1}} + @keyframes rotateInDownLeft{0%{transform-origin:0 100%;transform:rotate3d(0,0,1,-45deg);opacity:0}100%{transform-origin:0 100%;transform:none;opacity:1}} +.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight} + @-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:100%;-webkit-transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:100%;-webkit-transform:none;opacity:1}} + @keyframes rotateInDownRight{0%{transform-origin:100%;transform:rotate3d(0,0,1,45deg);opacity:0}100%{transform-origin:100%;transform:none;opacity:1}} +.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft} + @-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:0 100%;-webkit-transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:0 100%;-webkit-transform:none;opacity:1}} + @keyframes rotateInUpLeft{0%{transform-origin:0 100%;transform:rotate3d(0,0,1,45deg);opacity:0}100%{transform-origin:0 100%;transform:none;opacity:1}} +.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight} + @-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:100%;-webkit-transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:100%;-webkit-transform:none;opacity:1}} + @keyframes rotateInUpRight{0%{transform-origin:100%;transform:rotate3d(0,0,1,-90deg);opacity:0}100%{transform-origin:100%;transform:none;opacity:1}} +.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut} + @-webkit-keyframes rotateOut{0%{-webkit-transform-origin:50%;opacity:1}100%{-webkit-transform-origin:50%;-webkit-transform:rotate3d(0,0,1,200deg);opacity:0}} + @keyframes rotateOut{0%{transform-origin:50%;opacity:1}100%{transform-origin:50%;transform:rotate3d(0,0,1,200deg);opacity:0}} +.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft} + @-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:0 100%;opacity:1}100%{-webkit-transform-origin:0 100%;-webkit-transform:rotate3d(0,0,1,45deg);opacity:0}} + @keyframes rotateOutDownLeft{0%{transform-origin:0 100%;opacity:1}100%{transform-origin:0 100%;transform:rotate3d(0,0,1,45deg);opacity:0}} +.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight} + @-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:100%;opacity:1}100%{-webkit-transform-origin:100%;-webkit-transform:rotate3d(0,0,1,-45deg);opacity:0}} + @keyframes rotateOutDownRight{0%{transform-origin:100%;opacity:1}100%{transform-origin:100%;transform:rotate3d(0,0,1,-45deg);opacity:0}} +.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft} + @-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:0 100%;opacity:1}100%{-webkit-transform-origin:0 100%;-webkit-transform:rotate3d(0,0,1,-45deg);opacity:0}} + @keyframes rotateOutUpLeft{0%{transform-origin:0 100%;opacity:1}100%{transform-origin:0 100%;transform:rotate3d(0,0,1,-45deg);opacity:0}} +.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight} + @-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:100%;opacity:1}100%{-webkit-transform-origin:100%;-webkit-transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:100%;opacity:1}100%{transform-origin:100%;transform:rotate3d(0,0,1,90deg);opacity:0}} +.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand} + @-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1)}} + @keyframes rubberBand{0%{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}100%{transform:scale3d(1,1,1)}} +.shake{-webkit-animation-name:shake;animation-name:shake} + @-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0)}} + @keyframes shake{0%,100%{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}} +.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown} + @-webkit-keyframes slideInDown{0%{-webkit-transform:translateY(-25%);opacity:0}100%{-webkit-transform:translateY(0);opacity:1}} + @keyframes slideInDown{0%{transform:translateY(-25%);opacity:0}100%{transform:translateY(0);opacity:1}} +.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft} + @-webkit-keyframes slideInLeft{0%{-webkit-transform:translateX(-25%);opacity:0}100%{-webkit-transform:translateX(0);opacity:1}} + @keyframes slideInLeft{0%{transform:translateX(-25%);opacity:0}100%{transform:translateX(0);opacity:1}} +.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight} + @-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(25%);opacity:0}100%{-webkit-transform:translateX(0);opacity:1}} + @keyframes slideInRight{0%{transform:translateX(25%);opacity:0}100%{transform:translateX(0);opacity:1}} +.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp} + @-webkit-keyframes slideInUp{0%{-webkit-transform:translateY(25%);opacity:0}100%{-webkit-transform:translateY(0);opacity:1}} + @keyframes slideInUp{0%{transform:translateY(25%);opacity:0}100%{transform:translateY(0);opacity:1}} +.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown} + @-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0)}100%{-webkit-transform:translateY(25%);opacity:0}} + @keyframes slideOutDown{0%{transform:translateY(0)}100%{transform:translateY(25%);opacity:0}} +.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft} + @-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0)}100%{-webkit-transform:translateX(-25%);opacity:0}} + @keyframes slideOutLeft{0%{transform:translateX(0)}100%{transform:translateX(-25%);opacity:0}} +.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight} + @-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0)}100%{-webkit-transform:translateX(25%);opacity:0}} + @keyframes slideOutRight{0%{transform:translateX(0)}100%{visibility:hidden;transform:translateX(25%);opacity:0}} +.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp} + @-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0)}100%{-webkit-transform:translateY(-25%);opacity:0}} + @keyframes slideOutUp{0%{transform:translateY(0)}100%{transform:translateY(-25%);opacity:0}} +.slit{-webkit-animation:slit 1s forwards ease-out;animation:slit 1s forwards ease-out} + @-webkit-keyframes slit{0%{-webkit-transform-style:preserve-3d;-webkit-transform:translateZ(-3000px)rotateY(90deg);opacity:0}50%{-webkit-transform:translateZ(-250px)rotateY(89deg);opacity:.7;-webkit-animation-timing-function:ease-out}100%{-webkit-transform:translateZ(0)rotateY(0);opacity:1}} + @keyframes slit{0%{transform-style:preserve-3d;transform:translateZ(-3000px)rotateY(90deg);opacity:0}50%{transform:translateZ(-250px)rotateY(89deg);opacity:.7;animation-timing-function:ease-in}100%{transform:translateZ(0)rotateY(0);opacity:1}} +.spin{-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}} +.swing{-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-animation-name:swing;animation-name:swing} + @-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0)}} + @keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}100%{transform:rotate3d(0,0,1,0)}} +.tada{-webkit-animation-name:tada;animation-name:tada} + @-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9)rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1)rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1)rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1)}} + @keyframes tada{0%{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9)rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1)rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1)rotate3d(0,0,1,-3deg)}100%{transform:scale3d(1,1,1)}} +.wobble{-webkit-animation-name:wobble;animation-name:wobble} + @-webkit-keyframes wobble{0%{-webkit-transform:none}15%{-webkit-transform:translate3d(-25%,0,0)rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0)rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0)rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0)rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0)rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none}} + @keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0)rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0)rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0)rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0)rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0)rotate3d(0,0,1,-1deg)}100%{transform:none}} +.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn} + @-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3)}50%{opacity:1}} + @keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}} +.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown} + @-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1)translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1)}} + @keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1)translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475)translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}} +.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft} + @-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1)translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1)}} + @keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1)translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475)translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}} +.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight} + @-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1)translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1)}} + @keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1)translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475)translate3d(-10px,0,0);animation-timing-function:cubic-bezier(175,.885,.32,1)}} +.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp} + @-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1)translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1)}} + @keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1)translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475)translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}} +.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut} + @-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3)}100%{opacity:0}} + @keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}100%{opacity:0}} +.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown} + @-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1)translate3d(0,2000px,0);-webkit-transform-origin:50% 100%;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1)}} + @keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475)translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;transform:scale3d(.1,.1,.1)translate3d(0,2000px,0);transform-origin:50% 100%;animation-timing-function:cubic-bezier(.175,.885,.32,1)}} +.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft} + @-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1)translate3d(-2000px,0,0);-webkit-transform-origin:0 50%}} + @keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475)translate3d(42px,0,0)}100%{opacity:0;transform:scale(.1)translate3d(-2000px,0,0);transform-origin:0 50%}} +.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight} + @-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1)translate3d(2000px,0,0);-webkit-transform-origin:100% 50%}} + @keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475)translate3d(-42px,0,0)}100%{opacity:0;transform:scale(.1)translate3d(2000px,0,0);transform-origin:100% 50%}} +.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp} + @-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1)translate3d(0,-2000px,0);-webkit-transform-origin:50% 100%;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1)}} + @keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475)translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;transform:scale3d(.1,.1,.1)translate3d(0,-2000px,0);transform-origin:50% 100%;animation-timing-function:cubic-bezier(.175,.885,.32,1)}} diff --git a/css/libreicons.css b/css/libreicons.css index 36c042d..b36e7fd 100755 --- a/css/libreicons.css +++ b/css/libreicons.css @@ -5,33 +5,49 @@ */ @charset"UTF-8"; @font-face{font-family:LibreICONS;src:url('../font/libreicons.eot');src:url('../font/libreicons.eot')format('embedded-opentype'),url('../font/libreicons.woff')format('woff'),url('../font/libreicons.ttf')format('truetype'),url('../font/libreicons.svg') format('svg')} -.libre,.fa,.glyphicon{position:relative;display:inline-block;font:normal normal normal 14px/1 LibreICONS;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} -.libre:after,.fa:after{position:absolute;left:0;width:100%;text-align:center;font-size:1em} -.libre-lg,.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%} -.libre-2x,.fa-2x{font-size:2em} -.libre-3x,.fa-3x{font-size:3em} -.libre-4x,.fa-4x{font-size:4em} -.libre-5x,.fa-5x{font-size:5em} -.libre-fw,.fa-fw{width:1.28571429em;text-align:center} -.libre-ul,.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none} -.libre-ul>li,.fa-ul>li{position:relative} -.libre-li,.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center} -.libre-li.libre-lg,.fa-li.fa-lg{left:-1.85714286em} -.libre-border,.fa-border{padding:.2em .25em .15em;border:.08em solid #ddd;border-radius:.1em} -.libre-border.primary{background-color:#337ab7} -.libre-border.primary.background{background-color:#337ab7} -.libre-border.success{background-color:#d6e9c6} -.libre-border.success.background{background-color:#dff0d8} -.libre-border.info{background-color:#bce8f1} -.libre-border.info.background{background-color:#d9edf7} -.libre-border.warning{background-color:#faebcc} -.libre-border.warning.background{background-color:#fcf8e3} -.libre-border.danger{background-color:#ebccd1} -.libre-border.danger.background{background-color:#f2dede} +.libre, + .fa, + .glyphicon{position:relative;display:inline-block;font:normal normal normal 14px/1 LibreICONS;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} +.libre:after, + .fa:after{position:absolute;left:0;width:100%;text-align:center;font-size:1em} +.libre-lg, + .fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%} +.libre-2x, + .fa-2x{font-size:2em} +.libre-3x, + .fa-3x{font-size:3em} +.libre-4x, + .fa-4x{font-size:4em} +.libre-5x, + .fa-5x{font-size:5em} +.libre-fw, + .fa-fw{width:1.28571429em;text-align:center} +.libre-ul, + .fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none} +.libre-ul>li, + .fa-ul>li{position:relative} +.libre-li, + .fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center} +.libre-li.libre-lg, + .fa-li.fa-lg{left:-1.85714286em} +.libre-border, + .fa-border{padding:.2em .25em .15em;border:.08em solid #ddd;border-radius:.1em} +.libre-border.primary{border-color:#122b40} +.libre-border.primary.background{color:#fff;background-color:#286090} +.libre-border.success{border-color:#3c763d} +.libre-border.success.background{color:#3c763d;background-color:#dff0d8} +.libre-border.info{border-color:#31708f} +.libre-border.info.background{color:#31708f;background-color:#d9edf7} +.libre-border.warning{border-color:#8a6d3b} +.libre-border.warning.background{color:#8a6d3b;background-color:#fcf8e3} +.libre-border.danger{border-color:#a94442} +.libre-border.danger.background{color:#a94442;background-color:#f2dede} .pull-right{float:right} .pull-left{float:left} -.libre.pull-left,.fa.pull-left{margin-right:.3em} -.libre.pull-right,.fa.pull-right{margin-left:.3em} +.libre.pull-left, + .fa.pull-left{margin-right:.3em} +.libre.pull-right, + .fa.pull-right{margin-left:.3em} .valign-wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center} .valign-wrapper .valign{display:block} .flow-text{font-weight:300} @@ -58,25 +74,55 @@ @media only screen and(min-width:930px){.flow-text{font-size:1.656rem}} @media only screen and(min-width:960px){.flow-text{font-size:1.68rem}} .truncate{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis} -.libre-spin,.fa-spin{-webkit-animation:libre-spin 2s infinite linear;animation:libre-spin 2s infinite linear} -.libre-pulse,.fa-pulse{-webkit-animation:libre-spin 1s infinite steps(8);animation:libre-spin 1s infinite steps(8)}@-webkit-keyframes libre-spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@keyframes libre-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}} -.libre-rotate-90,.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} -.libre-rotate-180,.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} -.libre-rotate-270,.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} -.libre-flip-horizontal,.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)} -.libre-flip-vertical,.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)} -:root .libre-rotate-90,:root .libre-rotate-180,:root .libre-rotate-270,:root .libre-flip-horizontal,:root .libre-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none} -.libre-stack,.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} -.libre-stack-1x,.libre-stack-2x,.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center} -.libre-stack-1x,.fa-stack-1x{line-height:inherit} -.libre-stack-2x,.fa-stack-2x{font-size:2em} +.libre-spin, + .fa-spin{-webkit-animation:libre-spin 2s infinite linear;animation:libre-spin 2s infinite linear} +.libre-pulse, + .fa-pulse{-webkit-animation:libre-spin 1s infinite steps(8);animation:libre-spin 1s infinite steps(8)}@-webkit-keyframes libre-spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@keyframes libre-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}} +.libre-rotate-90, + .fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} +.libre-rotate-180, + .fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} +.libre-rotate-270, + .fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} +.libre-flip-horizontal, + .fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)} +.libre-flip-vertical, + .fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)} +:root .libre-rotate-90, +:root .libre-rotate-180, +:root .libre-rotate-270, +:root .libre-flip-horizontal, +:root .libre-flip-vertical, + :root .fa-rotate-90, + :root .fa-rotate-180, + :root .fa-rotate-270, + :root .fa-flip-horizontal, + :root .fa-flip-vertical{filter:none} +.libre-stack, + .fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} +.libre-stack-1x, +.libre-stack-2x, + .fa-stack-1x, + .fa-stack-2x{position:absolute;left:0;width:100%;text-align:center} +.libre-stack-1x, + .fa-stack-1x{line-height:inherit} +.libre-stack-2x, + .fa-stack-2x{font-size:2em} +/* Shadows */ .shadow-depth-0{box-shadow:none!important} +.text-shadow-depth-0{text-shadow:none!important} .shadow-depth-1{box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)} +.text-shadow-depth-1{text-shadow:0 2px 5px rgba(0,0,0,.5),0 2px 10px rgba(0,0,0,.3)} .shadow-depth-1-half{box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)} +.text-shadow-depth-1-half{text-shadow:0 5px 11px rgba(0,0,0,.5),0 4px 15px rgba(0,0,0,.3)} .shadow-depth-2{box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)} +.text-shadow-depth-2{text-shadow:0 8px 17px rgba(0,0,0,.5),0 6px 20px rgba(0,0,0,.3)} .shadow-depth-3{box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19)} +.text-shadow-depth-3{text-shadow:0 12px 15px rgba(0,0,0,.5),0 17px 50px rgba(0,0,0,.3)} .shadow-depth-4{box-shadow:0 16px 28px 0 rgba(0,0,0,.22),0 25px 55px 0 rgba(0,0,0,.21)} +.text-shadow-depth-4{text-shadow:0 16px 28px rgba(0,0,0,.5),0 25px 55px rgba(0,0,0,.3)} .shadow-depth-5{box-shadow:0 27px 24px 0 rgba(0,0,0,.2),0 40px 77px 0 rgba(0,0,0,.22)} +.text-shadow-depth-5{text-shadow:0 27px 24px rgba(0,0,0,.5),0 40px 77px rgba(0,0,0,.3)} /* Panel Extras */ .panel .panel-image{position:relative;height:120px;overflow:hidden;} .panel .panel-image[data-status|=delete]{background:#d9534f} @@ -89,27 +135,56 @@ .panel .panel-image .avatar{position:absolute;top:auto;bottom:5px;left:5px;max-width:75px;height:75px} .panel .panel-content{padding:10px;font-size:.9em;border-radius:0 0 3px 3px;height:100px;overflow:hidden} /* Modal Extras */ -.modal-primary .modal-header,.modal-primary .modal-footer{border-color:#307095} -.modal-warning .modal-header,.modal-warning .modal-footer{border-color:#c87f0a} -.modal-info .modal-header,.modal-info .modal-footer{border-color:#0097bc} -.modal-success .modal-header,.modal-success .modal-footer{border-color:#00733e} -.modal-danger .modal-header,.modal-danger .modal-footer{border-color:#c23321} -.modal-primary .modal-body,.modal-primary .modal-header,.modal-primary .modal-footer,.modal-warning .modal-body,.modal-warning .modal-header,.modal-warning .modal-footer,.modal-info .modal-body,.modal-info .modal-header,.modal-info .modal-footer,.modal-success .modal-body,.modal-success .modal-header,.modal-success .modal-footer,.modal-danger .modal-body,.modal-danger .modal-header,.modal-danger .modal-footer{color:#fff !important} +.modal-primary .modal-header, +.modal-primary .modal-footer{border-color:#307095} +.modal-warning .modal-header, +.modal-warning .modal-footer{border-color:#c87f0a} +.modal-info .modal-header, +.modal-info .modal-footer{border-color:#0097bc} +.modal-success .modal-header, +.modal-success .modal-footer{border-color:#00733e} +.modal-danger .modal-header, +.modal-danger .modal-footer{border-color:#c23321} +.modal-primary .modal-body, +.modal-primary .modal-header, +.modal-primary .modal-footer, +.modal-warning .modal-body, +.modal-warning .modal-header, +.modal-warning .modal-footer, +.modal-info .modal-body, +.modal-info .modal-header, +.modal-info .modal-footer, +.modal-success .modal-body, +.modal-success .modal-header, +.modal-success .modal-footer, +.modal-danger .modal-body, +.modal-danger .modal-header, +.modal-danger .modal-footer{color:#fff!important} .modal-danger .modal-body{background-color:#dd4b39!important} .modal-warning .modal-body{background-color:#f39c12!important} .modal-info .modal-body{background-color:#00c0ef!important} .modal-primary .modal-body{background-color:#3c8dbc!important} .modal-success .modal-body{background-color:#00a65a!important} -.modal-danger .modal-header,.modal-danger .modal-footer{background-color:#d33724 !important} -.modal-warning .modal-header,.modal-warning .modal-footer{background-color:#db8b0b!important} -.modal-info .modal-header,.modal-info .modal-footer{background-color:#00a7d0!important} -.modal-primary .modal-header,.modal-primary .modal-footer{background-color:#357ca5!important} -.modal-success .modal-header,.modal-success .modal-footer{background-color:#008d4c!important} +.modal-danger .modal-header, +.modal-danger .modal-footer{background-color:#d33724!important} +.modal-warning .modal-header, +.modal-warning .modal-footer{background-color:#db8b0b!important} +.modal-info .modal-header, +.modal-info .modal-footer{background-color:#00a7d0!important} +.modal-primary .modal-header, +.modal-primary .modal-footer{background-color:#357ca5!important} +.modal-success .modal-header, +.modal-success .modal-footer{background-color:#008d4c!important} /* Navbar */ -.navmenu,.navbar-offcanvas{width:auto;height:auto;border-width:1px;border-style:solid;border-radius:4px} -.navmenu-fixed-left,.navmenu-fixed-right,.navbar-offcanvas{position:fixed;z-index:1050;top:0;bottom:0;overflow-y:auto;border-radius:0} -.navmenu-fixed-left,.navbar-offcanvas.navmenu-fixed-left{left:0;right:auto;border-width:0 1px 0 0} -.navmenu-fixed-right,.navbar-offcanvas{left:auto;right:0;border-width:0 0 0 1px} +.navmenu, +.navbar-offcanvas{width:auto;height:auto;border-width:1px;border-style:solid;border-radius:4px} +.navmenu-fixed-left, +.navmenu-fixed-right, +.navbar-offcanvas{position:fixed;z-index:1050;top:0;bottom:0;overflow-y:auto;border-radius:0} +.navmenu-fixed-left, +.navbar-offcanvas.navmenu-fixed-left{left:0;right:auto;border-width:0 1px 0 0} +.navmenu-fixed-right, +.navbar-offcanvas{left:auto;right:0;border-width:0 0 0 1px} .navmenu-nav{margin-bottom:10px} .navmenu-nav.dropdown-menu{position:static;margin:0;padding-top:0;float:none;border:none;-webkit-box-shadow:none;box-shadow:none;border-radius:0} .navbar-offcanvas .navbar-nav{margin:0} @@ -257,6 +332,7 @@ [data-status|=]:after, .badger-inverse:after{background:#222} +.text-inherit{color:inherit!important;fill:currentColor!important;} .bg-black{background-color:#000!important} .text-black{color:#000!important} .bg-white{background-color:#fff!important} @@ -274,7 +350,7 @@ .bg-tangerine{background-color:#ed5724!important} .text-tangerine{color:#ed5724!important} .bg-salmon{background-color:#f04639!important} -.text-salmon{color:##f04639!important} +.text-salmon{color:#f04639!important} .bg-persimmon{background-color:#ea2630!important} .text-persimmon{color:#ea2830!important} .bg-rouge{background-color:#bc2326!important} @@ -359,639 +435,834 @@ Cleaned Up and Adapted for LibreICONS .animated.fast{-webkit-animation-duration:.5s;animation-duration:.5s} .animated.slow{-webkit-animation-duration:3s;animation-duration:3s} .animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite} -.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:50% 100%;transform-origin:50% 100%}@-webkit-keyframes bounce{0%,20%,53%,80%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,100%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{transition-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{transition-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}} -.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03, 1.03)}80%{-webkit-transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,100%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}100%{opacity:1;transform:scale3d(1,1,1)}} -.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,100%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}100%{transform:none}} -.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0)}100%{-webkit-transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,100%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}100%{transform:none}} -.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0)}100%{-webkit-transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,100%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}100%{transform:none}} -.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,100%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}100%{transform:translate3d(0,0,0)}} -.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;transform:scale3d(.3,.3,.3)}} -.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,100%,0)}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}100%{opacity:0;transform:translate3d(0,100%,0)}} -.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}100%{opacity:0;transform:translate3d(-100%,0,0)}} -.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(100%,0,0)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}100%{opacity:0;transform:translate3d(100%,0,0)}} -.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}100%{opacity:0;transform:translate3d(0,-100%,0)}} -.burst{-webkit-animation:burst .5s linear;animation:burst .5s linear}@-webkit-keyframes burst{0%{opacity:1}50%{-webkit-transform:scale(1.8);opacity:0}100%{opacity:0}}@keyframes burst{0%{opacity:1}50%{transform:scale(1.8);opacity:0}100%{opacity:0}} -.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}} -.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-25%,0)}100%{opacity:1;-webkit-transform:none}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-25%,0)}100%{opacity:1;transform:none}} -.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-100%,0)}100%{opacity:1;transform:none}} -.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-25%,0,0)}100%{opacity:1;-webkit-transform:none}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-25%,0,0)}100%{opacity:1;transform:none}} -.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-100%,0,0)}100%{opacity:1;transform:none}} -.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(25%,0,0)}100%{opacity:1;-webkit-transform:none}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(25%,0,0)}100%{opacity:1;transform:none}} -.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(100%,0,0)}100%{opacity:1;transform:none}} -.fadeInScaleUp{-webkit-animation-name:fadeInScaleUp;animation-name:fadeInScaleUp}@-webkit-keyframes fadeInScaleUp{0%{-webkit-transform:scale(.7);opacity:0}100%{-webkit-transform:scale(1);opacity:1}}@keyframes fadeInScaleUp{0%{transform:scale(.7);opacity:0}100%{transform:scale(1);opacity:1}} -.fadeInScaleDown{-webkit-animation-name:fadeInScaleDown;animation-name:fadeInScaleDown}@-webkit-keyframes fadeInScaleDown{0%{-webkit-transform:scale(1.7);opacity:0}100%{-webkit-transform:scale(1);opacity:1}}@keyframes fadeInScaleDown{0%{transform:scale(1.7);opacity:0}100%{transform:scale(1);opacity:1}} -.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,25%,0)}100%{opacity:1;-webkit-transform:none}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,25%,0)}100%{opacity:1;transform:none}} -.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,100%,0)}100%{opacity:1;transform:none}} -.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}} -.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,25%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;transform:translate3d(0,25%,0)}} -.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}} -.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}} -.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;transform:translate3d(-100%,0,0)}} -.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(25%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;transform:translate3d(25%,0,0)}} -.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;transform:translate3d(100%,0,0)}} -.fadeOutScaleDown{-webkit-animation-name:fadeOutScaleDown;animation-name:fadeOutScaleDown}@-webkit-keyframes fadeOutScaleDown{0%{-webkit-transform:scale(1);opacity:1}100%{-webkit-transform:scale(.7);opacity:0}}@keyframes fadeOutScaleDown{0%{transform:scale(1);opacity:1}100%{transform:scale(.7);opacity:0}} -.fadeOutScaleUp{-webkit-animation-name:fadeOutScaleUp;animation-name:fadeOutScaleUp}@-webkit-keyframes fadeOutScaleUp{0%{-webkit-transform:scale(1);opacity:1}100%{-webkit-transform:scale(1.7);opacity:0}}@keyframes fadeOutScaleUp{0%{transform:scale(1);opacity:1}100%{transform:scale(1.7);opacity:0}} -.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-25%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;transform:translate3d(0,-25%,0)}} -.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;transform:translate3d(0,-100%,0)}} -.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}} -.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px)rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px)translate3d(0,0,150px)rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px)translate3d(0,0,150px)rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px)scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);-webkit-animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px)rotate3d(0,1,0,-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px)translate3d(0,0,150px)rotate3d(0,1,0,-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px)translate3d(0,0,150px)rotate3d(0,1,0,-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px)scale3d(.95,.95,.95);animation-timing-function:ease-in}100%{transform:perspective(400px);animation-timing-function:ease-in}} -.flipInX{-webkit-animation-name:flipInX;animation-name:flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px)rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px)rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px)rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px)rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px)rotate3d(1,0,0,90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px)rotate3d(1,0,0,-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px)rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px)rotate3d(1,0,0,-5deg)}100%{transform:perspective(400px)}} -.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px)rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px)rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px)rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px)rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px)rotate3d(0,1,0,90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px)rotate3d(0,1,0,-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px)rotate3d(0,1,0,10deg);opacity:1}80%{transform:perspective(400px)rotate3d(0,1,0,-5deg)}100%{transform:perspective(400px)}} -.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px)}30%{-webkit-transform:perspective(400px)rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px)rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px)rotate3d(1,0,0,-20deg);opacity:1}100%{transform:perspective(400px)rotate3d(1,0,0,90deg);opacity:0}} -.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px)}30%{-webkit-transform:perspective(400px)rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px)rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px)rotate3d(0,1,0,-15deg);opacity:1}100%{transform:perspective(400px)rotate3d(0,1,0,90deg);opacity:0}} -.hinge{-webkit-animation-name:hinge;animation-name:hinge;-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes hinge{0%{-webkit-transform-origin:0 0;-webkit-animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:0 0;-webkit-animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:0 0;-webkit-animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:0 0;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);transform-origin:0 0;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);transform-origin:0 0;animation-timing-function:ease-in-out;opacity:1}100%{transform:translate3d(0,700px,0);opacity:0}} -.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0)skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;opacity:1}}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0)skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}100%{transform:none;opacity:1}} -.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0)skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{transform:translate3d(100%,0,0)skewX(30deg);opacity:0}} -.newspaperIn{-webkit-animation-name:newspaperIn;animation-name:newspaperIn}@-webkit-keyframes newspaperIn{0%{-webkit-transform-origin:50%;-webkit-transform:scale(0)rotate(720deg);opacity:0}100%{-webkit-transform-origin:50%;-webkit-transform:scale(1)rotate(0);opacity:1}}@keyframes newpaperIn{0%{transform-origin:50%;transform:scale(0)rotate(720deg);opacity:0}100%{transform-origin:50%;transform:scale(1)rotate(0);opacity:1}} -.newspaperOut{-webkit-animation-name:newspaperOut;animation-name:newspaperOut}@-webkit-keyframes newspaperOut{0%{-webkit-transform-origin:50%;-webkit-transform:scale(1)rotate(720deg);opacity:1}100%{-webkit-transform-origin:50%;-webkit-transform:scale(0)rotate(0);opacity:0}}@keyframes newpaperOut{0%{transform-origin:50%;transform:scale(1)rotate(720deg);opacity:1}100%{transform-origin:50%;transform:scale(0)rotate(0);opacity:0}} -.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1)}}@keyframes pulse{0%{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}100%{transform:scale3d(1,1,1)}} -.ring{-webkit-animation:ring 2s ease;animation:ring 2s ease;-webkit-transform-origin:50% 0;transform-origin:50% 0}@-webkit-keyframes ring{0%{-webkit-transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg)}20%{-webkit-transform:rotate(0)}}@keyframes ring{0%{transform:rotate(-15deg)}2%{transform:rotate(15deg)}4%{transform:rotate(-18deg)}6%{transform:rotate(18deg)}8%{transform:rotate(-22deg)}10%{transform:rotate(22deg)}12%{transform:rotate(-18deg)}14%{transform:rotate(18deg)}16%{transform:rotate(-12deg)}18%{transform:rotate(12deg)}20%{transform:rotate(0)}} -.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0)rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0)rotate3d(0,0,1,-120deg)}100%{opacity:1;transform:none}} -.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0)rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;transform:translate3d(100%,0,0)rotate3d(0,0,1,120deg)}} -.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:50%;-webkit-transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:50%;-webkit-transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:50%;transform:rotate3d(0,0,1,-200deg);opacity:0}100%{transform-origin:50%;transform:none;opacity:1}} -.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:0 100%;-webkit-transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:0 100%;-webkit-transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:0 100%;transform:rotate3d(0,0,1,-45deg);opacity:0}100%{transform-origin:0 100%;transform:none;opacity:1}} -.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:100%;-webkit-transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:100%;-webkit-transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:100%;transform:rotate3d(0,0,1,45deg);opacity:0}100%{transform-origin:100%;transform:none;opacity:1}} -.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:0 100%;-webkit-transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:0 100%;-webkit-transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:0 100%;transform:rotate3d(0,0,1,45deg);opacity:0}100%{transform-origin:0 100%;transform:none;opacity:1}} -.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:100%;-webkit-transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:100%;-webkit-transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:100%;transform:rotate3d(0,0,1,-90deg);opacity:0}100%{transform-origin:100%;transform:none;opacity:1}} -.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:50%;opacity:1}100%{-webkit-transform-origin:50%;-webkit-transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:50%;opacity:1}100%{transform-origin:50%;transform:rotate3d(0,0,1,200deg);opacity:0}} -.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:0 100%;opacity:1}100%{-webkit-transform-origin:0 100%;-webkit-transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:0 100%;opacity:1}100%{transform-origin:0 100%;transform:rotate3d(0,0,1,45deg);opacity:0}} -.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:100%;opacity:1}100%{-webkit-transform-origin:100%;-webkit-transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:100%;opacity:1}100%{transform-origin:100%;transform:rotate3d(0,0,1,-45deg);opacity:0}} -.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:0 100%;opacity:1}100%{-webkit-transform-origin:0 100%;-webkit-transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:0 100%;opacity:1}100%{transform-origin:0 100%;transform:rotate3d(0,0,1,-45deg);opacity:0}} -.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:100%;opacity:1}100%{-webkit-transform-origin:100%;-webkit-transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:100%;opacity:1}100%{transform-origin:100%;transform:rotate3d(0,0,1,90deg);opacity:0}} -.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}100%{transform:scale3d(1,1,1)}} -.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}} -.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInDown{0%{-webkit-transform:translateY(-25%);opacity:0}100%{-webkit-transform:translateY(0);opacity:1}}@keyframes slideInDown{0%{transform:translateY(-25%);opacity:0}100%{transform:translateY(0);opacity:1}} -.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translateX(-25%);opacity:0}100%{-webkit-transform:translateX(0);opacity:1}}@keyframes slideInLeft{0%{transform:translateX(-25%);opacity:0}100%{transform:translateX(0);opacity:1}} -.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(25%);opacity:0}100%{-webkit-transform:translateX(0);opacity:1}}@keyframes slideInRight{0%{transform:translateX(25%);opacity:0}100%{transform:translateX(0);opacity:1}} -.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideInUp{0%{-webkit-transform:translateY(25%);opacity:0}100%{-webkit-transform:translateY(0);opacity:1}}@keyframes slideInUp{0%{transform:translateY(25%);opacity:0}100%{transform:translateY(0);opacity:1}} -.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0)}100%{-webkit-transform:translateY(25%);opacity:0}}@keyframes slideOutDown{0%{transform:translateY(0)}100%{transform:translateY(25%);opacity:0}} -.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0)}100%{-webkit-transform:translateX(-25%);opacity:0}}@keyframes slideOutLeft{0%{transform:translateX(0)}100%{transform:translateX(-25%);opacity:0}} -.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0)}100%{-webkit-transform:translateX(25%);opacity:0}}@keyframes slideOutRight{0%{transform:translateX(0)}100%{visibility:hidden;transform:translateX(25%);opacity:0}} -.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0)}100%{-webkit-transform:translateY(-25%);opacity:0}}@keyframes slideOutUp{0%{transform:translateY(0)}100%{transform:translateY(-25%);opacity:0}} -.slit{-webkit-animation:slit 1s forwards ease-out;animation:slit 1s forwards ease-out}@-webkit-keyframes slit{0%{-webkit-transform-style:preserve-3d;-webkit-transform:translateZ(-3000px)rotateY(90deg);opacity:0}50%{-webkit-transform:translateZ(-250px)rotateY(89deg);opacity:.7;-webkit-animation-timing-function:ease-out}100%{-webkit-transform:translateZ(0)rotateY(0);opacity:1}}@keyframes slit{0%{transform-style:preserve-3d;transform:translateZ(-3000px)rotateY(90deg);opacity:0}50%{transform:translateZ(-250px)rotateY(89deg);opacity:.7;animation-timing-function:ease-in}100%{transform:translateZ(0)rotateY(0);opacity:1}} +.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:50% 100%;transform-origin:50% 100%} + @-webkit-keyframes bounce{0%,20%,53%,80%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0)}} + @keyframes bounce{0%,20%,53%,80%,100%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{transition-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{transition-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}} +.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s} + @-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03, 1.03)}80%{-webkit-transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1)}} + @keyframes bounceIn{0%,20%,40%,60%,80%,100%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}100%{opacity:1;transform:scale3d(1,1,1)}} +.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown} + @-webkit-keyframes bounceInDown{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}} + @keyframes bounceInDown{0%,60%,75%,90%,100%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}100%{transform:none}} +.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft} + @-webkit-keyframes bounceInLeft{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0)}100%{-webkit-transform:none}} + @keyframes bounceInLeft{0%,60%,75%,90%,100%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}100%{transform:none}} +.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight} + @-webkit-keyframes bounceInRight{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0)}100%{-webkit-transform:none}} + @keyframes bounceInRight{0%,60%,75%,90%,100%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}100%{transform:none}} +.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp} + @-webkit-keyframes bounceInUp{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0)}} + @keyframes bounceInUp{0%,60%,75%,90%,100%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}100%{transform:translate3d(0,0,0)}} +.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s} + @-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3)}} + @keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;transform:scale3d(.3,.3,.3)}} +.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown} + @-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,100%,0)}} + @keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}100%{opacity:0;transform:translate3d(0,100%,0)}} +.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft} + @-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0)}} + @keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}100%{opacity:0;transform:translate3d(-100%,0,0)}} +.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight} + @-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(100%,0,0)}} + @keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}100%{opacity:0;transform:translate3d(100%,0,0)}} +.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp} + @-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0)}} + @keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}100%{opacity:0;transform:translate3d(0,-100%,0)}} +.burst{-webkit-animation:burst .5s linear;animation:burst .5s linear} + @-webkit-keyframes burst{0%{opacity:1}50%{-webkit-transform:scale(1.8);opacity:0}100%{opacity:0}} + @keyframes burst{0%{opacity:1}50%{transform:scale(1.8);opacity:0}100%{opacity:0}} +.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn} + @-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}} + @keyframes fadeIn{0%{opacity:0}100%{opacity:1}} +.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown} + @-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-25%,0)}100%{opacity:1;-webkit-transform:none}} + @keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-25%,0)}100%{opacity:1;transform:none}} +.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig} + @-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none}} + @keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-100%,0)}100%{opacity:1;transform:none}} +.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft} + @-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-25%,0,0)}100%{opacity:1;-webkit-transform:none}} + @keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-25%,0,0)}100%{opacity:1;transform:none}} +.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig} + @-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none}} + @keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-100%,0,0)}100%{opacity:1;transform:none}} +.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight} + @-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(25%,0,0)}100%{opacity:1;-webkit-transform:none}} + @keyframes fadeInRight{0%{opacity:0;transform:translate3d(25%,0,0)}100%{opacity:1;transform:none}} +.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig} + @-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none}} + @keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(100%,0,0)}100%{opacity:1;transform:none}} +.fadeInScaleUp{-webkit-animation-name:fadeInScaleUp;animation-name:fadeInScaleUp} + @-webkit-keyframes fadeInScaleUp{0%{-webkit-transform:scale(.7);opacity:0}100%{-webkit-transform:scale(1);opacity:1}} + @keyframes fadeInScaleUp{0%{transform:scale(.7);opacity:0}100%{transform:scale(1);opacity:1}} +.fadeInScaleDown{-webkit-animation-name:fadeInScaleDown;animation-name:fadeInScaleDown} + @-webkit-keyframes fadeInScaleDown{0%{-webkit-transform:scale(1.7);opacity:0}100%{-webkit-transform:scale(1);opacity:1}} + @keyframes fadeInScaleDown{0%{transform:scale(1.7);opacity:0}100%{transform:scale(1);opacity:1}} +.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp} + @-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,25%,0)}100%{opacity:1;-webkit-transform:none}} + @keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,25%,0)}100%{opacity:1;transform:none}} +.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig} + @-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none}} + @keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,100%,0)}100%{opacity:1;transform:none}} +.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut} + @-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}} + @keyframes fadeOut{0%{opacity:1}100%{opacity:0}} +.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown} + @-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,25%,0)}} + @keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;transform:translate3d(0,25%,0)}} +.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig} + @-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}} + @keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}} +.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft} + @-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}} + @keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}} +.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig} + @-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0)}} + @keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;transform:translate3d(-100%,0,0)}} +.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight} + @-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(25%,0,0)}} + @keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;transform:translate3d(25%,0,0)}} +.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig} + @-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0)}} + @keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;transform:translate3d(100%,0,0)}} +.fadeOutScaleDown{-webkit-animation-name:fadeOutScaleDown;animation-name:fadeOutScaleDown} + @-webkit-keyframes fadeOutScaleDown{0%{-webkit-transform:scale(1);opacity:1}100%{-webkit-transform:scale(.7);opacity:0}} + @keyframes fadeOutScaleDown{0%{transform:scale(1);opacity:1}100%{transform:scale(.7);opacity:0}} +.fadeOutScaleUp{-webkit-animation-name:fadeOutScaleUp;animation-name:fadeOutScaleUp} + @-webkit-keyframes fadeOutScaleUp{0%{-webkit-transform:scale(1);opacity:1}100%{-webkit-transform:scale(1.7);opacity:0}} + @keyframes fadeOutScaleUp{0%{transform:scale(1);opacity:1}100%{transform:scale(1.7);opacity:0}} +.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp} + @-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-25%,0)}} + @keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;transform:translate3d(0,-25%,0)}} +.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig} + @-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0)}} + @keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;transform:translate3d(0,-100%,0)}} +.flash{-webkit-animation-name:flash;animation-name:flash} + @-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}} + @keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}} +.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip} + @-webkit-keyframes flip{0%{-webkit-transform:perspective(400px)rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px)translate3d(0,0,150px)rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px)translate3d(0,0,150px)rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px)scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);-webkit-animation-timing-function:ease-in}} + @keyframes flip{0%{transform:perspective(400px)rotate3d(0,1,0,-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px)translate3d(0,0,150px)rotate3d(0,1,0,-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px)translate3d(0,0,150px)rotate3d(0,1,0,-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px)scale3d(.95,.95,.95);animation-timing-function:ease-in}100%{transform:perspective(400px);animation-timing-function:ease-in}} +.flipInX{-webkit-animation-name:flipInX;animation-name:flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important} + @-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px)rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px)rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px)rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px)rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px)}} + @keyframes flipInX{0%{transform:perspective(400px)rotate3d(1,0,0,90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px)rotate3d(1,0,0,-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px)rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px)rotate3d(1,0,0,-5deg)}100%{transform:perspective(400px)}} +.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY} + @-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px)rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px)rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px)rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px)rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px)}} + @keyframes flipInY{0%{transform:perspective(400px)rotate3d(0,1,0,90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px)rotate3d(0,1,0,-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px)rotate3d(0,1,0,10deg);opacity:1}80%{transform:perspective(400px)rotate3d(0,1,0,-5deg)}100%{transform:perspective(400px)}} +.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important} + @-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px)}30%{-webkit-transform:perspective(400px)rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px)rotate3d(1,0,0,90deg);opacity:0}} + @keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px)rotate3d(1,0,0,-20deg);opacity:1}100%{transform:perspective(400px)rotate3d(1,0,0,90deg);opacity:0}} +.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s} + @-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px)}30%{-webkit-transform:perspective(400px)rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px)rotate3d(0,1,0,90deg);opacity:0}} + @keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px)rotate3d(0,1,0,-15deg);opacity:1}100%{transform:perspective(400px)rotate3d(0,1,0,90deg);opacity:0}} +.hinge{-webkit-animation-name:hinge;animation-name:hinge;-webkit-animation-duration:2s;animation-duration:2s} + @-webkit-keyframes hinge{0%{-webkit-transform-origin:0 0;-webkit-animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:0 0;-webkit-animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:0 0;-webkit-animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);opacity:0}} + @keyframes hinge{0%{transform-origin:0 0;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);transform-origin:0 0;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);transform-origin:0 0;animation-timing-function:ease-in-out;opacity:1}100%{transform:translate3d(0,700px,0);opacity:0}} +.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out} + @-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0)skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;opacity:1}} + @keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0)skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}100%{transform:none;opacity:1}} +.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in} + @-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0)skewX(30deg);opacity:0}} + @keyframes lightSpeedOut{0%{opacity:1}100%{transform:translate3d(100%,0,0)skewX(30deg);opacity:0}} +.newspaperIn{-webkit-animation-name:newspaperIn;animation-name:newspaperIn} + @-webkit-keyframes newspaperIn{0%{-webkit-transform-origin:50%;-webkit-transform:scale(0)rotate(720deg);opacity:0}100%{-webkit-transform-origin:50%;-webkit-transform:scale(1)rotate(0);opacity:1}} + @keyframes newpaperIn{0%{transform-origin:50%;transform:scale(0)rotate(720deg);opacity:0}100%{transform-origin:50%;transform:scale(1)rotate(0);opacity:1}} +.newspaperOut{-webkit-animation-name:newspaperOut;animation-name:newspaperOut} + @-webkit-keyframes newspaperOut{0%{-webkit-transform-origin:50%;-webkit-transform:scale(1)rotate(720deg);opacity:1}100%{-webkit-transform-origin:50%;-webkit-transform:scale(0)rotate(0);opacity:0}} + @keyframes newpaperOut{0%{transform-origin:50%;transform:scale(1)rotate(720deg);opacity:1}100%{transform-origin:50%;transform:scale(0)rotate(0);opacity:0}} +.pulse{-webkit-animation-name:pulse;animation-name:pulse} + @-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1)}} + @keyframes pulse{0%{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}100%{transform:scale3d(1,1,1)}} +.ring{-webkit-animation:ring 2s ease;animation:ring 2s ease;-webkit-transform-origin:50% 0;transform-origin:50% 0} + @-webkit-keyframes ring{0%{-webkit-transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg)}20%{-webkit-transform:rotate(0)}} + @keyframes ring{0%{transform:rotate(-15deg)}2%{transform:rotate(15deg)}4%{transform:rotate(-18deg)}6%{transform:rotate(18deg)}8%{transform:rotate(-22deg)}10%{transform:rotate(22deg)}12%{transform:rotate(-18deg)}14%{transform:rotate(18deg)}16%{transform:rotate(-12deg)}18%{transform:rotate(12deg)}20%{transform:rotate(0)}} +.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn} + @-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0)rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none}} + @keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0)rotate3d(0,0,1,-120deg)}100%{opacity:1;transform:none}} +.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut} + @-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0)rotate3d(0,0,1,120deg)}} + @keyframes rollOut{0%{opacity:1}100%{opacity:0;transform:translate3d(100%,0,0)rotate3d(0,0,1,120deg)}} +.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn} + @-webkit-keyframes rotateIn{0%{-webkit-transform-origin:50%;-webkit-transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:50%;-webkit-transform:none;opacity:1}} + @keyframes rotateIn{0%{transform-origin:50%;transform:rotate3d(0,0,1,-200deg);opacity:0}100%{transform-origin:50%;transform:none;opacity:1}} +.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft} + @-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:0 100%;-webkit-transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:0 100%;-webkit-transform:none;opacity:1}} + @keyframes rotateInDownLeft{0%{transform-origin:0 100%;transform:rotate3d(0,0,1,-45deg);opacity:0}100%{transform-origin:0 100%;transform:none;opacity:1}} +.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight} + @-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:100%;-webkit-transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:100%;-webkit-transform:none;opacity:1}} + @keyframes rotateInDownRight{0%{transform-origin:100%;transform:rotate3d(0,0,1,45deg);opacity:0}100%{transform-origin:100%;transform:none;opacity:1}} +.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft} + @-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:0 100%;-webkit-transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:0 100%;-webkit-transform:none;opacity:1}} + @keyframes rotateInUpLeft{0%{transform-origin:0 100%;transform:rotate3d(0,0,1,45deg);opacity:0}100%{transform-origin:0 100%;transform:none;opacity:1}} +.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight} + @-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:100%;-webkit-transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:100%;-webkit-transform:none;opacity:1}} + @keyframes rotateInUpRight{0%{transform-origin:100%;transform:rotate3d(0,0,1,-90deg);opacity:0}100%{transform-origin:100%;transform:none;opacity:1}} +.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut} + @-webkit-keyframes rotateOut{0%{-webkit-transform-origin:50%;opacity:1}100%{-webkit-transform-origin:50%;-webkit-transform:rotate3d(0,0,1,200deg);opacity:0}} + @keyframes rotateOut{0%{transform-origin:50%;opacity:1}100%{transform-origin:50%;transform:rotate3d(0,0,1,200deg);opacity:0}} +.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft} + @-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:0 100%;opacity:1}100%{-webkit-transform-origin:0 100%;-webkit-transform:rotate3d(0,0,1,45deg);opacity:0}} + @keyframes rotateOutDownLeft{0%{transform-origin:0 100%;opacity:1}100%{transform-origin:0 100%;transform:rotate3d(0,0,1,45deg);opacity:0}} +.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight} + @-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:100%;opacity:1}100%{-webkit-transform-origin:100%;-webkit-transform:rotate3d(0,0,1,-45deg);opacity:0}} + @keyframes rotateOutDownRight{0%{transform-origin:100%;opacity:1}100%{transform-origin:100%;transform:rotate3d(0,0,1,-45deg);opacity:0}} +.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft} + @-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:0 100%;opacity:1}100%{-webkit-transform-origin:0 100%;-webkit-transform:rotate3d(0,0,1,-45deg);opacity:0}} + @keyframes rotateOutUpLeft{0%{transform-origin:0 100%;opacity:1}100%{transform-origin:0 100%;transform:rotate3d(0,0,1,-45deg);opacity:0}} +.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight} + @-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:100%;opacity:1}100%{-webkit-transform-origin:100%;-webkit-transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:100%;opacity:1}100%{transform-origin:100%;transform:rotate3d(0,0,1,90deg);opacity:0}} +.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand} + @-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1)}} + @keyframes rubberBand{0%{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}100%{transform:scale3d(1,1,1)}} +.shake{-webkit-animation-name:shake;animation-name:shake} + @-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0)}} + @keyframes shake{0%,100%{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}} +.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown} + @-webkit-keyframes slideInDown{0%{-webkit-transform:translateY(-25%);opacity:0}100%{-webkit-transform:translateY(0);opacity:1}} + @keyframes slideInDown{0%{transform:translateY(-25%);opacity:0}100%{transform:translateY(0);opacity:1}} +.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft} + @-webkit-keyframes slideInLeft{0%{-webkit-transform:translateX(-25%);opacity:0}100%{-webkit-transform:translateX(0);opacity:1}} + @keyframes slideInLeft{0%{transform:translateX(-25%);opacity:0}100%{transform:translateX(0);opacity:1}} +.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight} + @-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(25%);opacity:0}100%{-webkit-transform:translateX(0);opacity:1}} + @keyframes slideInRight{0%{transform:translateX(25%);opacity:0}100%{transform:translateX(0);opacity:1}} +.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp} + @-webkit-keyframes slideInUp{0%{-webkit-transform:translateY(25%);opacity:0}100%{-webkit-transform:translateY(0);opacity:1}} + @keyframes slideInUp{0%{transform:translateY(25%);opacity:0}100%{transform:translateY(0);opacity:1}} +.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown} + @-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0)}100%{-webkit-transform:translateY(25%);opacity:0}} + @keyframes slideOutDown{0%{transform:translateY(0)}100%{transform:translateY(25%);opacity:0}} +.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft} + @-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0)}100%{-webkit-transform:translateX(-25%);opacity:0}} + @keyframes slideOutLeft{0%{transform:translateX(0)}100%{transform:translateX(-25%);opacity:0}} +.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight} + @-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0)}100%{-webkit-transform:translateX(25%);opacity:0}} + @keyframes slideOutRight{0%{transform:translateX(0)}100%{visibility:hidden;transform:translateX(25%);opacity:0}} +.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp} + @-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0)}100%{-webkit-transform:translateY(-25%);opacity:0}} + @keyframes slideOutUp{0%{transform:translateY(0)}100%{transform:translateY(-25%);opacity:0}} +.slit{-webkit-animation:slit 1s forwards ease-out;animation:slit 1s forwards ease-out} + @-webkit-keyframes slit{0%{-webkit-transform-style:preserve-3d;-webkit-transform:translateZ(-3000px)rotateY(90deg);opacity:0}50%{-webkit-transform:translateZ(-250px)rotateY(89deg);opacity:.7;-webkit-animation-timing-function:ease-out}100%{-webkit-transform:translateZ(0)rotateY(0);opacity:1}} + @keyframes slit{0%{transform-style:preserve-3d;transform:translateZ(-3000px)rotateY(90deg);opacity:0}50%{transform:translateZ(-250px)rotateY(89deg);opacity:.7;animation-timing-function:ease-in}100%{transform:translateZ(0)rotateY(0);opacity:1}} .spin{-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}} -.swing{-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0)}}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}100%{transform:rotate3d(0,0,1,0)}} -.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9)rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1)rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1)rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1)}}@keyframes tada{0%{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9)rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1)rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1)rotate3d(0,0,1,-3deg)}100%{transform:scale3d(1,1,1)}} -.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes wobble{0%{-webkit-transform:none}15%{-webkit-transform:translate3d(-25%,0,0)rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0)rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0)rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0)rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0)rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none}}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0)rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0)rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0)rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0)rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0)rotate3d(0,0,1,-1deg)}100%{transform:none}} -.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}} -.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1)translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1)translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475)translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}} -.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1)translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1)translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475)translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}} -.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1)translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1)translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475)translate3d(-10px,0,0);animation-timing-function:cubic-bezier(175,.885,.32,1)}} -.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1)translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1)translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475)translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}} -.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}100%{opacity:0}} -.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1)translate3d(0,2000px,0);-webkit-transform-origin:50% 100%;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475)translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;transform:scale3d(.1,.1,.1)translate3d(0,2000px,0);transform-origin:50% 100%;animation-timing-function:cubic-bezier(.175,.885,.32,1)}} -.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1)translate3d(-2000px,0,0);-webkit-transform-origin:0 50%}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475)translate3d(42px,0,0)}100%{opacity:0;transform:scale(.1)translate3d(-2000px,0,0);transform-origin:0 50%}} -.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1)translate3d(2000px,0,0);-webkit-transform-origin:100% 50%}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475)translate3d(-42px,0,0)}100%{opacity:0;transform:scale(.1)translate3d(2000px,0,0);transform-origin:100% 50%}} -.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1)translate3d(0,-2000px,0);-webkit-transform-origin:50% 100%;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475)translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;transform:scale3d(.1,.1,.1)translate3d(0,-2000px,0);transform-origin:50% 100%;animation-timing-function:cubic-bezier(.175,.885,.32,1)}} -.libre-activity:before{content:'\e600'} -.libre-address-book:before{content:'\e601'} -.libre-alien:before{content:'\e602'} +.swing{-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-animation-name:swing;animation-name:swing} + @-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0)}} + @keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}100%{transform:rotate3d(0,0,1,0)}} +.tada{-webkit-animation-name:tada;animation-name:tada} + @-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9)rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1)rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1)rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1)}} + @keyframes tada{0%{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9)rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1)rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1)rotate3d(0,0,1,-3deg)}100%{transform:scale3d(1,1,1)}} +.wobble{-webkit-animation-name:wobble;animation-name:wobble} + @-webkit-keyframes wobble{0%{-webkit-transform:none}15%{-webkit-transform:translate3d(-25%,0,0)rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0)rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0)rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0)rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0)rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none}} + @keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0)rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0)rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0)rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0)rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0)rotate3d(0,0,1,-1deg)}100%{transform:none}} +.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn} + @-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3)}50%{opacity:1}} + @keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}} +.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown} + @-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1)translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1)}} + @keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1)translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475)translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}} +.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft} + @-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1)translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1)}} + @keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1)translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475)translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}} +.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight} + @-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1)translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1)}} + @keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1)translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475)translate3d(-10px,0,0);animation-timing-function:cubic-bezier(175,.885,.32,1)}} +.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp} + @-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1)translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1)}} + @keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1)translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475)translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}} +.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut} + @-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3)}100%{opacity:0}} + @keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}100%{opacity:0}} +.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown} + @-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1)translate3d(0,2000px,0);-webkit-transform-origin:50% 100%;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1)}} + @keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475)translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;transform:scale3d(.1,.1,.1)translate3d(0,2000px,0);transform-origin:50% 100%;animation-timing-function:cubic-bezier(.175,.885,.32,1)}} +.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft} + @-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1)translate3d(-2000px,0,0);-webkit-transform-origin:0 50%}} + @keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475)translate3d(42px,0,0)}100%{opacity:0;transform:scale(.1)translate3d(-2000px,0,0);transform-origin:0 50%}} +.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight} + @-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1)translate3d(2000px,0,0);-webkit-transform-origin:100% 50%}} + @keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475)translate3d(-42px,0,0)}100%{opacity:0;transform:scale(.1)translate3d(2000px,0,0);transform-origin:100% 50%}} +.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp} + @-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1)translate3d(0,-2000px,0);-webkit-transform-origin:50% 100%;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1)}} + @keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475)translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;transform:scale3d(.1,.1,.1)translate3d(0,-2000px,0);transform-origin:50% 100%;animation-timing-function:cubic-bezier(.175,.885,.32,1)}} +.libre-activity:before, + .libre-cardio:before{content:'\e600'} +.libre-add:before{content:'\e601'} +.libre-address-book:before{content:'\e602'} +.libre-alien:before{content:'\e603'} .libre-align-center:before, .fa-align-center:before, - .glyphicon-align-center:before{content:'\e603'} + .glyphicon-align-center:before{content:'\e604'} .libre-align-justify:before, .fa-align-justify:before, - .glyphicon-align-justfy:before{content:'\e604'} + .glyphicon-align-justfy:before{content:'\e605'} .libre-align-left:before, .fa-align-left:before, - .glyphicon-align-left:before{content:'\e605'} + .glyphicon-align-left:before{content:'\e606'} .libre-align-right:before, .fa-align-right:before, - .glyphicon-align-right:before{content:'\e606'} -.libre-approve:before{content:'\e635'} + .glyphicon-align-right:before{content:'\e607'} +.libre-approve:before{content:'\e608'} .libre-archive:before, - .fa-archive:before{content:'\e607'} -.libre-arrow-circle-down:before{content:'\e608'} -.libre-arrow-circle-right:before{content:'\e609'} + .fa-archive:before{content:'\e609'} +.libre-arrow-circle-down:before{content:'\e60a'} +.libre-arrow-circle-right:before{content:'\e60b'} .libre-arrow-down:before, .fa-arrow-down:before, - .glyphicon-arrow-down:before{content:'\e60a'} + .glyphicon-arrow-down:before{content:'\e60c'} .libre-arrow-left:before, .fa-arrow-left:before, - .glyphicon-arrow-left:before{content:'\e60b'} + .glyphicon-arrow-left:before{content:'\e60d'} .libre-arrow-right:before, .fa-arrow-right:before, - .glyphicon-arrow-right:before{content:'\e60c'} + .glyphicon-arrow-right:before{content:'\e60e'} .libre-arrow-up:before, .fa-arrow-up:before, - .glyphicon-arrow-up:before{content:'\e60d'} -.libre-back:before{content:'\e658'} -.libre-badge-1:before{content:'\e60e'} -.libre-badge-2:before{content:'\e60f'} -.libre-badge-3:before{content:'\e610'} + .glyphicon-arrow-up:before{content:'\e60f'} +.libre-back:before{content:'e610'} +.libre-badge-1:before{content:'\e611'} +.libre-badge-2:before{content:'\e612'} +.libre-badge-3:before{content:'\e613'} .libre-ban:before, .fa-ban:before, - .glyphicon-ban-circle:before{content:'\e611'} + .glyphicon-ban-circle:before{content:'\e614'} .libre-barcode:before, .fa-barcode:before, - .glyphicon-barcode:before{content:'\e612'} + .glyphicon-barcode:before{content:'\e615'} .libre-bold:before, .fa-bold:before, - .glyphicon-bold:before{content:'\e613'} + .glyphicon-bold:before{content:'\e616'} .libre-bookmark:before, .fa-bookmark:before, - .glyphicon-bookmark:before{content:'\e614'} -.libre-brand-aus-post:before{content:'\e615'} + .glyphicon-bookmark:before{content:'\e617'} +.libre-brand-aus-post:before{content:'\e618'} +.libre-brand-behance:before{content:'\e619'} +.libre-brand-blogger:before{content:'\e61a'} .libre-brand-delicious:before, - .fa-delicious:before{content:'\e616'} + .fa-delicious:before{content:'\e61b'} .libre-brand-deviantart:before, - .fa-deviantart:before{content:'\e617'} + .fa-deviantart:before{content:'\e61c'} +.libre-brand-digg:before{content:'\e61d'} +.libre-brand-dribble:before{content:'\e61e'} .libre-brand-facebook:before, .fa-facebook:before, .fa-facebook-f:before, .fa-facebook-official:before, - .fa-facebook-square:before{content:'\e618'} + .fa-facebook-square:before{content:'\e61f'} +.libre-brand-flickr:before{content:'\e620'} .libre-brand-github:before, .fa-github:before, .fa-github-alt:before, - .fa-github-square:before{content:'\e619'} + .fa-github-square:before{content:'\e621'} .libre-brand-google-plus:before, .fa-google-plus:before, - .fa-google-plus-square:before{content:'\e61a'} + .fa-google-plus-square:before{content:'\e622'} .libre-brand-instagram:before, - .fa-instagram:before{content:'\e61b'} -.libre-brand-open-source:before{content:'\e61c'} + .fa-instagram:before{content:'\e623'} +.libre-brand-last-fm:before{content:'\e624'} +.libre-brand-linkedin:before{content:'\e625'} +.libre-brand-open-source:before{content:'\e626'} .libre-brand-paypal:before, - .fa-paypal:before{content:'\e61d'} -.libre-brand-raspberrypi:before{content:'\e61e'} + .fa-paypal:before{content:'\e627'} +.libre-brand-raspberrypi:before{content:'\e628'} +.libre-brand-reddit:before{content:'\e629'} .libre-brand-rss:before, .fa-rss:before, - .fa-rss.square:before{content:'\e61f'} + .fa-rss.square:before{content:'\e62a'} +.libre-brand-skype:before{content:'\e62b'} +.libre-brand-stumbleupon:before{content:'\e62c'} +.libre-brand-tumblr:before{content:'\e62d'} .libre-brand-twitter:before, .fa-twitter:before, - .fa-twitter-square:before{content:'\e620'} + .fa-twitter-square:before{content:'\e62e'} .libre-brand-vimeo:before, - .fa-vimeo-square:before{content:'\e621'} + .fa-vimeo-square:before{content:'\e62f'} .libre-brand-yahoo:before, - .fa-yahoo:before{content:'\e622'} + .fa-yahoo:before{content:'\e630'} +.libre-brand-yelp:before{content:'\e631'} .libre-brand-youtube:before, .fa-youtube:before, - .fa-youtube-square:before{content:'\e623'} -.libre-browse-media:before{content:'\e624'} -.libre-browser-chrome:before{content:'\e625'} -.libre-browser-explorer:before{content:'\e626'} -.libre-browser-firefox:before{content:'\e627'} -.libre-browser-general:before{content:'\e628'} -.libre-browser-opera:before{content:'\e629'} -.libre-browser-safari:before{content:'\e62a'} + .fa-youtube-square:before{content:'\e632'} +.libre-browse-media:before{content:'\e633'} +.libre-browser-chrome:before{content:'\e634'} +.libre-browser-edge:before{content:'\e635'} +.libre-browser-explorer:before{content:'\e636'} +.libre-browser-firefox:before{content:'\e637'} +.libre-browser-general:before{content:'\e638'} +.libre-browser-opera:before{content:'\e639'} +.libre-browser-safari:before{content:'\e63a'} .libre-bug:before, - .fa-bug:before{content:'\e62b'} + .fa-bug:before{content:'\e63b'} .libre-calendar:before, .fa-calendar:before, - .glyphicon-calendar:before{content:'\e62c'} + .glyphicon-calendar:before{content:'\e63c'} .libre-caret-down:before, - .fa-caret-down:before{content:'\e62d'} + .fa-caret-down:before{content:'\e63d'} .libre-caret-up:before, - .fa-caret-up:before{content:'\e62e'} + .fa-caret-up:before{content:'\e63e'} .libre-certificate:before, .fa-certificate:before, - .glyphicon-certificate:before{content:'\e62f'} + .glyphicon-certificate:before{content:'\e63f'} .libre-chart-area:before, - .fa-area-chart:before{content:'\e630'} + .fa-area-chart:before{content:'\e640'} .libre-chart-bar:before, - .fa-bar-chart:before{content:'\e631'} + .fa-bar-chart:before{content:'\e641'} .libre-chart-line:before, - .fa-line-chart:before{content:'\e632'} + .fa-line-chart:before{content:'\e642'} .libre-chart-pie:before, - .fa-pie-chart:before{content:'\e633'} + .fa-pie-chart:before{content:'\e643'} .libre-check-no:before, - .glyphicon-remove:before{content:'\e634'} + .glyphicon-remove:before{content:'\e644'} .libre-check-yes:before, .fa-check:before, - .glyphicon-yes:before{content:'\e635'} + .glyphicon-yes:before, + .libre-approve:before{content:'\e645'} .libre-chevron-down:before, .fa-angle-down:before, .fa-chevron-down:before, - .glyphicon-chevron-down:before{content:'\e636'} + .glyphicon-chevron-down:before{content:'\e646'} .libre-chevron-left:before, .fa-angle-left:before, .fa-chevron-left:before, - .glyphicon-chevron-left:before{content:'\e637'} + .glyphicon-chevron-left:before{content:'\e647'} .libre-chevron-right:before, .fa-angle-right:before, .fa-chevron-right:before, - .glyphicon-chevron-right:before{content:'\e638'} + .glyphicon-chevron-right:before{content:'\e648'} .libre-chevron-up:before, .fa-angle-up:before, .fa-chevron-up:before, - .glyphicon-chevron-up:before{content:'\e639'} + .glyphicon-chevron-up:before{content:'\e649'} .libre-clock:before, .fa-clock-o:before, - .glyphicon-time:before{content:'\e63a'} + .glyphicon-time:before{content:'\e64a'} .libre-close:before, .fa-close:before, - .glyphicon-remove:before{content:'\e63b'} + .glyphicon-remove:before{content:'\e64b'} .libre-code:before, - .fa-code:before{content:'\e63c'} + .fa-code:before{content:'\e64c'} .libre-cog:before, .fa-cog:before, - .glyphicon-cog:before{content:'\e63d'} + .glyphicon-cog:before{content:'\e64d'} .libre-cogs:before, - .fa-cogs:before{content:'\e63e'} + .fa-cogs:before{content:'\e64e'} .libre-comment:before, .fa-comment:before, - .glypicon-comment:before{content:'\e63f'} + .glypicon-comment:before{content:'\e64f'} .libre-comments:before, - .fa-comments:before{content:'\e640'} -.libre-content:before{content:'\e641'} + .fa-comments:before{content:'\e650'} +.libre-content:before{content:'\e651'} .libre-copy:before, - .fa-copy:before{content:'\e642'} + .fa-copy:before{content:'\e652'} .libre-credit-card:before, .fa-cc:before, - .glyphicon-credit-card:before{content:'\e643'} + .glyphicon-credit-card:before{content:'\e653'} .libre-credit-card-amex:before, - .fa-cc-amex:before{content:'\e644'} -.libre-credit-card-cc:before{content:'\e645'} + .fa-cc-amex:before{content:'\e654'} +.libre-credit-card-cc:before{content:'\e655'} .libre-credit-card-discover:before, - .fa-cc-discover:before{content:'\e646'} + .fa-cc-discover:before{content:'\e656'} .libre-credit-card-mastercard:before, - .fa-cc-mastercard:before{content:'\e647'} + .fa-cc-mastercard:before{content:'\e657'} .libre-credit-card-paypal:before, - .fa-cc-paypal:before{content:'\e648'} + .fa-cc-paypal:before{content:'\e658'} .libre-credit-card-stripe:before, - .fa-cc-stripe:before{content:'\e649'} + .fa-cc-stripe:before{content:'\e659'} .libre-credit-card-visa:before, - .fa-cc-visa:before{content:'\e64a'} + .fa-cc-visa:before{content:'\e65a'} .libre-crop:before, - .fa-crop:before{content:'\e64b'} + .fa-crop:before{content:'\e65b'} .libre-crosshairs:before, .fa-crosshairs:before, - .glyphicon-screenshot:before{content:'\e64c'} + .glyphicon-screenshot:before{content:'\e65c'} .libre-css3:before, - .fa-css3:before{content:'\e64d'} + .fa-css3:before{content:'\e65d'} .libre-cut:before, .fa-cut:before, .fa-scissors:before, - .glyphicon-scissors:before{content:'\e64e'} + .glyphicon-scissors:before{content:'\e65e'} .libre-dashboard:before, .fa-dashboard:before, - .glyphicon-dashboard:before{content:'\e64f'} + .glyphicon-dashboard:before{content:'\e65f'} .libre-database:before, - .fa-database:before{content:'\e650'} + .fa-database:before{content:'\e660'} .libre-desktop:before, - .fa-desktop:before{content:'\e651'} -.libre-display-layout-blocks:before{content:'\e652'} -.libre-display-layout-list:before{content:'\e653'} -.libre-display-layout-table:before{content:'\e654'} -.libre-display-layout-timeline:before{content:'\e655'} + .fa-desktop:before{content:'\e661'} +.libre-display-layout-blocks:before{content:'\e662'} +.libre-display-layout-list:before{content:'\e663'} +.libre-display-layout-table:before{content:'\e664'} +.libre-display-layout-timeline:before{content:'\e665'} +.libre-download:before{content:'\e666'} .libre-edit:before, .fa-edit:before, - .glyphicon-edit:before{content:'\e656'} -.libre-email-forward:before{content:'\e657'} + .glyphicon-edit:before{content:'\e667'} +.libre-email-forward:before, + .libre-purge:before{content:'\e668'} .libre-email-reply:before, - .fa-reply:before{content:'\e658'} + .fa-reply:before, + .libre-back:before, + .libre-restore:before{content:'\e669'} .libre-email-send:before, .fa-send:before, - .glyphicon-send:before{content:'\e659'} -.libre-empty-circle:before{content:'\e65a'} -.libre-empty-circle-o:before{content:'\e65b'} -.libre-empty-sign:before{content:'\e65c'} -.libre-empty-sign-o:before{content:'\e65d'} -.libre-empty-square:before{content:'\e65e'} -.libre-empty-square-o:before{content:'\e65f'} + .glyphicon-send:before{content:'\e66a'} +.libre-empty-circle:before{content:'\e66b'} +.libre-empty-circle-o:before{content:'\e66c'} +.libre-empty-sign:before{content:'\e66d'} +.libre-empty-sign-o:before{content:'\e66e'} +.libre-empty-square:before{content:'\e66f'} +.libre-empty-square-o:before{content:'\e670'} .libre-envelope:before, .fa-envelope:before, - .glyphicon-envelope:before{content:'\e660'} + .glyphicon-envelope:before{content:'\e671'} .libre-eraser:before, .fa-eraser:before, - .glyphicon-erase:before{content:'\e661'} + .glyphicon-erase:before{content:'\e672'} .libre-exclamation:before, - .fa-exclamation:before{content:'\e662'} -.libre-export:before{content:'\e663'} -.libre-export-booking:before{content:'\e664'} + .fa-exclamation:before{content:'\e673'} +.libre-export:before{content:'\e674'} +.libre-export-booking:before{content:'\e675'} .libre-file:before, - .fa-file:before{content:'\e665'} + .fa-file:before{content:'\e676'} .libre-file-archive:before, - .fa-file-archive-o:before{content:'\e666'} + .fa-file-archive-o:before{content:'\e677'} .libre-file-audio:before, - .fa-file-audio-o:before{content:'\e667'} + .fa-file-audio-o:before{content:'\e678'} .libre-file-code:before, - .fa-file-code-o:before{content:'\e668'} + .fa-file-code-o:before{content:'\e679'} .libre-file-excel:before, - .fa-file-excel-o:before{content:'\e669'} + .fa-file-excel-o:before{content:'\e67a'} .libre-file-image:before, - .fa-file-image-o:before{content:'\e66a'} + .fa-file-image-o:before{content:'\e67b'} .libre-file-pdf:before, - .fa-file-pdf-o:before{content:'\e66b'} + .fa-file-pdf-o:before{content:'\e67c'} .libre-file-powerpoint:before, - .fa-file-powerpoint-o:before{content:'\e66c'} + .fa-file-powerpoint-o:before{content:'\e67d'} +.libre-files:before, + .fa-files-o:before{content:'\e67e'} .libre-file-text:before, .fa-file-text:before, - .fa-file-text-o:before{content:'\e66e'} + .fa-file-text-o:before{content:'\e67f'} .libre-file-video:before, - .fa-file-video-o:before{content:'\e66f'} + .fa-file-video-o:before{content:'\e680'} .libre-file-word:before, - .fa-file-word-o:before{content:'\e670'} -.libre-files:before, - .fa-files-o:before{content:'\e66d'} + .fa-file-word-o:before{content:'\e681'} .libre-film:before, .fa-film:before, .fa-youtube-play:before, - .glyphicon-film:before{content:'\e671'} + .glyphicon-film:before{content:'\e682'} .libre-filter:before, .fa-filter:before, - .glyphicon-filter:before{content:'\e672'} -.libre-firewall:before{content:'\e673'} + .glyphicon-filter:before{content:'\e683'} +.libre-firewall:before{content:'\e684'} .libre-floppy:before, .fa-floppy-o:before, .fa-save:before, - .glyphicon-floppy-disk:before{content:'\e674'} + .glyphicon-floppy-disk:before{content:'\e685'} .libre-folder:before, .fa-folder:before, - .glyphicon-folder-close:before{content:'\e675'} + .glyphicon-folder-close:before{content:'\e686'} .libre-folder-open:before, .fa-folder-open:before, - .glyphicon-folder-open:before{content:'\e676'} + .glyphicon-folder-open:before{content:'\e687'} .libre-font:before, .fa-font:before, - .glyphicon-font:before{content:'\e677'} + .glyphicon-font:before{content:'\e688'} .libre-fullscreen:before, - .glyphicon-fullscreen:before{content:'\e678'} + .glyphicon-fullscreen:before{content:'\e689'} .libre-globe:before, .fa-globe:before, - .glyphicon-globe:before{content:'\e679'} + .glyphicon-globe:before{content:'\e68a'} .libre-header:before, .fa-header:before, - .glyphicon-header:before{content:'\e67a'} + .glyphicon-header:before{content:'\e68b'} .libre-help:before, .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, - .fa-life-saver:before{content:'\e67b'} + .fa-life-saver:before{content:'\e68c'} .libre-history:before, - .fa-history:before{content:'\e67c'} + .fa-history:before{content:'\e68d'} .libre-home:before, .fa-home:before, - .glyphicon-home:before{content:'\e67d'} -.libre-hr:before{content:'\e67e'} + .glyphicon-home:before{content:'\e68e'} +.libre-hr:before{content:'\e68f'} .libre-html5:before, - .fa-html:before{content:'\e67f'} + .fa-html:before{content:'\e690'} .libre-import:before, - .glyphicon-import:before{content:'\e680'} + .glyphicon-import:before{content:'\e691'} .libre-inbox:before, .fa-inbox:before, - .glyphicon-inbox:before{content:'\e681'} + .glyphicon-inbox:before{content:'\e692'} .libre-indent:before, .fa-indent:before, - .glyphicon-indent-left:before{content:'\e682'} + .glyphicon-indent-left:before{content:'\e693'} .libre-info:before, - .fa-info:before{content:'\e683'} + .fa-info:before{content:'\e694'} .libre-italic:before, .fa-italic:before, - .glyphicon-italic:before{content:'\e684'} + .glyphicon-italic:before{content:'\e695'} .libre-key:before, - .fa-key:before{content:'\e685'} + .fa-key:before{content:'\e696'} .libre-laptop:before, - .fa-laptop:before{content:'\e686'} + .fa-laptop:before{content:'\e697'} .libre-level-down:before, - .fa-level-down:before{content:'\e687'} + .fa-level-down:before{content:'\e698'} .libre-level-up:before, - .fa-level-up:before{content:'\e688'} -.libre-license-copyleft:before{content:'\e689'} -.libre-license-copyright:before{content:'\e68a'} -.libre-license-creative-commons:before{content:'\e68b'} -.libre-license-registered:before{content:'\e68c'} -.libre-license-trademark:before{content:'\e68d'} + .fa-level-up:before{content:'\e699'} +.libre-license-copyleft:before{content:'\e69a'} +.libre-license-copyright:before{content:'\e69b'} +.libre-license-creative-commons:before{content:'\e69c'} +.libre-license-registered:before{content:'\e69d'} +.libre-license-trademark:before{content:'\e69e'} .libre-link:before, .fa-link:before, - .glyphicon-link:before{content:'\e68e'} + .glyphicon-link:before{content:'\e69f'} .libre-list:before, .fa-list:before, .glyphicon-list:before, - .glyphicon-list-alt:before{content:'\e68f'} + .glyphicon-list-alt:before{content:'\e6a0'} .libre-list-ol:before, - .fa-list-ol:before{content:'\e690'} + .fa-list-ol:before{content:'\e6a1'} .libre-list-ul:before, - .fa-list-ul:before{content:'\e691'} + .fa-list-ul:before{content:'\e6a2'} .libre-lock:before, .fa-lock:before, - .glyphicon-lock:before{content:'\e692'} + .glyphicon-lock:before{content:'\e6a3'} .libre-magic:before, - .fa-magic:before{content:'\e693'} + .fa-magic:before{content:'\e6a4'} .libre-minus:before, .fa-minus:before, - .glyphicon-minus:before{content:'\e694'} + .glyphicon-minus:before{content:'\e6a5'} .libre-mobile:before, .fa-mobile:before, .fa-mobile-phone:before, - .glyphicon-phone:before{content:'\e695'} + .glyphicon-phone:before{content:'\e6a6'} .libre-object-align-bottom:before, - .glyphicon-object-align-bottom:before{content:'\e696'} + .glyphicon-object-align-bottom:before{content:'\e6a7'} .libre-object-align-horizontal:before, - .glyphicon-object-align-horizontal:before{content:'\e697'} + .glyphicon-object-align-horizontal:before{content:'\e6a8'} .libre-object-align-left:before, - .glyphicon-object-align-left:before{content:'\e698'} + .glyphicon-object-align-left:before{content:'\e6a9'} .libre-object-align-right:before, - .glyphicon-object-align-right:before{content:'\e699'} + .glyphicon-object-align-right:before{content:'\e6aa'} .libre-object-align-top:before, - .glyphicon-object-align-top:before{content:'\e69a'} + .glyphicon-object-align-top:before{content:'\e6ab'} .libre-object-align-vertical:before, - .glyphicon-object-align-vertical:before{content:'\e69b'} -.libre-operator:before{content:'\e69c'} -.libre-order:before{content:'\e69d'} -.libre-order-invoice:before{content:'\e69e'} -.libre-order-quote:before{content:'\e69f'} -.libre-order-quotetoinvoice:before{content:'\e6a0'} + .glyphicon-object-align-vertical:before{content:'\e6ac'} +.libre-operator:before{content:'\e6ad'} +.libre-order:before{content:'\e6ae'} +.libre-order-invoice:before{content:'\e6af'} +.libre-order-quote:before{content:'\e6b0'} +.libre-order-quotetoinvoice:before{content:'\e6b1'} .libre-os-android:before, - .fa-android:before{content:'\e6a1'} + .fa-android:before{content:'\e6b2'} .libre-os-apple:before, - .fa-apple:before{content:'\e6a2'} -.libre-os-beos:before{content:'\e6a3'} -.libre-os-bsd:before{content:'\e6a4'} -.libre-os-general:before{content:'\e6a5'} + .fa-apple:before{content:'\e6b3'} +.libre-os-beos:before{content:'\e6b4'} +.libre-os-bsd:before{content:'\e6b5'} +.libre-os-general:before{content:'\e6b6'} .libre-os-linux:before, - .fa-linux:before{content:'\e6a6'} + .fa-linux:before{content:'\e6b7'} .libre-os-microsoft:before, - .fa-windows:before{content:'\e6a7'} + .fa-windows:before{content:'\e6b8'} .libre-outdent:before, .fa-outdent:before, - .glyphicon-indent-right:before{content:'\e6a8'} -.libre-paint-brush:before, - .fa-paint-brush:before{content:'\e6a9'} + .glyphicon-indent-right:before{content:'\e6b9'} +.libre-paintbrush:before, + .fa-paintbrush:before{content:'\e6ba'} .libre-paperclip:before, .fa-paperclip:before, - .glyphicon-paperclip:before {content:'\e6aa'} + .glyphicon-paperclip:before {content:'\e6bc'} .libre-paragraph:before, - .fa-paragraph:before{content:'\e6ab'} + .fa-paragraph:before{content:'\e6bd'} .libre-paste:before, .fa-paste:before, - .glyphicon-paste:before{content:'\e6ac'} + .glyphicon-paste:before{content:'\e6be'} .libre-pencil:before, .fa-pencil:before, - .glyphicon-pencil:before{content:'\e6ad'} + .glyphicon-pencil:before{content:'\e6bf'} .libre-phone:before, - .fa-phone:before{content:'\e6ae'} + .fa-phone:before{content:'\e6c0'} .libre-picture:before, .fa-image:before, .fa-photo:before, - .fa-picture-o:before{content:'\e6af'} -.libre-picture-circle:before{content:'\e6b0'} -.libre-picture-rounded:before{content:'\e6b1'} + .fa-picture-o:before{content:'\e6c1'} +.libre-picture-circle:before{content:'\e6c2'} +.libre-picture-rounded:before{content:'\e6c3'} .libre-pin:before, .fa-thumb-tack:before, - .glyphicon-pushpin:before{content:'\e6b2'} + .glyphicon-pushpin:before{content:'\e6c4'} +.libre-plugin:before{content:'\e6c5'} .libre-plus:before, .fa-plus:before, - .glyphicon-plus:before{content:'\e6b3'} + .glyphicon-plus:before, + .libre-add:before{content:'\e6c6'} .libre-print:before, .fa-print:before, - .glyphicon-print:before{content:'\e6b4'} + .glyphicon-print:before{content:'\e6c7'} +.libre-purge:before{content:'\e6c8'} .libre-qrcode:before, .fa-qrcode:before, - .glyphicon-qrcode:before{content:'\e6b5'} + .glyphicon-qrcode:before{content:'\e6c9'} .libre-question:before, - .fa-question:before{content:'\e6b6'} + .fa-question:before{content:'\e6ca'} .libre-random:before, .fa-random:before, - .glyphicon-random:before{content:'\e6b7'} + .glyphicon-random:before{content:'\e6cb'} +.libre-receipt:before{content:'\e6cc'} .libre-recycle:before, - .fa-recycle:before{content:'\e6b8'} + .fa-recycle:before{content:'\e6cd'} .libre-redo:before, .fa-repeat:before, - .glyphicon-repeat:before{content:'\e6b9'} + .glyphicon-repeat:before{content:'\e6ce'} .libre-refresh:before, .fa-refresh:before, - .glyphicon-refresh:before{content:'\e6ba'} + .glyphicon-refresh:before{content:'\e6cf'} .libre-reorder:before, .fa-reorder:before, - .glyphicon-sort:before{content:'\e6bb'} + .glyphicon-sort:before{content:'\e6d0'} .libre-resize-full:before, - .glyphicon-resize-full:before{content:'\e6bc'} + .glyphicon-resize-full:before{content:'\e6d1'} .libre-resize-horizontal:before, - .glyphicon-resize-horizontal:before{content:'\e6bd'} + .glyphicon-resize-horizontal:before{content:'\e6d2'} .libre-resize-small:before, - .glyphicon-resize-small:before{content:'\e6be'} + .glyphicon-resize-small:before{content:'\e6d3'} .libre-resize-vertical:before, - .glyphicon-resize-vertical:before{content:'\e6bf'} + .glyphicon-resize-vertical:before{content:'\e6d4'} +.libre-restore:before{content:'\e6d5'} .libre-search:before, .fa-search:before, - .glyphicon-search:before{content:'\e6c0'} + .glyphicon-search:before{content:'\e6d6'} .libre-security:before, - .fa-shield:before{content:'\e6c1'} -.libre-seo-marketing:before{content:'\e6c2'} -.libre-seo-performance:before{content:'\e6c3'} -.libre-seo-ppc:before{content:'\e6c4'} -.libre-seo-stats:before{content:'\e6c5'} -.libre-seo-target-audience:before{content:'\e6c6'} -.libre-settings:before{content:'\e6c7'} -.libre-shopping-bag:before{content:'\e6c8'} -.libre-shopping-basket:before{content:'\e6c9'} + .fa-shield:before{content:'\e6d7'} +.libre-seo-marketing:before{content:'\e6d8'} +.libre-seo-performance:before{content:'\e6d9'} +.libre-seo-ppc:before{content:'\e6da'} +.libre-seo-stats:before{content:'\e6db'} +.libre-seo-target-audience:before{content:'\e6dc'} +.libre-settings:before{content:'\e6dd'} +.libre-shopping-bag:before{content:'\e6de'} +.libre-shopping-basket:before{content:'\e6df'} .libre-shopping-cart:before, .fa-shopping-cart:before, - .glyphicon-shopping-cart:before{content:'\e6ca'} + .glyphicon-shopping-cart:before{content:'\e6e0'} .libre-sign-in:before, .fa-sign-in:before, - .glyphicon-log-in:before{content:'\e6cb'} + .glyphicon-log-in:before{content:'\e6e1'} .libre-sign-out:before, .fa-sign-out:before, - .glyphicon-log-out:before{content:'\e6cc'} + .glyphicon-log-out:before{content:'\e6e2'} .libre-sitemap:before, - .fa-sitemap:before{content:'\e6cd'} + .fa-sitemap:before{content:'\e6e3'} .libre-sliders:before, - .fa-sliders:before{content:'\e6ce'} + .fa-sliders:before{content:'\e6e4'} .libre-sort:before, .fa-sort:before, - .glyphicon-sort:before{content:'\e6cf'} + .glyphicon-sort:before{content:'\e6e5'} .libre-sort-asc:before, .fa-sort-asc:before, - .glyphicon-sort-down:before{content:'\e6d0'} + .glyphicon-sort-down:before{content:'\e6e6'} .libre-sort-desc:before, .fa-sort-desc:before, - .glyphicon-sort-up:before{content:'\e6d1'} -.libre-spinner-1:before{content:'\e6d2'} -.libre-spinner-2:before{content:'\e6d3'} -.libre-spinner-3:before{content:'\e6d4'} -.libre-spinner-4:before{content:'\e6d5'} -.libre-spinner-5:before{content:'\e6d6'} -.libre-spinner-6:before{content:'\e6d7'} -.libre-spinner-7:before{content:'\e6d8'} -.libre-spinner-8:before{content:'\e6d9'} -.libre-spinner-9:before{content:'\e6da'} -.libre-spinner-10:before{content:'\e6db'} -.libre-spinner-11:before{content:'\e6dc'} -.libre-spinner-12:before{content:'\e6dd'} + .glyphicon-sort-up:before{content:'\e6e7'} +.libre-spellcheck:before{content:'\e6e8'} +.libre-spinner-1:before{content:'\e6e9'} +.libre-spinner-2:before{content:'\e6ea'} +.libre-spinner-3:before{content:'\e6eb'} +.libre-spinner-4:before{content:'\e6ec'} +.libre-spinner-5:before{content:'\e6ed'} +.libre-spinner-6:before{content:'\e6ee'} +.libre-spinner-7:before{content:'\e6ef'} +.libre-spinner-8:before{content:'\e6f0'} +.libre-spinner-9:before{content:'\e6f1'} +.libre-spinner-10:before{content:'\e6f2'} +.libre-spinner-11:before{content:'\e6f3'} +.libre-spinner-12:before{content:'\e6f4'} .libre-star:before, .fa-star:before, - .glyphicon-star:before{content:'\e6de'} + .glyphicon-star:before{content:'\e6f5'} .libre-star-o:before, .fa-star-o:before, - .glyphicon-star-empty:before{content:'\e6df'} + .glyphicon-star-empty:before{content:'\e6f6'} .libre-strikethrough:before, - .fa-strikethrough:before{content:'\e6e0'} + .fa-strikethrough:before{content:'\e6f7'} .libre-subscript:before, .fa-subscript:before, - .glyphicon-subscript:before{content:'\e6e1'} + .glyphicon-subscript:before{content:'\e6f8'} .libre-superscript:before, .fa-superscript:before, - .glyphicon-superscript:before{content:'\e6e2'} + .glyphicon-superscript:before{content:'\e6f9'} .libre-table:before, - .fa-table:before{content:'\e6e3'} + .fa-table:before{content:'\e6fa'} .libre-tablet:before, - .fa-tablet:before{content:'\e6e4'} + .fa-tablet:before{content:'\e6fb'} .libre-tag:before, .fa-tag:before, - .glyphicon-tag:before{content:'\e6e5'} + .glyphicon-tag:before{content:'\e6fc'} .libre-tags:before, .fa-tags:before, - .glyphicon-tags:before{content:'\e6e6'} + .glyphicon-tags:before{content:'\e6fd'} .libre-tasks:before, .fa-tasks:before, - .glyphicon-tasks:before{content:'\e6e7'} -.libre-television:before{content:'\e6e8'} + .glyphicon-tasks:before{content:'\e6fe'} +.libre-television:before, + .libre-tv:before, + .ta-television:before, + .fa-tv:before{content:'\e6ff'} .libre-terminal:before, .fa-terminal:before, - .glyphicon-console{content:'\e6e9'} -.libre-text-color:before{content:'\e6ea'} + .glyphicon-console{content:'\e700'} +.libre-text-color:before{content:'\e701'} .libre-text-height:before, .fa-text-height:before, - .glyphicon-text-height:before{content:'\e6eb'} + .glyphicon-text-height:before{content:'\e702'} .libre-text-size:before, - .glyphicon-text-size:before{content:'\e6ec'} + .glyphicon-text-size:before{content:'\e703'} .libre-text-width:before, .fa-text-width:before, - .glyphicon-text-width:before{content:'\e6ed'} + .glyphicon-text-width:before{content:'\e704'} .libre-th:before, .fa-th:before, - .glyphicon-th:before{content:'\e6ee'} + .glyphicon-th:before{content:'\e705'} .libre-th-large:before, .fa-th-large:before, - .glyphicon-th-large:before{content:'\e6ef'} + .glyphicon-th-large:before{content:'\e706'} .libre-th-list:before, .fa-th-list:before, - .glyphicon-th-list:before{content:'\e6f0'} + .glyphicon-th-list:before{content:'\e707'} .libre-thumbs-down:before, .fa-thumbs-down:before, - .glyphicon-thumbs-down:before{content: '\e6f1'} + .glyphicon-thumbs-down:before{content: '\e708'} .libre-thumbs-up:before, .fa-thumbs-up:before, - .glyphicon-thumbs-up:before{content:'\e6f2'} + .glyphicon-thumbs-up:before{content:'\e709'} .libre-ticket:before, - .fa-ticket:before{content:'\e6f3'} + .fa-ticket:before{content:'\e70a'} .libre-tint:before, - .fa-tint:before{content:'\e6f4'} -.libre-tooltip:before{content:'\e6f5'} + .fa-tint:before{content:'\e70b'} +.libre-tooltip:before{content:'\e70c'} .libre-trash:before, .fa-trash:before, - .fa-trash-o:before{content:'\e6f6'} + .fa-trash-o:before{content:'\e70d'} .libre-underline:before, - .fa-underline:before{content:'\e6f7'} + .fa-underline:before{content:'\e70e'} .libre-undo:before, - .fa-undo:before{content:'\e6f8'} + .fa-undo:before{content:'\e70f'} .libre-unlock:before, - .fa-unlock:before{content:'\e6f9'} + .fa-unlock:before{content:'\e710'} .libre-unsorted:before, - .fa-unsorted:before{content:'\e6fa'} + .fa-unsorted:before{content:'\e711'} +.libre-upload:before{content:'\e712'} .libre-user:before, .fa-user:before, - .glyphicon-user:before{content:'\e6fb'} + .glyphicon-user:before{content:'\e713'} .libre-user-female:before, - .fa-female:before{content:'\e6fc'} + .fa-female:before{content:'\e714'} .libre-user-male:before, - .fa-male:before{content:'\e6fd'} + .fa-male:before{content:'\e715'} .libre-users:before, - .fa-users:before{content:'\e6fe'} -.libre-view:before{content:'\e6ff'} -.libre-virus:before{content:'\e700'} + .fa-users:before{content:'\e716'} +.libre-view:before{content:'\e717'} +.libre-virus:before{content:'\e718'} .libre-wrench:before, .fa-wrench:before, - .glyphicon-wrench:before{content:'\e701'} + .glyphicon-wrench:before{content:'\e719'} diff --git a/font/libreicons.eot b/font/libreicons.eot index 695f9bf..a44b2d1 100644 Binary files a/font/libreicons.eot and b/font/libreicons.eot differ diff --git a/font/libreicons.svg b/font/libreicons.svg index 72f5fc9..71b1b87 100644 --- a/font/libreicons.svg +++ b/font/libreicons.svg @@ -7,262 +7,286 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/font/libreicons.ttf b/font/libreicons.ttf index 2b336ab..3acb9bc 100644 Binary files a/font/libreicons.ttf and b/font/libreicons.ttf differ diff --git a/font/libreicons.woff b/font/libreicons.woff index 9e80cc3..e0db317 100644 Binary files a/font/libreicons.woff and b/font/libreicons.woff differ diff --git a/source/svg/libre-activity.svg b/source/svg/libre-activity.svg old mode 100644 new mode 100755 index 9897347..db883b0 --- a/source/svg/libre-activity.svg +++ b/source/svg/libre-activity.svg @@ -1,16 +1 @@ - - - - - + \ No newline at end of file diff --git a/source/svg/libre-add.svg b/source/svg/libre-add.svg new file mode 100755 index 0000000..5d7f7b0 --- /dev/null +++ b/source/svg/libre-add.svg @@ -0,0 +1 @@ + diff --git a/source/svg/libre-address-book.svg b/source/svg/libre-address-book.svg index 99081ff..bbee9fb 100755 --- a/source/svg/libre-address-book.svg +++ b/source/svg/libre-address-book.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-alien.svg b/source/svg/libre-alien.svg index 1e6b61c..0eaa20d 100755 --- a/source/svg/libre-alien.svg +++ b/source/svg/libre-alien.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-align-center.svg b/source/svg/libre-align-center.svg index 74a75ed..558ffc9 100755 --- a/source/svg/libre-align-center.svg +++ b/source/svg/libre-align-center.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-align-justify.svg b/source/svg/libre-align-justify.svg index 0c9c578..8d1f160 100755 --- a/source/svg/libre-align-justify.svg +++ b/source/svg/libre-align-justify.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-align-left.svg b/source/svg/libre-align-left.svg index 0a752b0..6a5d625 100755 --- a/source/svg/libre-align-left.svg +++ b/source/svg/libre-align-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-align-right.svg b/source/svg/libre-align-right.svg index e751dc4..aaf0f9a 100755 --- a/source/svg/libre-align-right.svg +++ b/source/svg/libre-align-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-approve.svg b/source/svg/libre-approve.svg new file mode 100755 index 0000000..6d432e1 --- /dev/null +++ b/source/svg/libre-approve.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/svg/libre-archive.svg b/source/svg/libre-archive.svg index 64bfb78..2fca48c 100755 --- a/source/svg/libre-archive.svg +++ b/source/svg/libre-archive.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-arrow-circle-down.svg b/source/svg/libre-arrow-circle-down.svg index b989a88..598d10e 100755 --- a/source/svg/libre-arrow-circle-down.svg +++ b/source/svg/libre-arrow-circle-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-arrow-circle-right.svg b/source/svg/libre-arrow-circle-right.svg index fd6f444..bc3bb32 100755 --- a/source/svg/libre-arrow-circle-right.svg +++ b/source/svg/libre-arrow-circle-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-arrow-down.svg b/source/svg/libre-arrow-down.svg index 7c53e3f..6bfad47 100755 --- a/source/svg/libre-arrow-down.svg +++ b/source/svg/libre-arrow-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-arrow-left.svg b/source/svg/libre-arrow-left.svg index 0f7c552..d10c86a 100755 --- a/source/svg/libre-arrow-left.svg +++ b/source/svg/libre-arrow-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-arrow-right.svg b/source/svg/libre-arrow-right.svg index a6fe73b..b286ba7 100755 --- a/source/svg/libre-arrow-right.svg +++ b/source/svg/libre-arrow-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-arrow-up.svg b/source/svg/libre-arrow-up.svg index c87a6e3..294ce70 100755 --- a/source/svg/libre-arrow-up.svg +++ b/source/svg/libre-arrow-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-back.svg b/source/svg/libre-back.svg new file mode 100755 index 0000000..fa3c11a --- /dev/null +++ b/source/svg/libre-back.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/svg/libre-badge-1.svg b/source/svg/libre-badge-1.svg index 8d7926b..2dfcbff 100755 --- a/source/svg/libre-badge-1.svg +++ b/source/svg/libre-badge-1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-badge-2.svg b/source/svg/libre-badge-2.svg index df70b46..d3cd26c 100755 --- a/source/svg/libre-badge-2.svg +++ b/source/svg/libre-badge-2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-badge-3.svg b/source/svg/libre-badge-3.svg index 3e2618e..cb160ca 100755 --- a/source/svg/libre-badge-3.svg +++ b/source/svg/libre-badge-3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-ban.svg b/source/svg/libre-ban.svg index 750a110..f7b6c6d 100755 --- a/source/svg/libre-ban.svg +++ b/source/svg/libre-ban.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-barcode.svg b/source/svg/libre-barcode.svg index 4df3e30..a7f57a6 100755 --- a/source/svg/libre-barcode.svg +++ b/source/svg/libre-barcode.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-bold.svg b/source/svg/libre-bold.svg index 9447425..a207f01 100755 --- a/source/svg/libre-bold.svg +++ b/source/svg/libre-bold.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + \ No newline at end of file diff --git a/source/svg/libre-bookmark.svg b/source/svg/libre-bookmark.svg index a38e015..cb66176 100755 --- a/source/svg/libre-bookmark.svg +++ b/source/svg/libre-bookmark.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-brand-aus-post.svg b/source/svg/libre-brand-aus-post.svg index 9015106..062f158 100755 --- a/source/svg/libre-brand-aus-post.svg +++ b/source/svg/libre-brand-aus-post.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-brand-behance.svg b/source/svg/libre-brand-behance.svg new file mode 100755 index 0000000..91eb512 --- /dev/null +++ b/source/svg/libre-brand-behance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/svg/libre-brand-blogger.svg b/source/svg/libre-brand-blogger.svg new file mode 100755 index 0000000..50e369c --- /dev/null +++ b/source/svg/libre-brand-blogger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/svg/libre-brand-delicious.svg b/source/svg/libre-brand-delicious.svg index 191ebd2..52b696c 100755 --- a/source/svg/libre-brand-delicious.svg +++ b/source/svg/libre-brand-delicious.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-brand-deviantart.svg b/source/svg/libre-brand-deviantart.svg index a4aeb89..e846287 100755 --- a/source/svg/libre-brand-deviantart.svg +++ b/source/svg/libre-brand-deviantart.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-brand-digg.svg b/source/svg/libre-brand-digg.svg new file mode 100755 index 0000000..6eafcb6 --- /dev/null +++ b/source/svg/libre-brand-digg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/svg/libre-brand-dribble.svg b/source/svg/libre-brand-dribble.svg new file mode 100755 index 0000000..75b7ef2 --- /dev/null +++ b/source/svg/libre-brand-dribble.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/svg/libre-brand-facebook.svg b/source/svg/libre-brand-facebook.svg index 7ab1825..e397a9c 100755 --- a/source/svg/libre-brand-facebook.svg +++ b/source/svg/libre-brand-facebook.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-brand-flickr.svg b/source/svg/libre-brand-flickr.svg new file mode 100755 index 0000000..5a3c5a6 --- /dev/null +++ b/source/svg/libre-brand-flickr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/svg/libre-brand-github.svg b/source/svg/libre-brand-github.svg index 0b184a0..9bf08fa 100755 --- a/source/svg/libre-brand-github.svg +++ b/source/svg/libre-brand-github.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-brand-google-plus.svg b/source/svg/libre-brand-google-plus.svg index b4f56c3..34da002 100755 --- a/source/svg/libre-brand-google-plus.svg +++ b/source/svg/libre-brand-google-plus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-brand-instagram.svg b/source/svg/libre-brand-instagram.svg index 0fa997e..7b955da 100755 --- a/source/svg/libre-brand-instagram.svg +++ b/source/svg/libre-brand-instagram.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-brand-last-fm.svg b/source/svg/libre-brand-last-fm.svg new file mode 100755 index 0000000..10526e8 --- /dev/null +++ b/source/svg/libre-brand-last-fm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/svg/libre-brand-linkedin.svg b/source/svg/libre-brand-linkedin.svg new file mode 100755 index 0000000..3021252 --- /dev/null +++ b/source/svg/libre-brand-linkedin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/svg/libre-brand-open-source.svg b/source/svg/libre-brand-open-source.svg index bb40565..a1c9d1f 100755 --- a/source/svg/libre-brand-open-source.svg +++ b/source/svg/libre-brand-open-source.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-brand-paypal.svg b/source/svg/libre-brand-paypal.svg index 8a31eb4..4704f5a 100755 --- a/source/svg/libre-brand-paypal.svg +++ b/source/svg/libre-brand-paypal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-brand-raspberrypi.svg b/source/svg/libre-brand-raspberrypi.svg index bc99c9c..43ebba8 100755 --- a/source/svg/libre-brand-raspberrypi.svg +++ b/source/svg/libre-brand-raspberrypi.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-brand-reddit.svg b/source/svg/libre-brand-reddit.svg new file mode 100755 index 0000000..e089419 --- /dev/null +++ b/source/svg/libre-brand-reddit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/svg/libre-brand-rss.svg b/source/svg/libre-brand-rss.svg index dd5680a..78a8238 100755 --- a/source/svg/libre-brand-rss.svg +++ b/source/svg/libre-brand-rss.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-brand-skype.svg b/source/svg/libre-brand-skype.svg new file mode 100755 index 0000000..0513aa1 --- /dev/null +++ b/source/svg/libre-brand-skype.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/svg/libre-brand-stumbleupon.svg b/source/svg/libre-brand-stumbleupon.svg new file mode 100755 index 0000000..4716243 --- /dev/null +++ b/source/svg/libre-brand-stumbleupon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/svg/libre-brand-tumblr.svg b/source/svg/libre-brand-tumblr.svg new file mode 100755 index 0000000..d0d7225 --- /dev/null +++ b/source/svg/libre-brand-tumblr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/svg/libre-brand-twitter.svg b/source/svg/libre-brand-twitter.svg index 8ad12ba..bcbef93 100755 --- a/source/svg/libre-brand-twitter.svg +++ b/source/svg/libre-brand-twitter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-brand-vimeo.svg b/source/svg/libre-brand-vimeo.svg index cea48cd..1a7f34f 100755 --- a/source/svg/libre-brand-vimeo.svg +++ b/source/svg/libre-brand-vimeo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-brand-yahoo.svg b/source/svg/libre-brand-yahoo.svg index dfe800a..f7f5cdd 100755 --- a/source/svg/libre-brand-yahoo.svg +++ b/source/svg/libre-brand-yahoo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-brand-yelp.svg b/source/svg/libre-brand-yelp.svg new file mode 100755 index 0000000..f1f12fe --- /dev/null +++ b/source/svg/libre-brand-yelp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/svg/libre-brand-youtube.svg b/source/svg/libre-brand-youtube.svg index b0de7d8..4c6a72b 100755 --- a/source/svg/libre-brand-youtube.svg +++ b/source/svg/libre-brand-youtube.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-browse-media.svg b/source/svg/libre-browse-media.svg index cf33a69..da170c5 100755 --- a/source/svg/libre-browse-media.svg +++ b/source/svg/libre-browse-media.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-browser-chrome.svg b/source/svg/libre-browser-chrome.svg index a63c459..5baf736 100755 --- a/source/svg/libre-browser-chrome.svg +++ b/source/svg/libre-browser-chrome.svg @@ -1,3 +1 @@ - - - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-browser-edge.svg b/source/svg/libre-browser-edge.svg new file mode 100755 index 0000000..60e6999 --- /dev/null +++ b/source/svg/libre-browser-edge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/svg/libre-browser-explorer.svg b/source/svg/libre-browser-explorer.svg index 0500b59..d71dd31 100755 --- a/source/svg/libre-browser-explorer.svg +++ b/source/svg/libre-browser-explorer.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-browser-firefox.svg b/source/svg/libre-browser-firefox.svg index faf01a5..b3e247e 100755 --- a/source/svg/libre-browser-firefox.svg +++ b/source/svg/libre-browser-firefox.svg @@ -1,2 +1,2 @@ - \ No newline at end of file diff --git a/source/svg/libre-browser-general.svg b/source/svg/libre-browser-general.svg index ce19cc6..eb692ee 100755 --- a/source/svg/libre-browser-general.svg +++ b/source/svg/libre-browser-general.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-browser-opera.svg b/source/svg/libre-browser-opera.svg index 8589a0c..d43f73f 100755 --- a/source/svg/libre-browser-opera.svg +++ b/source/svg/libre-browser-opera.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-browser-safari.svg b/source/svg/libre-browser-safari.svg index 835fe12..5c18004 100755 --- a/source/svg/libre-browser-safari.svg +++ b/source/svg/libre-browser-safari.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-bug.svg b/source/svg/libre-bug.svg index c58cf32..e41f3cf 100755 --- a/source/svg/libre-bug.svg +++ b/source/svg/libre-bug.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-calendar.svg b/source/svg/libre-calendar.svg index 03cf8ef..8b65193 100755 --- a/source/svg/libre-calendar.svg +++ b/source/svg/libre-calendar.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-caret-down.svg b/source/svg/libre-caret-down.svg index a6615fd..e2b31d1 100755 --- a/source/svg/libre-caret-down.svg +++ b/source/svg/libre-caret-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-caret-up.svg b/source/svg/libre-caret-up.svg index 702e31e..a1c76da 100755 --- a/source/svg/libre-caret-up.svg +++ b/source/svg/libre-caret-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-certificate.svg b/source/svg/libre-certificate.svg index 028c9e1..3bda15e 100755 --- a/source/svg/libre-certificate.svg +++ b/source/svg/libre-certificate.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-chart-area.svg b/source/svg/libre-chart-area.svg index a8f73d9..bbf5f65 100755 --- a/source/svg/libre-chart-area.svg +++ b/source/svg/libre-chart-area.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-chart-bar.svg b/source/svg/libre-chart-bar.svg index 630998d..f5adda4 100755 --- a/source/svg/libre-chart-bar.svg +++ b/source/svg/libre-chart-bar.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-chart-line.svg b/source/svg/libre-chart-line.svg index 4b3d637..1918031 100755 --- a/source/svg/libre-chart-line.svg +++ b/source/svg/libre-chart-line.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-chart-pie.svg b/source/svg/libre-chart-pie.svg index e1341d4..9d1710e 100755 --- a/source/svg/libre-chart-pie.svg +++ b/source/svg/libre-chart-pie.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-check-no.svg b/source/svg/libre-check-no.svg index 15ed0c2..7971e5f 100755 --- a/source/svg/libre-check-no.svg +++ b/source/svg/libre-check-no.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-check-yes.svg b/source/svg/libre-check-yes.svg index cf4b80d..690785e 100755 --- a/source/svg/libre-check-yes.svg +++ b/source/svg/libre-check-yes.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-chevron-down.svg b/source/svg/libre-chevron-down.svg index 708b0a3..7b3ee31 100755 --- a/source/svg/libre-chevron-down.svg +++ b/source/svg/libre-chevron-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-chevron-left.svg b/source/svg/libre-chevron-left.svg index 5c17343..7cb6fb9 100755 --- a/source/svg/libre-chevron-left.svg +++ b/source/svg/libre-chevron-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-chevron-right.svg b/source/svg/libre-chevron-right.svg index c6470a3..82f96f8 100755 --- a/source/svg/libre-chevron-right.svg +++ b/source/svg/libre-chevron-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-chevron-up.svg b/source/svg/libre-chevron-up.svg index 9fa0564..557aa33 100755 --- a/source/svg/libre-chevron-up.svg +++ b/source/svg/libre-chevron-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-clock.svg b/source/svg/libre-clock.svg index 4ef2240..8841cbe 100755 --- a/source/svg/libre-clock.svg +++ b/source/svg/libre-clock.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-close.svg b/source/svg/libre-close.svg index 37dd0e3..18edddb 100755 --- a/source/svg/libre-close.svg +++ b/source/svg/libre-close.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-code.svg b/source/svg/libre-code.svg index 2f425ca..e9e4b80 100755 --- a/source/svg/libre-code.svg +++ b/source/svg/libre-code.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-cog.svg b/source/svg/libre-cog.svg index ba3a042..719c256 100755 --- a/source/svg/libre-cog.svg +++ b/source/svg/libre-cog.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-cogs.svg b/source/svg/libre-cogs.svg index 434734b..7968874 100755 --- a/source/svg/libre-cogs.svg +++ b/source/svg/libre-cogs.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-comment.svg b/source/svg/libre-comment.svg index bf6324a..a69eb97 100755 --- a/source/svg/libre-comment.svg +++ b/source/svg/libre-comment.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-comments.svg b/source/svg/libre-comments.svg index 62b51d7..e6c6abf 100755 --- a/source/svg/libre-comments.svg +++ b/source/svg/libre-comments.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-content.svg b/source/svg/libre-content.svg old mode 100644 new mode 100755 index 076fe6a..22f5172 --- a/source/svg/libre-content.svg +++ b/source/svg/libre-content.svg @@ -1,46 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-copy.svg b/source/svg/libre-copy.svg index b2bdf7f..3474bcc 100755 --- a/source/svg/libre-copy.svg +++ b/source/svg/libre-copy.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-credit-card-amex.svg b/source/svg/libre-credit-card-amex.svg index d3a2725..4b19232 100755 --- a/source/svg/libre-credit-card-amex.svg +++ b/source/svg/libre-credit-card-amex.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-credit-card-cc.svg b/source/svg/libre-credit-card-cc.svg index c7021ce..ebdbcec 100755 --- a/source/svg/libre-credit-card-cc.svg +++ b/source/svg/libre-credit-card-cc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-credit-card-discover.svg b/source/svg/libre-credit-card-discover.svg index 7e76146..1f2c6b9 100755 --- a/source/svg/libre-credit-card-discover.svg +++ b/source/svg/libre-credit-card-discover.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-credit-card-mastercard.svg b/source/svg/libre-credit-card-mastercard.svg index ab24eeb..d17b6dd 100755 --- a/source/svg/libre-credit-card-mastercard.svg +++ b/source/svg/libre-credit-card-mastercard.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-credit-card-paypal.svg b/source/svg/libre-credit-card-paypal.svg index 745b6a5..1974749 100755 --- a/source/svg/libre-credit-card-paypal.svg +++ b/source/svg/libre-credit-card-paypal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-credit-card-stripe.svg b/source/svg/libre-credit-card-stripe.svg index 79de6c2..f7e455e 100755 --- a/source/svg/libre-credit-card-stripe.svg +++ b/source/svg/libre-credit-card-stripe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-credit-card-visa.svg b/source/svg/libre-credit-card-visa.svg index 640fde6..d600f65 100755 --- a/source/svg/libre-credit-card-visa.svg +++ b/source/svg/libre-credit-card-visa.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-credit-card.svg b/source/svg/libre-credit-card.svg index 7edebd9..98ea088 100755 --- a/source/svg/libre-credit-card.svg +++ b/source/svg/libre-credit-card.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-crop.svg b/source/svg/libre-crop.svg index 5be87a7..be679f0 100755 --- a/source/svg/libre-crop.svg +++ b/source/svg/libre-crop.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-crosshairs.svg b/source/svg/libre-crosshairs.svg index 83a09ea..3064b52 100755 --- a/source/svg/libre-crosshairs.svg +++ b/source/svg/libre-crosshairs.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-css3.svg b/source/svg/libre-css3.svg index dd22665..742d8c0 100755 --- a/source/svg/libre-css3.svg +++ b/source/svg/libre-css3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-cut.svg b/source/svg/libre-cut.svg index 6d5f388..607ddb2 100755 --- a/source/svg/libre-cut.svg +++ b/source/svg/libre-cut.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-dashboard.svg b/source/svg/libre-dashboard.svg index 8eb0e4d..383f792 100755 --- a/source/svg/libre-dashboard.svg +++ b/source/svg/libre-dashboard.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-database.svg b/source/svg/libre-database.svg index 1a6f9a7..782f9c9 100755 --- a/source/svg/libre-database.svg +++ b/source/svg/libre-database.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-desktop.svg b/source/svg/libre-desktop.svg index 69e6275..1515321 100755 --- a/source/svg/libre-desktop.svg +++ b/source/svg/libre-desktop.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-display-layout-blocks.svg b/source/svg/libre-display-layout-blocks.svg index 2cfed34..85535a7 100755 --- a/source/svg/libre-display-layout-blocks.svg +++ b/source/svg/libre-display-layout-blocks.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-display-layout-list.svg b/source/svg/libre-display-layout-list.svg index cf6181f..124a9d6 100755 --- a/source/svg/libre-display-layout-list.svg +++ b/source/svg/libre-display-layout-list.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-display-layout-table.svg b/source/svg/libre-display-layout-table.svg new file mode 100755 index 0000000..1ac14e6 --- /dev/null +++ b/source/svg/libre-display-layout-table.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/svg/libre-display-layout-timeline.svg b/source/svg/libre-display-layout-timeline.svg new file mode 100755 index 0000000..78b9b79 --- /dev/null +++ b/source/svg/libre-display-layout-timeline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/svg/libre-download.svg b/source/svg/libre-download.svg new file mode 100755 index 0000000..a8a089d --- /dev/null +++ b/source/svg/libre-download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/svg/libre-edit.svg b/source/svg/libre-edit.svg index 8c96bd7..d70b4f4 100755 --- a/source/svg/libre-edit.svg +++ b/source/svg/libre-edit.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-email-forward.svg b/source/svg/libre-email-forward.svg index 43a02c6..eb199f5 100755 --- a/source/svg/libre-email-forward.svg +++ b/source/svg/libre-email-forward.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-email-reply.svg b/source/svg/libre-email-reply.svg index a9c4e43..6a4e5c1 100755 --- a/source/svg/libre-email-reply.svg +++ b/source/svg/libre-email-reply.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-email-send.svg b/source/svg/libre-email-send.svg index 198d277..879ac98 100755 --- a/source/svg/libre-email-send.svg +++ b/source/svg/libre-email-send.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-empty-circle-o.svg b/source/svg/libre-empty-circle-o.svg index 9aac358..e09769f 100755 --- a/source/svg/libre-empty-circle-o.svg +++ b/source/svg/libre-empty-circle-o.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-empty-circle.svg b/source/svg/libre-empty-circle.svg index ebc8955..286ff67 100755 --- a/source/svg/libre-empty-circle.svg +++ b/source/svg/libre-empty-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-empty-sign-o.svg b/source/svg/libre-empty-sign-o.svg index e6a4aa5..878fd8f 100755 --- a/source/svg/libre-empty-sign-o.svg +++ b/source/svg/libre-empty-sign-o.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-empty-sign.svg b/source/svg/libre-empty-sign.svg index 033bbf6..324753f 100755 --- a/source/svg/libre-empty-sign.svg +++ b/source/svg/libre-empty-sign.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-empty-square-o.svg b/source/svg/libre-empty-square-o.svg index 2280aa2..4d1a2a2 100755 --- a/source/svg/libre-empty-square-o.svg +++ b/source/svg/libre-empty-square-o.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-empty-square.svg b/source/svg/libre-empty-square.svg index b881d35..cfdf93c 100755 --- a/source/svg/libre-empty-square.svg +++ b/source/svg/libre-empty-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-envelope.svg b/source/svg/libre-envelope.svg index a80b00d..3fb3c48 100755 --- a/source/svg/libre-envelope.svg +++ b/source/svg/libre-envelope.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-eraser.svg b/source/svg/libre-eraser.svg index eee1555..cc8727b 100755 --- a/source/svg/libre-eraser.svg +++ b/source/svg/libre-eraser.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-exclamation.svg b/source/svg/libre-exclamation.svg index 0996fa6..c9e732d 100755 --- a/source/svg/libre-exclamation.svg +++ b/source/svg/libre-exclamation.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-export-booking.svg b/source/svg/libre-export-booking.svg index 271fee2..809ce31 100755 --- a/source/svg/libre-export-booking.svg +++ b/source/svg/libre-export-booking.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-export.svg b/source/svg/libre-export.svg index 2e39398..7319c5c 100755 --- a/source/svg/libre-export.svg +++ b/source/svg/libre-export.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-file-archive.svg b/source/svg/libre-file-archive.svg index 1b80984..d7a4698 100755 --- a/source/svg/libre-file-archive.svg +++ b/source/svg/libre-file-archive.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-file-audio.svg b/source/svg/libre-file-audio.svg index c220502..5a04e44 100755 --- a/source/svg/libre-file-audio.svg +++ b/source/svg/libre-file-audio.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-file-code.svg b/source/svg/libre-file-code.svg index 611410b..ce013b0 100755 --- a/source/svg/libre-file-code.svg +++ b/source/svg/libre-file-code.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-file-excel.svg b/source/svg/libre-file-excel.svg index 746c551..c33f303 100755 --- a/source/svg/libre-file-excel.svg +++ b/source/svg/libre-file-excel.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-file-image.svg b/source/svg/libre-file-image.svg index 28d80a6..35c179f 100755 --- a/source/svg/libre-file-image.svg +++ b/source/svg/libre-file-image.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-file-pdf.svg b/source/svg/libre-file-pdf.svg index ced7693..167f5ff 100755 --- a/source/svg/libre-file-pdf.svg +++ b/source/svg/libre-file-pdf.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-file-powerpoint.svg b/source/svg/libre-file-powerpoint.svg index ead0d2f..0401b46 100755 --- a/source/svg/libre-file-powerpoint.svg +++ b/source/svg/libre-file-powerpoint.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-file-text.svg b/source/svg/libre-file-text.svg index c623fe3..f027998 100755 --- a/source/svg/libre-file-text.svg +++ b/source/svg/libre-file-text.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-file-video.svg b/source/svg/libre-file-video.svg index 2bf2c9e..5fdf96b 100755 --- a/source/svg/libre-file-video.svg +++ b/source/svg/libre-file-video.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-file-word.svg b/source/svg/libre-file-word.svg index 0ef41c1..d661ef2 100755 --- a/source/svg/libre-file-word.svg +++ b/source/svg/libre-file-word.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-file.svg b/source/svg/libre-file.svg index 793199f..b2b97c1 100755 --- a/source/svg/libre-file.svg +++ b/source/svg/libre-file.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-files.svg b/source/svg/libre-files.svg index 20cb1b2..a8f9d01 100755 --- a/source/svg/libre-files.svg +++ b/source/svg/libre-files.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-film.svg b/source/svg/libre-film.svg index 3821817..b10cd54 100755 --- a/source/svg/libre-film.svg +++ b/source/svg/libre-film.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-filter.svg b/source/svg/libre-filter.svg index d3ff5c3..902a057 100755 --- a/source/svg/libre-filter.svg +++ b/source/svg/libre-filter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-firewall.svg b/source/svg/libre-firewall.svg index 5743d82..9347871 100755 --- a/source/svg/libre-firewall.svg +++ b/source/svg/libre-firewall.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-floppy.svg b/source/svg/libre-floppy.svg index 0c07c45..6183cba 100755 --- a/source/svg/libre-floppy.svg +++ b/source/svg/libre-floppy.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-folder-open.svg b/source/svg/libre-folder-open.svg index 7fa87c3..bb57cbb 100755 --- a/source/svg/libre-folder-open.svg +++ b/source/svg/libre-folder-open.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-folder.svg b/source/svg/libre-folder.svg index 9659d63..26bab7a 100755 --- a/source/svg/libre-folder.svg +++ b/source/svg/libre-folder.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-font.svg b/source/svg/libre-font.svg index 56398b1..c7889cd 100755 --- a/source/svg/libre-font.svg +++ b/source/svg/libre-font.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-fullscreen.svg b/source/svg/libre-fullscreen.svg index 5609bea..0edd878 100755 --- a/source/svg/libre-fullscreen.svg +++ b/source/svg/libre-fullscreen.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-globe.svg b/source/svg/libre-globe.svg index ede281f..74dba77 100755 --- a/source/svg/libre-globe.svg +++ b/source/svg/libre-globe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-header.svg b/source/svg/libre-header.svg index a18a583..20caeee 100755 --- a/source/svg/libre-header.svg +++ b/source/svg/libre-header.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-help.svg b/source/svg/libre-help.svg index 9dc302d..6bb1f1a 100755 --- a/source/svg/libre-help.svg +++ b/source/svg/libre-help.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-history.svg b/source/svg/libre-history.svg index 7e9f28a..7eb5283 100755 --- a/source/svg/libre-history.svg +++ b/source/svg/libre-history.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-home.svg b/source/svg/libre-home.svg index 8ffd70c..32e6e8a 100755 --- a/source/svg/libre-home.svg +++ b/source/svg/libre-home.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-hr.svg b/source/svg/libre-hr.svg index b0d5331..d1931fe 100755 --- a/source/svg/libre-hr.svg +++ b/source/svg/libre-hr.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-html5.svg b/source/svg/libre-html5.svg index 835bdd3..a7be21a 100755 --- a/source/svg/libre-html5.svg +++ b/source/svg/libre-html5.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-import.svg b/source/svg/libre-import.svg index bbb2e3d..1442728 100755 --- a/source/svg/libre-import.svg +++ b/source/svg/libre-import.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-inbox.svg b/source/svg/libre-inbox.svg index 2fa7a36..6e485dc 100755 --- a/source/svg/libre-inbox.svg +++ b/source/svg/libre-inbox.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-indent.svg b/source/svg/libre-indent.svg index 5bbd688..4682d54 100755 --- a/source/svg/libre-indent.svg +++ b/source/svg/libre-indent.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-info.svg b/source/svg/libre-info.svg index 85db655..fe16dba 100755 --- a/source/svg/libre-info.svg +++ b/source/svg/libre-info.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-italic.svg b/source/svg/libre-italic.svg index 1dc8997..2bac621 100755 --- a/source/svg/libre-italic.svg +++ b/source/svg/libre-italic.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-key.svg b/source/svg/libre-key.svg index 8312a7a..4a312b4 100755 --- a/source/svg/libre-key.svg +++ b/source/svg/libre-key.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-laptop.svg b/source/svg/libre-laptop.svg index f5f43a6..555a718 100755 --- a/source/svg/libre-laptop.svg +++ b/source/svg/libre-laptop.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-level-down.svg b/source/svg/libre-level-down.svg index 387206b..ad6108d 100755 --- a/source/svg/libre-level-down.svg +++ b/source/svg/libre-level-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-level-up.svg b/source/svg/libre-level-up.svg index 5e56c4c..ef79a8a 100755 --- a/source/svg/libre-level-up.svg +++ b/source/svg/libre-level-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-license-copyleft.svg b/source/svg/libre-license-copyleft.svg index d43fbd7..49750b5 100755 --- a/source/svg/libre-license-copyleft.svg +++ b/source/svg/libre-license-copyleft.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-license-copyright.svg b/source/svg/libre-license-copyright.svg index ba986bb..7d898f4 100755 --- a/source/svg/libre-license-copyright.svg +++ b/source/svg/libre-license-copyright.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-license-creative-commons.svg b/source/svg/libre-license-creative-commons.svg old mode 100644 new mode 100755 index 5d816fa..cc656fd --- a/source/svg/libre-license-creative-commons.svg +++ b/source/svg/libre-license-creative-commons.svg @@ -1,73 +1 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/source/svg/libre-license-registered.svg b/source/svg/libre-license-registered.svg old mode 100644 new mode 100755 index 31f6ce6..6baefcc --- a/source/svg/libre-license-registered.svg +++ b/source/svg/libre-license-registered.svg @@ -1,75 +1 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/source/svg/libre-license-trademark.svg b/source/svg/libre-license-trademark.svg old mode 100644 new mode 100755 index af742be..b1c1f59 --- a/source/svg/libre-license-trademark.svg +++ b/source/svg/libre-license-trademark.svg @@ -1,537 +1 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/source/svg/libre-link.svg b/source/svg/libre-link.svg index b42e903..e73ab53 100755 --- a/source/svg/libre-link.svg +++ b/source/svg/libre-link.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-list-ol.svg b/source/svg/libre-list-ol.svg index c1477d8..5b930d6 100755 --- a/source/svg/libre-list-ol.svg +++ b/source/svg/libre-list-ol.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-list-ul.svg b/source/svg/libre-list-ul.svg index 6a4e809..b7709bd 100755 --- a/source/svg/libre-list-ul.svg +++ b/source/svg/libre-list-ul.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-list.svg b/source/svg/libre-list.svg index 65b8c25..37e7b83 100755 --- a/source/svg/libre-list.svg +++ b/source/svg/libre-list.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-lock.svg b/source/svg/libre-lock.svg index 11f1852..fd16597 100755 --- a/source/svg/libre-lock.svg +++ b/source/svg/libre-lock.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-magic.svg b/source/svg/libre-magic.svg index 930bfc2..176279b 100755 --- a/source/svg/libre-magic.svg +++ b/source/svg/libre-magic.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-minus.svg b/source/svg/libre-minus.svg index a19b981..3489433 100755 --- a/source/svg/libre-minus.svg +++ b/source/svg/libre-minus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-mobile.svg b/source/svg/libre-mobile.svg index 786f775..f4ab871 100755 --- a/source/svg/libre-mobile.svg +++ b/source/svg/libre-mobile.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-object-align-bottom.svg b/source/svg/libre-object-align-bottom.svg index 5100a1a..8d157df 100755 --- a/source/svg/libre-object-align-bottom.svg +++ b/source/svg/libre-object-align-bottom.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-object-align-horizontal.svg b/source/svg/libre-object-align-horizontal.svg index 9f4c5da..86453e1 100755 --- a/source/svg/libre-object-align-horizontal.svg +++ b/source/svg/libre-object-align-horizontal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-object-align-left.svg b/source/svg/libre-object-align-left.svg index 38bf030..4e0bdfb 100755 --- a/source/svg/libre-object-align-left.svg +++ b/source/svg/libre-object-align-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-object-align-right.svg b/source/svg/libre-object-align-right.svg index 4702eea..749bc2c 100755 --- a/source/svg/libre-object-align-right.svg +++ b/source/svg/libre-object-align-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-object-align-top.svg b/source/svg/libre-object-align-top.svg index 17a90a0..a75d7ad 100755 --- a/source/svg/libre-object-align-top.svg +++ b/source/svg/libre-object-align-top.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-object-align-vertical.svg b/source/svg/libre-object-align-vertical.svg index ba5d7c1..b23433e 100755 --- a/source/svg/libre-object-align-vertical.svg +++ b/source/svg/libre-object-align-vertical.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-operator.svg b/source/svg/libre-operator.svg index 557927e..cba9f49 100755 --- a/source/svg/libre-operator.svg +++ b/source/svg/libre-operator.svg @@ -1,10 +1 @@ - - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-order-invoice.svg b/source/svg/libre-order-invoice.svg index 24ad4e4..5cb9efe 100755 --- a/source/svg/libre-order-invoice.svg +++ b/source/svg/libre-order-invoice.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-order-quote.svg b/source/svg/libre-order-quote.svg index b4791a7..ecb60e0 100755 --- a/source/svg/libre-order-quote.svg +++ b/source/svg/libre-order-quote.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-order-quotetoinvoice.svg b/source/svg/libre-order-quotetoinvoice.svg index 7118fc5..61fcb67 100755 --- a/source/svg/libre-order-quotetoinvoice.svg +++ b/source/svg/libre-order-quotetoinvoice.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-order.svg b/source/svg/libre-order.svg index 24ad4e4..eb476a2 100755 --- a/source/svg/libre-order.svg +++ b/source/svg/libre-order.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-os-android.svg b/source/svg/libre-os-android.svg index f0bea17..72c2f6a 100755 --- a/source/svg/libre-os-android.svg +++ b/source/svg/libre-os-android.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-os-apple.svg b/source/svg/libre-os-apple.svg index 20511d0..6e2d628 100755 --- a/source/svg/libre-os-apple.svg +++ b/source/svg/libre-os-apple.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-os-beos.svg b/source/svg/libre-os-beos.svg index 7f14fa9..ae037b4 100755 --- a/source/svg/libre-os-beos.svg +++ b/source/svg/libre-os-beos.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-os-bsd.svg b/source/svg/libre-os-bsd.svg index be9a19e..28cbfbf 100755 --- a/source/svg/libre-os-bsd.svg +++ b/source/svg/libre-os-bsd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-os-general.svg b/source/svg/libre-os-general.svg index 18e0aa0..f9842ad 100755 --- a/source/svg/libre-os-general.svg +++ b/source/svg/libre-os-general.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-os-linux.svg b/source/svg/libre-os-linux.svg index 678c197..fdc2993 100755 --- a/source/svg/libre-os-linux.svg +++ b/source/svg/libre-os-linux.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-os-microsoft.svg b/source/svg/libre-os-microsoft.svg index bd33b6e..dd44854 100755 --- a/source/svg/libre-os-microsoft.svg +++ b/source/svg/libre-os-microsoft.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-outdent.svg b/source/svg/libre-outdent.svg index 29b6766..982792a 100755 --- a/source/svg/libre-outdent.svg +++ b/source/svg/libre-outdent.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-paint-brush.svg b/source/svg/libre-paint-brush.svg index 47a1152..7ecaa6b 100755 --- a/source/svg/libre-paint-brush.svg +++ b/source/svg/libre-paint-brush.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-paintbrush.svg b/source/svg/libre-paintbrush.svg new file mode 100755 index 0000000..7ecaa6b --- /dev/null +++ b/source/svg/libre-paintbrush.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/svg/libre-paperclip.svg b/source/svg/libre-paperclip.svg index b14b3b1..c1cc7b7 100755 --- a/source/svg/libre-paperclip.svg +++ b/source/svg/libre-paperclip.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-paragraph.svg b/source/svg/libre-paragraph.svg index 667e700..3ccee65 100755 --- a/source/svg/libre-paragraph.svg +++ b/source/svg/libre-paragraph.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-paste.svg b/source/svg/libre-paste.svg index 48145ce..72f3427 100755 --- a/source/svg/libre-paste.svg +++ b/source/svg/libre-paste.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-pencil.svg b/source/svg/libre-pencil.svg index cd4b3a4..659fa1f 100755 --- a/source/svg/libre-pencil.svg +++ b/source/svg/libre-pencil.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-phone.svg b/source/svg/libre-phone.svg index e6225fd..9235422 100755 --- a/source/svg/libre-phone.svg +++ b/source/svg/libre-phone.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-picture-circle.svg b/source/svg/libre-picture-circle.svg index 4266ef5..72ec65b 100755 --- a/source/svg/libre-picture-circle.svg +++ b/source/svg/libre-picture-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-picture-rounded.svg b/source/svg/libre-picture-rounded.svg index fdac68b..52c6f35 100755 --- a/source/svg/libre-picture-rounded.svg +++ b/source/svg/libre-picture-rounded.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-picture.svg b/source/svg/libre-picture.svg index c432147..9182a36 100755 --- a/source/svg/libre-picture.svg +++ b/source/svg/libre-picture.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-pin.svg b/source/svg/libre-pin.svg index f595c92..033c2ae 100755 --- a/source/svg/libre-pin.svg +++ b/source/svg/libre-pin.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-plugin.svg b/source/svg/libre-plugin.svg new file mode 100755 index 0000000..bdc455c --- /dev/null +++ b/source/svg/libre-plugin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/svg/libre-plus.svg b/source/svg/libre-plus.svg index 2a29f83..f93e75c 100755 --- a/source/svg/libre-plus.svg +++ b/source/svg/libre-plus.svg @@ -1 +1 @@ - + diff --git a/source/svg/libre-print.svg b/source/svg/libre-print.svg index 7ad3299..b99061d 100755 --- a/source/svg/libre-print.svg +++ b/source/svg/libre-print.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-purge.svg b/source/svg/libre-purge.svg new file mode 100755 index 0000000..924ffd8 --- /dev/null +++ b/source/svg/libre-purge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/svg/libre-qrcode.svg b/source/svg/libre-qrcode.svg index e0aa7f2..9ff74e9 100755 --- a/source/svg/libre-qrcode.svg +++ b/source/svg/libre-qrcode.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-question.svg b/source/svg/libre-question.svg index 1516675..72e5721 100755 --- a/source/svg/libre-question.svg +++ b/source/svg/libre-question.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-random.svg b/source/svg/libre-random.svg index 3e128d7..53399f5 100755 --- a/source/svg/libre-random.svg +++ b/source/svg/libre-random.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-receipt.svg b/source/svg/libre-receipt.svg new file mode 100755 index 0000000..61dcfa1 --- /dev/null +++ b/source/svg/libre-receipt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/svg/libre-recycle.svg b/source/svg/libre-recycle.svg index a1956de..da7d3a5 100755 --- a/source/svg/libre-recycle.svg +++ b/source/svg/libre-recycle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-redo.svg b/source/svg/libre-redo.svg index 1081683..ce8e7e7 100755 --- a/source/svg/libre-redo.svg +++ b/source/svg/libre-redo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-refresh.svg b/source/svg/libre-refresh.svg index 9694d79..0cdf073 100755 --- a/source/svg/libre-refresh.svg +++ b/source/svg/libre-refresh.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-reorder.svg b/source/svg/libre-reorder.svg index 71e9a84..7dc7872 100755 --- a/source/svg/libre-reorder.svg +++ b/source/svg/libre-reorder.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-resize-full.svg b/source/svg/libre-resize-full.svg index dedf3e3..33e2f78 100755 --- a/source/svg/libre-resize-full.svg +++ b/source/svg/libre-resize-full.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-resize-horizontal.svg b/source/svg/libre-resize-horizontal.svg index e729782..7d814d5 100755 --- a/source/svg/libre-resize-horizontal.svg +++ b/source/svg/libre-resize-horizontal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-resize-small.svg b/source/svg/libre-resize-small.svg index 49373f2..a1d1f02 100755 --- a/source/svg/libre-resize-small.svg +++ b/source/svg/libre-resize-small.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-resize-vertical.svg b/source/svg/libre-resize-vertical.svg index 7f7359c..ed8585b 100755 --- a/source/svg/libre-resize-vertical.svg +++ b/source/svg/libre-resize-vertical.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-restore.svg b/source/svg/libre-restore.svg new file mode 100755 index 0000000..9a46f99 --- /dev/null +++ b/source/svg/libre-restore.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/svg/libre-search.svg b/source/svg/libre-search.svg index 7c2d482..844fbae 100755 --- a/source/svg/libre-search.svg +++ b/source/svg/libre-search.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-security.svg b/source/svg/libre-security.svg index 3ac5c17..1892bd0 100755 --- a/source/svg/libre-security.svg +++ b/source/svg/libre-security.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-seo-marketing.svg b/source/svg/libre-seo-marketing.svg index dc25b39..2db6e02 100755 --- a/source/svg/libre-seo-marketing.svg +++ b/source/svg/libre-seo-marketing.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-seo-performance.svg b/source/svg/libre-seo-performance.svg index 6910be3..bb16851 100755 --- a/source/svg/libre-seo-performance.svg +++ b/source/svg/libre-seo-performance.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-seo-ppc.svg b/source/svg/libre-seo-ppc.svg index 4fe455d..3b0a969 100755 --- a/source/svg/libre-seo-ppc.svg +++ b/source/svg/libre-seo-ppc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-seo-stats.svg b/source/svg/libre-seo-stats.svg index b1daef5..c1e5222 100755 --- a/source/svg/libre-seo-stats.svg +++ b/source/svg/libre-seo-stats.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-seo-target-audience.svg b/source/svg/libre-seo-target-audience.svg index f493dd0..8ecaea2 100755 --- a/source/svg/libre-seo-target-audience.svg +++ b/source/svg/libre-seo-target-audience.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-settings.svg b/source/svg/libre-settings.svg index 5e56720..56838e1 100755 --- a/source/svg/libre-settings.svg +++ b/source/svg/libre-settings.svg @@ -1,23 +1 @@ - - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-shopping-bag.svg b/source/svg/libre-shopping-bag.svg index 791b2da..7a1356a 100755 --- a/source/svg/libre-shopping-bag.svg +++ b/source/svg/libre-shopping-bag.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-shopping-basket.svg b/source/svg/libre-shopping-basket.svg index 47573ef..112117b 100755 --- a/source/svg/libre-shopping-basket.svg +++ b/source/svg/libre-shopping-basket.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-shopping-cart.svg b/source/svg/libre-shopping-cart.svg index 77ef1a5..f770189 100755 --- a/source/svg/libre-shopping-cart.svg +++ b/source/svg/libre-shopping-cart.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-sign-in.svg b/source/svg/libre-sign-in.svg index 72e8f5d..207954e 100755 --- a/source/svg/libre-sign-in.svg +++ b/source/svg/libre-sign-in.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-sign-out.svg b/source/svg/libre-sign-out.svg index 2b7e7ba..441f9d8 100755 --- a/source/svg/libre-sign-out.svg +++ b/source/svg/libre-sign-out.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-sitemap.svg b/source/svg/libre-sitemap.svg index 99f55d9..4836156 100755 --- a/source/svg/libre-sitemap.svg +++ b/source/svg/libre-sitemap.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-sliders.svg b/source/svg/libre-sliders.svg index c6d6b13..601421c 100755 --- a/source/svg/libre-sliders.svg +++ b/source/svg/libre-sliders.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-sort-asc.svg b/source/svg/libre-sort-asc.svg index ef77f19..7d959f0 100755 --- a/source/svg/libre-sort-asc.svg +++ b/source/svg/libre-sort-asc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-sort-desc.svg b/source/svg/libre-sort-desc.svg index 36bead1..239b23b 100755 --- a/source/svg/libre-sort-desc.svg +++ b/source/svg/libre-sort-desc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-sort.svg b/source/svg/libre-sort.svg index 47a3f29..3308cab 100755 --- a/source/svg/libre-sort.svg +++ b/source/svg/libre-sort.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-spellcheck.svg b/source/svg/libre-spellcheck.svg new file mode 100755 index 0000000..21cac0f --- /dev/null +++ b/source/svg/libre-spellcheck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/svg/libre-spinner-1.svg b/source/svg/libre-spinner-1.svg index d3ea16e..be9d9cd 100755 --- a/source/svg/libre-spinner-1.svg +++ b/source/svg/libre-spinner-1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-spinner-10.svg b/source/svg/libre-spinner-10.svg index 0c34f82..6bfb77a 100755 --- a/source/svg/libre-spinner-10.svg +++ b/source/svg/libre-spinner-10.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-spinner-11.svg b/source/svg/libre-spinner-11.svg index 59df507..fb59f3f 100755 --- a/source/svg/libre-spinner-11.svg +++ b/source/svg/libre-spinner-11.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-spinner-12.svg b/source/svg/libre-spinner-12.svg index 5c703ef..728e00b 100755 --- a/source/svg/libre-spinner-12.svg +++ b/source/svg/libre-spinner-12.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-spinner-2.svg b/source/svg/libre-spinner-2.svg index a8432d5..868f443 100755 --- a/source/svg/libre-spinner-2.svg +++ b/source/svg/libre-spinner-2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-spinner-3.svg b/source/svg/libre-spinner-3.svg index 295e857..2ca6bad 100755 --- a/source/svg/libre-spinner-3.svg +++ b/source/svg/libre-spinner-3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-spinner-4.svg b/source/svg/libre-spinner-4.svg index 4b2a7d0..c934c4c 100755 --- a/source/svg/libre-spinner-4.svg +++ b/source/svg/libre-spinner-4.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-spinner-5.svg b/source/svg/libre-spinner-5.svg index 790ede7..c8475bd 100755 --- a/source/svg/libre-spinner-5.svg +++ b/source/svg/libre-spinner-5.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-spinner-6.svg b/source/svg/libre-spinner-6.svg index 0dee2d8..463f456 100755 --- a/source/svg/libre-spinner-6.svg +++ b/source/svg/libre-spinner-6.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-spinner-7.svg b/source/svg/libre-spinner-7.svg index 9f30e73..97eeeaf 100755 --- a/source/svg/libre-spinner-7.svg +++ b/source/svg/libre-spinner-7.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-spinner-8.svg b/source/svg/libre-spinner-8.svg index 9015421..f05b658 100755 --- a/source/svg/libre-spinner-8.svg +++ b/source/svg/libre-spinner-8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-spinner-9.svg b/source/svg/libre-spinner-9.svg index 27b3670..4b02bbb 100755 --- a/source/svg/libre-spinner-9.svg +++ b/source/svg/libre-spinner-9.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-star-o.svg b/source/svg/libre-star-o.svg index 4273676..3cdbf67 100755 --- a/source/svg/libre-star-o.svg +++ b/source/svg/libre-star-o.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-star.svg b/source/svg/libre-star.svg index 0540c63..8404157 100755 --- a/source/svg/libre-star.svg +++ b/source/svg/libre-star.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-strikethrough.svg b/source/svg/libre-strikethrough.svg index 324b290..273e501 100755 --- a/source/svg/libre-strikethrough.svg +++ b/source/svg/libre-strikethrough.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-subscript.svg b/source/svg/libre-subscript.svg index acdc614..b8a4557 100755 --- a/source/svg/libre-subscript.svg +++ b/source/svg/libre-subscript.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-superscript.svg b/source/svg/libre-superscript.svg index 03e298b..d7caaa3 100755 --- a/source/svg/libre-superscript.svg +++ b/source/svg/libre-superscript.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-table.svg b/source/svg/libre-table.svg index f838e9f..312a87b 100755 --- a/source/svg/libre-table.svg +++ b/source/svg/libre-table.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-tablet.svg b/source/svg/libre-tablet.svg index b35d1ff..632fc74 100755 --- a/source/svg/libre-tablet.svg +++ b/source/svg/libre-tablet.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-tag.svg b/source/svg/libre-tag.svg index ef546ef..9bf8f4b 100755 --- a/source/svg/libre-tag.svg +++ b/source/svg/libre-tag.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-tags.svg b/source/svg/libre-tags.svg index fa3ec72..48e7d6e 100755 --- a/source/svg/libre-tags.svg +++ b/source/svg/libre-tags.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-tasks.svg b/source/svg/libre-tasks.svg index 9de2696..b66ce3d 100755 --- a/source/svg/libre-tasks.svg +++ b/source/svg/libre-tasks.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-television.svg b/source/svg/libre-television.svg index ae80900..785490c 100755 --- a/source/svg/libre-television.svg +++ b/source/svg/libre-television.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-terminal.svg b/source/svg/libre-terminal.svg index 2c746d2..82ec7b1 100755 --- a/source/svg/libre-terminal.svg +++ b/source/svg/libre-terminal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-text-color.svg b/source/svg/libre-text-color.svg index 36a22a0..b64d536 100755 --- a/source/svg/libre-text-color.svg +++ b/source/svg/libre-text-color.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-text-height.svg b/source/svg/libre-text-height.svg index 47e3dc1..29067af 100755 --- a/source/svg/libre-text-height.svg +++ b/source/svg/libre-text-height.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-text-size.svg b/source/svg/libre-text-size.svg index 0d3ed6c..f4d2967 100755 --- a/source/svg/libre-text-size.svg +++ b/source/svg/libre-text-size.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-text-width.svg b/source/svg/libre-text-width.svg index 62accd5..446c936 100755 --- a/source/svg/libre-text-width.svg +++ b/source/svg/libre-text-width.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-th-large.svg b/source/svg/libre-th-large.svg index 7bf189a..61b9f2d 100755 --- a/source/svg/libre-th-large.svg +++ b/source/svg/libre-th-large.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-th-list.svg b/source/svg/libre-th-list.svg index ddac60d..e59fde5 100755 --- a/source/svg/libre-th-list.svg +++ b/source/svg/libre-th-list.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-th.svg b/source/svg/libre-th.svg index 6206663..bd82011 100755 --- a/source/svg/libre-th.svg +++ b/source/svg/libre-th.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-thumbs-down.svg b/source/svg/libre-thumbs-down.svg index 7c5a88e..1c1512f 100755 --- a/source/svg/libre-thumbs-down.svg +++ b/source/svg/libre-thumbs-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-thumbs-up.svg b/source/svg/libre-thumbs-up.svg index cc532eb..55a3651 100755 --- a/source/svg/libre-thumbs-up.svg +++ b/source/svg/libre-thumbs-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-ticket.svg b/source/svg/libre-ticket.svg index e824e26..30cb35f 100755 --- a/source/svg/libre-ticket.svg +++ b/source/svg/libre-ticket.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-tint.svg b/source/svg/libre-tint.svg index b68ba8d..162abe4 100755 --- a/source/svg/libre-tint.svg +++ b/source/svg/libre-tint.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-tooltip.svg b/source/svg/libre-tooltip.svg index f4ba975..7c79d40 100755 --- a/source/svg/libre-tooltip.svg +++ b/source/svg/libre-tooltip.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-trash.svg b/source/svg/libre-trash.svg index 577a40d..63882da 100755 --- a/source/svg/libre-trash.svg +++ b/source/svg/libre-trash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-underline.svg b/source/svg/libre-underline.svg index 304b5e6..1fd482c 100755 --- a/source/svg/libre-underline.svg +++ b/source/svg/libre-underline.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-undo.svg b/source/svg/libre-undo.svg index 77ec575..c618ca9 100755 --- a/source/svg/libre-undo.svg +++ b/source/svg/libre-undo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-unlock.svg b/source/svg/libre-unlock.svg index eb49eb2..e3d68fb 100755 --- a/source/svg/libre-unlock.svg +++ b/source/svg/libre-unlock.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-unsorted.svg b/source/svg/libre-unsorted.svg index a2b6607..6e763d8 100755 --- a/source/svg/libre-unsorted.svg +++ b/source/svg/libre-unsorted.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-upload.svg b/source/svg/libre-upload.svg new file mode 100755 index 0000000..268ac61 --- /dev/null +++ b/source/svg/libre-upload.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/svg/libre-user-female.svg b/source/svg/libre-user-female.svg index 5fa9de3..47c6b9c 100755 --- a/source/svg/libre-user-female.svg +++ b/source/svg/libre-user-female.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-user-male.svg b/source/svg/libre-user-male.svg index 203c378..3f8b563 100755 --- a/source/svg/libre-user-male.svg +++ b/source/svg/libre-user-male.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-user.svg b/source/svg/libre-user.svg index 368b3cf..b7e688e 100755 --- a/source/svg/libre-user.svg +++ b/source/svg/libre-user.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-users.svg b/source/svg/libre-users.svg index 4c4d225..025cc57 100755 --- a/source/svg/libre-users.svg +++ b/source/svg/libre-users.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-view.svg b/source/svg/libre-view.svg index fa98225..40d511d 100755 --- a/source/svg/libre-view.svg +++ b/source/svg/libre-view.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-virus.svg b/source/svg/libre-virus.svg index a796b6e..52cbc05 100755 --- a/source/svg/libre-virus.svg +++ b/source/svg/libre-virus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/svg/libre-wrench.svg b/source/svg/libre-wrench.svg index 0c9d920..4fc84ee 100755 --- a/source/svg/libre-wrench.svg +++ b/source/svg/libre-wrench.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svg/libre-activity.svg b/svg/libre-activity.svg new file mode 100755 index 0000000..db883b0 --- /dev/null +++ b/svg/libre-activity.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-add.svg b/svg/libre-add.svg new file mode 100755 index 0000000..5d7f7b0 --- /dev/null +++ b/svg/libre-add.svg @@ -0,0 +1 @@ + diff --git a/svg/libre-address-book.svg b/svg/libre-address-book.svg new file mode 100755 index 0000000..bbee9fb --- /dev/null +++ b/svg/libre-address-book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-alien.svg b/svg/libre-alien.svg new file mode 100755 index 0000000..0eaa20d --- /dev/null +++ b/svg/libre-alien.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-align-center.svg b/svg/libre-align-center.svg new file mode 100755 index 0000000..558ffc9 --- /dev/null +++ b/svg/libre-align-center.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-align-justify.svg b/svg/libre-align-justify.svg new file mode 100755 index 0000000..8d1f160 --- /dev/null +++ b/svg/libre-align-justify.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-align-left.svg b/svg/libre-align-left.svg new file mode 100755 index 0000000..6a5d625 --- /dev/null +++ b/svg/libre-align-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-align-right.svg b/svg/libre-align-right.svg new file mode 100755 index 0000000..aaf0f9a --- /dev/null +++ b/svg/libre-align-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-approve.svg b/svg/libre-approve.svg new file mode 100755 index 0000000..6d432e1 --- /dev/null +++ b/svg/libre-approve.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-archive.svg b/svg/libre-archive.svg new file mode 100755 index 0000000..2fca48c --- /dev/null +++ b/svg/libre-archive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-arrow-circle-down.svg b/svg/libre-arrow-circle-down.svg new file mode 100755 index 0000000..598d10e --- /dev/null +++ b/svg/libre-arrow-circle-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-arrow-circle-right.svg b/svg/libre-arrow-circle-right.svg new file mode 100755 index 0000000..bc3bb32 --- /dev/null +++ b/svg/libre-arrow-circle-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-arrow-down.svg b/svg/libre-arrow-down.svg new file mode 100755 index 0000000..6bfad47 --- /dev/null +++ b/svg/libre-arrow-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-arrow-left.svg b/svg/libre-arrow-left.svg new file mode 100755 index 0000000..d10c86a --- /dev/null +++ b/svg/libre-arrow-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-arrow-right.svg b/svg/libre-arrow-right.svg new file mode 100755 index 0000000..b286ba7 --- /dev/null +++ b/svg/libre-arrow-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-arrow-up.svg b/svg/libre-arrow-up.svg new file mode 100755 index 0000000..294ce70 --- /dev/null +++ b/svg/libre-arrow-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-back.svg b/svg/libre-back.svg new file mode 100755 index 0000000..fa3c11a --- /dev/null +++ b/svg/libre-back.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-badge-1.svg b/svg/libre-badge-1.svg new file mode 100755 index 0000000..2dfcbff --- /dev/null +++ b/svg/libre-badge-1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-badge-2.svg b/svg/libre-badge-2.svg new file mode 100755 index 0000000..d3cd26c --- /dev/null +++ b/svg/libre-badge-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-badge-3.svg b/svg/libre-badge-3.svg new file mode 100755 index 0000000..cb160ca --- /dev/null +++ b/svg/libre-badge-3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-ban.svg b/svg/libre-ban.svg new file mode 100755 index 0000000..f7b6c6d --- /dev/null +++ b/svg/libre-ban.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-barcode.svg b/svg/libre-barcode.svg new file mode 100755 index 0000000..a7f57a6 --- /dev/null +++ b/svg/libre-barcode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-bold.svg b/svg/libre-bold.svg new file mode 100755 index 0000000..a207f01 --- /dev/null +++ b/svg/libre-bold.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/svg/libre-bookmark.svg b/svg/libre-bookmark.svg new file mode 100755 index 0000000..cb66176 --- /dev/null +++ b/svg/libre-bookmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-aus-post.svg b/svg/libre-brand-aus-post.svg new file mode 100755 index 0000000..062f158 --- /dev/null +++ b/svg/libre-brand-aus-post.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-behance.svg b/svg/libre-brand-behance.svg new file mode 100755 index 0000000..91eb512 --- /dev/null +++ b/svg/libre-brand-behance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-blogger.svg b/svg/libre-brand-blogger.svg new file mode 100755 index 0000000..50e369c --- /dev/null +++ b/svg/libre-brand-blogger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-delicious.svg b/svg/libre-brand-delicious.svg new file mode 100755 index 0000000..52b696c --- /dev/null +++ b/svg/libre-brand-delicious.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-deviantart.svg b/svg/libre-brand-deviantart.svg new file mode 100755 index 0000000..e846287 --- /dev/null +++ b/svg/libre-brand-deviantart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-digg.svg b/svg/libre-brand-digg.svg new file mode 100755 index 0000000..6eafcb6 --- /dev/null +++ b/svg/libre-brand-digg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-dribble.svg b/svg/libre-brand-dribble.svg new file mode 100755 index 0000000..75b7ef2 --- /dev/null +++ b/svg/libre-brand-dribble.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-facebook.svg b/svg/libre-brand-facebook.svg new file mode 100755 index 0000000..e397a9c --- /dev/null +++ b/svg/libre-brand-facebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-flickr.svg b/svg/libre-brand-flickr.svg new file mode 100755 index 0000000..5a3c5a6 --- /dev/null +++ b/svg/libre-brand-flickr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-github.svg b/svg/libre-brand-github.svg new file mode 100755 index 0000000..9bf08fa --- /dev/null +++ b/svg/libre-brand-github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-google-plus.svg b/svg/libre-brand-google-plus.svg new file mode 100755 index 0000000..34da002 --- /dev/null +++ b/svg/libre-brand-google-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-instagram.svg b/svg/libre-brand-instagram.svg new file mode 100755 index 0000000..7b955da --- /dev/null +++ b/svg/libre-brand-instagram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-last-fm.svg b/svg/libre-brand-last-fm.svg new file mode 100755 index 0000000..10526e8 --- /dev/null +++ b/svg/libre-brand-last-fm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-linkedin.svg b/svg/libre-brand-linkedin.svg new file mode 100755 index 0000000..3021252 --- /dev/null +++ b/svg/libre-brand-linkedin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-open-source.svg b/svg/libre-brand-open-source.svg new file mode 100755 index 0000000..a1c9d1f --- /dev/null +++ b/svg/libre-brand-open-source.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-paypal.svg b/svg/libre-brand-paypal.svg new file mode 100755 index 0000000..4704f5a --- /dev/null +++ b/svg/libre-brand-paypal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-raspberrypi.svg b/svg/libre-brand-raspberrypi.svg new file mode 100755 index 0000000..43ebba8 --- /dev/null +++ b/svg/libre-brand-raspberrypi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-reddit.svg b/svg/libre-brand-reddit.svg new file mode 100755 index 0000000..e089419 --- /dev/null +++ b/svg/libre-brand-reddit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-rss.svg b/svg/libre-brand-rss.svg new file mode 100755 index 0000000..78a8238 --- /dev/null +++ b/svg/libre-brand-rss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-skype.svg b/svg/libre-brand-skype.svg new file mode 100755 index 0000000..0513aa1 --- /dev/null +++ b/svg/libre-brand-skype.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-stumbleupon.svg b/svg/libre-brand-stumbleupon.svg new file mode 100755 index 0000000..4716243 --- /dev/null +++ b/svg/libre-brand-stumbleupon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-tumblr.svg b/svg/libre-brand-tumblr.svg new file mode 100755 index 0000000..d0d7225 --- /dev/null +++ b/svg/libre-brand-tumblr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-twitter.svg b/svg/libre-brand-twitter.svg new file mode 100755 index 0000000..bcbef93 --- /dev/null +++ b/svg/libre-brand-twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-vimeo.svg b/svg/libre-brand-vimeo.svg new file mode 100755 index 0000000..1a7f34f --- /dev/null +++ b/svg/libre-brand-vimeo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-yahoo.svg b/svg/libre-brand-yahoo.svg new file mode 100755 index 0000000..f7f5cdd --- /dev/null +++ b/svg/libre-brand-yahoo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-yelp.svg b/svg/libre-brand-yelp.svg new file mode 100755 index 0000000..f1f12fe --- /dev/null +++ b/svg/libre-brand-yelp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-youtube.svg b/svg/libre-brand-youtube.svg new file mode 100755 index 0000000..4c6a72b --- /dev/null +++ b/svg/libre-brand-youtube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-browse-media.svg b/svg/libre-browse-media.svg new file mode 100755 index 0000000..da170c5 --- /dev/null +++ b/svg/libre-browse-media.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-browser-chrome.svg b/svg/libre-browser-chrome.svg new file mode 100755 index 0000000..5baf736 --- /dev/null +++ b/svg/libre-browser-chrome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-browser-edge.svg b/svg/libre-browser-edge.svg new file mode 100755 index 0000000..60e6999 --- /dev/null +++ b/svg/libre-browser-edge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-browser-explorer.svg b/svg/libre-browser-explorer.svg new file mode 100755 index 0000000..d71dd31 --- /dev/null +++ b/svg/libre-browser-explorer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-browser-firefox.svg b/svg/libre-browser-firefox.svg new file mode 100755 index 0000000..b3e247e --- /dev/null +++ b/svg/libre-browser-firefox.svg @@ -0,0 +1,2 @@ + \ No newline at end of file diff --git a/svg/libre-browser-general.svg b/svg/libre-browser-general.svg new file mode 100755 index 0000000..eb692ee --- /dev/null +++ b/svg/libre-browser-general.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-browser-opera.svg b/svg/libre-browser-opera.svg new file mode 100755 index 0000000..d43f73f --- /dev/null +++ b/svg/libre-browser-opera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-browser-safari.svg b/svg/libre-browser-safari.svg new file mode 100755 index 0000000..5c18004 --- /dev/null +++ b/svg/libre-browser-safari.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-bug.svg b/svg/libre-bug.svg new file mode 100755 index 0000000..e41f3cf --- /dev/null +++ b/svg/libre-bug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-calendar.svg b/svg/libre-calendar.svg new file mode 100755 index 0000000..8b65193 --- /dev/null +++ b/svg/libre-calendar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-caret-down.svg b/svg/libre-caret-down.svg new file mode 100755 index 0000000..e2b31d1 --- /dev/null +++ b/svg/libre-caret-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-caret-up.svg b/svg/libre-caret-up.svg new file mode 100755 index 0000000..a1c76da --- /dev/null +++ b/svg/libre-caret-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-certificate.svg b/svg/libre-certificate.svg new file mode 100755 index 0000000..3bda15e --- /dev/null +++ b/svg/libre-certificate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-chart-area.svg b/svg/libre-chart-area.svg new file mode 100755 index 0000000..bbf5f65 --- /dev/null +++ b/svg/libre-chart-area.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-chart-bar.svg b/svg/libre-chart-bar.svg new file mode 100755 index 0000000..f5adda4 --- /dev/null +++ b/svg/libre-chart-bar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-chart-line.svg b/svg/libre-chart-line.svg new file mode 100755 index 0000000..1918031 --- /dev/null +++ b/svg/libre-chart-line.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-chart-pie.svg b/svg/libre-chart-pie.svg new file mode 100755 index 0000000..9d1710e --- /dev/null +++ b/svg/libre-chart-pie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-check-no.svg b/svg/libre-check-no.svg new file mode 100755 index 0000000..7971e5f --- /dev/null +++ b/svg/libre-check-no.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-check-yes.svg b/svg/libre-check-yes.svg new file mode 100755 index 0000000..690785e --- /dev/null +++ b/svg/libre-check-yes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-chevron-down.svg b/svg/libre-chevron-down.svg new file mode 100755 index 0000000..7b3ee31 --- /dev/null +++ b/svg/libre-chevron-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-chevron-left.svg b/svg/libre-chevron-left.svg new file mode 100755 index 0000000..7cb6fb9 --- /dev/null +++ b/svg/libre-chevron-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-chevron-right.svg b/svg/libre-chevron-right.svg new file mode 100755 index 0000000..82f96f8 --- /dev/null +++ b/svg/libre-chevron-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-chevron-up.svg b/svg/libre-chevron-up.svg new file mode 100755 index 0000000..557aa33 --- /dev/null +++ b/svg/libre-chevron-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-clock.svg b/svg/libre-clock.svg new file mode 100755 index 0000000..8841cbe --- /dev/null +++ b/svg/libre-clock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-close.svg b/svg/libre-close.svg new file mode 100755 index 0000000..18edddb --- /dev/null +++ b/svg/libre-close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-code.svg b/svg/libre-code.svg new file mode 100755 index 0000000..e9e4b80 --- /dev/null +++ b/svg/libre-code.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-cog.svg b/svg/libre-cog.svg new file mode 100755 index 0000000..719c256 --- /dev/null +++ b/svg/libre-cog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-cogs.svg b/svg/libre-cogs.svg new file mode 100755 index 0000000..7968874 --- /dev/null +++ b/svg/libre-cogs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-comment.svg b/svg/libre-comment.svg new file mode 100755 index 0000000..a69eb97 --- /dev/null +++ b/svg/libre-comment.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-comments.svg b/svg/libre-comments.svg new file mode 100755 index 0000000..e6c6abf --- /dev/null +++ b/svg/libre-comments.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-content.svg b/svg/libre-content.svg new file mode 100755 index 0000000..22f5172 --- /dev/null +++ b/svg/libre-content.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-copy.svg b/svg/libre-copy.svg new file mode 100755 index 0000000..3474bcc --- /dev/null +++ b/svg/libre-copy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-credit-card-amex.svg b/svg/libre-credit-card-amex.svg new file mode 100755 index 0000000..4b19232 --- /dev/null +++ b/svg/libre-credit-card-amex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-credit-card-cc.svg b/svg/libre-credit-card-cc.svg new file mode 100755 index 0000000..ebdbcec --- /dev/null +++ b/svg/libre-credit-card-cc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-credit-card-discover.svg b/svg/libre-credit-card-discover.svg new file mode 100755 index 0000000..1f2c6b9 --- /dev/null +++ b/svg/libre-credit-card-discover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-credit-card-mastercard.svg b/svg/libre-credit-card-mastercard.svg new file mode 100755 index 0000000..d17b6dd --- /dev/null +++ b/svg/libre-credit-card-mastercard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-credit-card-paypal.svg b/svg/libre-credit-card-paypal.svg new file mode 100755 index 0000000..1974749 --- /dev/null +++ b/svg/libre-credit-card-paypal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-credit-card-stripe.svg b/svg/libre-credit-card-stripe.svg new file mode 100755 index 0000000..f7e455e --- /dev/null +++ b/svg/libre-credit-card-stripe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-credit-card-visa.svg b/svg/libre-credit-card-visa.svg new file mode 100755 index 0000000..d600f65 --- /dev/null +++ b/svg/libre-credit-card-visa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-credit-card.svg b/svg/libre-credit-card.svg new file mode 100755 index 0000000..98ea088 --- /dev/null +++ b/svg/libre-credit-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-crop.svg b/svg/libre-crop.svg new file mode 100755 index 0000000..be679f0 --- /dev/null +++ b/svg/libre-crop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-crosshairs.svg b/svg/libre-crosshairs.svg new file mode 100755 index 0000000..3064b52 --- /dev/null +++ b/svg/libre-crosshairs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-css3.svg b/svg/libre-css3.svg new file mode 100755 index 0000000..742d8c0 --- /dev/null +++ b/svg/libre-css3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-cut.svg b/svg/libre-cut.svg new file mode 100755 index 0000000..607ddb2 --- /dev/null +++ b/svg/libre-cut.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-dashboard.svg b/svg/libre-dashboard.svg new file mode 100755 index 0000000..383f792 --- /dev/null +++ b/svg/libre-dashboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-database.svg b/svg/libre-database.svg new file mode 100755 index 0000000..782f9c9 --- /dev/null +++ b/svg/libre-database.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-desktop.svg b/svg/libre-desktop.svg new file mode 100755 index 0000000..1515321 --- /dev/null +++ b/svg/libre-desktop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-display-layout-blocks.svg b/svg/libre-display-layout-blocks.svg new file mode 100755 index 0000000..85535a7 --- /dev/null +++ b/svg/libre-display-layout-blocks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-display-layout-list.svg b/svg/libre-display-layout-list.svg new file mode 100755 index 0000000..124a9d6 --- /dev/null +++ b/svg/libre-display-layout-list.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-display-layout-table.svg b/svg/libre-display-layout-table.svg new file mode 100755 index 0000000..1ac14e6 --- /dev/null +++ b/svg/libre-display-layout-table.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-display-layout-timeline.svg b/svg/libre-display-layout-timeline.svg new file mode 100755 index 0000000..78b9b79 --- /dev/null +++ b/svg/libre-display-layout-timeline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-download.svg b/svg/libre-download.svg new file mode 100755 index 0000000..a8a089d --- /dev/null +++ b/svg/libre-download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-edit.svg b/svg/libre-edit.svg new file mode 100755 index 0000000..d70b4f4 --- /dev/null +++ b/svg/libre-edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-email-forward.svg b/svg/libre-email-forward.svg new file mode 100755 index 0000000..eb199f5 --- /dev/null +++ b/svg/libre-email-forward.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-email-reply.svg b/svg/libre-email-reply.svg new file mode 100755 index 0000000..6a4e5c1 --- /dev/null +++ b/svg/libre-email-reply.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-email-send.svg b/svg/libre-email-send.svg new file mode 100755 index 0000000..879ac98 --- /dev/null +++ b/svg/libre-email-send.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-empty-circle-o.svg b/svg/libre-empty-circle-o.svg new file mode 100755 index 0000000..e09769f --- /dev/null +++ b/svg/libre-empty-circle-o.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-empty-circle.svg b/svg/libre-empty-circle.svg new file mode 100755 index 0000000..286ff67 --- /dev/null +++ b/svg/libre-empty-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-empty-sign-o.svg b/svg/libre-empty-sign-o.svg new file mode 100755 index 0000000..878fd8f --- /dev/null +++ b/svg/libre-empty-sign-o.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-empty-sign.svg b/svg/libre-empty-sign.svg new file mode 100755 index 0000000..324753f --- /dev/null +++ b/svg/libre-empty-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-empty-square-o.svg b/svg/libre-empty-square-o.svg new file mode 100755 index 0000000..4d1a2a2 --- /dev/null +++ b/svg/libre-empty-square-o.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-empty-square.svg b/svg/libre-empty-square.svg new file mode 100755 index 0000000..cfdf93c --- /dev/null +++ b/svg/libre-empty-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-envelope.svg b/svg/libre-envelope.svg new file mode 100755 index 0000000..3fb3c48 --- /dev/null +++ b/svg/libre-envelope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-eraser.svg b/svg/libre-eraser.svg new file mode 100755 index 0000000..cc8727b --- /dev/null +++ b/svg/libre-eraser.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-exclamation.svg b/svg/libre-exclamation.svg new file mode 100755 index 0000000..c9e732d --- /dev/null +++ b/svg/libre-exclamation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-export-booking.svg b/svg/libre-export-booking.svg new file mode 100755 index 0000000..809ce31 --- /dev/null +++ b/svg/libre-export-booking.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-export.svg b/svg/libre-export.svg new file mode 100755 index 0000000..7319c5c --- /dev/null +++ b/svg/libre-export.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-file-archive.svg b/svg/libre-file-archive.svg new file mode 100755 index 0000000..d7a4698 --- /dev/null +++ b/svg/libre-file-archive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-file-audio.svg b/svg/libre-file-audio.svg new file mode 100755 index 0000000..5a04e44 --- /dev/null +++ b/svg/libre-file-audio.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-file-code.svg b/svg/libre-file-code.svg new file mode 100755 index 0000000..ce013b0 --- /dev/null +++ b/svg/libre-file-code.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-file-excel.svg b/svg/libre-file-excel.svg new file mode 100755 index 0000000..c33f303 --- /dev/null +++ b/svg/libre-file-excel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-file-image.svg b/svg/libre-file-image.svg new file mode 100755 index 0000000..35c179f --- /dev/null +++ b/svg/libre-file-image.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-file-pdf.svg b/svg/libre-file-pdf.svg new file mode 100755 index 0000000..167f5ff --- /dev/null +++ b/svg/libre-file-pdf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-file-powerpoint.svg b/svg/libre-file-powerpoint.svg new file mode 100755 index 0000000..0401b46 --- /dev/null +++ b/svg/libre-file-powerpoint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-file-text.svg b/svg/libre-file-text.svg new file mode 100755 index 0000000..f027998 --- /dev/null +++ b/svg/libre-file-text.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-file-video.svg b/svg/libre-file-video.svg new file mode 100755 index 0000000..5fdf96b --- /dev/null +++ b/svg/libre-file-video.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-file-word.svg b/svg/libre-file-word.svg new file mode 100755 index 0000000..d661ef2 --- /dev/null +++ b/svg/libre-file-word.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-file.svg b/svg/libre-file.svg new file mode 100755 index 0000000..b2b97c1 --- /dev/null +++ b/svg/libre-file.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-files.svg b/svg/libre-files.svg new file mode 100755 index 0000000..a8f9d01 --- /dev/null +++ b/svg/libre-files.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-film.svg b/svg/libre-film.svg new file mode 100755 index 0000000..b10cd54 --- /dev/null +++ b/svg/libre-film.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-filter.svg b/svg/libre-filter.svg new file mode 100755 index 0000000..902a057 --- /dev/null +++ b/svg/libre-filter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-firewall.svg b/svg/libre-firewall.svg new file mode 100755 index 0000000..9347871 --- /dev/null +++ b/svg/libre-firewall.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-floppy.svg b/svg/libre-floppy.svg new file mode 100755 index 0000000..6183cba --- /dev/null +++ b/svg/libre-floppy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-folder-open.svg b/svg/libre-folder-open.svg new file mode 100755 index 0000000..bb57cbb --- /dev/null +++ b/svg/libre-folder-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-folder.svg b/svg/libre-folder.svg new file mode 100755 index 0000000..26bab7a --- /dev/null +++ b/svg/libre-folder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-font.svg b/svg/libre-font.svg new file mode 100755 index 0000000..c7889cd --- /dev/null +++ b/svg/libre-font.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-fullscreen.svg b/svg/libre-fullscreen.svg new file mode 100755 index 0000000..0edd878 --- /dev/null +++ b/svg/libre-fullscreen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-globe.svg b/svg/libre-globe.svg new file mode 100755 index 0000000..74dba77 --- /dev/null +++ b/svg/libre-globe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-header.svg b/svg/libre-header.svg new file mode 100755 index 0000000..20caeee --- /dev/null +++ b/svg/libre-header.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-help.svg b/svg/libre-help.svg new file mode 100755 index 0000000..6bb1f1a --- /dev/null +++ b/svg/libre-help.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-history.svg b/svg/libre-history.svg new file mode 100755 index 0000000..7eb5283 --- /dev/null +++ b/svg/libre-history.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-home.svg b/svg/libre-home.svg new file mode 100755 index 0000000..32e6e8a --- /dev/null +++ b/svg/libre-home.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-hr.svg b/svg/libre-hr.svg new file mode 100755 index 0000000..d1931fe --- /dev/null +++ b/svg/libre-hr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-html5.svg b/svg/libre-html5.svg new file mode 100755 index 0000000..a7be21a --- /dev/null +++ b/svg/libre-html5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-import.svg b/svg/libre-import.svg new file mode 100755 index 0000000..1442728 --- /dev/null +++ b/svg/libre-import.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-inbox.svg b/svg/libre-inbox.svg new file mode 100755 index 0000000..6e485dc --- /dev/null +++ b/svg/libre-inbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-indent.svg b/svg/libre-indent.svg new file mode 100755 index 0000000..4682d54 --- /dev/null +++ b/svg/libre-indent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-info.svg b/svg/libre-info.svg new file mode 100755 index 0000000..fe16dba --- /dev/null +++ b/svg/libre-info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-italic.svg b/svg/libre-italic.svg new file mode 100755 index 0000000..2bac621 --- /dev/null +++ b/svg/libre-italic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-key.svg b/svg/libre-key.svg new file mode 100755 index 0000000..4a312b4 --- /dev/null +++ b/svg/libre-key.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-laptop.svg b/svg/libre-laptop.svg new file mode 100755 index 0000000..555a718 --- /dev/null +++ b/svg/libre-laptop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-level-down.svg b/svg/libre-level-down.svg new file mode 100755 index 0000000..ad6108d --- /dev/null +++ b/svg/libre-level-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-level-up.svg b/svg/libre-level-up.svg new file mode 100755 index 0000000..ef79a8a --- /dev/null +++ b/svg/libre-level-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-license-copyleft.svg b/svg/libre-license-copyleft.svg new file mode 100755 index 0000000..49750b5 --- /dev/null +++ b/svg/libre-license-copyleft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-license-copyright.svg b/svg/libre-license-copyright.svg new file mode 100755 index 0000000..7d898f4 --- /dev/null +++ b/svg/libre-license-copyright.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-license-creative-commons.svg b/svg/libre-license-creative-commons.svg new file mode 100755 index 0000000..cc656fd --- /dev/null +++ b/svg/libre-license-creative-commons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-license-registered.svg b/svg/libre-license-registered.svg new file mode 100755 index 0000000..6baefcc --- /dev/null +++ b/svg/libre-license-registered.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-license-trademark.svg b/svg/libre-license-trademark.svg new file mode 100755 index 0000000..b1c1f59 --- /dev/null +++ b/svg/libre-license-trademark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-link.svg b/svg/libre-link.svg new file mode 100755 index 0000000..e73ab53 --- /dev/null +++ b/svg/libre-link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-list-ol.svg b/svg/libre-list-ol.svg new file mode 100755 index 0000000..5b930d6 --- /dev/null +++ b/svg/libre-list-ol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-list-ul.svg b/svg/libre-list-ul.svg new file mode 100755 index 0000000..b7709bd --- /dev/null +++ b/svg/libre-list-ul.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-list.svg b/svg/libre-list.svg new file mode 100755 index 0000000..37e7b83 --- /dev/null +++ b/svg/libre-list.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-lock.svg b/svg/libre-lock.svg new file mode 100755 index 0000000..fd16597 --- /dev/null +++ b/svg/libre-lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-magic.svg b/svg/libre-magic.svg new file mode 100755 index 0000000..176279b --- /dev/null +++ b/svg/libre-magic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-minus.svg b/svg/libre-minus.svg new file mode 100755 index 0000000..3489433 --- /dev/null +++ b/svg/libre-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-mobile.svg b/svg/libre-mobile.svg new file mode 100755 index 0000000..f4ab871 --- /dev/null +++ b/svg/libre-mobile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-object-align-bottom.svg b/svg/libre-object-align-bottom.svg new file mode 100755 index 0000000..8d157df --- /dev/null +++ b/svg/libre-object-align-bottom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-object-align-horizontal.svg b/svg/libre-object-align-horizontal.svg new file mode 100755 index 0000000..86453e1 --- /dev/null +++ b/svg/libre-object-align-horizontal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-object-align-left.svg b/svg/libre-object-align-left.svg new file mode 100755 index 0000000..4e0bdfb --- /dev/null +++ b/svg/libre-object-align-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-object-align-right.svg b/svg/libre-object-align-right.svg new file mode 100755 index 0000000..749bc2c --- /dev/null +++ b/svg/libre-object-align-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-object-align-top.svg b/svg/libre-object-align-top.svg new file mode 100755 index 0000000..a75d7ad --- /dev/null +++ b/svg/libre-object-align-top.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-object-align-vertical.svg b/svg/libre-object-align-vertical.svg new file mode 100755 index 0000000..b23433e --- /dev/null +++ b/svg/libre-object-align-vertical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-operator.svg b/svg/libre-operator.svg new file mode 100755 index 0000000..cba9f49 --- /dev/null +++ b/svg/libre-operator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-order-invoice.svg b/svg/libre-order-invoice.svg new file mode 100755 index 0000000..5cb9efe --- /dev/null +++ b/svg/libre-order-invoice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-order-quote.svg b/svg/libre-order-quote.svg new file mode 100755 index 0000000..ecb60e0 --- /dev/null +++ b/svg/libre-order-quote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-order-quotetoinvoice.svg b/svg/libre-order-quotetoinvoice.svg new file mode 100755 index 0000000..61fcb67 --- /dev/null +++ b/svg/libre-order-quotetoinvoice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-order.svg b/svg/libre-order.svg new file mode 100755 index 0000000..eb476a2 --- /dev/null +++ b/svg/libre-order.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-os-android.svg b/svg/libre-os-android.svg new file mode 100755 index 0000000..72c2f6a --- /dev/null +++ b/svg/libre-os-android.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-os-apple.svg b/svg/libre-os-apple.svg new file mode 100755 index 0000000..6e2d628 --- /dev/null +++ b/svg/libre-os-apple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-os-beos.svg b/svg/libre-os-beos.svg new file mode 100755 index 0000000..ae037b4 --- /dev/null +++ b/svg/libre-os-beos.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-os-bsd.svg b/svg/libre-os-bsd.svg new file mode 100755 index 0000000..28cbfbf --- /dev/null +++ b/svg/libre-os-bsd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-os-general.svg b/svg/libre-os-general.svg new file mode 100755 index 0000000..f9842ad --- /dev/null +++ b/svg/libre-os-general.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-os-linux.svg b/svg/libre-os-linux.svg new file mode 100755 index 0000000..fdc2993 --- /dev/null +++ b/svg/libre-os-linux.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-os-microsoft.svg b/svg/libre-os-microsoft.svg new file mode 100755 index 0000000..dd44854 --- /dev/null +++ b/svg/libre-os-microsoft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-outdent.svg b/svg/libre-outdent.svg new file mode 100755 index 0000000..982792a --- /dev/null +++ b/svg/libre-outdent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-paint-brush.svg b/svg/libre-paint-brush.svg new file mode 100755 index 0000000..7ecaa6b --- /dev/null +++ b/svg/libre-paint-brush.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-paintbrush.svg b/svg/libre-paintbrush.svg new file mode 100755 index 0000000..7ecaa6b --- /dev/null +++ b/svg/libre-paintbrush.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-paperclip.svg b/svg/libre-paperclip.svg new file mode 100755 index 0000000..c1cc7b7 --- /dev/null +++ b/svg/libre-paperclip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-paragraph.svg b/svg/libre-paragraph.svg new file mode 100755 index 0000000..3ccee65 --- /dev/null +++ b/svg/libre-paragraph.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-paste.svg b/svg/libre-paste.svg new file mode 100755 index 0000000..72f3427 --- /dev/null +++ b/svg/libre-paste.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-pencil.svg b/svg/libre-pencil.svg new file mode 100755 index 0000000..659fa1f --- /dev/null +++ b/svg/libre-pencil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-phone.svg b/svg/libre-phone.svg new file mode 100755 index 0000000..9235422 --- /dev/null +++ b/svg/libre-phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-picture-circle.svg b/svg/libre-picture-circle.svg new file mode 100755 index 0000000..72ec65b --- /dev/null +++ b/svg/libre-picture-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-picture-rounded.svg b/svg/libre-picture-rounded.svg new file mode 100755 index 0000000..52c6f35 --- /dev/null +++ b/svg/libre-picture-rounded.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-picture.svg b/svg/libre-picture.svg new file mode 100755 index 0000000..9182a36 --- /dev/null +++ b/svg/libre-picture.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-pin.svg b/svg/libre-pin.svg new file mode 100755 index 0000000..033c2ae --- /dev/null +++ b/svg/libre-pin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-plugin.svg b/svg/libre-plugin.svg new file mode 100755 index 0000000..bdc455c --- /dev/null +++ b/svg/libre-plugin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-plus.svg b/svg/libre-plus.svg new file mode 100755 index 0000000..f93e75c --- /dev/null +++ b/svg/libre-plus.svg @@ -0,0 +1 @@ + diff --git a/svg/libre-print.svg b/svg/libre-print.svg new file mode 100755 index 0000000..b99061d --- /dev/null +++ b/svg/libre-print.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-purge.svg b/svg/libre-purge.svg new file mode 100755 index 0000000..924ffd8 --- /dev/null +++ b/svg/libre-purge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-qrcode.svg b/svg/libre-qrcode.svg new file mode 100755 index 0000000..9ff74e9 --- /dev/null +++ b/svg/libre-qrcode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-question.svg b/svg/libre-question.svg new file mode 100755 index 0000000..72e5721 --- /dev/null +++ b/svg/libre-question.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-random.svg b/svg/libre-random.svg new file mode 100755 index 0000000..53399f5 --- /dev/null +++ b/svg/libre-random.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-receipt.svg b/svg/libre-receipt.svg new file mode 100755 index 0000000..61dcfa1 --- /dev/null +++ b/svg/libre-receipt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-recycle.svg b/svg/libre-recycle.svg new file mode 100755 index 0000000..da7d3a5 --- /dev/null +++ b/svg/libre-recycle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-redo.svg b/svg/libre-redo.svg new file mode 100755 index 0000000..ce8e7e7 --- /dev/null +++ b/svg/libre-redo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-refresh.svg b/svg/libre-refresh.svg new file mode 100755 index 0000000..0cdf073 --- /dev/null +++ b/svg/libre-refresh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-reorder.svg b/svg/libre-reorder.svg new file mode 100755 index 0000000..7dc7872 --- /dev/null +++ b/svg/libre-reorder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-resize-full.svg b/svg/libre-resize-full.svg new file mode 100755 index 0000000..33e2f78 --- /dev/null +++ b/svg/libre-resize-full.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-resize-horizontal.svg b/svg/libre-resize-horizontal.svg new file mode 100755 index 0000000..7d814d5 --- /dev/null +++ b/svg/libre-resize-horizontal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-resize-small.svg b/svg/libre-resize-small.svg new file mode 100755 index 0000000..a1d1f02 --- /dev/null +++ b/svg/libre-resize-small.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-resize-vertical.svg b/svg/libre-resize-vertical.svg new file mode 100755 index 0000000..ed8585b --- /dev/null +++ b/svg/libre-resize-vertical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-restore.svg b/svg/libre-restore.svg new file mode 100755 index 0000000..9a46f99 --- /dev/null +++ b/svg/libre-restore.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-search.svg b/svg/libre-search.svg new file mode 100755 index 0000000..844fbae --- /dev/null +++ b/svg/libre-search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-security.svg b/svg/libre-security.svg new file mode 100755 index 0000000..1892bd0 --- /dev/null +++ b/svg/libre-security.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-seo-marketing.svg b/svg/libre-seo-marketing.svg new file mode 100755 index 0000000..2db6e02 --- /dev/null +++ b/svg/libre-seo-marketing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-seo-performance.svg b/svg/libre-seo-performance.svg new file mode 100755 index 0000000..bb16851 --- /dev/null +++ b/svg/libre-seo-performance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-seo-ppc.svg b/svg/libre-seo-ppc.svg new file mode 100755 index 0000000..3b0a969 --- /dev/null +++ b/svg/libre-seo-ppc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-seo-stats.svg b/svg/libre-seo-stats.svg new file mode 100755 index 0000000..c1e5222 --- /dev/null +++ b/svg/libre-seo-stats.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-seo-target-audience.svg b/svg/libre-seo-target-audience.svg new file mode 100755 index 0000000..8ecaea2 --- /dev/null +++ b/svg/libre-seo-target-audience.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-settings.svg b/svg/libre-settings.svg new file mode 100755 index 0000000..56838e1 --- /dev/null +++ b/svg/libre-settings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-shopping-bag.svg b/svg/libre-shopping-bag.svg new file mode 100755 index 0000000..7a1356a --- /dev/null +++ b/svg/libre-shopping-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-shopping-basket.svg b/svg/libre-shopping-basket.svg new file mode 100755 index 0000000..112117b --- /dev/null +++ b/svg/libre-shopping-basket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-shopping-cart.svg b/svg/libre-shopping-cart.svg new file mode 100755 index 0000000..f770189 --- /dev/null +++ b/svg/libre-shopping-cart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-sign-in.svg b/svg/libre-sign-in.svg new file mode 100755 index 0000000..207954e --- /dev/null +++ b/svg/libre-sign-in.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-sign-out.svg b/svg/libre-sign-out.svg new file mode 100755 index 0000000..441f9d8 --- /dev/null +++ b/svg/libre-sign-out.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-sitemap.svg b/svg/libre-sitemap.svg new file mode 100755 index 0000000..4836156 --- /dev/null +++ b/svg/libre-sitemap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-sliders.svg b/svg/libre-sliders.svg new file mode 100755 index 0000000..601421c --- /dev/null +++ b/svg/libre-sliders.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-sort-asc.svg b/svg/libre-sort-asc.svg new file mode 100755 index 0000000..7d959f0 --- /dev/null +++ b/svg/libre-sort-asc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-sort-desc.svg b/svg/libre-sort-desc.svg new file mode 100755 index 0000000..239b23b --- /dev/null +++ b/svg/libre-sort-desc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-sort.svg b/svg/libre-sort.svg new file mode 100755 index 0000000..3308cab --- /dev/null +++ b/svg/libre-sort.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-spellcheck.svg b/svg/libre-spellcheck.svg new file mode 100755 index 0000000..21cac0f --- /dev/null +++ b/svg/libre-spellcheck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-spinner-1.svg b/svg/libre-spinner-1.svg new file mode 100755 index 0000000..be9d9cd --- /dev/null +++ b/svg/libre-spinner-1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-spinner-10.svg b/svg/libre-spinner-10.svg new file mode 100755 index 0000000..6bfb77a --- /dev/null +++ b/svg/libre-spinner-10.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-spinner-11.svg b/svg/libre-spinner-11.svg new file mode 100755 index 0000000..fb59f3f --- /dev/null +++ b/svg/libre-spinner-11.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-spinner-12.svg b/svg/libre-spinner-12.svg new file mode 100755 index 0000000..728e00b --- /dev/null +++ b/svg/libre-spinner-12.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-spinner-2.svg b/svg/libre-spinner-2.svg new file mode 100755 index 0000000..868f443 --- /dev/null +++ b/svg/libre-spinner-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-spinner-3.svg b/svg/libre-spinner-3.svg new file mode 100755 index 0000000..2ca6bad --- /dev/null +++ b/svg/libre-spinner-3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-spinner-4.svg b/svg/libre-spinner-4.svg new file mode 100755 index 0000000..c934c4c --- /dev/null +++ b/svg/libre-spinner-4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-spinner-5.svg b/svg/libre-spinner-5.svg new file mode 100755 index 0000000..c8475bd --- /dev/null +++ b/svg/libre-spinner-5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-spinner-6.svg b/svg/libre-spinner-6.svg new file mode 100755 index 0000000..463f456 --- /dev/null +++ b/svg/libre-spinner-6.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-spinner-7.svg b/svg/libre-spinner-7.svg new file mode 100755 index 0000000..97eeeaf --- /dev/null +++ b/svg/libre-spinner-7.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-spinner-8.svg b/svg/libre-spinner-8.svg new file mode 100755 index 0000000..f05b658 --- /dev/null +++ b/svg/libre-spinner-8.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-spinner-9.svg b/svg/libre-spinner-9.svg new file mode 100755 index 0000000..4b02bbb --- /dev/null +++ b/svg/libre-spinner-9.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-star-o.svg b/svg/libre-star-o.svg new file mode 100755 index 0000000..3cdbf67 --- /dev/null +++ b/svg/libre-star-o.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-star.svg b/svg/libre-star.svg new file mode 100755 index 0000000..8404157 --- /dev/null +++ b/svg/libre-star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-strikethrough.svg b/svg/libre-strikethrough.svg new file mode 100755 index 0000000..273e501 --- /dev/null +++ b/svg/libre-strikethrough.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-subscript.svg b/svg/libre-subscript.svg new file mode 100755 index 0000000..b8a4557 --- /dev/null +++ b/svg/libre-subscript.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-superscript.svg b/svg/libre-superscript.svg new file mode 100755 index 0000000..d7caaa3 --- /dev/null +++ b/svg/libre-superscript.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-table.svg b/svg/libre-table.svg new file mode 100755 index 0000000..312a87b --- /dev/null +++ b/svg/libre-table.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-tablet.svg b/svg/libre-tablet.svg new file mode 100755 index 0000000..632fc74 --- /dev/null +++ b/svg/libre-tablet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-tag.svg b/svg/libre-tag.svg new file mode 100755 index 0000000..9bf8f4b --- /dev/null +++ b/svg/libre-tag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-tags.svg b/svg/libre-tags.svg new file mode 100755 index 0000000..48e7d6e --- /dev/null +++ b/svg/libre-tags.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-tasks.svg b/svg/libre-tasks.svg new file mode 100755 index 0000000..b66ce3d --- /dev/null +++ b/svg/libre-tasks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-television.svg b/svg/libre-television.svg new file mode 100755 index 0000000..785490c --- /dev/null +++ b/svg/libre-television.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-terminal.svg b/svg/libre-terminal.svg new file mode 100755 index 0000000..82ec7b1 --- /dev/null +++ b/svg/libre-terminal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-text-color.svg b/svg/libre-text-color.svg new file mode 100755 index 0000000..b64d536 --- /dev/null +++ b/svg/libre-text-color.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-text-height.svg b/svg/libre-text-height.svg new file mode 100755 index 0000000..29067af --- /dev/null +++ b/svg/libre-text-height.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-text-size.svg b/svg/libre-text-size.svg new file mode 100755 index 0000000..f4d2967 --- /dev/null +++ b/svg/libre-text-size.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-text-width.svg b/svg/libre-text-width.svg new file mode 100755 index 0000000..446c936 --- /dev/null +++ b/svg/libre-text-width.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-th-large.svg b/svg/libre-th-large.svg new file mode 100755 index 0000000..61b9f2d --- /dev/null +++ b/svg/libre-th-large.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-th-list.svg b/svg/libre-th-list.svg new file mode 100755 index 0000000..e59fde5 --- /dev/null +++ b/svg/libre-th-list.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-th.svg b/svg/libre-th.svg new file mode 100755 index 0000000..bd82011 --- /dev/null +++ b/svg/libre-th.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-thumbs-down.svg b/svg/libre-thumbs-down.svg new file mode 100755 index 0000000..1c1512f --- /dev/null +++ b/svg/libre-thumbs-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-thumbs-up.svg b/svg/libre-thumbs-up.svg new file mode 100755 index 0000000..55a3651 --- /dev/null +++ b/svg/libre-thumbs-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-ticket.svg b/svg/libre-ticket.svg new file mode 100755 index 0000000..30cb35f --- /dev/null +++ b/svg/libre-ticket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-tint.svg b/svg/libre-tint.svg new file mode 100755 index 0000000..162abe4 --- /dev/null +++ b/svg/libre-tint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-tooltip.svg b/svg/libre-tooltip.svg new file mode 100755 index 0000000..7c79d40 --- /dev/null +++ b/svg/libre-tooltip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-trash.svg b/svg/libre-trash.svg new file mode 100755 index 0000000..63882da --- /dev/null +++ b/svg/libre-trash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-underline.svg b/svg/libre-underline.svg new file mode 100755 index 0000000..1fd482c --- /dev/null +++ b/svg/libre-underline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-undo.svg b/svg/libre-undo.svg new file mode 100755 index 0000000..c618ca9 --- /dev/null +++ b/svg/libre-undo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-unlock.svg b/svg/libre-unlock.svg new file mode 100755 index 0000000..e3d68fb --- /dev/null +++ b/svg/libre-unlock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-unsorted.svg b/svg/libre-unsorted.svg new file mode 100755 index 0000000..6e763d8 --- /dev/null +++ b/svg/libre-unsorted.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-upload.svg b/svg/libre-upload.svg new file mode 100755 index 0000000..268ac61 --- /dev/null +++ b/svg/libre-upload.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-user-female.svg b/svg/libre-user-female.svg new file mode 100755 index 0000000..47c6b9c --- /dev/null +++ b/svg/libre-user-female.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-user-male.svg b/svg/libre-user-male.svg new file mode 100755 index 0000000..3f8b563 --- /dev/null +++ b/svg/libre-user-male.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-user.svg b/svg/libre-user.svg new file mode 100755 index 0000000..b7e688e --- /dev/null +++ b/svg/libre-user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-users.svg b/svg/libre-users.svg new file mode 100755 index 0000000..025cc57 --- /dev/null +++ b/svg/libre-users.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-view.svg b/svg/libre-view.svg new file mode 100755 index 0000000..40d511d --- /dev/null +++ b/svg/libre-view.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-virus.svg b/svg/libre-virus.svg new file mode 100755 index 0000000..52cbc05 --- /dev/null +++ b/svg/libre-virus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-wrench.svg b/svg/libre-wrench.svg new file mode 100755 index 0000000..4fc84ee --- /dev/null +++ b/svg/libre-wrench.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libreicons.svg b/svg/libreicons.svg new file mode 100644 index 0000000..c2ce7eb --- /dev/null +++ b/svg/libreicons.svg @@ -0,0 +1,1344 @@ + + + + libre-activity + + + + libre-add + + + + libre-address-book + + + + libre-alien + + + + libre-align-center + + + + libre-align-justify + + + + libre-align-left + + + + libre-align-right + + + + libre-approve + + + + libre-archive + + + + libre-arrow-circle-down + + + + + libre-arrow-circle-right + + + + + libre-arrow-down + + + + libre-arrow-left + + + + libre-arrow-right + + + + libre-arrow-up + + + + libre-back + + + + libre-badge-1 + + + + libre-badge-2 + + + + libre-badge-3 + + + + libre-ban + + + + libre-barcode + + + + libre-bold + + + + libre-bookmark + + + + libre-brand-aus-post + + + + libre-brand-behance + + + + + + + libre-brand-blogger + + + + + + + + + + + libre-brand-delicious + + + + libre-brand-deviantart + + + + libre-brand-digg + + + + + libre-brand-dribble + + + + + + + + + + libre-brand-facebook + + + + libre-brand-flickr + + + + + libre-brand-github + + + + libre-brand-google-plus + + + + libre-brand-instagram + + + + libre-brand-last-fm + + + + libre-brand-linkedin + + + + libre-brand-open-source + + + + libre-brand-paypal + + + + libre-brand-raspberrypi + + + + libre-brand-reddit + + + + + + + libre-brand-rss + + + + libre-brand-skype + + + + + libre-brand-stumbleupon + + + + + libre-brand-tumblr + + + + libre-brand-twitter + + + + libre-brand-vimeo + + + + libre-brand-yahoo + + + + libre-brand-yelp + + + + libre-brand-youtube + + + + libre-browse-media + + + + + + libre-browser-chrome + + + + + + libre-browser-edge + + + + libre-browser-explorer + + + + libre-browser-firefox + + + + libre-browser-general + + + + + + libre-browser-opera + + + + libre-browser-safari + + + + libre-bug + + + + libre-calendar + + + + libre-caret-down + + + + libre-caret-up + + + + libre-certificate + + + + libre-chart-area + + + + libre-chart-bar + + + + libre-chart-line + + + + libre-chart-pie + + + + libre-check-no + + + + libre-check-yes + + + + libre-chevron-down + + + + libre-chevron-left + + + + libre-chevron-right + + + + libre-chevron-up + + + + libre-clock + + + + libre-close + + + + libre-code + + + + libre-cog + + + + libre-cogs + + + + libre-comment + + + + libre-comments + + + + libre-content + + + + + + + + + + + libre-copy + + + + libre-credit-card + + + + libre-credit-card-amex + + + + libre-credit-card-cc + + + + libre-credit-card-discover + + + + libre-credit-card-mastercard + + + + libre-credit-card-paypal + + + + libre-credit-card-stripe + + + + libre-credit-card-visa + + + + libre-crop + + + + libre-crosshairs + + + + libre-css3 + + + + libre-cut + + + + libre-dashboard + + + + libre-database + + + + libre-desktop + + + + libre-display-layout-blocks + + + + libre-display-layout-list + + + + + + libre-display-layout-table + + + + libre-display-layout-timeline + + + + libre-download + + + + libre-edit + + + + libre-email-forward + + + + libre-email-reply + + + + libre-email-send + + + + + libre-empty-circle + + + + libre-empty-circle-o + + + + libre-empty-sign + + + + libre-empty-sign-o + + + + libre-empty-square + + + + libre-empty-square-o + + + + libre-envelope + + + + libre-eraser + + + + libre-exclamation + + + + libre-export + + + + + libre-export-booking + + + + + libre-file + + + + libre-file-archive + + + + libre-file-audio + + + + libre-file-code + + + + libre-file-excel + + + + libre-file-image + + + + libre-file-pdf + + + + libre-file-powerpoint + + + + libre-files + + + + libre-file-text + + + + libre-file-video + + + + libre-file-word + + + + libre-film + + + + libre-filter + + + + libre-firewall + + + + libre-floppy + + + + libre-folder + + + + libre-folder-open + + + + libre-font + + + + libre-fullscreen + + + + + + libre-globe + + + + libre-header + + + + libre-help + + + + libre-history + + + + libre-home + + + + + libre-hr + + + + libre-html5 + + + + libre-import + + + + + libre-inbox + + + + libre-indent + + + + libre-info + + + + libre-italic + + + + libre-key + + + + libre-laptop + + + + libre-level-down + + + + libre-level-up + + + + libre-license-copyleft + + + + libre-license-copyright + + + + libre-license-creative-commons + + + + + + libre-license-registered + + + + + libre-license-trademark + + + + + + libre-link + + + + libre-list + + + + libre-list-ol + + + + libre-list-ul + + + + libre-lock + + + + libre-magic + + + + libre-minus + + + + libre-mobile + + + + libre-object-align-bottom + + + + libre-object-align-horizontal + + + + libre-object-align-left + + + + libre-object-align-right + + + + libre-object-align-top + + + + libre-object-align-vertical + + + + libre-operator + + + + + libre-order + + + + + + + + + + + + + + + + + + + + + + + + libre-order-invoice + + + + + + + + + + + + + + + + + + + + + + + + libre-order-quote + + + + + + + + + + + + + + + + + + + + libre-order-quotetoinvoice + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + libre-os-android + + + + libre-os-apple + + + + libre-os-beos + + + + libre-os-bsd + + + + + + libre-os-general + + + + + + + libre-os-linux + + + + libre-os-microsoft + + + + libre-outdent + + + + libre-paintbrush + + + + libre-paint-brush + + + + libre-paperclip + + + + libre-paragraph + + + + libre-paste + + + + libre-pencil + + + + libre-phone + + + + libre-picture + + + + libre-picture-circle + + + + + + libre-picture-rounded + + + + + libre-pin + + + + libre-plugin + + + + libre-plus + + + + libre-print + + + + libre-purge + + + + libre-qrcode + + + + libre-question + + + + libre-random + + + + libre-receipt + + + + libre-recycle + + + + libre-redo + + + + libre-refresh + + + + libre-reorder + + + + + + + + libre-resize-full + + + + + libre-resize-horizontal + + + + libre-resize-small + + + + + libre-resize-vertical + + + + libre-restore + + + + libre-search + + + + libre-security + + + + libre-seo-marketing + + + + + + + + + + + libre-seo-performance + + + + + + + + + libre-seo-ppc + + + + + + libre-seo-stats + + + + + + + + + libre-seo-target-audience + + + + + + + libre-settings + + + + + + + + libre-shopping-bag + + + + libre-shopping-basket + + + + libre-shopping-cart + + + + libre-sign-in + + + + libre-sign-out + + + + libre-sitemap + + + + libre-sliders + + + + libre-sort + + + + libre-sort-asc + + + + libre-sort-desc + + + + libre-spellcheck + + + + libre-spinner-1 + + + + libre-spinner-2 + + + + libre-spinner-3 + + + + + + + + + + + + + + + libre-spinner-4 + + + + libre-spinner-5 + + + + libre-spinner-6 + + + + libre-spinner-7 + + + + libre-spinner-8 + + + + libre-spinner-9 + + + + libre-spinner-10 + + + + libre-spinner-11 + + + + libre-spinner-12 + + + + + + + + + + + libre-star + + + + libre-star-o + + + + libre-strikethrough + + + + + libre-subscript + + + + + libre-superscript + + + + + libre-table + + + + libre-tablet + + + + libre-tag + + + + libre-tags + + + + libre-tasks + + + + libre-television + + + + libre-terminal + + + + libre-text-color + + + + + libre-text-height + + + + + libre-text-size + + + + libre-text-width + + + + + libre-th + + + + libre-th-large + + + + libre-th-list + + + + libre-thumbs-down + + + + libre-thumbs-up + + + + libre-ticket + + + + libre-tint + + + + libre-tooltip + + + + libre-trash + + + + libre-underline + + + + + libre-undo + + + + libre-unlock + + + + libre-unsorted + + + + + libre-upload + + + + libre-user + + + + libre-user-female + + + + libre-user-male + + + + libre-users + + + + libre-view + + + + libre-virus + + + + libre-wrench + + + +