From 9a03cb88e7c0b97f64e7b368e69b327dae98d73a Mon Sep 17 00:00:00 2001 From: Diemen Design Date: Sun, 10 Feb 2019 23:27:01 +1100 Subject: [PATCH] Add Icons, fix CSS and update Reademe. --- README.md | 28 ++- css/libreicons-svg.css | 231 +------------------ requests-color/libre-brand-google-photos.svg | 1 + svg/libre-barrel-oil.svg | 1 + svg/libre-barrel-wood.svg | 1 + svg/libre-brand-1in3.svg | 2 +- svg/libre-brand-2fa.svg | 1 + svg/libre-brand-authy.svg | 1 + svg/libre-brand-avvo.svg | 1 + svg/libre-brand-direct-debit.svg | 1 + svg/libre-brand-google-photos.svg | 1 + svg/libre-brand-ideal.svg | 1 + svg/libre-brand-second-life.svg | 1 + svg/libre-brand-skoob.svg | 1 + svg/libre-brand-teamviewer.svg | 1 + svg/libre-brand-thingiverse.svg | 1 + svg/libre-brand-treehouse.svg | 1 + svg/libre-brand-uipath.svg | 1 + svg/libre-brand-wattpad.svg | 1 + svg/libre-brand-waze.svg | 1 + svg/libre-brand-yellow-pages.svg | 1 + svg/libre-brand-zapier.svg | 2 +- svg/libre-food-chilli.svg | 1 + svg/libre-food-popcorn.svg | 1 + svg/libre-gui-calendar-time.svg | 1 + svg/libre-gui-datamatrix.svg | 1 + svg/libre-gui-email-spam.svg | 1 + svg/libre-gui-safe.svg | 1 + svg/libre-gui-thought.svg | 1 + svg/libre-religion-tanakh.svg | 1 + svg/libre-religion-torah.svg | 1 + svg/libre-seo-path.svg | 1 + svg/libre-tech-rfid.svg | 1 + 33 files changed, 55 insertions(+), 237 deletions(-) create mode 100644 requests-color/libre-brand-google-photos.svg create mode 100644 svg/libre-barrel-oil.svg create mode 100644 svg/libre-barrel-wood.svg mode change 100755 => 100644 svg/libre-brand-1in3.svg create mode 100644 svg/libre-brand-2fa.svg create mode 100644 svg/libre-brand-authy.svg create mode 100644 svg/libre-brand-avvo.svg create mode 100644 svg/libre-brand-direct-debit.svg create mode 100644 svg/libre-brand-google-photos.svg create mode 100644 svg/libre-brand-ideal.svg create mode 100644 svg/libre-brand-second-life.svg create mode 100644 svg/libre-brand-skoob.svg create mode 100644 svg/libre-brand-teamviewer.svg create mode 100644 svg/libre-brand-thingiverse.svg create mode 100644 svg/libre-brand-treehouse.svg create mode 100644 svg/libre-brand-uipath.svg create mode 100644 svg/libre-brand-wattpad.svg create mode 100644 svg/libre-brand-waze.svg create mode 100644 svg/libre-brand-yellow-pages.svg mode change 100755 => 100644 svg/libre-brand-zapier.svg create mode 100644 svg/libre-food-chilli.svg create mode 100644 svg/libre-food-popcorn.svg create mode 100644 svg/libre-gui-calendar-time.svg create mode 100644 svg/libre-gui-datamatrix.svg create mode 100644 svg/libre-gui-email-spam.svg create mode 100644 svg/libre-gui-safe.svg create mode 100644 svg/libre-gui-thought.svg create mode 100644 svg/libre-religion-tanakh.svg create mode 100644 svg/libre-religion-torah.svg create mode 100644 svg/libre-seo-path.svg create mode 100644 svg/libre-tech-rfid.svg diff --git a/README.md b/README.md index cac8780..e7087b2 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Born out of frustration of other Icon Sets not containing Icons needed when developing LibreCMS, we created LibreICONS to fill the gap that we needed, and ended up consolidating all the Icons we were using into one set. +LibreICONS has been developed to provide SVG Icons for LibreCMS, we then decided to seperate them out and make them available to eveyone. What sets LibreICONS apart from the rest, are the little things. - The Icons are sized to 12px x 12px inside a 14px x 14px viewBox. @@ -8,16 +8,28 @@ What sets LibreICONS apart from the rest, are the little things. - The standard and original icon set contains no colour or sizing so they can be controlled via CSS or manipulated easily. Using the Icons: -After downloading the project, copy the libreicons-svg.css or libreicons-svg.min.css file from the project css/ folder, and the svg/ folder directory into your project. +After downloading the project, copy the libreicons-svg.css (already minified) file from the project css/ folder, and the svg/ folder directory into your project. You can change where you put either the css or svg files where you like, as long as your file paths are accessible. The CSS only provides styling, it does not reference the SVG files allowing you to access them in any way you like. In the `` of your html, reference the location to your libreicons-svg.css. `` -To use the icons in your pages you use -`[svg file to include]` +To use the icons in your pages you use `[svg file to include]` You can alternatively use any inline element. -Or you could do like we do with LibreCMS and use a PHP Function to inject the SVG File directly into your generated pages. This also allows you to have more control over the size, colour, and animation of your icons. +There are also CSS classes for controlling sizing such as: +`libre-2x` `libre-3x` `libre-4x` `libre-5x` for sizing. +`libre-fw` for fixed width. -TODO: -- Experiment with multi-coloured CSS controlled Icons. -- Continue adding Colour Icons and editing existing ones. +Also included is popular Social Network styles: +`libre-social` for each icon. +Each Social SVG contains a class in the SVG file, and the CSS contains the colour needed for each Social Network Icon. + +Or you could do like we do with LibreCMS and use a PHP Function to inject the SVG File directly into your generated pages. +This also allows you to have more control over the size, colour, and animation of your icons, as the function essentially inlines the icons into the HTML. + +````php +function svg($svg,$class=null,$size=null){ + echo''.file_get_contents([Edit this to reflect your svg access folder]$svg.'.svg').''; +} +```` + +You should edit the `[Edit this to reflect your svg access folder]` to point to where the svg files have been placed. diff --git a/css/libreicons-svg.css b/css/libreicons-svg.css index 9a37ac0..53d4e01 100755 --- a/css/libreicons-svg.css +++ b/css/libreicons-svg.css @@ -1,229 +1,6 @@ /*! - * LibreICONS v2.1 by @devel - https://github.com/StudioJunkyard/LibreICONS - * License - http://www.gnu.org/licenses/gpl-3.0.txt - * Version 2.1 + * LibreICONS v4.5 by @devel - https://github.com/StudioJunkyard/LibreICONS + * License - https://github.com/DiemenDesign/LibreICONS/blob/master/LICENSE + * Version 4.5 */ -.libre{ - display:inline-block; - width:1em; - height:1em; - vertical-align:-5%; - text-rendering:auto; - fill:currentColor; - -webkit-font-smoothing:antialiased; - -moz-osx-font-smoothing:grayscale -} -.libre svg{ - width:14px!important; - height:14px!important -} -.libre-lg svg{ - width:28px!important; - height:28px!important -} -.libre-2x svg{ - width:28px!important; - height:28px!important -} -.libre-3x svg{ - width:42px!important; - height:42px!important - -} -.libre-4x svg{ - width:56px!important; - height:56px!important -} -.libre-5x svg{ - width:70px!important; - height:70px!important -} -.libre-fw{ - width:1.28571429em; - text-align:center -} -.libre-white{ - fill:#fff -} -.libre-red{ - fill:#f00 -} -/* This makes a Bootstrap Button (btn btn-default) turn red when hovered over */ -.btn:hover.trash{ - background:#d9534f; - border-color:#d43f3a; - color:#fff -} -/* LibreSocial Icons */ -.libre-social{position:relative;display:inline-block;width:16px;height:16px;color:#000;fill:#000;border:0;-webkit-border-radius:5px;border-radius:5px} -.libre-social svg{border:2px solid transparent;margin:2px;-webkit-border-radius:5px;border-radius:5px} -.libre-social svg.social-500px{background:#0099e5;fill:#fff} -.libre-social svg.social-amazon{background:#232f3e;fill:#fff} -.libre-social svg.social-aus-post{background:#dc1928;fill:#fff} -.libre-social svg.social-behance{background:#131418;fill:#fff} -.libre-social svg.social-bitcoin{background:#fff;fill:#faB915} -.libre-social svg.social-blogger{background:#ff9334;fill:#fff} -.libre-social svg.social-buffer{background:#fff;fill:#000} -.libre-social svg.social-cargo{background:#000;fill:#fff} -.libre-social svg.social-codepen{background:#000;fill:#fff} -.libre-social svg.social-coroflot{background:#000;fill:#ef482b} -.libre-social svg.social-creattica{background:#000;fill:#83b541} -.libre-social svg.social-delicious{background:#0076e8;fill:#fff} -.libre-social svg.social-deviantart{background:#475C4d;fill:#05cc47} -.libre-social svg.social-diaspora{background:#fff;fill:#000} -.libre-social svg.social-digg{background:#fff;fill:#000} -.libre-social svg.social-dribble{background:#000;fill:#fff} -.libre-social svg.social-dropbox{background:#fff;fill:#007ee5} -.libre-social svg.social-duckduckgo{background:#fff;fill:#de5833} -.libre-social svg.social-envato{background:#fff;fill:#82b541} -.libre-social svg.social-exposure{background:#fff;fill:#aaa} -.libre-social svg.social-facebook{background:#46629e;fill:#fff} -.libre-social svg.social-feedburner{background:#fff;fill:#ee3a42} -.libre-social svg.social-flickr{background:#fff;fill:#0063db} -.libre-social svg.social-forrst{background:#fff;fill:#080} -.libre-social svg.social-github{background:#fff;fill:#000} -.libre-social svg.social-google-maps{background:#fff;fill:#af291e} -.libre-social svg.social-google-plus{background:#da4835;fill:#fff} -.libre-social svg.social-gravatar{background:#1e8cbe;fill:#fff} -.libre-social svg.social-hackernews{background:#000;fill:#fff} -.libre-social svg.social-icq{background:#fff;fill:#4ec739} -.libre-social svg.social-instagram{background:#fff;fill:#125688} -.libre-social svg.social-kickstarter{background:#000;fill:#14e06e} -.libre-social svg.social-last-fm{background:#d3140a;fill:#fff} -.libre-social svg.social-lego{background:#f00;fill:#ff0} -.libre-social svg.social-linkedin{background:#0173b2;fill:#fff} -.libre-social svg.social-livejournal{background:#306599;fill:#fff} -.libre-social svg.social-lynda{background:#fff;fill:#000} -.libre-social svg.social-map{background:#fff;fill:#000} -.libre-social svg.social-massroots{background:#3c925b;fill:#fff} -.libre-social svg.social-medium{background:#fff;fill:#a6a8aB} -.libre-social svg.social-netlify{background:#313D3e;fill:#00c7b7} -.libre-social svg.social-ovh{background:#fff;fill:#264670} -.libre-social svg.social-paypal{background:#006492;fill:#fff} -.libre-social svg.social-periscope{background:#3fa9c7;fill:#fff} -.libre-social svg.social-picasa{background:#797979;fill:#fff} -.libre-social svg.social-pinterest{background:#d73532;fill:#fff} -.libre-social svg.social-play-store{background:#fff;fill:#41b1bc} -.libre-social svg.social-quora{background:#a82400;fill:#fff} -.libre-social svg.social-redbubble{background:#fe0000;fill:#fff;} -.libre-social svg.social-reddit{background:#fff;fill:#000} -.libre-social svg.social-rss{background:#ff7b0a;fill:#fff} -.libre-social svg.social-sharethis{background:#64c011;fill:#fff} -.libre-social svg.social-skype{background:#00adef;fill:#fff} -.libre-social svg.social-snapchat{background:#fffc00;fill:#fff} -.libre-social svg.social-soundcloud{background:#ff5419;fill:#fff} -.libre-social svg.social-stackoverflow{background:#fff;fill:#000} -.libre-social svg.social-steam{background:#000;fill:#fff} -.libre-social svg.social-stumbleupon{background:#eb4823;fill:#fff} -.libre-social svg.social-tor{background:#fff;fill:#7d4698} -.libre-social svg.social-tsu{background:#fff;fill:#1abc9c} -.libre-social svg.social-tumblr{background:#395976;fill:#fff} -.libre-social svg.social-twitch{background:#fff;fill:#000} -.libre-social svg.social-twitter{background:#41abe1;fill:#fff} -.libre-social svg.social-ubiquiti{background:#0193d7;fill:#fff} -.libre-social svg.social-unsplash{background:#fff;fill:#000} -.libre-social svg.social-vimeo{background:#00adef;fill:#fff} -.libre-social svg.social-vine{background:#55Be95;fill:#fff} -.libre-social svg.social-whatsapp{background:#0dc143;fill:#fff} -.libre-social svg.social-wikipedia{background:#fff;fill:#000} -.libre-social svg.social-windows-store{background:#fff;fill:#000} -.libre-social svg.social-xbox-live{background:#107c0F;fill:#fff} -.libre-social svg.social-yahoo{background:#560db0;fill:#fff} -.libre-social svg.social-yelp{background:#fff;fill:#da1400} -.libre-social svg.social-youtube{background:#e62117;fill:#fff} -.libre-social svg.social-zerply{background:#fff;fill:#8db741} -.libre-social svg.social-zune{background:#fff;fill:#d33280} -/*! -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)}} +.libre{display:inline-block;width:1em;height:1em;vertical-align:-5%;text-rendering:auto;fill:currentColor;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.libre svg{width:14px!important;height:14px!important}.libre-lg svg{width:28px!important;height:28px!important}.libre-2x svg{width:28px!important;height:28px!important}.libre-3x svg{width:42px!important;height:42px!important}.libre-4x svg{width:56px!important;height:56px!important}.libre-5x svg{width:70px!important;height:70px!important}.libre-fw{width:1.28571429em;text-align:center}.libre-white{fill:#fff}.libre-red{fill:#f00}.libre-social{position:relative;display:inline-block;width:14px;height:14px;color:#000;fill:#000;border:0;-webkit-border-radius:3px;border-radius:3px}.libre-social svg{border:0 solid transparent;margin:0;-webkit-border-radius:1px;border-radius:1px}.libre-social.libre-2x,.libre-social.libre-lg{width:28px;height:28px;-webkit-border-radius:3px;border-radius:3px}.libre-social.libre-2x svg,.libre-social.libre-lg svg{width:28px;height:28px;-webkit-border-radius:3px;border-radius:3px}.libre-social.libre-3x{width:42px;height:42px;-webkit-border-radius:3px;border-radius:3px}.libre-social.libre-3x svg{width:42px;height:42px;-webkit-border-radius:3px;border-radius:3px}.libre-social.libre-4x{width:56px;height:56px;-webkit-border-radius:5px;border-radius:5px}.libre-social.libre-4x svg{width:56px;height:56px;-webkit-border-radius:3px;border-radius:5px}.libre-social.libre-5x{width:70px;height:70px;-webkit-border-radius:5px;border-radius:5px}.libre-social.libre-5x svg{width:70px;height:70px;-webkit-border-radius:3px;border-radius:5px}.libre-social svg.social-500px{background:#0099e5;fill:#fff}.libre-social svg.social-amazon{background:#232f3e;fill:#fff}.libre-social svg.social-aus-post{background:#dc1928;fill:#fff}.libre-social svg.social-behance{background:#131418;fill:#fff}.libre-social svg.social-bitcoin{background:#fff;fill:#faB915}.libre-social svg.social-blogger{background:#ff9334;fill:#fff}.libre-social svg.social-buffer{background:#fff;fill:#000}.libre-social svg.social-cargo{background:#000;fill:#fff}.libre-social svg.social-codepen{background:#000;fill:#fff}.libre-social svg.social-coroflot{background:#000;fill:#ef482b}.libre-social svg.social-creattica{background:#000;fill:#83b541}.libre-social svg.social-delicious{background:#0076e8;fill:#fff}.libre-social svg.social-deviantart{background:#475C4d;fill:#05cc47}.libre-social svg.social-diaspora{background:#fff;fill:#000}.libre-social svg.social-digg{background:#fff;fill:#000}.libre-social svg.social-dribble{background:#000;fill:#fff}.libre-social svg.social-dropbox{background:#007ee5;fill:#fff}.libre-social svg.social-duckduckgo{background:#fff;fill:#de5833}.libre-social svg.social-envato{background:#fff;fill:#82b541}.libre-social svg.social-exposure{background:#fff;fill:#aaa}.libre-social svg.social-facebook{background:#46629e;fill:#fff}.libre-social svg.social-feedburner{background:#ee3a42;fill:#fff}.libre-social svg.social-flickr{background:#0063db;fill:#fff}.libre-social svg.social-forrst{background:#000;fill:#fff}.libre-social svg.social-github{background:#000;fill:#fff}.libre-social svg.social-google-maps{background:#af291e;fill:#fff}.libre-social svg.social-google-plus{background:#da4835;fill:#fff}.libre-social svg.social-gravatar{background:#1e8cbe;fill:#fff}.libre-social svg.social-hackernews{background:#000;fill:#fff}.libre-social svg.social-icq{background:#fff;fill:#4ec739}.libre-social svg.social-instagram{background:#125688;fill:#fff}.libre-social svg.social-kickstarter{background:#000;fill:#14e06e}.libre-social svg.social-last-fm{background:#d3140a;fill:#fff}.libre-social svg.social-lego{background:#f00;fill:#ff0}.libre-social svg.social-linkedin{background:#0173b2;fill:#fff}.libre-social svg.social-livejournal{background:#306599;fill:#fff}.libre-social svg.social-lynda{background:#fff;fill:#000}.libre-social svg.social-map{background:#fff;fill:#000}.libre-social svg.social-massroots{background:#3c925b;fill:#fff}.libre-social svg.social-medium{background:#fff;fill:#a6a8aB}.libre-social svg.social-netlify{background:#313D3e;fill:#00c7b7}.libre-social svg.social-ovh{background:#fff;fill:#264670}.libre-social svg.social-paypal{background:#006492;fill:#fff}.libre-social svg.social-periscope{background:#3fa9c7;fill:#fff}.libre-social svg.social-picasa{background:#797979;fill:#fff}.libre-social svg.social-pinterest{background:#d73532;fill:#fff}.libre-social svg.social-play-store{background:#fff;fill:#41b1bc}.libre-social svg.social-quora{background:#a82400;fill:#fff}.libre-social svg.social-redbubble{background:#fe0000;fill:#fff}.libre-social svg.social-reddit{background:#fff;fill:#000}.libre-social svg.social-rss{background:#ff7b0a;fill:#fff}.libre-social svg.social-sharethis{background:#64c011;fill:#fff}.libre-social svg.social-skype{background:#00adef;fill:#fff}.libre-social svg.social-snapchat{background:#fffc00;fill:#fff}.libre-social svg.social-soundcloud{background:#ff5419;fill:#fff}.libre-social svg.social-stackoverflow{background:#fff;fill:#000}.libre-social svg.social-steam{background:#000;fill:#fff}.libre-social svg.social-stumbleupon{background:#eb4823;fill:#fff}.libre-social svg.social-tor{background:#7d4698;fill:#fff}.libre-social svg.social-tsu{background:#fff;fill:#1abc9c}.libre-social svg.social-tumblr{background:#395976;fill:#fff}.libre-social svg.social-twitch{background:#fff;fill:#000}.libre-social svg.social-twitter{background:#41abe1;fill:#fff}.libre-social svg.social-ubiquiti{background:#0193d7;fill:#fff}.libre-social svg.social-unsplash{background:#000;fill:#fff}.libre-social svg.social-vimeo{background:#00adef;fill:#fff}.libre-social svg.social-vine{background:#55Be95;fill:#fff}.libre-social svg.social-whatsapp{background:#0dc143;fill:#fff}.libre-social svg.social-wikipedia{background:#fff;fill:#000}.libre-social svg.social-windows-store{background:#fff;fill:#000}.libre-social svg.social-xbox-live{background:#107c0F;fill:#fff}.libre-social svg.social-yahoo{background:#560db0;fill:#fff}.libre-social svg.social-yelp{background:#fff;fill:#da1400}.libre-social svg.social-youtube{background:#e62117;fill:#fff}.libre-social svg.social-zerply{background:#fff;fill:#8db741}.libre-social svg.social-zune{background:#fff;fill:#d33280} diff --git a/requests-color/libre-brand-google-photos.svg b/requests-color/libre-brand-google-photos.svg new file mode 100644 index 0000000..1a1709c --- /dev/null +++ b/requests-color/libre-brand-google-photos.svg @@ -0,0 +1 @@ + diff --git a/svg/libre-barrel-oil.svg b/svg/libre-barrel-oil.svg new file mode 100644 index 0000000..9197e88 --- /dev/null +++ b/svg/libre-barrel-oil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-barrel-wood.svg b/svg/libre-barrel-wood.svg new file mode 100644 index 0000000..727fae5 --- /dev/null +++ b/svg/libre-barrel-wood.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-1in3.svg b/svg/libre-brand-1in3.svg old mode 100755 new mode 100644 index 008dfda..2737d56 --- a/svg/libre-brand-1in3.svg +++ b/svg/libre-brand-1in3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svg/libre-brand-2fa.svg b/svg/libre-brand-2fa.svg new file mode 100644 index 0000000..bc48be9 --- /dev/null +++ b/svg/libre-brand-2fa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-authy.svg b/svg/libre-brand-authy.svg new file mode 100644 index 0000000..c06ed82 --- /dev/null +++ b/svg/libre-brand-authy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-avvo.svg b/svg/libre-brand-avvo.svg new file mode 100644 index 0000000..c74a05a --- /dev/null +++ b/svg/libre-brand-avvo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-direct-debit.svg b/svg/libre-brand-direct-debit.svg new file mode 100644 index 0000000..58684b7 --- /dev/null +++ b/svg/libre-brand-direct-debit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-google-photos.svg b/svg/libre-brand-google-photos.svg new file mode 100644 index 0000000..a7ee592 --- /dev/null +++ b/svg/libre-brand-google-photos.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-ideal.svg b/svg/libre-brand-ideal.svg new file mode 100644 index 0000000..1c38186 --- /dev/null +++ b/svg/libre-brand-ideal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-second-life.svg b/svg/libre-brand-second-life.svg new file mode 100644 index 0000000..0e9872c --- /dev/null +++ b/svg/libre-brand-second-life.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-skoob.svg b/svg/libre-brand-skoob.svg new file mode 100644 index 0000000..937fa62 --- /dev/null +++ b/svg/libre-brand-skoob.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-teamviewer.svg b/svg/libre-brand-teamviewer.svg new file mode 100644 index 0000000..673f384 --- /dev/null +++ b/svg/libre-brand-teamviewer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-thingiverse.svg b/svg/libre-brand-thingiverse.svg new file mode 100644 index 0000000..7d5405b --- /dev/null +++ b/svg/libre-brand-thingiverse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-treehouse.svg b/svg/libre-brand-treehouse.svg new file mode 100644 index 0000000..b3aee9e --- /dev/null +++ b/svg/libre-brand-treehouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-uipath.svg b/svg/libre-brand-uipath.svg new file mode 100644 index 0000000..226d983 --- /dev/null +++ b/svg/libre-brand-uipath.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-wattpad.svg b/svg/libre-brand-wattpad.svg new file mode 100644 index 0000000..81baec5 --- /dev/null +++ b/svg/libre-brand-wattpad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-waze.svg b/svg/libre-brand-waze.svg new file mode 100644 index 0000000..2cc2ebc --- /dev/null +++ b/svg/libre-brand-waze.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-yellow-pages.svg b/svg/libre-brand-yellow-pages.svg new file mode 100644 index 0000000..c40fb00 --- /dev/null +++ b/svg/libre-brand-yellow-pages.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-brand-zapier.svg b/svg/libre-brand-zapier.svg old mode 100755 new mode 100644 index fb4f598..0c00a80 --- a/svg/libre-brand-zapier.svg +++ b/svg/libre-brand-zapier.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svg/libre-food-chilli.svg b/svg/libre-food-chilli.svg new file mode 100644 index 0000000..0c4ac9b --- /dev/null +++ b/svg/libre-food-chilli.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-food-popcorn.svg b/svg/libre-food-popcorn.svg new file mode 100644 index 0000000..40e9413 --- /dev/null +++ b/svg/libre-food-popcorn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-gui-calendar-time.svg b/svg/libre-gui-calendar-time.svg new file mode 100644 index 0000000..4b50148 --- /dev/null +++ b/svg/libre-gui-calendar-time.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-gui-datamatrix.svg b/svg/libre-gui-datamatrix.svg new file mode 100644 index 0000000..1e49be2 --- /dev/null +++ b/svg/libre-gui-datamatrix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-gui-email-spam.svg b/svg/libre-gui-email-spam.svg new file mode 100644 index 0000000..7e715a1 --- /dev/null +++ b/svg/libre-gui-email-spam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-gui-safe.svg b/svg/libre-gui-safe.svg new file mode 100644 index 0000000..7230308 --- /dev/null +++ b/svg/libre-gui-safe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-gui-thought.svg b/svg/libre-gui-thought.svg new file mode 100644 index 0000000..bd95542 --- /dev/null +++ b/svg/libre-gui-thought.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-religion-tanakh.svg b/svg/libre-religion-tanakh.svg new file mode 100644 index 0000000..9dc96ca --- /dev/null +++ b/svg/libre-religion-tanakh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-religion-torah.svg b/svg/libre-religion-torah.svg new file mode 100644 index 0000000..f5e2de3 --- /dev/null +++ b/svg/libre-religion-torah.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-seo-path.svg b/svg/libre-seo-path.svg new file mode 100644 index 0000000..52e2b18 --- /dev/null +++ b/svg/libre-seo-path.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/libre-tech-rfid.svg b/svg/libre-tech-rfid.svg new file mode 100644 index 0000000..4845013 --- /dev/null +++ b/svg/libre-tech-rfid.svg @@ -0,0 +1 @@ + \ No newline at end of file