├── .gitignore ├── fonts ├── licons.eot ├── licons.ttf ├── licons.woff └── licons.woff2 ├── sprite ├── sprite.png └── licons-sprite.min.css ├── demo-files ├── demo.js └── demo.css ├── README.md ├── licons.min.js ├── stylus ├── variables.styl └── licons.styl ├── less ├── variables.less └── licons.less ├── sass ├── variables.scss └── licons.scss ├── licons.min.css ├── ie7 ├── licons-ie7.js └── licons-ie7.css ├── licons.js └── licons.css /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | .idea 3 | node_modules 4 | -------------------------------------------------------------------------------- /fonts/licons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kleverspace/licons/HEAD/fonts/licons.eot -------------------------------------------------------------------------------- /fonts/licons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kleverspace/licons/HEAD/fonts/licons.ttf -------------------------------------------------------------------------------- /fonts/licons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kleverspace/licons/HEAD/fonts/licons.woff -------------------------------------------------------------------------------- /sprite/sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kleverspace/licons/HEAD/sprite/sprite.png -------------------------------------------------------------------------------- /fonts/licons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kleverspace/licons/HEAD/fonts/licons.woff2 -------------------------------------------------------------------------------- /demo-files/demo.js: -------------------------------------------------------------------------------- 1 | if (!('boxShadow' in document.body.style)) { 2 | document.body.setAttribute('class', 'noBoxShadow'); 3 | } 4 | 5 | document.body.addEventListener("click", function(e) { 6 | var target = e.target; 7 | if (target.tagName === "INPUT" && 8 | target.getAttribute('class').indexOf('liga') === -1) { 9 | target.select(); 10 | } 11 | }); 12 | 13 | (function() { 14 | var fontSize = document.getElementById('fontSize'), 15 | testDrive = document.getElementById('testDrive'), 16 | testText = document.getElementById('testText'); 17 | function updateTest() { 18 | testDrive.innerHTML = testText.value || String.fromCharCode(160); 19 | if (window.icomoonLiga) { 20 | window.icomoonLiga(testDrive); 21 | } 22 | } 23 | function updateSize() { 24 | testDrive.style.fontSize = fontSize.value + 'px'; 25 | } 26 | fontSize.addEventListener('change', updateSize, false); 27 | testText.addEventListener('input', updateTest, false); 28 | testText.addEventListener('change', updateTest, false); 29 | updateSize(); 30 | }()); 31 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |

2 | 3 | ### line style icons [v2.2] 4 | 5 | Licons is a set with 250+ icons in line style created since 2014. 6 | Created and maintained by [Jan Klever](http://janklever.com.br). 7 | 8 | 9 | ## News 10 | 11 | - 17 new icons! 12 | 13 | 14 | ## Use, mapping and details 15 | 16 | - https://licons.klever.space/ 17 | 18 | 19 | ## Portfolio project 20 | - https://www.behance.net/gallery/28730985/licons-icons/ 21 | 22 | ## License 23 | - Font License: [SIL OFL 1.1](http://scripts.sil.org/OFL) 24 | - Brand icons: All brand icons are trademarks of their respective owners. 25 | - Attribution is no longer required as of licons, but much appreciated: 26 | - `licons by Jan Klever - http://janklever.com.br` 27 | 28 | 29 | ## Author 30 | - Email: janklever+licons@gmail.com 31 | - Dribbble: https://dribbble.com/janklever 32 | - Instagram: https://instagram.com/janklever 33 | - Behance: https://be.net/janklever 34 | 35 | 36 | ## Thanks 37 | - [Maicol Santos](https://github.com/maicol-dg); 38 | - [Evaldo Santos](https://github.com/evaldosantos); 39 | - [Felipe Rego](https://github.com/feliperrego); 40 | 41 | 42 | 43 | 44 | --- 45 | 46 | 47 |


48 | -------------------------------------------------------------------------------- /licons.min.js: -------------------------------------------------------------------------------- 1 | !function(){"use strict";var e;(function(e){var x,a=["Webkit","Moz","O","ms"],t=document.createElement("div"),r=e in t.style;if(!r)for(e=e.charAt(0).toUpperCase()+e.substr(1),x=0;x1){for(l in e)e.hasOwnProperty(l)&&(o=o.replace(new RegExp(l,"g"),e[l]));t.innerHTML=o}},window.icomoonLiga())}(); -------------------------------------------------------------------------------- /stylus/variables.styl: -------------------------------------------------------------------------------- 1 | 2 | 3 | li-universal-access = "\e9f4" 4 | li-accessibility = "\e901" 5 | li-accessibility-alt = "\e900" 6 | li-deaf = "\e91b" 7 | li-bullhorn = "\e911" 8 | li-certificate = "\e913" 9 | li-check = "\e915" 10 | li-close = "\e917" 11 | li-minus = "\e93f" 12 | li-plus = "\e94e" 13 | li-more-or-less = "\e941" 14 | li-divide = "\e91d" 15 | li-percent = "\e94a" 16 | li-permille = "\e94b" 17 | li-dollar = "\e91e" 18 | li-euro = "\e9f5" 19 | li-pound-sterling = "\e9f6" 20 | li-yen = "\e9f7" 21 | li-bitcoin = "\e9f8" 22 | li-credit-card = "\e9f9" 23 | li-credit-card-alt = "\e9fa" 24 | li-delivery = "\e91c" 25 | li-door-lock = "\e91f" 26 | li-door = "\e920" 27 | li-eye = "\e927" 28 | li-eye-slash = "\e926" 29 | li-flag = "\e929" 30 | li-folder = "\e92a" 31 | li-archive = "\e904" 32 | li-paper = "\e947" 33 | li-paperclip = "\e948" 34 | li-download = "\e923" 35 | li-upload = "\e968" 36 | li-note = "\e944" 37 | li-pencil = "\e949" 38 | li-trash = "\e962" 39 | li-printer = "\e94f" 40 | li-filter = "\e928" 41 | li-balloons = "\e907" 42 | li-birthday-cake = "\e90d" 43 | li-gift = "\e92b" 44 | li-graduation-cap = "\e92c" 45 | li-university = "\e965" 46 | li-trophy = "\e963" 47 | li-black-tie = "\e90e" 48 | li-hashtag = "\e92d" 49 | li-asterisk = "\e905" 50 | li-ampersand = "\e902" 51 | li-home = "\e931" 52 | li-menu = "\e93e" 53 | li-options = "\e945" 54 | li-dots-v = "\e922" 55 | li-dots-h = "\e921" 56 | li-calendar = "\e912" 57 | li-clock = "\e916" 58 | li-bell = "\e90c" 59 | li-share = "\e958" 60 | li-comment = "\e918" 61 | li-chat = "\e914" 62 | li-search = "\e956" 63 | li-settings = "\e957" 64 | li-hourglass = "\e932" 65 | li-rss = "\e955" 66 | li-infinity = "\e933" 67 | li-cursor = "\e91a" 68 | li-laptop = "\e936" 69 | li-bug = "\e910" 70 | li-leaf = "\e937" 71 | li-anchor = "\e903" 72 | li-link = "\e938" 73 | li-magnet = "\e93c" 74 | li-magnet-alt = "\e93b" 75 | li-location-arrow = "\e939" 76 | li-map-marker = "\e93d" 77 | li-phone = "\e94c" 78 | li-mobile = "\e940" 79 | li-envelope = "\e924" 80 | li-at = "\e906" 81 | li-battery-full = "\e90a" 82 | li-battery-half = "\e90b" 83 | li-battery-empty = "\e909" 84 | li-music = "\e943" 85 | li-music-alt = "\e942" 86 | li-headphones = "\e92e" 87 | li-paper-plane = "\e946" 88 | li-plug = "\e94d" 89 | li-turn-off = "\e964" 90 | li-question = "\e950" 91 | li-exclamation = "\e925" 92 | li-quote-left = "\e951" 93 | li-quote-right = "\e952" 94 | li-quotes = "\e953" 95 | li-copyright = "\e919" 96 | li-registered = "\e954" 97 | li-trademark = "\e961" 98 | li-tag = "\e95e" 99 | li-heart = "\e92f" 100 | li-heartbeat = "\e930" 101 | li-star = "\e95c" 102 | li-star-half = "\e95b" 103 | li-star-alt = "\e95a" 104 | li-thumbs-up = "\e960" 105 | li-thumbs-down = "\e95f" 106 | li-ban = "\e908" 107 | li-lock = "\e93a" 108 | li-unlock = "\e967" 109 | li-unlock-alt = "\e966" 110 | li-user = "\e96a" 111 | li-user-alt = "\e969" 112 | li-users = "\e96c" 113 | li-users-alt = "\e96b" 114 | li-info = "\e934" 115 | li-info-alt = "\e9fb" 116 | li-warning = "\e96d" 117 | li-bluetooth = "\e90f" 118 | li-nfc = "\e9fc" 119 | li-signal = "\e959" 120 | li-wireless = "\e96e" 121 | li-bike = "\e971" 122 | li-bus = "\e976" 123 | li-car = "\e978" 124 | li-subway = "\e993" 125 | li-train = "\e997" 126 | li-truck = "\e9fd" 127 | li-airplane = "\e9fe" 128 | li-book = "\e973" 129 | li-bookmaker = "\e974" 130 | li-glasses = "\e983" 131 | li-key = "\e935" 132 | li-briefcase = "\e975" 133 | li-suitcase = "\e95d" 134 | li-picture = "\e98a" 135 | li-camera = "\e977" 136 | li-flash = "\e97f" 137 | li-coffee = "\e97a" 138 | li-diamond = "\e97c" 139 | li-float = "\e980" 140 | li-fruit-apple = "\e981" 141 | li-glass = "\e982" 142 | li-stethoscope = "\e992" 143 | li-atom = "\e96f" 144 | li-kitasato = "\e984" 145 | li-test-tube = "\e996" 146 | li-drop = "\e97d" 147 | li-drugs = "\e97e" 148 | li-light = "\e985" 149 | li-balance = "\e970" 150 | li-line-chart = "\e986" 151 | li-pie-chart = "\e98b" 152 | li-map = "\e987" 153 | li-mouse = "\e989" 154 | li-compact-disc = "\e97b" 155 | li-pin = "\e98d" 156 | li-pin-alt = "\e98c" 157 | li-sun = "\e994" 158 | li-moon = "\e988" 159 | li-cloud = "\e979" 160 | li-bolt = "\e972" 161 | li-umbrella = "\e998" 162 | li-planet = "\e98e" 163 | li-rocket = "\e98f" 164 | li-space-shuttle = "\e9ff" 165 | li-shield = "\e990" 166 | li-skull = "\e991" 167 | li-target = "\e995" 168 | li-play = "\e9a2" 169 | li-pause = "\e9a1" 170 | li-stop = "\e9a7" 171 | li-rec = "\e9a3" 172 | li-fast-backward = "\e99a" 173 | li-fast-forward = "\e99b" 174 | li-backward = "\e999" 175 | li-forward = "\e99c" 176 | li-step-left = "\e9a5" 177 | li-step-right = "\e9a6" 178 | li-left = "\e99d" 179 | li-right = "\e9a4" 180 | li-video-camera = "\e9a8" 181 | li-microphone = "\e99f" 182 | li-volume-up = "\e9ab" 183 | li-volume-down = "\e9a9" 184 | li-volume = "\e9ac" 185 | li-volume-off = "\e9aa" 186 | li-maximize = "\e99e" 187 | li-minimize = "\e9a0" 188 | li-female = "\e9ad" 189 | li-male = "\e9b0" 190 | li-mars-double = "\e9b1" 191 | li-venus-double = "\e9b7" 192 | li-intersex = "\e9af" 193 | li-venus-mars = "\e9b8" 194 | li-mars-stroke-h = "\e9b2" 195 | li-mars-stroke-v = "\e9b3" 196 | li-transgender = "\e9b6" 197 | li-mercury = "\e9b4" 198 | li-neuter = "\e9b5" 199 | li-genderless = "\e9ae" 200 | li-android = "\ea00" 201 | li-apple = "\e9b9" 202 | li-behance = "\e9ba" 203 | li-bitbucket = "\ea01" 204 | li-blogger = "\e9bb" 205 | li-codepen = "\e9bc" 206 | li-dribbble = "\e9bd" 207 | li-facebook = "\e9be" 208 | li-flickr = "\e9bf" 209 | li-foursquare = "\e9c0" 210 | li-github = "\ea02" 211 | li-google = "\e9c1" 212 | li-instagram = "\e9c2" 213 | li-linkedin = "\e9c3" 214 | li-medium = "\e9c4" 215 | li-paypal = "\e9c5" 216 | li-pinterest = "\e9c6" 217 | li-skype = "\e9c7" 218 | li-slack = "\e9c8" 219 | li-snapchat = "\e9c9" 220 | li-soundcloud = "\ea03" 221 | li-spotify = "\e9ca" 222 | li-twitch = "\ea04" 223 | li-twitter = "\e9cb" 224 | li-vimeo = "\e9cc" 225 | li-wikipedia = "\e9cd" 226 | li-windows = "\e9ce" 227 | li-wordpress = "\e9cf" 228 | li-youtube = "\e9d0" 229 | li-angle-double-down = "\e9d1" 230 | li-angle-double-left = "\e9d2" 231 | li-angle-double-right = "\e9d3" 232 | li-angle-double-top = "\e9d4" 233 | li-angle-down = "\e9d5" 234 | li-angle-left = "\e9d6" 235 | li-angle-right = "\e9d7" 236 | li-angle-top = "\e9d8" 237 | li-angles = "\e9da" 238 | li-angles-alt = "\e9d9" 239 | li-arrow-down-left = "\e9db" 240 | li-arrow-down-right = "\e9dc" 241 | li-arrow-down = "\e9dd" 242 | li-arrow-left = "\e9de" 243 | li-arrow-right = "\e9df" 244 | li-arrow-top-left = "\e9e0" 245 | li-arrow-top-right = "\e9e1" 246 | li-arrow-top = "\e9e2" 247 | li-arrows-h = "\e9e4" 248 | li-arrows-oblique-alt = "\e9e5" 249 | li-arrows-oblique = "\e9e6" 250 | li-arrows-v = "\e9e7" 251 | li-arrows-alt = "\e9e3" 252 | li-arrows = "\e9e8" 253 | li-caret-down = "\e9e9" 254 | li-caret-left = "\e9ea" 255 | li-caret-right = "\e9eb" 256 | li-caret-top = "\e9ec" 257 | li-loading = "\e9ed" 258 | li-restart = "\e9ef" 259 | li-random = "\e9ee" 260 | li-slide-h = "\e9f1" 261 | li-slide-h-alt = "\e9f0" 262 | li-slide-v = "\e9f3" 263 | li-slide-v-alt = "\e9f2" 264 | 265 | -------------------------------------------------------------------------------- /less/variables.less: -------------------------------------------------------------------------------- 1 | 2 | 3 | @li-universal-access: "\e9f4"; 4 | @li-accessibility: "\e901"; 5 | @li-accessibility-alt: "\e900"; 6 | @li-deaf: "\e91b"; 7 | @li-bullhorn: "\e911"; 8 | @li-certificate: "\e913"; 9 | @li-check: "\e915"; 10 | @li-close: "\e917"; 11 | @li-minus: "\e93f"; 12 | @li-plus: "\e94e"; 13 | @li-more-or-less: "\e941"; 14 | @li-divide: "\e91d"; 15 | @li-percent: "\e94a"; 16 | @li-permille: "\e94b"; 17 | @li-dollar: "\e91e"; 18 | @li-euro: "\e9f5"; 19 | @li-pound-sterling: "\e9f6"; 20 | @li-yen: "\e9f7"; 21 | @li-bitcoin: "\e9f8"; 22 | @li-credit-card: "\e9f9"; 23 | @li-credit-card-alt: "\e9fa"; 24 | @li-delivery: "\e91c"; 25 | @li-door-lock: "\e91f"; 26 | @li-door: "\e920"; 27 | @li-eye: "\e927"; 28 | @li-eye-slash: "\e926"; 29 | @li-flag: "\e929"; 30 | @li-folder: "\e92a"; 31 | @li-archive: "\e904"; 32 | @li-paper: "\e947"; 33 | @li-paperclip: "\e948"; 34 | @li-download: "\e923"; 35 | @li-upload: "\e968"; 36 | @li-note: "\e944"; 37 | @li-pencil: "\e949"; 38 | @li-trash: "\e962"; 39 | @li-printer: "\e94f"; 40 | @li-filter: "\e928"; 41 | @li-balloons: "\e907"; 42 | @li-birthday-cake: "\e90d"; 43 | @li-gift: "\e92b"; 44 | @li-graduation-cap: "\e92c"; 45 | @li-university: "\e965"; 46 | @li-trophy: "\e963"; 47 | @li-black-tie: "\e90e"; 48 | @li-hashtag: "\e92d"; 49 | @li-asterisk: "\e905"; 50 | @li-ampersand: "\e902"; 51 | @li-home: "\e931"; 52 | @li-menu: "\e93e"; 53 | @li-options: "\e945"; 54 | @li-dots-v: "\e922"; 55 | @li-dots-h: "\e921"; 56 | @li-calendar: "\e912"; 57 | @li-clock: "\e916"; 58 | @li-bell: "\e90c"; 59 | @li-share: "\e958"; 60 | @li-comment: "\e918"; 61 | @li-chat: "\e914"; 62 | @li-search: "\e956"; 63 | @li-settings: "\e957"; 64 | @li-hourglass: "\e932"; 65 | @li-rss: "\e955"; 66 | @li-infinity: "\e933"; 67 | @li-cursor: "\e91a"; 68 | @li-laptop: "\e936"; 69 | @li-bug: "\e910"; 70 | @li-leaf: "\e937"; 71 | @li-anchor: "\e903"; 72 | @li-link: "\e938"; 73 | @li-magnet: "\e93c"; 74 | @li-magnet-alt: "\e93b"; 75 | @li-location-arrow: "\e939"; 76 | @li-map-marker: "\e93d"; 77 | @li-phone: "\e94c"; 78 | @li-mobile: "\e940"; 79 | @li-envelope: "\e924"; 80 | @li-at: "\e906"; 81 | @li-battery-full: "\e90a"; 82 | @li-battery-half: "\e90b"; 83 | @li-battery-empty: "\e909"; 84 | @li-music: "\e943"; 85 | @li-music-alt: "\e942"; 86 | @li-headphones: "\e92e"; 87 | @li-paper-plane: "\e946"; 88 | @li-plug: "\e94d"; 89 | @li-turn-off: "\e964"; 90 | @li-question: "\e950"; 91 | @li-exclamation: "\e925"; 92 | @li-quote-left: "\e951"; 93 | @li-quote-right: "\e952"; 94 | @li-quotes: "\e953"; 95 | @li-copyright: "\e919"; 96 | @li-registered: "\e954"; 97 | @li-trademark: "\e961"; 98 | @li-tag: "\e95e"; 99 | @li-heart: "\e92f"; 100 | @li-heartbeat: "\e930"; 101 | @li-star: "\e95c"; 102 | @li-star-half: "\e95b"; 103 | @li-star-alt: "\e95a"; 104 | @li-thumbs-up: "\e960"; 105 | @li-thumbs-down: "\e95f"; 106 | @li-ban: "\e908"; 107 | @li-lock: "\e93a"; 108 | @li-unlock: "\e967"; 109 | @li-unlock-alt: "\e966"; 110 | @li-user: "\e96a"; 111 | @li-user-alt: "\e969"; 112 | @li-users: "\e96c"; 113 | @li-users-alt: "\e96b"; 114 | @li-info: "\e934"; 115 | @li-info-alt: "\e9fb"; 116 | @li-warning: "\e96d"; 117 | @li-bluetooth: "\e90f"; 118 | @li-nfc: "\e9fc"; 119 | @li-signal: "\e959"; 120 | @li-wireless: "\e96e"; 121 | @li-bike: "\e971"; 122 | @li-bus: "\e976"; 123 | @li-car: "\e978"; 124 | @li-subway: "\e993"; 125 | @li-train: "\e997"; 126 | @li-truck: "\e9fd"; 127 | @li-airplane: "\e9fe"; 128 | @li-book: "\e973"; 129 | @li-bookmaker: "\e974"; 130 | @li-glasses: "\e983"; 131 | @li-key: "\e935"; 132 | @li-briefcase: "\e975"; 133 | @li-suitcase: "\e95d"; 134 | @li-picture: "\e98a"; 135 | @li-camera: "\e977"; 136 | @li-flash: "\e97f"; 137 | @li-coffee: "\e97a"; 138 | @li-diamond: "\e97c"; 139 | @li-float: "\e980"; 140 | @li-fruit-apple: "\e981"; 141 | @li-glass: "\e982"; 142 | @li-stethoscope: "\e992"; 143 | @li-atom: "\e96f"; 144 | @li-kitasato: "\e984"; 145 | @li-test-tube: "\e996"; 146 | @li-drop: "\e97d"; 147 | @li-drugs: "\e97e"; 148 | @li-light: "\e985"; 149 | @li-balance: "\e970"; 150 | @li-line-chart: "\e986"; 151 | @li-pie-chart: "\e98b"; 152 | @li-map: "\e987"; 153 | @li-mouse: "\e989"; 154 | @li-compact-disc: "\e97b"; 155 | @li-pin: "\e98d"; 156 | @li-pin-alt: "\e98c"; 157 | @li-sun: "\e994"; 158 | @li-moon: "\e988"; 159 | @li-cloud: "\e979"; 160 | @li-bolt: "\e972"; 161 | @li-umbrella: "\e998"; 162 | @li-planet: "\e98e"; 163 | @li-rocket: "\e98f"; 164 | @li-space-shuttle: "\e9ff"; 165 | @li-shield: "\e990"; 166 | @li-skull: "\e991"; 167 | @li-target: "\e995"; 168 | @li-play: "\e9a2"; 169 | @li-pause: "\e9a1"; 170 | @li-stop: "\e9a7"; 171 | @li-rec: "\e9a3"; 172 | @li-fast-backward: "\e99a"; 173 | @li-fast-forward: "\e99b"; 174 | @li-backward: "\e999"; 175 | @li-forward: "\e99c"; 176 | @li-step-left: "\e9a5"; 177 | @li-step-right: "\e9a6"; 178 | @li-left: "\e99d"; 179 | @li-right: "\e9a4"; 180 | @li-video-camera: "\e9a8"; 181 | @li-microphone: "\e99f"; 182 | @li-volume-up: "\e9ab"; 183 | @li-volume-down: "\e9a9"; 184 | @li-volume: "\e9ac"; 185 | @li-volume-off: "\e9aa"; 186 | @li-maximize: "\e99e"; 187 | @li-minimize: "\e9a0"; 188 | @li-female: "\e9ad"; 189 | @li-male: "\e9b0"; 190 | @li-mars-double: "\e9b1"; 191 | @li-venus-double: "\e9b7"; 192 | @li-intersex: "\e9af"; 193 | @li-venus-mars: "\e9b8"; 194 | @li-mars-stroke-h: "\e9b2"; 195 | @li-mars-stroke-v: "\e9b3"; 196 | @li-transgender: "\e9b6"; 197 | @li-mercury: "\e9b4"; 198 | @li-neuter: "\e9b5"; 199 | @li-genderless: "\e9ae"; 200 | @li-android: "\ea00"; 201 | @li-apple: "\e9b9"; 202 | @li-behance: "\e9ba"; 203 | @li-bitbucket: "\ea01"; 204 | @li-blogger: "\e9bb"; 205 | @li-codepen: "\e9bc"; 206 | @li-dribbble: "\e9bd"; 207 | @li-facebook: "\e9be"; 208 | @li-flickr: "\e9bf"; 209 | @li-foursquare: "\e9c0"; 210 | @li-github: "\ea02"; 211 | @li-google: "\e9c1"; 212 | @li-instagram: "\e9c2"; 213 | @li-linkedin: "\e9c3"; 214 | @li-medium: "\e9c4"; 215 | @li-paypal: "\e9c5"; 216 | @li-pinterest: "\e9c6"; 217 | @li-skype: "\e9c7"; 218 | @li-slack: "\e9c8"; 219 | @li-snapchat: "\e9c9"; 220 | @li-soundcloud: "\ea03"; 221 | @li-spotify: "\e9ca"; 222 | @li-twitch: "\ea04"; 223 | @li-twitter: "\e9cb"; 224 | @li-vimeo: "\e9cc"; 225 | @li-wikipedia: "\e9cd"; 226 | @li-windows: "\e9ce"; 227 | @li-wordpress: "\e9cf"; 228 | @li-youtube: "\e9d0"; 229 | @li-angle-double-down: "\e9d1"; 230 | @li-angle-double-left: "\e9d2"; 231 | @li-angle-double-right: "\e9d3"; 232 | @li-angle-double-top: "\e9d4"; 233 | @li-angle-down: "\e9d5"; 234 | @li-angle-left: "\e9d6"; 235 | @li-angle-right: "\e9d7"; 236 | @li-angle-top: "\e9d8"; 237 | @li-angles: "\e9da"; 238 | @li-angles-alt: "\e9d9"; 239 | @li-arrow-down-left: "\e9db"; 240 | @li-arrow-down-right: "\e9dc"; 241 | @li-arrow-down: "\e9dd"; 242 | @li-arrow-left: "\e9de"; 243 | @li-arrow-right: "\e9df"; 244 | @li-arrow-top-left: "\e9e0"; 245 | @li-arrow-top-right: "\e9e1"; 246 | @li-arrow-top: "\e9e2"; 247 | @li-arrows-h: "\e9e4"; 248 | @li-arrows-oblique-alt: "\e9e5"; 249 | @li-arrows-oblique: "\e9e6"; 250 | @li-arrows-v: "\e9e7"; 251 | @li-arrows-alt: "\e9e3"; 252 | @li-arrows: "\e9e8"; 253 | @li-caret-down: "\e9e9"; 254 | @li-caret-left: "\e9ea"; 255 | @li-caret-right: "\e9eb"; 256 | @li-caret-top: "\e9ec"; 257 | @li-loading: "\e9ed"; 258 | @li-restart: "\e9ef"; 259 | @li-random: "\e9ee"; 260 | @li-slide-h: "\e9f1"; 261 | @li-slide-h-alt: "\e9f0"; 262 | @li-slide-v: "\e9f3"; 263 | @li-slide-v-alt: "\e9f2"; 264 | 265 | -------------------------------------------------------------------------------- /sass/variables.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | $li-universal-access: "\e9f4"; 4 | $li-accessibility: "\e901"; 5 | $li-accessibility-alt: "\e900"; 6 | $li-deaf: "\e91b"; 7 | $li-bullhorn: "\e911"; 8 | $li-certificate: "\e913"; 9 | $li-check: "\e915"; 10 | $li-close: "\e917"; 11 | $li-minus: "\e93f"; 12 | $li-plus: "\e94e"; 13 | $li-more-or-less: "\e941"; 14 | $li-divide: "\e91d"; 15 | $li-percent: "\e94a"; 16 | $li-permille: "\e94b"; 17 | $li-dollar: "\e91e"; 18 | $li-euro: "\e9f5"; 19 | $li-pound-sterling: "\e9f6"; 20 | $li-yen: "\e9f7"; 21 | $li-bitcoin: "\e9f8"; 22 | $li-credit-card: "\e9f9"; 23 | $li-credit-card-alt: "\e9fa"; 24 | $li-delivery: "\e91c"; 25 | $li-door-lock: "\e91f"; 26 | $li-door: "\e920"; 27 | $li-eye: "\e927"; 28 | $li-eye-slash: "\e926"; 29 | $li-flag: "\e929"; 30 | $li-folder: "\e92a"; 31 | $li-archive: "\e904"; 32 | $li-paper: "\e947"; 33 | $li-paperclip: "\e948"; 34 | $li-download: "\e923"; 35 | $li-upload: "\e968"; 36 | $li-note: "\e944"; 37 | $li-pencil: "\e949"; 38 | $li-trash: "\e962"; 39 | $li-printer: "\e94f"; 40 | $li-filter: "\e928"; 41 | $li-balloons: "\e907"; 42 | $li-birthday-cake: "\e90d"; 43 | $li-gift: "\e92b"; 44 | $li-graduation-cap: "\e92c"; 45 | $li-university: "\e965"; 46 | $li-trophy: "\e963"; 47 | $li-black-tie: "\e90e"; 48 | $li-hashtag: "\e92d"; 49 | $li-asterisk: "\e905"; 50 | $li-ampersand: "\e902"; 51 | $li-home: "\e931"; 52 | $li-menu: "\e93e"; 53 | $li-options: "\e945"; 54 | $li-dots-v: "\e922"; 55 | $li-dots-h: "\e921"; 56 | $li-calendar: "\e912"; 57 | $li-clock: "\e916"; 58 | $li-bell: "\e90c"; 59 | $li-share: "\e958"; 60 | $li-comment: "\e918"; 61 | $li-chat: "\e914"; 62 | $li-search: "\e956"; 63 | $li-settings: "\e957"; 64 | $li-hourglass: "\e932"; 65 | $li-rss: "\e955"; 66 | $li-infinity: "\e933"; 67 | $li-cursor: "\e91a"; 68 | $li-laptop: "\e936"; 69 | $li-bug: "\e910"; 70 | $li-leaf: "\e937"; 71 | $li-anchor: "\e903"; 72 | $li-link: "\e938"; 73 | $li-magnet: "\e93c"; 74 | $li-magnet-alt: "\e93b"; 75 | $li-location-arrow: "\e939"; 76 | $li-map-marker: "\e93d"; 77 | $li-phone: "\e94c"; 78 | $li-mobile: "\e940"; 79 | $li-envelope: "\e924"; 80 | $li-at: "\e906"; 81 | $li-battery-full: "\e90a"; 82 | $li-battery-half: "\e90b"; 83 | $li-battery-empty: "\e909"; 84 | $li-music: "\e943"; 85 | $li-music-alt: "\e942"; 86 | $li-headphones: "\e92e"; 87 | $li-paper-plane: "\e946"; 88 | $li-plug: "\e94d"; 89 | $li-turn-off: "\e964"; 90 | $li-question: "\e950"; 91 | $li-exclamation: "\e925"; 92 | $li-quote-left: "\e951"; 93 | $li-quote-right: "\e952"; 94 | $li-quotes: "\e953"; 95 | $li-copyright: "\e919"; 96 | $li-registered: "\e954"; 97 | $li-trademark: "\e961"; 98 | $li-tag: "\e95e"; 99 | $li-heart: "\e92f"; 100 | $li-heartbeat: "\e930"; 101 | $li-star: "\e95c"; 102 | $li-star-half: "\e95b"; 103 | $li-star-alt: "\e95a"; 104 | $li-thumbs-up: "\e960"; 105 | $li-thumbs-down: "\e95f"; 106 | $li-ban: "\e908"; 107 | $li-lock: "\e93a"; 108 | $li-unlock: "\e967"; 109 | $li-unlock-alt: "\e966"; 110 | $li-user: "\e96a"; 111 | $li-user-alt: "\e969"; 112 | $li-users: "\e96c"; 113 | $li-users-alt: "\e96b"; 114 | $li-info: "\e934"; 115 | $li-info-alt: "\e9fb"; 116 | $li-warning: "\e96d"; 117 | $li-bluetooth: "\e90f"; 118 | $li-nfc: "\e9fc"; 119 | $li-signal: "\e959"; 120 | $li-wireless: "\e96e"; 121 | $li-bike: "\e971"; 122 | $li-bus: "\e976"; 123 | $li-car: "\e978"; 124 | $li-subway: "\e993"; 125 | $li-train: "\e997"; 126 | $li-truck: "\e9fd"; 127 | $li-airplane: "\e9fe"; 128 | $li-book: "\e973"; 129 | $li-bookmaker: "\e974"; 130 | $li-glasses: "\e983"; 131 | $li-key: "\e935"; 132 | $li-briefcase: "\e975"; 133 | $li-suitcase: "\e95d"; 134 | $li-picture: "\e98a"; 135 | $li-camera: "\e977"; 136 | $li-flash: "\e97f"; 137 | $li-coffee: "\e97a"; 138 | $li-diamond: "\e97c"; 139 | $li-float: "\e980"; 140 | $li-fruit-apple: "\e981"; 141 | $li-glass: "\e982"; 142 | $li-stethoscope: "\e992"; 143 | $li-atom: "\e96f"; 144 | $li-kitasato: "\e984"; 145 | $li-test-tube: "\e996"; 146 | $li-drop: "\e97d"; 147 | $li-drugs: "\e97e"; 148 | $li-light: "\e985"; 149 | $li-balance: "\e970"; 150 | $li-line-chart: "\e986"; 151 | $li-pie-chart: "\e98b"; 152 | $li-map: "\e987"; 153 | $li-mouse: "\e989"; 154 | $li-compact-disc: "\e97b"; 155 | $li-pin: "\e98d"; 156 | $li-pin-alt: "\e98c"; 157 | $li-sun: "\e994"; 158 | $li-moon: "\e988"; 159 | $li-cloud: "\e979"; 160 | $li-bolt: "\e972"; 161 | $li-umbrella: "\e998"; 162 | $li-planet: "\e98e"; 163 | $li-rocket: "\e98f"; 164 | $li-space-shuttle: "\e9ff"; 165 | $li-shield: "\e990"; 166 | $li-skull: "\e991"; 167 | $li-target: "\e995"; 168 | $li-play: "\e9a2"; 169 | $li-pause: "\e9a1"; 170 | $li-stop: "\e9a7"; 171 | $li-rec: "\e9a3"; 172 | $li-fast-backward: "\e99a"; 173 | $li-fast-forward: "\e99b"; 174 | $li-backward: "\e999"; 175 | $li-forward: "\e99c"; 176 | $li-step-left: "\e9a5"; 177 | $li-step-right: "\e9a6"; 178 | $li-left: "\e99d"; 179 | $li-right: "\e9a4"; 180 | $li-video-camera: "\e9a8"; 181 | $li-microphone: "\e99f"; 182 | $li-volume-up: "\e9ab"; 183 | $li-volume-down: "\e9a9"; 184 | $li-volume: "\e9ac"; 185 | $li-volume-off: "\e9aa"; 186 | $li-maximize: "\e99e"; 187 | $li-minimize: "\e9a0"; 188 | $li-female: "\e9ad"; 189 | $li-male: "\e9b0"; 190 | $li-mars-double: "\e9b1"; 191 | $li-venus-double: "\e9b7"; 192 | $li-intersex: "\e9af"; 193 | $li-venus-mars: "\e9b8"; 194 | $li-mars-stroke-h: "\e9b2"; 195 | $li-mars-stroke-v: "\e9b3"; 196 | $li-transgender: "\e9b6"; 197 | $li-mercury: "\e9b4"; 198 | $li-neuter: "\e9b5"; 199 | $li-genderless: "\e9ae"; 200 | $li-android: "\ea00"; 201 | $li-apple: "\e9b9"; 202 | $li-behance: "\e9ba"; 203 | $li-bitbucket: "\ea01"; 204 | $li-blogger: "\e9bb"; 205 | $li-codepen: "\e9bc"; 206 | $li-dribbble: "\e9bd"; 207 | $li-facebook: "\e9be"; 208 | $li-flickr: "\e9bf"; 209 | $li-foursquare: "\e9c0"; 210 | $li-github: "\ea02"; 211 | $li-google: "\e9c1"; 212 | $li-instagram: "\e9c2"; 213 | $li-linkedin: "\e9c3"; 214 | $li-medium: "\e9c4"; 215 | $li-paypal: "\e9c5"; 216 | $li-pinterest: "\e9c6"; 217 | $li-skype: "\e9c7"; 218 | $li-slack: "\e9c8"; 219 | $li-snapchat: "\e9c9"; 220 | $li-soundcloud: "\ea03"; 221 | $li-spotify: "\e9ca"; 222 | $li-twitch: "\ea04"; 223 | $li-twitter: "\e9cb"; 224 | $li-vimeo: "\e9cc"; 225 | $li-wikipedia: "\e9cd"; 226 | $li-windows: "\e9ce"; 227 | $li-wordpress: "\e9cf"; 228 | $li-youtube: "\e9d0"; 229 | $li-angle-double-down: "\e9d1"; 230 | $li-angle-double-left: "\e9d2"; 231 | $li-angle-double-right: "\e9d3"; 232 | $li-angle-double-top: "\e9d4"; 233 | $li-angle-down: "\e9d5"; 234 | $li-angle-left: "\e9d6"; 235 | $li-angle-right: "\e9d7"; 236 | $li-angle-top: "\e9d8"; 237 | $li-angles: "\e9da"; 238 | $li-angles-alt: "\e9d9"; 239 | $li-arrow-down-left: "\e9db"; 240 | $li-arrow-down-right: "\e9dc"; 241 | $li-arrow-down: "\e9dd"; 242 | $li-arrow-left: "\e9de"; 243 | $li-arrow-right: "\e9df"; 244 | $li-arrow-top-left: "\e9e0"; 245 | $li-arrow-top-right: "\e9e1"; 246 | $li-arrow-top: "\e9e2"; 247 | $li-arrows-h: "\e9e4"; 248 | $li-arrows-oblique-alt: "\e9e5"; 249 | $li-arrows-oblique: "\e9e6"; 250 | $li-arrows-v: "\e9e7"; 251 | $li-arrows-alt: "\e9e3"; 252 | $li-arrows: "\e9e8"; 253 | $li-caret-down: "\e9e9"; 254 | $li-caret-left: "\e9ea"; 255 | $li-caret-right: "\e9eb"; 256 | $li-caret-top: "\e9ec"; 257 | $li-loading: "\e9ed"; 258 | $li-restart: "\e9ef"; 259 | $li-random: "\e9ee"; 260 | $li-slide-h: "\e9f1"; 261 | $li-slide-h-alt: "\e9f0"; 262 | $li-slide-v: "\e9f3"; 263 | $li-slide-v-alt: "\e9f2"; 264 | 265 | -------------------------------------------------------------------------------- /licons.min.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * licons by Jan Klever - @janklever - http://kleverspace.github.io/licons/ 3 | */@font-face{font-family:'licons';src:url('fonts/licons.eot?v=2.2');src:url('fonts/licons.eot?v=2.2#iefix') format('embedded-opentype'),url('fonts/licons.ttf?v=2.2') format('truetype'),url('fonts/licons.woff?v=2.2') format('woff'),url('fonts/licons.woff2?v=2.2') format('woff2'),url('fonts/licons.svg?v=2.2#licons') format('svg');font-weight:normal;font-style:normal}[class^="li-"],[class*=" li-"]{font-family:'licons' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.li-2x{font-size:2rem}.li-3x{font-size:3rem}.li-4x{font-size:4rem}.li-5x{font-size:5rem}.li-universal-access:before{content:"\e9f4"}.li-accessibility:before{content:"\e901"}.li-accessibility-alt:before{content:"\e900"}.li-deaf:before{content:"\e91b"}.li-bullhorn:before{content:"\e911"}.li-certificate:before{content:"\e913"}.li-check:before{content:"\e915"}.li-close:before{content:"\e917"}.li-minus:before{content:"\e93f"}.li-plus:before{content:"\e94e"}.li-more-or-less:before{content:"\e941"}.li-divide:before{content:"\e91d"}.li-percent:before{content:"\e94a"}.li-permille:before{content:"\e94b"}.li-dollar:before{content:"\e91e"}.li-euro:before{content:"\e9f5"}.li-pound-sterling:before{content:"\e9f6"}.li-yen:before{content:"\e9f7"}.li-bitcoin:before{content:"\e9f8"}.li-credit-card:before{content:"\e9f9"}.li-credit-card-alt:before{content:"\e9fa"}.li-delivery:before{content:"\e91c"}.li-door-lock:before{content:"\e91f"}.li-door:before{content:"\e920"}.li-eye:before{content:"\e927"}.li-eye-slash:before{content:"\e926"}.li-flag:before{content:"\e929"}.li-folder:before{content:"\e92a"}.li-archive:before{content:"\e904"}.li-paper:before{content:"\e947"}.li-paperclip:before{content:"\e948"}.li-download:before{content:"\e923"}.li-upload:before{content:"\e968"}.li-note:before{content:"\e944"}.li-pencil:before{content:"\e949"}.li-trash:before{content:"\e962"}.li-printer:before{content:"\e94f"}.li-filter:before{content:"\e928"}.li-balloons:before{content:"\e907"}.li-birthday-cake:before{content:"\e90d"}.li-gift:before{content:"\e92b"}.li-graduation-cap:before{content:"\e92c"}.li-university:before{content:"\e965"}.li-trophy:before{content:"\e963"}.li-black-tie:before{content:"\e90e"}.li-hashtag:before{content:"\e92d"}.li-asterisk:before{content:"\e905"}.li-ampersand:before{content:"\e902"}.li-home:before{content:"\e931"}.li-menu:before{content:"\e93e"}.li-options:before{content:"\e945"}.li-dots-v:before{content:"\e922"}.li-dots-h:before{content:"\e921"}.li-calendar:before{content:"\e912"}.li-clock:before{content:"\e916"}.li-bell:before{content:"\e90c"}.li-share:before{content:"\e958"}.li-comment:before{content:"\e918"}.li-chat:before{content:"\e914"}.li-search:before{content:"\e956"}.li-settings:before{content:"\e957"}.li-hourglass:before{content:"\e932"}.li-rss:before{content:"\e955"}.li-infinity:before{content:"\e933"}.li-cursor:before{content:"\e91a"}.li-laptop:before{content:"\e936"}.li-bug:before{content:"\e910"}.li-leaf:before{content:"\e937"}.li-anchor:before{content:"\e903"}.li-link:before{content:"\e938"}.li-magnet:before{content:"\e93c"}.li-magnet-alt:before{content:"\e93b"}.li-location-arrow:before{content:"\e939"}.li-map-marker:before{content:"\e93d"}.li-phone:before{content:"\e94c"}.li-mobile:before{content:"\e940"}.li-envelope:before{content:"\e924"}.li-at:before{content:"\e906"}.li-battery-full:before{content:"\e90a"}.li-battery-half:before{content:"\e90b"}.li-battery-empty:before{content:"\e909"}.li-music:before{content:"\e943"}.li-music-alt:before{content:"\e942"}.li-headphones:before{content:"\e92e"}.li-paper-plane:before{content:"\e946"}.li-plug:before{content:"\e94d"}.li-turn-off:before{content:"\e964"}.li-question:before{content:"\e950"}.li-exclamation:before{content:"\e925"}.li-quote-left:before{content:"\e951"}.li-quote-right:before{content:"\e952"}.li-quotes:before{content:"\e953"}.li-copyright:before{content:"\e919"}.li-registered:before{content:"\e954"}.li-trademark:before{content:"\e961"}.li-tag:before{content:"\e95e"}.li-heart:before{content:"\e92f"}.li-heartbeat:before{content:"\e930"}.li-star:before{content:"\e95c"}.li-star-half:before{content:"\e95b"}.li-star-alt:before{content:"\e95a"}.li-thumbs-up:before{content:"\e960"}.li-thumbs-down:before{content:"\e95f"}.li-ban:before{content:"\e908"}.li-lock:before{content:"\e93a"}.li-unlock:before{content:"\e967"}.li-unlock-alt:before{content:"\e966"}.li-user:before{content:"\e96a"}.li-user-alt:before{content:"\e969"}.li-users:before{content:"\e96c"}.li-users-alt:before{content:"\e96b"}.li-info:before{content:"\e934"}.li-info-alt:before{content:"\e9fb"}.li-warning:before{content:"\e96d"}.li-bluetooth:before{content:"\e90f"}.li-nfc:before{content:"\e9fc"}.li-signal:before{content:"\e959"}.li-wireless:before{content:"\e96e"}.li-bike:before{content:"\e971"}.li-bus:before{content:"\e976"}.li-car:before{content:"\e978"}.li-subway:before{content:"\e993"}.li-train:before{content:"\e997"}.li-truck:before{content:"\e9fd"}.li-airplane:before{content:"\e9fe"}.li-book:before{content:"\e973"}.li-bookmaker:before{content:"\e974"}.li-glasses:before{content:"\e983"}.li-key:before{content:"\e935"}.li-briefcase:before{content:"\e975"}.li-suitcase:before{content:"\e95d"}.li-picture:before{content:"\e98a"}.li-camera:before{content:"\e977"}.li-flash:before{content:"\e97f"}.li-coffee:before{content:"\e97a"}.li-diamond:before{content:"\e97c"}.li-float:before{content:"\e980"}.li-fruit-apple:before{content:"\e981"}.li-glass:before{content:"\e982"}.li-stethoscope:before{content:"\e992"}.li-atom:before{content:"\e96f"}.li-kitasato:before{content:"\e984"}.li-test-tube:before{content:"\e996"}.li-drop:before{content:"\e97d"}.li-drugs:before{content:"\e97e"}.li-light:before{content:"\e985"}.li-balance:before{content:"\e970"}.li-line-chart:before{content:"\e986"}.li-pie-chart:before{content:"\e98b"}.li-map:before{content:"\e987"}.li-mouse:before{content:"\e989"}.li-compact-disc:before{content:"\e97b"}.li-pin:before{content:"\e98d"}.li-pin-alt:before{content:"\e98c"}.li-sun:before{content:"\e994"}.li-moon:before{content:"\e988"}.li-cloud:before{content:"\e979"}.li-bolt:before{content:"\e972"}.li-umbrella:before{content:"\e998"}.li-planet:before{content:"\e98e"}.li-rocket:before{content:"\e98f"}.li-space-shuttle:before{content:"\e9ff"}.li-shield:before{content:"\e990"}.li-skull:before{content:"\e991"}.li-target:before{content:"\e995"}.li-play:before{content:"\e9a2"}.li-pause:before{content:"\e9a1"}.li-stop:before{content:"\e9a7"}.li-rec:before{content:"\e9a3"}.li-fast-backward:before{content:"\e99a"}.li-fast-forward:before{content:"\e99b"}.li-backward:before{content:"\e999"}.li-forward:before{content:"\e99c"}.li-step-left:before{content:"\e9a5"}.li-step-right:before{content:"\e9a6"}.li-left:before{content:"\e99d"}.li-right:before{content:"\e9a4"}.li-video-camera:before{content:"\e9a8"}.li-microphone:before{content:"\e99f"}.li-volume-up:before{content:"\e9ab"}.li-volume-down:before{content:"\e9a9"}.li-volume:before{content:"\e9ac"}.li-volume-off:before{content:"\e9aa"}.li-maximize:before{content:"\e99e"}.li-minimize:before{content:"\e9a0"}.li-female:before{content:"\e9ad"}.li-male:before{content:"\e9b0"}.li-mars-double:before{content:"\e9b1"}.li-venus-double:before{content:"\e9b7"}.li-intersex:before{content:"\e9af"}.li-venus-mars:before{content:"\e9b8"}.li-mars-stroke-h:before{content:"\e9b2"}.li-mars-stroke-v:before{content:"\e9b3"}.li-transgender:before{content:"\e9b6"}.li-mercury:before{content:"\e9b4"}.li-neuter:before{content:"\e9b5"}.li-genderless:before{content:"\e9ae"}.li-android:before{content:"\ea00"}.li-apple:before{content:"\e9b9"}.li-behance:before{content:"\e9ba"}.li-bitbucket:before{content:"\ea01"}.li-blogger:before{content:"\e9bb"}.li-codepen:before{content:"\e9bc"}.li-dribbble:before{content:"\e9bd"}.li-facebook:before{content:"\e9be"}.li-flickr:before{content:"\e9bf"}.li-foursquare:before{content:"\e9c0"}.li-github:before{content:"\ea02"}.li-google:before{content:"\e9c1"}.li-instagram:before{content:"\e9c2"}.li-linkedin:before{content:"\e9c3"}.li-medium:before{content:"\e9c4"}.li-paypal:before{content:"\e9c5"}.li-pinterest:before{content:"\e9c6"}.li-skype:before{content:"\e9c7"}.li-slack:before{content:"\e9c8"}.li-snapchat:before{content:"\e9c9"}.li-soundcloud:before{content:"\ea03"}.li-spotify:before{content:"\e9ca"}.li-twitch:before{content:"\ea04"}.li-twitter:before{content:"\e9cb"}.li-vimeo:before{content:"\e9cc"}.li-wikipedia:before{content:"\e9cd"}.li-windows:before{content:"\e9ce"}.li-wordpress:before{content:"\e9cf"}.li-youtube:before{content:"\e9d0"}.li-angle-double-down:before{content:"\e9d1"}.li-angle-double-left:before{content:"\e9d2"}.li-angle-double-right:before{content:"\e9d3"}.li-angle-double-top:before{content:"\e9d4"}.li-angle-down:before{content:"\e9d5"}.li-angle-left:before{content:"\e9d6"}.li-angle-right:before{content:"\e9d7"}.li-angle-top:before{content:"\e9d8"}.li-angles:before{content:"\e9da"}.li-angles-alt:before{content:"\e9d9"}.li-arrow-down-left:before{content:"\e9db"}.li-arrow-down-right:before{content:"\e9dc"}.li-arrow-down:before{content:"\e9dd"}.li-arrow-left:before{content:"\e9de"}.li-arrow-right:before{content:"\e9df"}.li-arrow-top-left:before{content:"\e9e0"}.li-arrow-top-right:before{content:"\e9e1"}.li-arrow-top:before{content:"\e9e2"}.li-arrows-h:before{content:"\e9e4"}.li-arrows-oblique-alt:before{content:"\e9e5"}.li-arrows-oblique:before{content:"\e9e6"}.li-arrows-v:before{content:"\e9e7"}.li-arrows-alt:before{content:"\e9e3"}.li-arrows:before{content:"\e9e8"}.li-caret-down:before{content:"\e9e9"}.li-caret-left:before{content:"\e9ea"}.li-caret-right:before{content:"\e9eb"}.li-caret-top:before{content:"\e9ec"}.li-loading:before{content:"\e9ed"}.li-restart:before{content:"\e9ef"}.li-random:before{content:"\e9ee"}.li-slide-h:before{content:"\e9f1"}.li-slide-h-alt:before{content:"\e9f0"}.li-slide-v:before{content:"\e9f3"}.li-slide-v-alt:before{content:"\e9f2"} -------------------------------------------------------------------------------- /ie7/licons-ie7.js: -------------------------------------------------------------------------------- 1 | /* To avoid CSS expressions while still supporting IE 7 and IE 6, use this script */ 2 | /* The script tag referencing this file must be placed before the ending body tag. */ 3 | 4 | /* Use conditional comments in order to target IE 7 and older: 5 | 6 | 7 | 8 | */ 9 | 10 | (function () { 11 | function addIcon(el, entity) { 12 | var html = el.innerHTML; 13 | el.innerHTML = '' + entity + '' + html; 14 | } 15 | 16 | var icons = { 17 | 'li-universal-access': '', 18 | 'li-accessibility': '', 19 | 'li-accessibility-alt': '', 20 | 'li-deaf': '', 21 | 'li-bullhorn': '', 22 | 'li-certificate': '', 23 | 'li-check': '', 24 | 'li-close': '', 25 | 'li-minus': '', 26 | 'li-plus': '', 27 | 'li-more-or-less': '', 28 | 'li-divide': '', 29 | 'li-percent': '', 30 | 'li-permille': '', 31 | 'li-dollar': '', 32 | 'li-euro': '', 33 | 'li-pound-sterling': '', 34 | 'li-yen': '', 35 | 'li-bitcoin': '', 36 | 'li-credit-card': '', 37 | 'li-credit-card-alt': '', 38 | 'li-delivery': '', 39 | 'li-door-lock': '', 40 | 'li-door': '', 41 | 'li-eye': '', 42 | 'li-eye-slash': '', 43 | 'li-flag': '', 44 | 'li-folder': '', 45 | 'li-archive': '', 46 | 'li-paper': '', 47 | 'li-paperclip': '', 48 | 'li-download': '', 49 | 'li-upload': '', 50 | 'li-note': '', 51 | 'li-pencil': '', 52 | 'li-trash': '', 53 | 'li-printer': '', 54 | 'li-filter': '', 55 | 'li-balloons': '', 56 | 'li-birthday-cake': '', 57 | 'li-gift': '', 58 | 'li-graduation-cap': '', 59 | 'li-university': '', 60 | 'li-trophy': '', 61 | 'li-black-tie': '', 62 | 'li-hashtag': '', 63 | 'li-asterisk': '', 64 | 'li-ampersand': '', 65 | 'li-home': '', 66 | 'li-menu': '', 67 | 'li-options': '', 68 | 'li-dots-v': '', 69 | 'li-dots-h': '', 70 | 'li-calendar': '', 71 | 'li-clock': '', 72 | 'li-bell': '', 73 | 'li-share': '', 74 | 'li-comment': '', 75 | 'li-chat': '', 76 | 'li-search': '', 77 | 'li-settings': '', 78 | 'li-hourglass': '', 79 | 'li-rss': '', 80 | 'li-infinity': '', 81 | 'li-cursor': '', 82 | 'li-laptop': '', 83 | 'li-bug': '', 84 | 'li-leaf': '', 85 | 'li-anchor': '', 86 | 'li-link': '', 87 | 'li-magnet': '', 88 | 'li-magnet-alt': '', 89 | 'li-location-arrow': '', 90 | 'li-map-marker': '', 91 | 'li-phone': '', 92 | 'li-mobile': '', 93 | 'li-envelope': '', 94 | 'li-at': '', 95 | 'li-battery-full': '', 96 | 'li-battery-half': '', 97 | 'li-battery-empty': '', 98 | 'li-music': '', 99 | 'li-music-alt': '', 100 | 'li-headphones': '', 101 | 'li-paper-plane': '', 102 | 'li-plug': '', 103 | 'li-turn-off': '', 104 | 'li-question': '', 105 | 'li-exclamation': '', 106 | 'li-quote-left': '', 107 | 'li-quote-right': '', 108 | 'li-quotes': '', 109 | 'li-copyright': '', 110 | 'li-registered': '', 111 | 'li-trademark': '', 112 | 'li-tag': '', 113 | 'li-heart': '', 114 | 'li-heartbeat': '', 115 | 'li-star': '', 116 | 'li-star-half': '', 117 | 'li-star-alt': '', 118 | 'li-thumbs-up': '', 119 | 'li-thumbs-down': '', 120 | 'li-ban': '', 121 | 'li-lock': '', 122 | 'li-unlock': '', 123 | 'li-unlock-alt': '', 124 | 'li-user': '', 125 | 'li-user-alt': '', 126 | 'li-users': '', 127 | 'li-users-alt': '', 128 | 'li-info': '', 129 | 'li-info-alt': '', 130 | 'li-warning': '', 131 | 'li-bluetooth': '', 132 | 'li-nfc': '', 133 | 'li-signal': '', 134 | 'li-wireless': '', 135 | 'li-bike': '', 136 | 'li-bus': '', 137 | 'li-car': '', 138 | 'li-subway': '', 139 | 'li-train': '', 140 | 'li-truck': '', 141 | 'li-airplane': '', 142 | 'li-book': '', 143 | 'li-bookmaker': '', 144 | 'li-glasses': '', 145 | 'li-key': '', 146 | 'li-briefcase': '', 147 | 'li-suitcase': '', 148 | 'li-picture': '', 149 | 'li-camera': '', 150 | 'li-flash': '', 151 | 'li-coffee': '', 152 | 'li-diamond': '', 153 | 'li-float': '', 154 | 'li-fruit-apple': '', 155 | 'li-glass': '', 156 | 'li-stethoscope': '', 157 | 'li-atom': '', 158 | 'li-kitasato': '', 159 | 'li-test-tube': '', 160 | 'li-drop': '', 161 | 'li-drugs': '', 162 | 'li-light': '', 163 | 'li-balance': '', 164 | 'li-line-chart': '', 165 | 'li-pie-chart': '', 166 | 'li-map': '', 167 | 'li-mouse': '', 168 | 'li-compact-disc': '', 169 | 'li-pin': '', 170 | 'li-pin-alt': '', 171 | 'li-sun': '', 172 | 'li-moon': '', 173 | 'li-cloud': '', 174 | 'li-bolt': '', 175 | 'li-umbrella': '', 176 | 'li-planet': '', 177 | 'li-rocket': '', 178 | 'li-space-shuttle': '', 179 | 'li-shield': '', 180 | 'li-skull': '', 181 | 'li-target': '', 182 | 'li-play': '', 183 | 'li-pause': '', 184 | 'li-stop': '', 185 | 'li-rec': '', 186 | 'li-fast-backward': '', 187 | 'li-fast-forward': '', 188 | 'li-backward': '', 189 | 'li-forward': '', 190 | 'li-step-left': '', 191 | 'li-step-right': '', 192 | 'li-left': '', 193 | 'li-right': '', 194 | 'li-video-camera': '', 195 | 'li-microphone': '', 196 | 'li-volume-up': '', 197 | 'li-volume-down': '', 198 | 'li-volume': '', 199 | 'li-volume-off': '', 200 | 'li-maximize': '', 201 | 'li-minimize': '', 202 | 'li-female': '', 203 | 'li-male': '', 204 | 'li-mars-double': '', 205 | 'li-venus-double': '', 206 | 'li-intersex': '', 207 | 'li-venus-mars': '', 208 | 'li-mars-stroke-h': '', 209 | 'li-mars-stroke-v': '', 210 | 'li-transgender': '', 211 | 'li-mercury': '', 212 | 'li-neuter': '', 213 | 'li-genderless': '', 214 | 'li-android': '', 215 | 'li-apple': '', 216 | 'li-behance': '', 217 | 'li-bitbucket': '', 218 | 'li-blogger': '', 219 | 'li-codepen': '', 220 | 'li-dribbble': '', 221 | 'li-facebook': '', 222 | 'li-flickr': '', 223 | 'li-foursquare': '', 224 | 'li-github': '', 225 | 'li-google': '', 226 | 'li-instagram': '', 227 | 'li-linkedin': '', 228 | 'li-medium': '', 229 | 'li-paypal': '', 230 | 'li-pinterest': '', 231 | 'li-skype': '', 232 | 'li-slack': '', 233 | 'li-snapchat': '', 234 | 'li-soundcloud': '', 235 | 'li-spotify': '', 236 | 'li-twitch': '', 237 | 'li-twitter': '', 238 | 'li-vimeo': '', 239 | 'li-wikipedia': '', 240 | 'li-windows': '', 241 | 'li-wordpress': '', 242 | 'li-youtube': '', 243 | 'li-angle-double-down': '', 244 | 'li-angle-double-left': '', 245 | 'li-angle-double-right': '', 246 | 'li-angle-double-top': '', 247 | 'li-angle-down': '', 248 | 'li-angle-left': '', 249 | 'li-angle-right': '', 250 | 'li-angle-top': '', 251 | 'li-angles': '', 252 | 'li-angles-alt': '', 253 | 'li-arrow-down-left': '', 254 | 'li-arrow-down-right': '', 255 | 'li-arrow-down': '', 256 | 'li-arrow-left': '', 257 | 'li-arrow-right': '', 258 | 'li-arrow-top-left': '', 259 | 'li-arrow-top-right': '', 260 | 'li-arrow-top': '', 261 | 'li-arrows-h': '', 262 | 'li-arrows-oblique-alt': '', 263 | 'li-arrows-oblique': '', 264 | 'li-arrows-v': '', 265 | 'li-arrows-alt': '', 266 | 'li-arrows': '', 267 | 'li-caret-down': '', 268 | 'li-caret-left': '', 269 | 'li-caret-right': '', 270 | 'li-caret-top': '', 271 | 'li-loading': '', 272 | 'li-restart': '', 273 | 'li-random': '', 274 | 'li-slide-h': '', 275 | 'li-slide-h-alt': '', 276 | 'li-slide-v': '', 277 | 'li-slide-v-alt': '', 278 | '0': 0 279 | }, 280 | els = document.getElementsByTagName('*'), 281 | i, c, el; 282 | for (i = 0; ; i += 1) { 283 | el = els[i]; 284 | if (!el) { 285 | break; 286 | } 287 | c = el.className; 288 | c = c.match(/li-[^\s'"]+/); 289 | if (c && icons[c[0]]) { 290 | addIcon(el, icons[c[0]]); 291 | } 292 | } 293 | }()); 294 | -------------------------------------------------------------------------------- /licons.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * licons by Jan Klever - @janklever - http://kleverspace.github.io/licons/ 3 | * 4 | * 5 | * A polyfill for browsers that don't support ligatures. 6 | * The script tag referring to this file must be placed before the ending body tag. 7 | * 8 | * To provide support for elements dynamically added, this script adds 9 | * method 'icomoonLiga' to the window object. You can pass element references to this method. 10 | * 11 | */ 12 | 13 | (function () { 14 | 'use strict'; 15 | function supportsProperty(p) { 16 | var prefixes = ['Webkit', 'Moz', 'O', 'ms'], 17 | i, 18 | div = document.createElement('div'), 19 | ret = p in div.style; 20 | if (!ret) { 21 | p = p.charAt(0).toUpperCase() + p.substr(1); 22 | for (i = 0; i < prefixes.length; i += 1) { 23 | ret = prefixes[i] + p in div.style; 24 | if (ret) { 25 | break; 26 | } 27 | } 28 | } 29 | return ret; 30 | } 31 | var icons; 32 | if (!supportsProperty('fontFeatureSettings')) { 33 | icons = { 34 | 'universal-access': '', 35 | 'accessibility': '', 36 | 'accessibility-alt': '', 37 | 'deaf': '', 38 | 'bullhorn': '', 39 | 'certificate': '', 40 | 'check': '', 41 | 'close': '', 42 | 'minus': '', 43 | 'plus': '', 44 | 'more-or-less': '', 45 | 'divide': '', 46 | 'percent': '', 47 | 'permille': '', 48 | 'dollar': '', 49 | 'euro': '', 50 | 'pound-sterling': '', 51 | 'yen': '', 52 | 'bitcoin': '', 53 | 'credit-card': '', 54 | 'credit-card-alt': '', 55 | 'delivery': '', 56 | 'door-lock': '', 57 | 'door': '', 58 | 'eye': '', 59 | 'eye-slash': '', 60 | 'flag': '', 61 | 'folder': '', 62 | 'archive': '', 63 | 'paper': '', 64 | 'paperclip': '', 65 | 'download': '', 66 | 'upload': '', 67 | 'note': '', 68 | 'pencil': '', 69 | 'trash': '', 70 | 'printer': '', 71 | 'filter': '', 72 | 'balloons': '', 73 | 'birthday-cake': '', 74 | 'gift': '', 75 | 'graduation-cap': '', 76 | 'university': '', 77 | 'trophy': '', 78 | 'black-tie': '', 79 | 'hashtag': '', 80 | 'asterisk': '', 81 | 'ampersand': '', 82 | 'home': '', 83 | 'menu': '', 84 | 'options': '', 85 | 'dots-v': '', 86 | 'dots-h': '', 87 | 'calendar': '', 88 | 'clock': '', 89 | 'bell': '', 90 | 'share': '', 91 | 'comment': '', 92 | 'chat': '', 93 | 'search': '', 94 | 'settings': '', 95 | 'hourglass': '', 96 | 'rss': '', 97 | 'infinity': '', 98 | 'cursor': '', 99 | 'laptop': '', 100 | 'bug': '', 101 | 'leaf': '', 102 | 'anchor': '', 103 | 'link': '', 104 | 'magnet': '', 105 | 'magnet-alt': '', 106 | 'location-arrow': '', 107 | 'map-marker': '', 108 | 'phone': '', 109 | 'mobile': '', 110 | 'envelope': '', 111 | 'at': '', 112 | 'battery-full': '', 113 | 'battery-hal': '', 114 | 'battery-empty': '', 115 | 'music': '', 116 | 'music-alt': '', 117 | 'headphones': '', 118 | 'paper-plane': '', 119 | 'plug': '', 120 | 'turn-off': '', 121 | 'question': '', 122 | 'exclamation': '', 123 | 'quote-left': '', 124 | 'quote-right': '', 125 | 'quotes': '', 126 | 'copyright': '', 127 | 'registered': '', 128 | 'trademark': '', 129 | 'tag': '', 130 | 'heart': '', 131 | 'heartbeat': '', 132 | 'star': '', 133 | 'star-half': '', 134 | 'star-alt': '', 135 | 'thumbs-up': '', 136 | 'thumbs-down': '', 137 | 'ban': '', 138 | 'lock': '', 139 | 'unlock': '', 140 | 'unlock-alt': '', 141 | 'user': '', 142 | 'user-alt': '', 143 | 'users': '', 144 | 'users-alt': '', 145 | 'info': '', 146 | 'info-alt': '', 147 | 'warning': '', 148 | 'bluetooth': '', 149 | 'nfc': '', 150 | 'signal': '', 151 | 'wireless': '', 152 | 'bike': '', 153 | 'bus': '', 154 | 'car': '', 155 | 'subway': '', 156 | 'train': '', 157 | 'truck': '', 158 | 'airplane': '', 159 | 'book': '', 160 | 'bookmaker': '', 161 | 'glasses': '', 162 | 'key': '', 163 | 'briefcase': '', 164 | 'suitcase': '', 165 | 'picture': '', 166 | 'camera': '', 167 | 'flash': '', 168 | 'coffee': '', 169 | 'diamond': '', 170 | 'float': '', 171 | 'fruit-apple': '', 172 | 'glass': '', 173 | 'stethoscope': '', 174 | 'atom': '', 175 | 'kitasato': '', 176 | 'test-tube': '', 177 | 'drop': '', 178 | 'drugs': '', 179 | 'light': '', 180 | 'balance': '', 181 | 'line-chart': '', 182 | 'pie-chart': '', 183 | 'map': '', 184 | 'mouse': '', 185 | 'compact-disc': '', 186 | 'pin': '', 187 | 'pin-alt': '', 188 | 'sun': '', 189 | 'moon': '', 190 | 'cloud': '', 191 | 'bolt': '', 192 | 'umbrella': '', 193 | 'planet': '', 194 | 'rocket': '', 195 | 'space-shuttle': '', 196 | 'shield': '', 197 | 'skull': '', 198 | 'target': '', 199 | 'play': '', 200 | 'pause': '', 201 | 'stop': '', 202 | 'rec': '', 203 | 'fast-backward': '', 204 | 'fast-forward': '', 205 | 'backward': '', 206 | 'forward': '', 207 | 'step-left': '', 208 | 'step-right': '', 209 | 'left': '', 210 | 'right': '', 211 | 'video-camera': '', 212 | 'microphone': '', 213 | 'volume-up': '', 214 | 'volume-down': '', 215 | 'volume': '', 216 | 'volume-off': '', 217 | 'maximize': '', 218 | 'minimize': '', 219 | 'female': '', 220 | 'male': '', 221 | 'mars-double': '', 222 | 'venus-double': '', 223 | 'intersex': '', 224 | 'venus-mars': '', 225 | 'mars-stroke-h': '', 226 | 'mars-stroke-v': '', 227 | 'transgender': '', 228 | 'mercury': '', 229 | 'neuter': '', 230 | 'genderless': '', 231 | 'android': '', 232 | 'apple': '', 233 | 'behance': '', 234 | 'bitbucket': '', 235 | 'blogger': '', 236 | 'codepen': '', 237 | 'dribbble': '', 238 | 'facebook': '', 239 | 'flickr': '', 240 | 'foursquare': '', 241 | 'github': '', 242 | 'google': '', 243 | 'instagram': '', 244 | 'linkedin': '', 245 | 'medium': '', 246 | 'paypal': '', 247 | 'pinterest': '', 248 | 'skype': '', 249 | 'slack': '', 250 | 'snapchat': '', 251 | 'soundcloud': '', 252 | 'spotify': '', 253 | 'twitch': '', 254 | 'twitter': '', 255 | 'vimeo': '', 256 | 'wikipedia': '', 257 | 'windows': '', 258 | 'wordpress': '', 259 | 'youtube': '', 260 | 'angle-double-down': '', 261 | 'angle-double-left': '', 262 | 'angle-double-right': '', 263 | 'angle-double-top': '', 264 | 'angle-down': '', 265 | 'angle-left': '', 266 | 'angle-right': '', 267 | 'angle-top': '', 268 | 'angles': '', 269 | 'angles-alt': '', 270 | 'arrow-down-left': '', 271 | 'arrow-down-right': '', 272 | 'arrow-down': '', 273 | 'arrow-left': '', 274 | 'arrow-right': '', 275 | 'arrow-top-left': '', 276 | 'arrow-top-right': '', 277 | 'arrow-top': '', 278 | 'arrows-h': '', 279 | 'arrows-oblique-alt': '', 280 | 'arrows-oblique': '', 281 | 'arrows-v': '', 282 | 'arrows-alt': '', 283 | 'arrows': '', 284 | 'caret-down': '', 285 | 'caret-left': '', 286 | 'caret-right': '', 287 | 'caret-top': '', 288 | 'loading': '', 289 | 'restart': '', 290 | 'random': '', 291 | 'slide-h': '', 292 | 'slide-h-alt': '', 293 | 'slide-v': '', 294 | 'slide-v-alt': '', 295 | '0': 0 296 | }; 297 | delete icons['0']; 298 | window.icomoonLiga = function (els) { 299 | var classes, 300 | el, 301 | i, 302 | innerHTML, 303 | key; 304 | els = els || document.getElementsByTagName('*'); 305 | if (!els.length) { 306 | els = [els]; 307 | } 308 | for (i = 0; ; i += 1) { 309 | el = els[i]; 310 | if (!el) { 311 | break; 312 | } 313 | classes = el.className; 314 | if (/li-/.test(classes)) { 315 | innerHTML = el.innerHTML; 316 | if (innerHTML && innerHTML.length > 1) { 317 | for (key in icons) { 318 | if (icons.hasOwnProperty(key)) { 319 | innerHTML = innerHTML.replace(new RegExp(key, 'g'), icons[key]); 320 | } 321 | } 322 | el.innerHTML = innerHTML; 323 | } 324 | } 325 | } 326 | }; 327 | window.icomoonLiga(); 328 | } 329 | }()); 330 | -------------------------------------------------------------------------------- /demo-files/demo.css: -------------------------------------------------------------------------------- 1 | * { 2 | -webkit-box-sizing:border-box; 3 | -moz-box-sizing:border-box; 4 | box-sizing:border-box; 5 | } 6 | 7 | body { 8 | padding: 0; 9 | margin: 0; 10 | font-size: 16px; 11 | line-height: 1.5; 12 | color: #606c71; 13 | background: white; 14 | font-family: 'Dosis', 'Tahoma', sans-serif !important; 15 | font-size: 16px; 16 | } 17 | 18 | h1 { font-size: 3rem } 19 | h2 { font-size: 2.5rem } 20 | h3 { font-size: 2rem } 21 | h4 { font-size: 1.5rem } 22 | h5 { font-size: 1rem } 23 | h6 { font-size: 0.8rem } 24 | 25 | a { 26 | color: #1e6bb8; 27 | text-decoration: none; } 28 | a:hover { 29 | text-decoration: underline; } 30 | 31 | .btn { 32 | display: inline-block; 33 | margin-bottom: 1rem; 34 | color: rgba(255, 255, 255, 0.7); 35 | background-color: rgba(255, 255, 255, 0.08); 36 | border-color: rgba(255, 255, 255, 0.2); 37 | border-style: solid; 38 | border-width: 1px; 39 | border-radius: 0.3rem; 40 | transition: color 0.2s, background-color 0.2s, border-color 0.2s; 41 | font-weight: 700; 42 | font-size: 1.2rem; 43 | } 44 | 45 | .btn + .btn { 46 | margin-left: 1rem; 47 | } 48 | 49 | .btn:hover { 50 | color: rgba(255, 255, 255, 0.8); 51 | text-decoration: none; 52 | background-color: rgba(255, 255, 255, 0.2); 53 | border-color: rgba(255, 255, 255, 0.3); } 54 | 55 | @media screen and (min-width: 64em) { 56 | .btn { 57 | padding: 0.75rem 1rem; } } 58 | 59 | @media screen and (min-width: 42em) and (max-width: 64em) { 60 | .btn { 61 | padding: 0.6rem 0.9rem; 62 | font-size: 0.9rem; } } 63 | 64 | @media screen and (max-width: 42em) { 65 | .btn { 66 | display: block; 67 | width: 100%; 68 | padding: 0.75rem; 69 | font-size: 0.9rem; } 70 | .btn + .btn { 71 | margin-top: 1rem; 72 | margin-left: 0; } } 73 | 74 | .page-header { 75 | color: #fff; 76 | text-align: center; 77 | background-color: #ff3000; 78 | background-image: linear-gradient(120deg, #ff3000, #ffd500); } 79 | 80 | @media screen and (min-width: 64em) { 81 | .page-header { 82 | padding: 5rem 6rem; } } 83 | 84 | @media screen and (min-width: 42em) and (max-width: 64em) { 85 | .page-header { 86 | padding: 3rem 4rem; } } 87 | 88 | @media screen and (max-width: 42em) { 89 | .page-header { 90 | padding: 2rem 1rem; } } 91 | 92 | .project-name { 93 | margin-top: 0; 94 | margin-bottom: 0.1rem; } 95 | 96 | @media screen and (min-width: 64em) { 97 | .project-name { 98 | font-size: 3.25rem; } } 99 | 100 | @media screen and (min-width: 42em) and (max-width: 64em) { 101 | .project-name { 102 | font-size: 2.25rem; } } 103 | 104 | @media screen and (max-width: 42em) { 105 | .project-name { 106 | font-size: 1.75rem; 107 | } 108 | } 109 | 110 | @media screen and (max-width: 960px) { 111 | .glyph { 112 | width: 49% !important; 113 | } 114 | } 115 | 116 | @media screen and (max-width: 600px) { 117 | .glyph { 118 | width: 100% !important; 119 | } 120 | } 121 | 122 | .project-tagline { 123 | margin-bottom: 2rem; 124 | font-weight: normal; 125 | opacity: 0.7; } 126 | 127 | @media screen and (min-width: 64em) { 128 | .project-tagline { 129 | font-size: 1.25rem; } } 130 | 131 | @media screen and (min-width: 42em) and (max-width: 64em) { 132 | .project-tagline { 133 | font-size: 1.15rem; } } 134 | 135 | @media screen and (max-width: 42em) { 136 | .project-tagline { 137 | font-size: 1rem; } } 138 | 139 | .main-content { 140 | overflow: hidden; 141 | } 142 | 143 | .main-content :first-child { 144 | margin-top: 0; 145 | } 146 | 147 | .main-content img { 148 | max-width: 100%; 149 | } 150 | 151 | .main-content h1, 152 | .main-content h2, 153 | .main-content h3, 154 | .main-content h4, 155 | .main-content h5, 156 | .main-content h6 { 157 | margin: 0; 158 | font-weight: normal; 159 | color: #ff3000; 160 | } 161 | 162 | .main-content p { 163 | margin-bottom: 1em; 164 | } 165 | 166 | .main-content code { 167 | padding: 2px 4px; 168 | font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; 169 | font-size: 0.9rem; 170 | color: #383e41; 171 | background-color: #f3f6fa; 172 | border-radius: 0.3rem; 173 | } 174 | 175 | .main-content pre { 176 | padding: 0.8rem; 177 | margin-top: 0; 178 | margin-bottom: 1rem; 179 | font: 1rem Consolas, "Liberation Mono", Menlo, Courier, monospace; 180 | color: #567482; 181 | word-wrap: normal; 182 | background-color: #f3f6fa; 183 | border: solid 1px #dce6f0; 184 | border-radius: 0.3rem; 185 | } 186 | 187 | .main-content pre > code { 188 | padding: 0; 189 | margin: 0; 190 | font-size: 0.9rem; 191 | color: #567482; 192 | word-break: normal; 193 | white-space: pre; 194 | background: transparent; 195 | border: 0; 196 | } 197 | 198 | .main-content .highlight { 199 | margin-bottom: 1rem; 200 | } 201 | 202 | .main-content .highlight pre { 203 | margin-bottom: 0; 204 | word-break: normal; 205 | } 206 | 207 | .main-content .highlight pre, .main-content pre { 208 | padding: 0.8rem; 209 | overflow: auto; 210 | font-size: 0.9rem; 211 | line-height: 1.45; 212 | border-radius: 0.3rem; 213 | } 214 | 215 | .main-content pre code, .main-content pre tt { 216 | display: inline; 217 | max-width: initial; 218 | padding: 0; 219 | margin: 0; 220 | overflow: initial; 221 | line-height: inherit; 222 | word-wrap: normal; 223 | background-color: transparent; 224 | border: 0; 225 | 226 | } 227 | .main-content pre code:before, 228 | .main-content pre code:after, 229 | .main-content pre tt:before, 230 | .main-content pre tt:after { 231 | content: normal; 232 | } 233 | 234 | .main-content ul, .main-content ol { 235 | margin-top: 0; 236 | } 237 | 238 | .main-content blockquote { 239 | padding: 0 1rem; 240 | margin-left: 0; 241 | color: #819198; 242 | border-left: 0.3rem solid #dce6f0; 243 | } 244 | 245 | .main-content blockquote > :first-child { 246 | margin-top: 0; 247 | } 248 | 249 | .main-content blockquote > :last-child { 250 | margin-bottom: 0; 251 | } 252 | 253 | .main-content table { 254 | display: block; 255 | width: 100%; 256 | overflow: auto; 257 | word-break: normal; 258 | word-break: keep-all; 259 | } 260 | 261 | .main-content table th { 262 | font-weight: bold; 263 | } 264 | 265 | .main-content table th, .main-content table td { 266 | padding: 0.5rem 1rem; 267 | border: 1px solid #e9ebec; 268 | } 269 | 270 | .main-content dl { 271 | padding: 0; 272 | } 273 | 274 | .main-content dl dt { 275 | padding: 0; 276 | margin-top: 1rem; 277 | font-size: 1rem; 278 | font-weight: bold; 279 | } 280 | 281 | .main-content dl dd { 282 | padding: 0; 283 | margin-bottom: 1rem; 284 | } 285 | 286 | .main-content hr { 287 | height: 2px; 288 | padding: 0; 289 | margin: 1rem 0; 290 | background-color: #eff0f1; 291 | border: 0; 292 | } 293 | 294 | @media screen and (min-width: 64em) { 295 | .main-content { 296 | max-width: 64rem; 297 | padding: 2rem 6rem; 298 | margin: 0 auto; 299 | font-size: 1.1rem; 300 | } 301 | } 302 | 303 | @media screen and (min-width: 42em) and (max-width: 64em) { 304 | .main-content { 305 | padding: 2rem 4rem; 306 | font-size: 1.1rem; 307 | } 308 | } 309 | 310 | @media screen and (max-width: 42em) { 311 | .main-content { 312 | padding: 2rem 1rem; 313 | font-size: 1rem; 314 | } 315 | } 316 | 317 | footer { 318 | padding: 2rem 0; 319 | margin-top: 2rem; 320 | border-top: solid 1px #eff0f1; 321 | text-align: center; 322 | font-size: 0.8rem; 323 | overflow: hidden; 324 | width: 100%; 325 | height: auto; 326 | } 327 | 328 | footer iframe { 329 | width: 42px; 330 | height: 42px; 331 | border: none; 332 | margin: 0 auto; 333 | } 334 | 335 | .site-footer-owner { 336 | display: block; 337 | font-weight: bold; 338 | font-size: 1rem; 339 | } 340 | 341 | .site-footer-credits { 342 | color: #819198; 343 | } 344 | 345 | @media screen and (min-width: 64em) { 346 | .site-footer { 347 | font-size: 1rem; 348 | } 349 | } 350 | 351 | @media screen and (min-width: 42em) and (max-width: 64em) { 352 | .site-footer { 353 | font-size: 1rem; 354 | } 355 | } 356 | 357 | @media screen and (max-width: 42em) { 358 | .site-footer { 359 | font-size: 0.9rem; 360 | } 361 | } 362 | 363 | 364 | 365 | 366 | /* FONTASTIC STYLE */ 367 | 368 | ol,ul { 369 | list-style:none; 370 | } 371 | 372 | table { 373 | border-collapse:separate; 374 | border-spacing:0; 375 | vertical-align:middle; 376 | } 377 | 378 | caption,th,td { 379 | text-align:left; 380 | font-weight:normal; 381 | vertical-align:middle; 382 | } 383 | 384 | a img { 385 | border:none; 386 | } 387 | 388 | .container { 389 | margin:15px auto; 390 | width:80%; 391 | } 392 | /* 393 | h1 { 394 | margin:40px 0 20px; 395 | font-weight:700; 396 | font-size:38px; 397 | line-height:32px; 398 | color:#ffffff; 399 | } 400 | h2 { 401 | font-size:18px; 402 | padding:0 0 21px 5px; 403 | margin:45px 0 0 0; 404 | text-transform:uppercase; 405 | font-weight:500; 406 | }*/ 407 | 408 | .small { 409 | font-size:14px; 410 | color:#a5adb4; 411 | } 412 | 413 | .small a { 414 | color:#a5adb4; 415 | } 416 | 417 | .small a:hover { 418 | color:#ff3000; 419 | } 420 | 421 | .glyphs.character-mapping { 422 | margin:0 0 20px 0; 423 | padding:20px 0 20px 30px; 424 | color:rgba(0,0,0,0.5); 425 | border:1px solid #d8e0e5; 426 | -webkit-border-radius:3px; 427 | border-radius:3px; 428 | } 429 | 430 | .glyphs.character-mapping li { 431 | margin:0 30px 20px 0; 432 | display:inline-block; 433 | width:90px} 434 | 435 | .glyphs.character-mapping .icon { 436 | margin:10px 0 10px 15px; 437 | padding:15px; 438 | position:relative; 439 | width:55px; 440 | height:55px; 441 | color:#162a36 !important; 442 | overflow:hidden; 443 | -webkit-border-radius:3px; 444 | border-radius:3px; 445 | font-size:32px; 446 | } 447 | 448 | .glyphs.character-mapping .icon svg { 449 | fill:#000; 450 | } 451 | 452 | .glyphs.character-mapping input { 453 | margin:0; 454 | padding:5px 0; 455 | line-height:12px; 456 | font-size:12px; 457 | display:block; 458 | width:100%; 459 | border:1px solid #d8e0e5; 460 | -webkit-border-radius:5px; 461 | border-radius:5px; 462 | text-align:center; 463 | outline:0; 464 | } 465 | 466 | .glyphs.character-mapping input:focus { 467 | border:1px solid #fbde4a; 468 | -webkit-box-shadow:inset 0 0 3px #fbde4a; 469 | box-shadow:inset 0 0 3px #fbde4a; 470 | } 471 | 472 | .glyphs.character-mapping input:hover { 473 | -webkit-box-shadow:inset 0 0 3px #fbde4a; 474 | box-shadow:inset 0 0 3px #fbde4a; 475 | } 476 | 477 | .glyphs.css-mapping { 478 | margin:0 0 60px 0; 479 | padding:30px 0 20px 30px; 480 | color:rgba(0,0,0,0.5); 481 | border:1px solid #d8e0e5; 482 | -webkit-border-radius:3px; 483 | border-radius:3px; 484 | } 485 | 486 | .glyphs.css-mapping li { 487 | margin:0 30px 20px 0; 488 | padding:0; 489 | display:inline-block; 490 | overflow:hidden; 491 | } 492 | 493 | .glyphs.css-mapping .icon { 494 | margin:0; 495 | margin-right:10px; 496 | padding:13px; 497 | height:50px; 498 | width:50px; 499 | color:#162a36 !important; 500 | overflow:hidden; 501 | float:left; 502 | font-size:24px; 503 | } 504 | 505 | .glyphs.css-mapping input { 506 | margin:0; 507 | margin-top:5px; 508 | padding:8px; 509 | line-height:16px; 510 | font-size:16px; 511 | display:block; 512 | width:150px; 513 | height:40px; 514 | border:1px solid #d8e0e5; 515 | -webkit-border-radius:5px; 516 | border-radius:5px; 517 | background:#fff; 518 | outline:0; 519 | float:right; 520 | } 521 | 522 | .glyphs.css-mapping input:focus { 523 | border:1px solid #fbde4a; 524 | -webkit-box-shadow:inset 0 0 3px #fbde4a; 525 | box-shadow:inset 0 0 3px #fbde4a; 526 | } 527 | 528 | .glyphs.css-mapping input:hover { 529 | -webkit-box-shadow:inset 0 0 3px #fbde4a; 530 | box-shadow:inset 0 0 3px #fbde4a; 531 | } 532 | 533 | 534 | .bshadow0, input { 535 | box-shadow: inset 0 -2px #e7e7e7; 536 | } 537 | input:hover { 538 | box-shadow: inset 0 -2px #fbde4a; 539 | } 540 | input, fieldset { 541 | font-family: 'Dosis', 'Tahoma', sans-serif; 542 | font-size: 1em; 543 | margin: 0; 544 | padding: .25em 0; 545 | border: 0; 546 | } 547 | input { 548 | color: inherit; 549 | line-height: 1.5; 550 | height: 2em; 551 | padding: .25em 0; 552 | } 553 | input:focus { 554 | outline: none; 555 | box-shadow: inset 0 -2px #ff3000; 556 | } 557 | .exIcons { 558 | padding: 0 1.2em; 559 | } 560 | .exIcons i { 561 | margin: 0 1.2em; 562 | } 563 | .searchTitle { 564 | width: 100%; 565 | overflow: hidden; 566 | padding-top: .8em; 567 | color: #666 !important; 568 | display: none; 569 | } 570 | .setTitle { 571 | width: 100%; 572 | overflow: hidden; 573 | padding-top: .8em; 574 | color: #666 !important; 575 | } 576 | .setGroup { 577 | margin-bottom: 2em; 578 | overflow: hidden; 579 | display: inline; 580 | } 581 | .glyph { 582 | font-size: 16px; 583 | width: 33%; 584 | padding: 1em; 585 | float: left; 586 | overflow: hidden; 587 | } 588 | .glyph span { 589 | color: #ff3000; 590 | } 591 | .glyph .label .txt { 592 | margin-left: 15px; 593 | line-height: 3rem; 594 | vertical-align: top; 595 | color: #666; 596 | } 597 | .glyph fieldset input { 598 | width: 49%; 599 | } 600 | .glyph fieldset .align-right { 601 | text-align: right; 602 | } 603 | .glyph .ligature span { 604 | width: 20%; 605 | } 606 | .ligature span { 607 | color: #666; 608 | } 609 | .liga { 610 | width: 80%; 611 | text-align: right; 612 | float: right; 613 | } 614 | .nothing { 615 | display: none; 616 | visibility: hidden; 617 | height: 0; 618 | width: 0; 619 | padding: 0; 620 | margin: 0; 621 | } 622 | #search__filter { 623 | padding: 10px 36px; 624 | border-radius: 32px; 625 | font-size: 1.2em; 626 | line-height: 2em; 627 | width: 100%; 628 | color: #666; 629 | margin-top: 30px; 630 | text-align: center; 631 | background-color: white; 632 | border: 2px solid #ddd; 633 | -webkit-box-shadow: none; 634 | box-shadow: none; 635 | } 636 | #search__filter:hover { 637 | border-color: #fbde4a; 638 | } 639 | #search__filter:focus { 640 | border-color: #ff3000; 641 | } -------------------------------------------------------------------------------- /licons.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * licons by Jan Klever - @janklever - http://kleverspace.github.io/licons/ 3 | */ 4 | 5 | @font-face { 6 | font-family: 'licons'; 7 | src: url('fonts/licons.eot?v=2.2'); 8 | src: url('fonts/licons.eot?v=2.2#iefix') format('embedded-opentype'), 9 | url('fonts/licons.ttf?v=2.2') format('truetype'), 10 | url('fonts/licons.woff?v=2.2') format('woff'), 11 | url('fonts/licons.woff2?v=2.2') format('woff2'), 12 | url('fonts/licons.svg?v=2.2#licons') format('svg'); 13 | font-weight: normal; 14 | font-style: normal; 15 | } 16 | 17 | [class^="li-"], [class*=" li-"] { 18 | /* use !important to prevent issues with browser extensions that change fonts */ 19 | font-family: 'licons' !important; 20 | speak: none; 21 | font-style: normal; 22 | font-weight: normal; 23 | font-variant: normal; 24 | text-transform: none; 25 | line-height: 1; 26 | 27 | /* Enable Ligatures ================ */ 28 | letter-spacing: 0; 29 | -webkit-font-feature-settings: "liga"; 30 | -moz-font-feature-settings: "liga=1"; 31 | -moz-font-feature-settings: "liga"; 32 | -ms-font-feature-settings: "liga" 1; 33 | font-feature-settings: "liga"; 34 | -webkit-font-variant-ligatures: discretionary-ligatures; 35 | font-variant-ligatures: discretionary-ligatures; 36 | 37 | /* Better Font Rendering =========== */ 38 | -webkit-font-smoothing: antialiased; 39 | -moz-osx-font-smoothing: grayscale; 40 | } 41 | 42 | .li-2x { font-size: 2rem; } 43 | 44 | .li-3x { font-size: 3rem; } 45 | 46 | .li-4x { font-size: 4rem; } 47 | 48 | .li-5x { font-size: 5rem; } 49 | 50 | .li-universal-access:before { content: "\e9f4"; } 51 | 52 | .li-accessibility:before { content: "\e901"; } 53 | 54 | .li-accessibility-alt:before { content: "\e900"; } 55 | 56 | .li-deaf:before { content: "\e91b"; } 57 | 58 | .li-bullhorn:before { content: "\e911"; } 59 | 60 | .li-certificate:before { content: "\e913"; } 61 | 62 | .li-check:before { content: "\e915"; } 63 | 64 | .li-close:before { content: "\e917"; } 65 | 66 | .li-minus:before { content: "\e93f"; } 67 | 68 | .li-plus:before { content: "\e94e"; } 69 | 70 | .li-more-or-less:before { content: "\e941"; } 71 | 72 | .li-divide:before { content: "\e91d"; } 73 | 74 | .li-percent:before { content: "\e94a"; } 75 | 76 | .li-permille:before { content: "\e94b"; } 77 | 78 | .li-dollar:before { content: "\e91e"; } 79 | 80 | .li-euro:before { content: "\e9f5"; } 81 | 82 | .li-pound-sterling:before { content: "\e9f6"; } 83 | 84 | .li-yen:before { content: "\e9f7"; } 85 | 86 | .li-bitcoin:before { content: "\e9f8"; } 87 | 88 | .li-credit-card:before { content: "\e9f9"; } 89 | 90 | .li-credit-card-alt:before { content: "\e9fa"; } 91 | 92 | .li-delivery:before { content: "\e91c"; } 93 | 94 | .li-door-lock:before { content: "\e91f"; } 95 | 96 | .li-door:before { content: "\e920"; } 97 | 98 | .li-eye:before { content: "\e927"; } 99 | 100 | .li-eye-slash:before { content: "\e926"; } 101 | 102 | .li-flag:before { content: "\e929"; } 103 | 104 | .li-folder:before { content: "\e92a"; } 105 | 106 | .li-archive:before { content: "\e904"; } 107 | 108 | .li-paper:before { content: "\e947"; } 109 | 110 | .li-paperclip:before { content: "\e948"; } 111 | 112 | .li-download:before { content: "\e923"; } 113 | 114 | .li-upload:before { content: "\e968"; } 115 | 116 | .li-note:before { content: "\e944"; } 117 | 118 | .li-pencil:before { content: "\e949"; } 119 | 120 | .li-trash:before { content: "\e962"; } 121 | 122 | .li-printer:before { content: "\e94f"; } 123 | 124 | .li-filter:before { content: "\e928"; } 125 | 126 | .li-balloons:before { content: "\e907"; } 127 | 128 | .li-birthday-cake:before { content: "\e90d"; } 129 | 130 | .li-gift:before { content: "\e92b"; } 131 | 132 | .li-graduation-cap:before { content: "\e92c"; } 133 | 134 | .li-university:before { content: "\e965"; } 135 | 136 | .li-trophy:before { content: "\e963"; } 137 | 138 | .li-black-tie:before { content: "\e90e"; } 139 | 140 | .li-hashtag:before { content: "\e92d"; } 141 | 142 | .li-asterisk:before { content: "\e905"; } 143 | 144 | .li-ampersand:before { content: "\e902"; } 145 | 146 | .li-home:before { content: "\e931"; } 147 | 148 | .li-menu:before { content: "\e93e"; } 149 | 150 | .li-options:before { content: "\e945"; } 151 | 152 | .li-dots-v:before { content: "\e922"; } 153 | 154 | .li-dots-h:before { content: "\e921"; } 155 | 156 | .li-calendar:before { content: "\e912"; } 157 | 158 | .li-clock:before { content: "\e916"; } 159 | 160 | .li-bell:before { content: "\e90c"; } 161 | 162 | .li-share:before { content: "\e958"; } 163 | 164 | .li-comment:before { content: "\e918"; } 165 | 166 | .li-chat:before { content: "\e914"; } 167 | 168 | .li-search:before { content: "\e956"; } 169 | 170 | .li-settings:before { content: "\e957"; } 171 | 172 | .li-hourglass:before { content: "\e932"; } 173 | 174 | .li-rss:before { content: "\e955"; } 175 | 176 | .li-infinity:before { content: "\e933"; } 177 | 178 | .li-cursor:before { content: "\e91a"; } 179 | 180 | .li-laptop:before { content: "\e936"; } 181 | 182 | .li-bug:before { content: "\e910"; } 183 | 184 | .li-leaf:before { content: "\e937"; } 185 | 186 | .li-anchor:before { content: "\e903"; } 187 | 188 | .li-link:before { content: "\e938"; } 189 | 190 | .li-magnet:before { content: "\e93c"; } 191 | 192 | .li-magnet-alt:before { content: "\e93b"; } 193 | 194 | .li-location-arrow:before { content: "\e939"; } 195 | 196 | .li-map-marker:before { content: "\e93d"; } 197 | 198 | .li-phone:before { content: "\e94c"; } 199 | 200 | .li-mobile:before { content: "\e940"; } 201 | 202 | .li-envelope:before { content: "\e924"; } 203 | 204 | .li-at:before { content: "\e906"; } 205 | 206 | .li-battery-full:before { content: "\e90a"; } 207 | 208 | .li-battery-half:before { content: "\e90b"; } 209 | 210 | .li-battery-empty:before { content: "\e909"; } 211 | 212 | .li-music:before { content: "\e943"; } 213 | 214 | .li-music-alt:before { content: "\e942"; } 215 | 216 | .li-headphones:before { content: "\e92e"; } 217 | 218 | .li-paper-plane:before { content: "\e946"; } 219 | 220 | .li-plug:before { content: "\e94d"; } 221 | 222 | .li-turn-off:before { content: "\e964"; } 223 | 224 | .li-question:before { content: "\e950"; } 225 | 226 | .li-exclamation:before { content: "\e925"; } 227 | 228 | .li-quote-left:before { content: "\e951"; } 229 | 230 | .li-quote-right:before { content: "\e952"; } 231 | 232 | .li-quotes:before { content: "\e953"; } 233 | 234 | .li-copyright:before { content: "\e919"; } 235 | 236 | .li-registered:before { content: "\e954"; } 237 | 238 | .li-trademark:before { content: "\e961"; } 239 | 240 | .li-tag:before { content: "\e95e"; } 241 | 242 | .li-heart:before { content: "\e92f"; } 243 | 244 | .li-heartbeat:before { content: "\e930"; } 245 | 246 | .li-star:before { content: "\e95c"; } 247 | 248 | .li-star-half:before { content: "\e95b"; } 249 | 250 | .li-star-alt:before { content: "\e95a"; } 251 | 252 | .li-thumbs-up:before { content: "\e960"; } 253 | 254 | .li-thumbs-down:before { content: "\e95f"; } 255 | 256 | .li-ban:before { content: "\e908"; } 257 | 258 | .li-lock:before { content: "\e93a"; } 259 | 260 | .li-unlock:before { content: "\e967"; } 261 | 262 | .li-unlock-alt:before { content: "\e966"; } 263 | 264 | .li-user:before { content: "\e96a"; } 265 | 266 | .li-user-alt:before { content: "\e969"; } 267 | 268 | .li-users:before { content: "\e96c"; } 269 | 270 | .li-users-alt:before { content: "\e96b"; } 271 | 272 | .li-info:before { content: "\e934"; } 273 | 274 | .li-info-alt:before { content: "\e9fb"; } 275 | 276 | .li-warning:before { content: "\e96d"; } 277 | 278 | .li-bluetooth:before { content: "\e90f"; } 279 | 280 | .li-nfc:before { content: "\e9fc"; } 281 | 282 | .li-signal:before { content: "\e959"; } 283 | 284 | .li-wireless:before { content: "\e96e"; } 285 | 286 | .li-bike:before { content: "\e971"; } 287 | 288 | .li-bus:before { content: "\e976"; } 289 | 290 | .li-car:before { content: "\e978"; } 291 | 292 | .li-subway:before { content: "\e993"; } 293 | 294 | .li-train:before { content: "\e997"; } 295 | 296 | .li-truck:before { content: "\e9fd"; } 297 | 298 | .li-airplane:before { content: "\e9fe"; } 299 | 300 | .li-book:before { content: "\e973"; } 301 | 302 | .li-bookmaker:before { content: "\e974"; } 303 | 304 | .li-glasses:before { content: "\e983"; } 305 | 306 | .li-key:before { content: "\e935"; } 307 | 308 | .li-briefcase:before { content: "\e975"; } 309 | 310 | .li-suitcase:before { content: "\e95d"; } 311 | 312 | .li-picture:before { content: "\e98a"; } 313 | 314 | .li-camera:before { content: "\e977"; } 315 | 316 | .li-flash:before { content: "\e97f"; } 317 | 318 | .li-coffee:before { content: "\e97a"; } 319 | 320 | .li-diamond:before { content: "\e97c"; } 321 | 322 | .li-float:before { content: "\e980"; } 323 | 324 | .li-fruit-apple:before { content: "\e981"; } 325 | 326 | .li-glass:before { content: "\e982"; } 327 | 328 | .li-stethoscope:before { content: "\e992"; } 329 | 330 | .li-atom:before { content: "\e96f"; } 331 | 332 | .li-kitasato:before { content: "\e984"; } 333 | 334 | .li-test-tube:before { content: "\e996"; } 335 | 336 | .li-drop:before { content: "\e97d"; } 337 | 338 | .li-drugs:before { content: "\e97e"; } 339 | 340 | .li-light:before { content: "\e985"; } 341 | 342 | .li-balance:before { content: "\e970"; } 343 | 344 | .li-line-chart:before { content: "\e986"; } 345 | 346 | .li-pie-chart:before { content: "\e98b"; } 347 | 348 | .li-map:before { content: "\e987"; } 349 | 350 | .li-mouse:before { content: "\e989"; } 351 | 352 | .li-compact-disc:before { content: "\e97b"; } 353 | 354 | .li-pin:before { content: "\e98d"; } 355 | 356 | .li-pin-alt:before { content: "\e98c"; } 357 | 358 | .li-sun:before { content: "\e994"; } 359 | 360 | .li-moon:before { content: "\e988"; } 361 | 362 | .li-cloud:before { content: "\e979"; } 363 | 364 | .li-bolt:before { content: "\e972"; } 365 | 366 | .li-umbrella:before { content: "\e998"; } 367 | 368 | .li-planet:before { content: "\e98e"; } 369 | 370 | .li-rocket:before { content: "\e98f"; } 371 | 372 | .li-space-shuttle:before { content: "\e9ff"; } 373 | 374 | .li-shield:before { content: "\e990"; } 375 | 376 | .li-skull:before { content: "\e991"; } 377 | 378 | .li-target:before { content: "\e995"; } 379 | 380 | .li-play:before { content: "\e9a2"; } 381 | 382 | .li-pause:before { content: "\e9a1"; } 383 | 384 | .li-stop:before { content: "\e9a7"; } 385 | 386 | .li-rec:before { content: "\e9a3"; } 387 | 388 | .li-fast-backward:before { content: "\e99a"; } 389 | 390 | .li-fast-forward:before { content: "\e99b"; } 391 | 392 | .li-backward:before { content: "\e999"; } 393 | 394 | .li-forward:before { content: "\e99c"; } 395 | 396 | .li-step-left:before { content: "\e9a5"; } 397 | 398 | .li-step-right:before { content: "\e9a6"; } 399 | 400 | .li-left:before { content: "\e99d"; } 401 | 402 | .li-right:before { content: "\e9a4"; } 403 | 404 | .li-video-camera:before { content: "\e9a8"; } 405 | 406 | .li-microphone:before { content: "\e99f"; } 407 | 408 | .li-volume-up:before { content: "\e9ab"; } 409 | 410 | .li-volume-down:before { content: "\e9a9"; } 411 | 412 | .li-volume:before { content: "\e9ac"; } 413 | 414 | .li-volume-off:before { content: "\e9aa"; } 415 | 416 | .li-maximize:before { content: "\e99e"; } 417 | 418 | .li-minimize:before { content: "\e9a0"; } 419 | 420 | .li-female:before { content: "\e9ad"; } 421 | 422 | .li-male:before { content: "\e9b0"; } 423 | 424 | .li-mars-double:before { content: "\e9b1"; } 425 | 426 | .li-venus-double:before { content: "\e9b7"; } 427 | 428 | .li-intersex:before { content: "\e9af"; } 429 | 430 | .li-venus-mars:before { content: "\e9b8"; } 431 | 432 | .li-mars-stroke-h:before { content: "\e9b2"; } 433 | 434 | .li-mars-stroke-v:before { content: "\e9b3"; } 435 | 436 | .li-transgender:before { content: "\e9b6"; } 437 | 438 | .li-mercury:before { content: "\e9b4"; } 439 | 440 | .li-neuter:before { content: "\e9b5"; } 441 | 442 | .li-genderless:before { content: "\e9ae"; } 443 | 444 | .li-android:before { content: "\ea00"; } 445 | 446 | .li-apple:before { content: "\e9b9"; } 447 | 448 | .li-behance:before { content: "\e9ba"; } 449 | 450 | .li-bitbucket:before { content: "\ea01"; } 451 | 452 | .li-blogger:before { content: "\e9bb"; } 453 | 454 | .li-codepen:before { content: "\e9bc"; } 455 | 456 | .li-dribbble:before { content: "\e9bd"; } 457 | 458 | .li-facebook:before { content: "\e9be"; } 459 | 460 | .li-flickr:before { content: "\e9bf"; } 461 | 462 | .li-foursquare:before { content: "\e9c0"; } 463 | 464 | .li-github:before { content: "\ea02"; } 465 | 466 | .li-google:before { content: "\e9c1"; } 467 | 468 | .li-instagram:before { content: "\e9c2"; } 469 | 470 | .li-linkedin:before { content: "\e9c3"; } 471 | 472 | .li-medium:before { content: "\e9c4"; } 473 | 474 | .li-paypal:before { content: "\e9c5"; } 475 | 476 | .li-pinterest:before { content: "\e9c6"; } 477 | 478 | .li-skype:before { content: "\e9c7"; } 479 | 480 | .li-slack:before { content: "\e9c8"; } 481 | 482 | .li-snapchat:before { content: "\e9c9"; } 483 | 484 | .li-soundcloud:before { content: "\ea03"; } 485 | 486 | .li-spotify:before { content: "\e9ca"; } 487 | 488 | .li-twitch:before { content: "\ea04"; } 489 | 490 | .li-twitter:before { content: "\e9cb"; } 491 | 492 | .li-vimeo:before { content: "\e9cc"; } 493 | 494 | .li-wikipedia:before { content: "\e9cd"; } 495 | 496 | .li-windows:before { content: "\e9ce"; } 497 | 498 | .li-wordpress:before { content: "\e9cf"; } 499 | 500 | .li-youtube:before { content: "\e9d0"; } 501 | 502 | .li-angle-double-down:before { content: "\e9d1"; } 503 | 504 | .li-angle-double-left:before { content: "\e9d2"; } 505 | 506 | .li-angle-double-right:before { content: "\e9d3"; } 507 | 508 | .li-angle-double-top:before { content: "\e9d4"; } 509 | 510 | .li-angle-down:before { content: "\e9d5"; } 511 | 512 | .li-angle-left:before { content: "\e9d6"; } 513 | 514 | .li-angle-right:before { content: "\e9d7"; } 515 | 516 | .li-angle-top:before { content: "\e9d8"; } 517 | 518 | .li-angles:before { content: "\e9da"; } 519 | 520 | .li-angles-alt:before { content: "\e9d9"; } 521 | 522 | .li-arrow-down-left:before { content: "\e9db"; } 523 | 524 | .li-arrow-down-right:before { content: "\e9dc"; } 525 | 526 | .li-arrow-down:before { content: "\e9dd"; } 527 | 528 | .li-arrow-left:before { content: "\e9de"; } 529 | 530 | .li-arrow-right:before { content: "\e9df"; } 531 | 532 | .li-arrow-top-left:before { content: "\e9e0"; } 533 | 534 | .li-arrow-top-right:before { content: "\e9e1"; } 535 | 536 | .li-arrow-top:before { content: "\e9e2"; } 537 | 538 | .li-arrows-h:before { content: "\e9e4"; } 539 | 540 | .li-arrows-oblique-alt:before { content: "\e9e5"; } 541 | 542 | .li-arrows-oblique:before { content: "\e9e6"; } 543 | 544 | .li-arrows-v:before { content: "\e9e7"; } 545 | 546 | .li-arrows-alt:before { content: "\e9e3"; } 547 | 548 | .li-arrows:before { content: "\e9e8"; } 549 | 550 | .li-caret-down:before { content: "\e9e9"; } 551 | 552 | .li-caret-left:before { content: "\e9ea"; } 553 | 554 | .li-caret-right:before { content: "\e9eb"; } 555 | 556 | .li-caret-top:before { content: "\e9ec"; } 557 | 558 | .li-loading:before { content: "\e9ed"; } 559 | 560 | .li-restart:before { content: "\e9ef"; } 561 | 562 | .li-random:before { content: "\e9ee"; } 563 | 564 | .li-slide-h:before { content: "\e9f1"; } 565 | 566 | .li-slide-h-alt:before { content: "\e9f0"; } 567 | 568 | .li-slide-v:before { content: "\e9f3"; } 569 | 570 | .li-slide-v-alt:before { content: "\e9f2"; } 571 | -------------------------------------------------------------------------------- /sprite/licons-sprite.min.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * licons by Jan Klever - @janklever - http://kleverspace.github.io/licons/ 3 | */.licons{display:inline-block;background-repeat:no-repeat;background-image:url(sprite.png)}.li-universal-access{width:24px;height:32px;background-position:0 0}.li-accessibility{width:17px;height:32px;background-position:-48px 0}.li-accessibility-alt{width:15px;height:32px;background-position:-96px 0}.li-deaf{width:17px;height:32px;background-position:-144px 0}.li-bullhorn{width:18px;height:32px;background-position:-192px 0}.li-certificate{width:22px;height:32px;background-position:-240px 0}.li-check{width:17px;height:32px;background-position:-288px 0}.li-close{width:15px;height:32px;background-position:-336px 0}.li-minus{width:16px;height:32px;background-position:-384px 0}.li-plus{width:18px;height:32px;background-position:-432px 0}.li-more-or-less{width:12px;height:32px;background-position:-480px 0}.li-divide{width:16px;height:32px;background-position:-528px 0}.li-percent{width:15px;height:32px;background-position:-576px 0}.li-permille{width:19px;height:32px;background-position:-624px 0}.li-dollar{width:8px;height:32px;background-position:-672px 0}.li-euro{width:12px;height:32px;background-position:-720px 0}.li-pound-sterling{width:10px;height:32px;background-position:0 -48px}.li-yen{width:10px;height:32px;background-position:-48px -48px}.li-bitcoin{width:11px;height:32px;background-position:-96px -48px}.li-credit-card{width:21px;height:32px;background-position:-144px -48px}.li-credit-card-alt{width:21px;height:32px;background-position:-192px -48px}.li-delivery{width:23px;height:32px;background-position:-240px -48px}.li-door-lock{width:14px;height:32px;background-position:-288px -48px}.li-door{width:14px;height:32px;background-position:-336px -48px}.li-eye{width:21px;height:32px;background-position:-384px -48px}.li-eye-slash{width:21px;height:32px;background-position:-432px -48px}.li-flag{width:16px;height:32px;background-position:-480px -48px}.li-folder{width:23px;height:32px;background-position:-528px -48px}.li-archive{width:16px;height:32px;background-position:-576px -48px}.li-paper{width:16px;height:32px;background-position:-624px -48px}.li-paperclip{width:20px;height:32px;background-position:-672px -48px}.li-download{width:14px;height:32px;background-position:-720px -48px}.li-upload{width:14px;height:32px;background-position:0 -96px}.li-note{width:17px;height:32px;background-position:-48px -96px}.li-pencil{width:19px;height:32px;background-position:-96px -96px}.li-trash{width:17px;height:32px;background-position:-144px -96px}.li-printer{width:22px;height:32px;background-position:-192px -96px}.li-filter{width:21px;height:32px;background-position:-240px -96px}.li-balloons{width:20px;height:32px;background-position:-288px -96px}.li-birthday-cake{width:20px;height:32px;background-position:-336px -96px}.li-gift{width:15px;height:32px;background-position:-384px -96px}.li-graduation-cap{width:22px;height:32px;background-position:-432px -96px}.li-university{width:22px;height:32px;background-position:-480px -96px}.li-trophy{width:21px;height:32px;background-position:-528px -96px}.li-black-tie{width:14px;height:32px;background-position:-576px -96px}.li-hashtag{width:16px;height:32px;background-position:-624px -96px}.li-asterisk{width:18px;height:32px;background-position:-672px -96px}.li-ampersand{width:13px;height:32px;background-position:-720px -96px}.li-home{width:20px;height:32px;background-position:0 -144px}.li-menu{width:16px;height:32px;background-position:-48px -144px}.li-options{width:15px;height:32px;background-position:-96px -144px}.li-dots-v{width:5px;height:32px;background-position:-144px -144px}.li-dots-h{width:18px;height:32px;background-position:-192px -144px}.li-calendar{width:19px;height:32px;background-position:-240px -144px}.li-clock{width:19px;height:32px;background-position:-288px -144px}.li-bell{width:19px;height:32px;background-position:-336px -144px}.li-share{width:15px;height:32px;background-position:-384px -144px}.li-comment{width:18px;height:32px;background-position:-432px -144px}.li-chat{width:21px;height:32px;background-position:-480px -144px}.li-search{width:16px;height:32px;background-position:-528px -144px}.li-settings{width:22px;height:32px;background-position:-576px -144px}.li-hourglass{width:14px;height:32px;background-position:-624px -144px}.li-rss{width:17px;height:32px;background-position:-672px -144px}.li-infinity{width:21px;height:32px;background-position:-720px -144px}.li-cursor{width:11px;height:32px;background-position:0 -192px}.li-laptop{width:24px;height:32px;background-position:-48px -192px}.li-bug{width:19px;height:32px;background-position:-96px -192px}.li-leaf{width:19px;height:32px;background-position:-144px -192px}.li-anchor{width:19px;height:32px;background-position:-192px -192px}.li-link{width:21px;height:32px;background-position:-240px -192px}.li-magnet{width:17px;height:32px;background-position:-288px -192px}.li-magnet-alt{width:17px;height:32px;background-position:-336px -192px}.li-location-arrow{width:18px;height:32px;background-position:-384px -192px}.li-map-marker{width:16px;height:32px;background-position:-432px -192px}.li-phone{width:19px;height:32px;background-position:-480px -192px}.li-mobile{width:15px;height:32px;background-position:-528px -192px}.li-envelope{width:21px;height:32px;background-position:-576px -192px}.li-at{width:16px;height:32px;background-position:-624px -192px}.li-battery-full{width:19px;height:32px;background-position:-672px -192px}.li-battery-half{width:19px;height:32px;background-position:-720px -192px}.li-battery-empty{width:19px;height:32px;background-position:0 -240px}.li-music{width:16px;height:32px;background-position:-48px -240px}.li-music-alt{width:11px;height:32px;background-position:-96px -240px}.li-headphones{width:18px;height:32px;background-position:-144px -240px}.li-paper-plane{width:16px;height:32px;background-position:-192px -240px}.li-plug{width:18px;height:32px;background-position:-240px -240px}.li-turn-off{width:16px;height:32px;background-position:-288px -240px}.li-question{width:9px;height:32px;background-position:-336px -240px}.li-exclamation{width:2px;height:32px;background-position:-384px -240px}.li-quote-left{width:19px;height:32px;background-position:-432px -240px}.li-quote-right{width:20px;height:32px;background-position:-480px -240px}.li-quotes{width:19px;height:32px;background-position:-528px -240px}.li-copyright{width:20px;height:32px;background-position:-576px -240px}.li-registered{width:19px;height:32px;background-position:-624px -240px}.li-trademark{width:10px;height:32px;background-position:-672px -240px}.li-tag{width:17px;height:32px;background-position:-720px -240px}.li-heart{width:17px;height:32px;background-position:0 -288px}.li-heartbeat{width:23px;height:32px;background-position:-48px -288px}.li-star{width:22px;height:32px;background-position:-96px -288px}.li-star-half{width:22px;height:32px;background-position:-144px -288px}.li-star-alt{width:23px;height:32px;background-position:-192px -288px}.li-thumbs-up{width:17px;height:32px;background-position:-240px -288px}.li-thumbs-down{width:17px;height:32px;background-position:-288px -288px}.li-ban{width:16px;height:32px;background-position:-336px -288px}.li-lock{width:13px;height:32px;background-position:-384px -288px}.li-unlock{width:13px;height:32px;background-position:-432px -288px}.li-unlock-alt{width:18px;height:32px;background-position:-480px -288px}.li-user{width:19px;height:32px;background-position:-528px -288px}.li-user-alt{width:16px;height:32px;background-position:-576px -288px}.li-users{width:20px;height:32px;background-position:-624px -288px}.li-users-alt{width:23px;height:32px;background-position:-672px -288px}.li-info{width:7px;height:32px;background-position:-720px -288px}.li-info-alt{width:21px;height:32px;background-position:0 -336px}.li-warning{width:21px;height:32px;background-position:-48px -336px}.li-bluetooth{width:10px;height:32px;background-position:-96px -336px}.li-nfc{width:18px;height:32px;background-position:-144px -336px}.li-signal{width:17px;height:32px;background-position:-192px -336px}.li-wireless{width:21px;height:32px;background-position:-240px -336px}.li-bike{width:31px;height:32px;background-position:-288px -336px}.li-bus{width:17px;height:32px;background-position:-336px -336px}.li-car{width:17px;height:32px;background-position:-384px -336px}.li-subway{width:24px;height:32px;background-position:-432px -336px}.li-train{width:17px;height:32px;background-position:-480px -336px}.li-truck{width:26px;height:32px;background-position:-528px -336px}.li-airplane{width:20px;height:32px;background-position:-576px -336px}.li-book{width:18px;height:32px;background-position:-624px -336px}.li-bookmaker{width:12px;height:32px;background-position:-672px -336px}.li-glasses{width:23px;height:32px;background-position:-720px -336px}.li-key{width:18px;height:32px;background-position:0 -384px}.li-briefcase{width:22px;height:32px;background-position:-48px -384px}.li-suitcase{width:20px;height:32px;background-position:-96px -384px}.li-picture{width:23px;height:32px;background-position:-144px -384px}.li-camera{width:21px;height:32px;background-position:-192px -384px}.li-flash{width:14px;height:32px;background-position:-240px -384px}.li-coffee{width:18px;height:32px;background-position:-288px -384px}.li-diamond{width:21px;height:32px;background-position:-336px -384px}.li-float{width:17px;height:32px;background-position:-384px -384px}.li-fruit-apple{width:21px;height:32px;background-position:-432px -384px}.li-glass{width:15px;height:32px;background-position:-480px -384px}.li-stethoscope{width:17px;height:32px;background-position:-528px -384px}.li-atom{width:21px;height:32px;background-position:-576px -384px}.li-kitasato{width:17px;height:32px;background-position:-624px -384px}.li-test-tube{width:8px;height:32px;background-position:-672px -384px}.li-drop{width:13px;height:32px;background-position:-720px -384px}.li-drugs{width:18px;height:32px;background-position:0 -432px}.li-light{width:15px;height:32px;background-position:-48px -432px}.li-balance{width:26px;height:32px;background-position:-96px -432px}.li-line-chart{width:26px;height:32px;background-position:-144px -432px}.li-pie-chart{width:20px;height:32px;background-position:-192px -432px}.li-map{width:19px;height:32px;background-position:-240px -432px}.li-mouse{width:17px;height:32px;background-position:-288px -432px}.li-compact-disc{width:24px;height:32px;background-position:-336px -432px}.li-pin{width:11px;height:32px;background-position:-384px -432px}.li-pin-alt{width:17px;height:32px;background-position:-432px -432px}.li-sun{width:21px;height:32px;background-position:-480px -432px}.li-moon{width:14px;height:32px;background-position:-528px -432px}.li-cloud{width:26px;height:32px;background-position:-576px -432px}.li-bolt{width:10px;height:32px;background-position:-624px -432px}.li-umbrella{width:19px;height:32px;background-position:-672px -432px}.li-planet{width:24px;height:32px;background-position:-720px -432px}.li-rocket{width:20px;height:32px;background-position:0 -480px}.li-space-shuttle{width:20px;height:32px;background-position:-48px -480px}.li-shield{width:19px;height:32px;background-position:-96px -480px}.li-skull{width:18px;height:32px;background-position:-144px -480px}.li-target{width:22px;height:32px;background-position:-192px -480px}.li-play{width:16px;height:32px;background-position:-240px -480px}.li-pause{width:9px;height:32px;background-position:-288px -480px}.li-stop{width:15px;height:32px;background-position:-336px -480px}.li-rec{width:15px;height:32px;background-position:-384px -480px}.li-fast-backward{width:19px;height:32px;background-position:-432px -480px}.li-fast-forward{width:19px;height:32px;background-position:-480px -480px}.li-backward{width:19px;height:32px;background-position:-528px -480px}.li-forward{width:19px;height:32px;background-position:-576px -480px}.li-step-left{width:13px;height:32px;background-position:-624px -480px}.li-step-right{width:13px;height:32px;background-position:-672px -480px}.li-left{width:13px;height:32px;background-position:-720px -480px}.li-right{width:13px;height:32px;background-position:0 -528px}.li-video-camera{width:21px;height:32px;background-position:-48px -528px}.li-microphone{width:13px;height:32px;background-position:-96px -528px}.li-volume-up{width:25px;height:32px;background-position:-144px -528px}.li-volume-down{width:21px;height:32px;background-position:-192px -528px}.li-volume{width:16px;height:32px;background-position:-240px -528px}.li-volume-off{width:16px;height:32px;background-position:-288px -528px}.li-maximize{width:15px;height:32px;background-position:-336px -528px}.li-minimize{width:15px;height:32px;background-position:-384px -528px}.li-female{width:14px;height:32px;background-position:-432px -528px}.li-male{width:18px;height:32px;background-position:-480px -528px}.li-mars-double{width:22px;height:32px;background-position:-528px -528px}.li-venus-double{width:20px;height:32px;background-position:-576px -528px}.li-intersex{width:18px;height:32px;background-position:-624px -528px}.li-venus-mars{width:24px;height:32px;background-position:-672px -528px}.li-mars-stroke-h{width:22px;height:32px;background-position:-720px -528px}.li-mars-stroke-v{width:14px;height:32px;background-position:0 -576px}.li-transgender{width:21px;height:32px;background-position:-48px -576px}.li-mercury{width:14px;height:32px;background-position:-96px -576px}.li-neuter{width:14px;height:32px;background-position:-144px -576px}.li-genderless{width:14px;height:32px;background-position:-192px -576px}.li-android{width:20px;height:32px;background-position:-240px -576px}.li-apple{width:17px;height:32px;background-position:-288px -576px}.li-behance{width:21px;height:32px;background-position:-336px -576px}.li-bitbucket{width:18px;height:32px;background-position:-384px -576px}.li-blogger{width:17px;height:32px;background-position:-432px -576px}.li-codepen{width:18px;height:32px;background-position:-480px -576px}.li-dribbble{width:19px;height:32px;background-position:-528px -576px}.li-facebook{width:13px;height:32px;background-position:-576px -576px}.li-flickr{width:22px;height:32px;background-position:-624px -576px}.li-foursquare{width:13px;height:32px;background-position:-672px -576px}.li-github{width:20px;height:32px;background-position:-720px -576px}.li-google{width:19px;height:32px;background-position:0 -624px}.li-instagram{width:18px;height:32px;background-position:-48px -624px}.li-linkedin{width:17px;height:32px;background-position:-96px -624px}.li-medium{width:19px;height:32px;background-position:-144px -624px}.li-paypal{width:16px;height:32px;background-position:-192px -624px}.li-pinterest{width:15px;height:32px;background-position:-240px -624px}.li-skype{width:21px;height:32px;background-position:-288px -624px}.li-slack{width:17px;height:32px;background-position:-336px -624px}.li-snapchat{width:18px;height:32px;background-position:-384px -624px}.li-soundcloud{width:28px;height:32px;background-position:-432px -624px}.li-spotify{width:19px;height:32px;background-position:-480px -624px}.li-twitch{width:18px;height:32px;background-position:-528px -624px}.li-twitter{width:22px;height:32px;background-position:-576px -624px}.li-vimeo{width:18px;height:32px;background-position:-624px -624px}.li-wikipedia{width:23px;height:32px;background-position:-672px -624px}.li-windows{width:19px;height:32px;background-position:-720px -624px}.li-wordpress{width:19px;height:32px;background-position:0 -672px}.li-youtube{width:23px;height:32px;background-position:-48px -672px}.li-angle-double-down{width:15px;height:32px;background-position:-96px -672px}.li-angle-double-left{width:13px;height:32px;background-position:-144px -672px}.li-angle-double-right{width:13px;height:32px;background-position:-192px -672px}.li-angle-double-top{width:15px;height:32px;background-position:-240px -672px}.li-angle-down{width:15px;height:32px;background-position:-288px -672px}.li-angle-left{width:8px;height:32px;background-position:-336px -672px}.li-angle-right{width:8px;height:32px;background-position:-384px -672px}.li-angle-top{width:15px;height:32px;background-position:-432px -672px}.li-angles{width:20px;height:32px;background-position:-480px -672px}.li-angles-alt{width:15px;height:32px;background-position:-528px -672px}.li-arrow-down-left{width:15px;height:32px;background-position:-576px -672px}.li-arrow-down-right{width:15px;height:32px;background-position:-624px -672px}.li-arrow-down{width:15px;height:32px;background-position:-672px -672px}.li-arrow-left{width:20px;height:32px;background-position:-720px -672px}.li-arrow-right{width:20px;height:32px;background-position:0 -720px}.li-arrow-top-left{width:15px;height:32px;background-position:-48px -720px}.li-arrow-top-right{width:15px;height:32px;background-position:-96px -720px}.li-arrow-top{width:15px;height:32px;background-position:-144px -720px}.li-arrows-h{width:20px;height:32px;background-position:-192px -720px}.li-arrows-oblique-alt{width:15px;height:32px;background-position:-240px -720px}.li-arrows-oblique{width:14px;height:32px;background-position:-288px -720px}.li-arrows-v{width:6px;height:32px;background-position:-336px -720px}.li-arrows-alt{width:15px;height:32px;background-position:-384px -720px}.li-arrows{width:20px;height:32px;background-position:-432px -720px}.li-caret-down{width:20px;height:32px;background-position:-480px -720px}.li-caret-left{width:13px;height:32px;background-position:-528px -720px}.li-caret-right{width:13px;height:32px;background-position:-576px -720px}.li-caret-top{width:20px;height:32px;background-position:-624px -720px}.li-loading{width:18px;height:32px;background-position:-672px -720px}.li-restart{width:17px;height:32px;background-position:-720px -720px}.li-random{width:17px;height:32px;background-position:0 -768px}.li-slide-h{width:20px;height:32px;background-position:-48px -768px}.li-slide-h-alt{width:19px;height:32px;background-position:-96px -768px}.li-slide-v{width:20px;height:32px;background-position:-144px -768px}.li-slide-v-alt{width:13px;height:32px;background-position:-192px -768px} -------------------------------------------------------------------------------- /stylus/licons.styl: -------------------------------------------------------------------------------- 1 | /*! 2 | * licons by Jan Klever - @janklever - https://licons.klever.space/ 3 | */ 4 | 5 | @import "variables" 6 | 7 | @font-face 8 | font-family 'licons' 9 | src url('../fonts/licons.eot?v=2.2') 10 | src url('../fonts/licons.eot?v=2.2#iefix') format('embedded-opentype'), url('../fonts/licons.ttf?v=2.2') format('truetype'), url('../fonts/licons.woff?v=2.2') format('woff'), url('../fonts/licons.woff2?v=2.2') format('woff2'), url('../fonts/licons.svg?v=2.2#licons') format('svg') 11 | font-weight normal 12 | font-style normal 13 | 14 | [class^="li-"], [class*=" li-"] 15 | font-family 'licons' !important 16 | speak none 17 | font-style normal 18 | font-weight normal 19 | font-variant normal 20 | text-transform none 21 | line-height 1 22 | 23 | // Enable Ligatures 24 | letter-spacing 0 25 | -webkit-font-feature-settings "liga" 26 | -moz-font-feature-settings "liga=1" 27 | -moz-font-feature-settings "liga" 28 | -ms-font-feature-settings "liga" 1 29 | font-feature-settings "liga" 30 | -webkit-font-variant-ligatures discretionary-ligatures; 31 | font-variant-ligatures discretionary-ligatures; 32 | 33 | // Better Font Rendering 34 | -webkit-font-smoothing antialiased 35 | -moz-osx-font-smoothing grayscale 36 | 37 | .li 38 | // SIZES 39 | &-2x 40 | font-size 2rem 41 | &-3x 42 | font-size 3rem 43 | &-4x 44 | font-size 4rem 45 | &-5x 46 | font-size 5rem 47 | 48 | // CHARACTERS 49 | &-universal-access 50 | &:before 51 | content li-universal-access 52 | &-accessibility 53 | &:before 54 | content li-accessibility 55 | &-accessibility-alt 56 | &:before 57 | content li-accessibility-alt 58 | &-deaf 59 | &:before 60 | content li-deaf 61 | &-bullhorn 62 | &:before 63 | content li-bullhorn 64 | &-certificate 65 | &:before 66 | content li-certificate 67 | &-check 68 | &:before 69 | content li-check 70 | &-close 71 | &:before 72 | content li-close 73 | &-minus 74 | &:before 75 | content li-minus 76 | &-plus 77 | &:before 78 | content li-plus 79 | &-more-or-less 80 | &:before 81 | content li-more-or-less 82 | &-divide 83 | &:before 84 | content li-divide 85 | &-percent 86 | &:before 87 | content li-percent 88 | &-permille 89 | &:before 90 | content li-permille 91 | &-dollar 92 | &:before 93 | content li-dollar 94 | &-euro 95 | &:before 96 | content li-euro 97 | &-pound-sterling 98 | &:before 99 | content li-pound-sterling 100 | &-yen 101 | &:before 102 | content li-yen 103 | &-bitcoin 104 | &:before 105 | content li-bitcoin 106 | &-credit-card 107 | &:before 108 | content li-credit-card 109 | &-credit-card-alt 110 | &:before 111 | content li-credit-card-alt 112 | &-delivery 113 | &:before 114 | content li-delivery 115 | &-door-lock 116 | &:before 117 | content li-door-lock 118 | &-door 119 | &:before 120 | content li-door 121 | &-eye 122 | &:before 123 | content li-eye 124 | &-eye-slash 125 | &:before 126 | content li-eye-slash 127 | &-flag 128 | &:before 129 | content li-flag 130 | &-folder 131 | &:before 132 | content li-folder 133 | &-archive 134 | &:before 135 | content li-archive 136 | &-paper 137 | &:before 138 | content li-paper 139 | &-paperclip 140 | &:before 141 | content li-paperclip 142 | &-download 143 | &:before 144 | content li-download 145 | &-upload 146 | &:before 147 | content li-upload 148 | &-note 149 | &:before 150 | content li-note 151 | &-pencil 152 | &:before 153 | content li-pencil 154 | &-trash 155 | &:before 156 | content li-trash 157 | &-printer 158 | &:before 159 | content li-printer 160 | &-filter 161 | &:before 162 | content li-filter 163 | &-balloons 164 | &:before 165 | content li-balloons 166 | &-birthday-cake 167 | &:before 168 | content li-birthday-cake 169 | &-gift 170 | &:before 171 | content li-gift 172 | &-graduation-cap 173 | &:before 174 | content li-graduation-cap 175 | &-university 176 | &:before 177 | content li-university 178 | &-trophy 179 | &:before 180 | content li-trophy 181 | &-black-tie 182 | &:before 183 | content li-black-tie 184 | &-hashtag 185 | &:before 186 | content li-hashtag 187 | &-asterisk 188 | &:before 189 | content li-asterisk 190 | &-ampersand 191 | &:before 192 | content li-ampersand 193 | &-home 194 | &:before 195 | content li-home 196 | &-menu 197 | &:before 198 | content li-menu 199 | &-options 200 | &:before 201 | content li-options 202 | &-dots-v 203 | &:before 204 | content li-dots-v 205 | &-dots-h 206 | &:before 207 | content li-dots-h 208 | &-calendar 209 | &:before 210 | content li-calendar 211 | &-clock 212 | &:before 213 | content li-clock 214 | &-bell 215 | &:before 216 | content li-bell 217 | &-share 218 | &:before 219 | content li-share 220 | &-comment 221 | &:before 222 | content li-comment 223 | &-chat 224 | &:before 225 | content li-chat 226 | &-search 227 | &:before 228 | content li-search 229 | &-settings 230 | &:before 231 | content li-settings 232 | &-hourglass 233 | &:before 234 | content li-hourglass 235 | &-rss 236 | &:before 237 | content li-rss 238 | &-infinity 239 | &:before 240 | content li-infinity 241 | &-cursor 242 | &:before 243 | content li-cursor 244 | &-laptop 245 | &:before 246 | content li-laptop 247 | &-bug 248 | &:before 249 | content li-bug 250 | &-leaf 251 | &:before 252 | content li-leaf 253 | &-anchor 254 | &:before 255 | content li-anchor 256 | &-link 257 | &:before 258 | content li-link 259 | &-magnet 260 | &:before 261 | content li-magnet 262 | &-magnet-alt 263 | &:before 264 | content li-magnet-alt 265 | &-location-arrow 266 | &:before 267 | content li-location-arrow 268 | &-map-marker 269 | &:before 270 | content li-map-marker 271 | &-phone 272 | &:before 273 | content li-phone 274 | &-mobile 275 | &:before 276 | content li-mobile 277 | &-envelope 278 | &:before 279 | content li-envelope 280 | &-at 281 | &:before 282 | content li-at 283 | &-battery-full 284 | &:before 285 | content li-battery-full 286 | &-battery-half 287 | &:before 288 | content li-battery-half 289 | &-battery-empty 290 | &:before 291 | content li-battery-empty 292 | &-music 293 | &:before 294 | content li-music 295 | &-music-alt 296 | &:before 297 | content li-music-alt 298 | &-headphones 299 | &:before 300 | content li-headphones 301 | &-paper-plane 302 | &:before 303 | content li-paper-plane 304 | &-plug 305 | &:before 306 | content li-plug 307 | &-turn-off 308 | &:before 309 | content li-turn-off 310 | &-question 311 | &:before 312 | content li-question 313 | &-exclamation 314 | &:before 315 | content li-exclamation 316 | &-quote-left 317 | &:before 318 | content li-quote-left 319 | &-quote-right 320 | &:before 321 | content li-quote-right 322 | &-quotes 323 | &:before 324 | content li-quotes 325 | &-copyright 326 | &:before 327 | content li-copyright 328 | &-registered 329 | &:before 330 | content li-registered 331 | &-trademark 332 | &:before 333 | content li-trademark 334 | &-tag 335 | &:before 336 | content li-tag 337 | &-heart 338 | &:before 339 | content li-heart 340 | &-heartbeat 341 | &:before 342 | content li-heartbeat 343 | &-star 344 | &:before 345 | content li-star 346 | &-star-half 347 | &:before 348 | content li-star-half 349 | &-star-alt 350 | &:before 351 | content li-star-alt 352 | &-thumbs-up 353 | &:before 354 | content li-thumbs-up 355 | &-thumbs-down 356 | &:before 357 | content li-thumbs-down 358 | &-ban 359 | &:before 360 | content li-ban 361 | &-lock 362 | &:before 363 | content li-lock 364 | &-unlock 365 | &:before 366 | content li-unlock 367 | &-unlock-alt 368 | &:before 369 | content li-unlock-alt 370 | &-user 371 | &:before 372 | content li-user 373 | &-user-alt 374 | &:before 375 | content li-user-alt 376 | &-users 377 | &:before 378 | content li-users 379 | &-users-alt 380 | &:before 381 | content li-users-alt 382 | &-info 383 | &:before 384 | content li-info 385 | &-info-alt 386 | &:before 387 | content li-info-alt 388 | &-warning 389 | &:before 390 | content li-warning 391 | &-bluetooth 392 | &:before 393 | content li-bluetooth 394 | &-nfc 395 | &:before 396 | content li-nfc 397 | &-signal 398 | &:before 399 | content li-signal 400 | &-wireless 401 | &:before 402 | content li-wireless 403 | &-bike 404 | &:before 405 | content li-bike 406 | &-bus 407 | &:before 408 | content li-bus 409 | &-car 410 | &:before 411 | content li-car 412 | &-subway 413 | &:before 414 | content li-subway 415 | &-train 416 | &:before 417 | content li-train 418 | &-truck 419 | &:before 420 | content li-truck 421 | &-airplane 422 | &:before 423 | content li-airplane 424 | &-book 425 | &:before 426 | content li-book 427 | &-bookmaker 428 | &:before 429 | content li-bookmaker 430 | &-glasses 431 | &:before 432 | content li-glasses 433 | &-key 434 | &:before 435 | content li-key 436 | &-briefcase 437 | &:before 438 | content li-briefcase 439 | &-suitcase 440 | &:before 441 | content li-suitcase 442 | &-picture 443 | &:before 444 | content li-picture 445 | &-camera 446 | &:before 447 | content li-camera 448 | &-flash 449 | &:before 450 | content li-flash 451 | &-coffee 452 | &:before 453 | content li-coffee 454 | &-diamond 455 | &:before 456 | content li-diamond 457 | &-float 458 | &:before 459 | content li-float 460 | &-fruit-apple 461 | &:before 462 | content li-fruit-apple 463 | &-glass 464 | &:before 465 | content li-glass 466 | &-stethoscope 467 | &:before 468 | content li-stethoscope 469 | &-atom 470 | &:before 471 | content li-atom 472 | &-kitasato 473 | &:before 474 | content li-kitasato 475 | &-test-tube 476 | &:before 477 | content li-test-tube 478 | &-drop 479 | &:before 480 | content li-drop 481 | &-drugs 482 | &:before 483 | content li-drugs 484 | &-light 485 | &:before 486 | content li-light 487 | &-balance 488 | &:before 489 | content li-balance 490 | &-line-chart 491 | &:before 492 | content li-line-chart 493 | &-pie-chart 494 | &:before 495 | content li-pie-chart 496 | &-map 497 | &:before 498 | content li-map 499 | &-mouse 500 | &:before 501 | content li-mouse 502 | &-compact-disc 503 | &:before 504 | content li-compact-disc 505 | &-pin 506 | &:before 507 | content li-pin 508 | &-pin-alt 509 | &:before 510 | content li-pin-alt 511 | &-sun 512 | &:before 513 | content li-sun 514 | &-moon 515 | &:before 516 | content li-moon 517 | &-cloud 518 | &:before 519 | content li-cloud 520 | &-bolt 521 | &:before 522 | content li-bolt 523 | &-umbrella 524 | &:before 525 | content li-umbrella 526 | &-planet 527 | &:before 528 | content li-planet 529 | &-rocket 530 | &:before 531 | content li-rocket 532 | &-space-shuttle 533 | &:before 534 | content li-space-shuttle 535 | &-shield 536 | &:before 537 | content li-shield 538 | &-skull 539 | &:before 540 | content li-skull 541 | &-target 542 | &:before 543 | content li-target 544 | &-play 545 | &:before 546 | content li-play 547 | &-pause 548 | &:before 549 | content li-pause 550 | &-stop 551 | &:before 552 | content li-stop 553 | &-rec 554 | &:before 555 | content li-rec 556 | &-fast-backward 557 | &:before 558 | content li-fast-backward 559 | &-fast-forward 560 | &:before 561 | content li-fast-forward 562 | &-backward 563 | &:before 564 | content li-backward 565 | &-forward 566 | &:before 567 | content li-forward 568 | &-step-left 569 | &:before 570 | content li-step-left 571 | &-step-right 572 | &:before 573 | content li-step-right 574 | &-left 575 | &:before 576 | content li-left 577 | &-right 578 | &:before 579 | content li-right 580 | &-video-camera 581 | &:before 582 | content li-video-camera 583 | &-microphone 584 | &:before 585 | content li-microphone 586 | &-volume-up 587 | &:before 588 | content li-volume-up 589 | &-volume-down 590 | &:before 591 | content li-volume-down 592 | &-volume 593 | &:before 594 | content li-volume 595 | &-volume-off 596 | &:before 597 | content li-volume-off 598 | &-maximize 599 | &:before 600 | content li-maximize 601 | &-minimize 602 | &:before 603 | content li-minimize 604 | &-female 605 | &:before 606 | content li-female 607 | &-male 608 | &:before 609 | content li-male 610 | &-mars-double 611 | &:before 612 | content li-mars-double 613 | &-venus-double 614 | &:before 615 | content li-venus-double 616 | &-intersex 617 | &:before 618 | content li-intersex 619 | &-venus-mars 620 | &:before 621 | content li-venus-mars 622 | &-mars-stroke-h 623 | &:before 624 | content li-mars-stroke-h 625 | &-mars-stroke-v 626 | &:before 627 | content li-mars-stroke-v 628 | &-transgender 629 | &:before 630 | content li-transgender 631 | &-mercury 632 | &:before 633 | content li-mercury 634 | &-neuter 635 | &:before 636 | content li-neuter 637 | &-genderless 638 | &:before 639 | content li-genderless 640 | &-android 641 | &:before 642 | content li-android 643 | &-apple 644 | &:before 645 | content li-apple 646 | &-behance 647 | &:before 648 | content li-behance 649 | &-bitbucket 650 | &:before 651 | content li-bitbucket 652 | &-blogger 653 | &:before 654 | content li-blogger 655 | &-codepen 656 | &:before 657 | content li-codepen 658 | &-dribbble 659 | &:before 660 | content li-dribbble 661 | &-facebook 662 | &:before 663 | content li-facebook 664 | &-flickr 665 | &:before 666 | content li-flickr 667 | &-foursquare 668 | &:before 669 | content li-foursquare 670 | &-github 671 | &:before 672 | content li-github 673 | &-google 674 | &:before 675 | content li-google 676 | &-instagram 677 | &:before 678 | content li-instagram 679 | &-linkedin 680 | &:before 681 | content li-linkedin 682 | &-medium 683 | &:before 684 | content li-medium 685 | &-paypal 686 | &:before 687 | content li-paypal 688 | &-pinterest 689 | &:before 690 | content li-pinterest 691 | &-skype 692 | &:before 693 | content li-skype 694 | &-slack 695 | &:before 696 | content li-slack 697 | &-snapchat 698 | &:before 699 | content li-snapchat 700 | &-soundcloud 701 | &:before 702 | content li-soundcloud 703 | &-spotify 704 | &:before 705 | content li-spotify 706 | &-twitch 707 | &:before 708 | content li-twitch 709 | &-twitter 710 | &:before 711 | content li-twitter 712 | &-vimeo 713 | &:before 714 | content li-vimeo 715 | &-wikipedia 716 | &:before 717 | content li-wikipedia 718 | &-windows 719 | &:before 720 | content li-windows 721 | &-wordpress 722 | &:before 723 | content li-wordpress 724 | &-youtube 725 | &:before 726 | content li-youtube 727 | &-angle-double-down 728 | &:before 729 | content li-angle-double-down 730 | &-angle-double-left 731 | &:before 732 | content li-angle-double-left 733 | &-angle-double-right 734 | &:before 735 | content li-angle-double-right 736 | &-angle-double-top 737 | &:before 738 | content li-angle-double-top 739 | &-angle-down 740 | &:before 741 | content li-angle-down 742 | &-angle-left 743 | &:before 744 | content li-angle-left 745 | &-angle-right 746 | &:before 747 | content li-angle-right 748 | &-angle-top 749 | &:before 750 | content li-angle-top 751 | &-angles 752 | &:before 753 | content li-angles 754 | &-angles-alt 755 | &:before 756 | content li-angles-alt 757 | &-arrow-down-left 758 | &:before 759 | content li-arrow-down-left 760 | &-arrow-down-right 761 | &:before 762 | content li-arrow-down-right 763 | &-arrow-down 764 | &:before 765 | content li-arrow-down 766 | &-arrow-left 767 | &:before 768 | content li-arrow-left 769 | &-arrow-right 770 | &:before 771 | content li-arrow-right 772 | &-arrow-top-left 773 | &:before 774 | content li-arrow-top-left 775 | &-arrow-top-right 776 | &:before 777 | content li-arrow-top-right 778 | &-arrow-top 779 | &:before 780 | content li-arrow-top 781 | &-arrows-h 782 | &:before 783 | content li-arrows-h 784 | &-arrows-oblique-alt 785 | &:before 786 | content li-arrows-oblique-alt 787 | &-arrows-oblique 788 | &:before 789 | content li-arrows-oblique 790 | &-arrows-v 791 | &:before 792 | content li-arrows-v 793 | &-arrows-alt 794 | &:before 795 | content li-arrows-alt 796 | &-arrows 797 | &:before 798 | content li-arrows 799 | &-caret-down 800 | &:before 801 | content li-caret-down 802 | &-caret-left 803 | &:before 804 | content li-caret-left 805 | &-caret-right 806 | &:before 807 | content li-caret-right 808 | &-caret-top 809 | &:before 810 | content li-caret-top 811 | &-loading 812 | &:before 813 | content li-loading 814 | &-restart 815 | &:before 816 | content li-restart 817 | &-random 818 | &:before 819 | content li-random 820 | &-slide-h 821 | &:before 822 | content li-slide-h 823 | &-slide-h-alt 824 | &:before 825 | content li-slide-h-alt 826 | &-slide-v 827 | &:before 828 | content li-slide-v 829 | &-slide-v-alt 830 | &:before 831 | content li-slide-v-alt 832 | -------------------------------------------------------------------------------- /less/licons.less: -------------------------------------------------------------------------------- 1 | /*! 2 | * licons by Jan Klever - @janklever - https://licons.klever.space/ 3 | */ 4 | 5 | @import "variables"; 6 | 7 | @font-face { 8 | font-family: 'licons'; 9 | src: url('../fonts/licons.eot?v=2.2'); 10 | src: url('../fonts/licons.eot?v=2.2#iefix') format('embedded-opentype'), 11 | url('../fonts/licons.ttf?v=2.2') format('truetype'), 12 | url('../fonts/licons.woff?v=2.2') format('woff'), 13 | url('../fonts/licons.woff2?v=2.2') format('woff2'), 14 | url('../fonts/licons.svg?v=2.2#licons') format('svg'); 15 | font-weight: normal; 16 | font-style: normal; 17 | } 18 | 19 | [class^="li-"], [class*=" li-"] { 20 | // use !important to prevent issues with browser extensions that change fonts 21 | font-family: 'licons' !important; 22 | speak: none; 23 | font-style: normal; 24 | font-weight: normal; 25 | font-variant: normal; 26 | text-transform: none; 27 | line-height: 1; 28 | 29 | // Enable Ligatures 30 | letter-spacing: 0; 31 | -webkit-font-feature-settings: "liga"; 32 | -moz-font-feature-settings: "liga=1"; 33 | -moz-font-feature-settings: "liga"; 34 | -ms-font-feature-settings: "liga" 1; 35 | font-feature-settings: "liga"; 36 | -webkit-font-variant-ligatures: discretionary-ligatures; 37 | font-variant-ligatures: discretionary-ligatures; 38 | 39 | // Better Font Rendering 40 | -webkit-font-smoothing: antialiased; 41 | -moz-osx-font-smoothing: grayscale; 42 | } 43 | 44 | .li { 45 | // SIZES 46 | &-2x { font-size: 2rem; } 47 | &-3x { font-size: 3rem; } 48 | &-4x { font-size: 4rem; } 49 | &-5x { font-size: 5rem; } 50 | 51 | // CHARACTERS 52 | &-universal-access { 53 | &:before { content: @li-universal-access; } 54 | } 55 | 56 | &-accessibility { 57 | &:before { content: @li-accessibility; } 58 | } 59 | 60 | &-accessibility-alt { 61 | &:before { content: @li-accessibility-alt; } 62 | } 63 | 64 | &-deaf { 65 | &:before { content: @li-deaf; } 66 | } 67 | 68 | &-bullhorn { 69 | &:before { content: @li-bullhorn; } 70 | } 71 | 72 | &-certificate { 73 | &:before { content: @li-certificate; } 74 | } 75 | 76 | &-check { 77 | &:before { content: @li-check; } 78 | } 79 | 80 | &-close { 81 | &:before { content: @li-close; } 82 | } 83 | 84 | &-minus { 85 | &:before { content: @li-minus; } 86 | } 87 | 88 | &-plus { 89 | &:before { content: @li-plus; } 90 | } 91 | 92 | &-more-or-less { 93 | &:before { content: @li-more-or-less; } 94 | } 95 | 96 | &-divide { 97 | &:before { content: @li-divide; } 98 | } 99 | 100 | &-percent { 101 | &:before { content: @li-percent; } 102 | } 103 | 104 | &-permille { 105 | &:before { content: @li-permille; } 106 | } 107 | 108 | &-dollar { 109 | &:before { content: @li-dollar; } 110 | } 111 | 112 | &-euro { 113 | &:before { content: @li-euro; } 114 | } 115 | 116 | &-pound-sterling { 117 | &:before { content: @li-pound-sterling; } 118 | } 119 | 120 | &-yen { 121 | &:before { content: @li-yen; } 122 | } 123 | 124 | &-bitcoin { 125 | &:before { content: @li-bitcoin; } 126 | } 127 | 128 | &-credit-card { 129 | &:before { content: @li-credit-card; } 130 | } 131 | 132 | &-credit-card-alt { 133 | &:before { content: @li-credit-card-alt; } 134 | } 135 | 136 | &-delivery { 137 | &:before { content: @li-delivery; } 138 | } 139 | 140 | &-door-lock { 141 | &:before { content: @li-door-lock; } 142 | } 143 | 144 | &-door { 145 | &:before { content: @li-door; } 146 | } 147 | 148 | &-eye { 149 | &:before { content: @li-eye; } 150 | } 151 | 152 | &-eye-slash { 153 | &:before { content: @li-eye-slash; } 154 | } 155 | 156 | &-flag { 157 | &:before { content: @li-flag; } 158 | } 159 | 160 | &-folder { 161 | &:before { content: @li-folder; } 162 | } 163 | 164 | &-archive { 165 | &:before { content: @li-archive; } 166 | } 167 | 168 | &-paper { 169 | &:before { content: @li-paper; } 170 | } 171 | 172 | &-paperclip { 173 | &:before { content: @li-paperclip; } 174 | } 175 | 176 | &-download { 177 | &:before { content: @li-download; } 178 | } 179 | 180 | &-upload { 181 | &:before { content: @li-upload; } 182 | } 183 | 184 | &-note { 185 | &:before { content: @li-note; } 186 | } 187 | 188 | &-pencil { 189 | &:before { content: @li-pencil; } 190 | } 191 | 192 | &-trash { 193 | &:before { content: @li-trash; } 194 | } 195 | 196 | &-printer { 197 | &:before { content: @li-printer; } 198 | } 199 | 200 | &-filter { 201 | &:before { content: @li-filter; } 202 | } 203 | 204 | &-balloons { 205 | &:before { content: @li-balloons; } 206 | } 207 | 208 | &-birthday-cake { 209 | &:before { content: @li-birthday-cake; } 210 | } 211 | 212 | &-gift { 213 | &:before { content: @li-gift; } 214 | } 215 | 216 | &-graduation-cap { 217 | &:before { content: @li-graduation-cap; } 218 | } 219 | 220 | &-university { 221 | &:before { content: @li-university; } 222 | } 223 | 224 | &-trophy { 225 | &:before { content: @li-trophy; } 226 | } 227 | 228 | &-black-tie { 229 | &:before { content: @li-black-tie; } 230 | } 231 | 232 | &-hashtag { 233 | &:before { content: @li-hashtag; } 234 | } 235 | 236 | &-asterisk { 237 | &:before { content: @li-asterisk; } 238 | } 239 | 240 | &-ampersand { 241 | &:before { content: @li-ampersand; } 242 | } 243 | 244 | &-home { 245 | &:before { content: @li-home; } 246 | } 247 | 248 | &-menu { 249 | &:before { content: @li-menu; } 250 | } 251 | 252 | &-options { 253 | &:before { content: @li-options; } 254 | } 255 | 256 | &-dots-v { 257 | &:before { content: @li-dots-v; } 258 | } 259 | 260 | &-dots-h { 261 | &:before { content: @li-dots-h; } 262 | } 263 | 264 | &-calendar { 265 | &:before { content: @li-calendar; } 266 | } 267 | 268 | &-clock { 269 | &:before { content: @li-clock; } 270 | } 271 | 272 | &-bell { 273 | &:before { content: @li-bell; } 274 | } 275 | 276 | &-share { 277 | &:before { content: @li-share; } 278 | } 279 | 280 | &-comment { 281 | &:before { content: @li-comment; } 282 | } 283 | 284 | &-chat { 285 | &:before { content: @li-chat; } 286 | } 287 | 288 | &-search { 289 | &:before { content: @li-search; } 290 | } 291 | 292 | &-settings { 293 | &:before { content: @li-settings; } 294 | } 295 | 296 | &-hourglass { 297 | &:before { content: @li-hourglass; } 298 | } 299 | 300 | &-rss { 301 | &:before { content: @li-rss; } 302 | } 303 | 304 | &-infinity { 305 | &:before { content: @li-infinity; } 306 | } 307 | 308 | &-cursor { 309 | &:before { content: @li-cursor; } 310 | } 311 | 312 | &-laptop { 313 | &:before { content: @li-laptop; } 314 | } 315 | 316 | &-bug { 317 | &:before { content: @li-bug; } 318 | } 319 | 320 | &-leaf { 321 | &:before { content: @li-leaf; } 322 | } 323 | 324 | &-anchor { 325 | &:before { content: @li-anchor; } 326 | } 327 | 328 | &-link { 329 | &:before { content: @li-link; } 330 | } 331 | 332 | &-magnet { 333 | &:before { content: @li-magnet; } 334 | } 335 | 336 | &-magnet-alt { 337 | &:before { content: @li-magnet-alt; } 338 | } 339 | 340 | &-location-arrow { 341 | &:before { content: @li-location-arrow; } 342 | } 343 | 344 | &-map-marker { 345 | &:before { content: @li-map-marker; } 346 | } 347 | 348 | &-phone { 349 | &:before { content: @li-phone; } 350 | } 351 | 352 | &-mobile { 353 | &:before { content: @li-mobile; } 354 | } 355 | 356 | &-envelope { 357 | &:before { content: @li-envelope; } 358 | } 359 | 360 | &-at { 361 | &:before { content: @li-at; } 362 | } 363 | 364 | &-battery-full { 365 | &:before { content: @li-battery-full; } 366 | } 367 | 368 | &-battery-half { 369 | &:before { content: @li-battery-half; } 370 | } 371 | 372 | &-battery-empty { 373 | &:before { content: @li-battery-empty; } 374 | } 375 | 376 | &-music { 377 | &:before { content: @li-music; } 378 | } 379 | 380 | &-music-alt { 381 | &:before { content: @li-music-alt; } 382 | } 383 | 384 | &-headphones { 385 | &:before { content: @li-headphones; } 386 | } 387 | 388 | &-paper-plane { 389 | &:before { content: @li-paper-plane; } 390 | } 391 | 392 | &-plug { 393 | &:before { content: @li-plug; } 394 | } 395 | 396 | &-turn-off { 397 | &:before { content: @li-turn-off; } 398 | } 399 | 400 | &-question { 401 | &:before { content: @li-question; } 402 | } 403 | 404 | &-exclamation { 405 | &:before { content: @li-exclamation; } 406 | } 407 | 408 | &-quote-left { 409 | &:before { content: @li-quote-left; } 410 | } 411 | 412 | &-quote-right { 413 | &:before { content: @li-quote-right; } 414 | } 415 | 416 | &-quotes { 417 | &:before { content: @li-quotes; } 418 | } 419 | 420 | &-copyright { 421 | &:before { content: @li-copyright; } 422 | } 423 | 424 | &-registered { 425 | &:before { content: @li-registered; } 426 | } 427 | 428 | &-trademark { 429 | &:before { content: @li-trademark; } 430 | } 431 | 432 | &-tag { 433 | &:before { content: @li-tag; } 434 | } 435 | 436 | &-heart { 437 | &:before { content: @li-heart; } 438 | } 439 | 440 | &-heartbeat { 441 | &:before { content: @li-heartbeat; } 442 | } 443 | 444 | &-star { 445 | &:before { content: @li-star; } 446 | } 447 | 448 | &-star-half { 449 | &:before { content: @li-star-half; } 450 | } 451 | 452 | &-star-alt { 453 | &:before { content: @li-star-alt; } 454 | } 455 | 456 | &-thumbs-up { 457 | &:before { content: @li-thumbs-up; } 458 | } 459 | 460 | &-thumbs-down { 461 | &:before { content: @li-thumbs-down; } 462 | } 463 | 464 | &-ban { 465 | &:before { content: @li-ban; } 466 | } 467 | 468 | &-lock { 469 | &:before { content: @li-lock; } 470 | } 471 | 472 | &-unlock { 473 | &:before { content: @li-unlock; } 474 | } 475 | 476 | &-unlock-alt { 477 | &:before { content: @li-unlock-alt; } 478 | } 479 | 480 | &-user { 481 | &:before { content: @li-user; } 482 | } 483 | 484 | &-user-alt { 485 | &:before { content: @li-user-alt; } 486 | } 487 | 488 | &-users { 489 | &:before { content: @li-users; } 490 | } 491 | 492 | &-users-alt { 493 | &:before { content: @li-users-alt; } 494 | } 495 | 496 | &-info { 497 | &:before { content: @li-info; } 498 | } 499 | 500 | &-info-alt { 501 | &:before { content: @li-info-alt; } 502 | } 503 | 504 | &-warning { 505 | &:before { content: @li-warning; } 506 | } 507 | 508 | &-bluetooth { 509 | &:before { content: @li-bluetooth; } 510 | } 511 | 512 | &-nfc { 513 | &:before { content: @li-nfc; } 514 | } 515 | 516 | &-signal { 517 | &:before { content: @li-signal; } 518 | } 519 | 520 | &-wireless { 521 | &:before { content: @li-wireless; } 522 | } 523 | 524 | &-bike { 525 | &:before { content: @li-bike; } 526 | } 527 | 528 | &-bus { 529 | &:before { content: @li-bus; } 530 | } 531 | 532 | &-car { 533 | &:before { content: @li-car; } 534 | } 535 | 536 | &-subway { 537 | &:before { content: @li-subway; } 538 | } 539 | 540 | &-train { 541 | &:before { content: @li-train; } 542 | } 543 | 544 | &-truck { 545 | &:before { content: @li-truck; } 546 | } 547 | 548 | &-airplane { 549 | &:before { content: @li-airplane; } 550 | } 551 | 552 | &-book { 553 | &:before { content: @li-book; } 554 | } 555 | 556 | &-bookmaker { 557 | &:before { content: @li-bookmaker; } 558 | } 559 | 560 | &-glasses { 561 | &:before { content: @li-glasses; } 562 | } 563 | 564 | &-key { 565 | &:before { content: @li-key; } 566 | } 567 | 568 | &-briefcase { 569 | &:before { content: @li-briefcase; } 570 | } 571 | 572 | &-suitcase { 573 | &:before { content: @li-suitcase; } 574 | } 575 | 576 | &-picture { 577 | &:before { content: @li-picture; } 578 | } 579 | 580 | &-camera { 581 | &:before { content: @li-camera; } 582 | } 583 | 584 | &-flash { 585 | &:before { content: @li-flash; } 586 | } 587 | 588 | &-coffee { 589 | &:before { content: @li-coffee; } 590 | } 591 | 592 | &-diamond { 593 | &:before { content: @li-diamond; } 594 | } 595 | 596 | &-float { 597 | &:before { content: @li-float; } 598 | } 599 | 600 | &-fruit-apple { 601 | &:before { content: @li-fruit-apple; } 602 | } 603 | 604 | &-glass { 605 | &:before { content: @li-glass; } 606 | } 607 | 608 | &-stethoscope { 609 | &:before { content: @li-stethoscope; } 610 | } 611 | 612 | &-atom { 613 | &:before { content: @li-atom; } 614 | } 615 | 616 | &-kitasato { 617 | &:before { content: @li-kitasato; } 618 | } 619 | 620 | &-test-tube { 621 | &:before { content: @li-test-tube; } 622 | } 623 | 624 | &-drop { 625 | &:before { content: @li-drop; } 626 | } 627 | 628 | &-drugs { 629 | &:before { content: @li-drugs; } 630 | } 631 | 632 | &-light { 633 | &:before { content: @li-light; } 634 | } 635 | 636 | &-balance { 637 | &:before { content: @li-balance; } 638 | } 639 | 640 | &-line-chart { 641 | &:before { content: @li-line-chart; } 642 | } 643 | 644 | &-pie-chart { 645 | &:before { content: @li-pie-chart; } 646 | } 647 | 648 | &-map { 649 | &:before { content: @li-map; } 650 | } 651 | 652 | &-mouse { 653 | &:before { content: @li-mouse; } 654 | } 655 | 656 | &-compact-disc { 657 | &:before { content: @li-compact-disc; } 658 | } 659 | 660 | &-pin { 661 | &:before { content: @li-pin; } 662 | } 663 | 664 | &-pin-alt { 665 | &:before { content: @li-pin-alt; } 666 | } 667 | 668 | &-sun { 669 | &:before { content: @li-sun; } 670 | } 671 | 672 | &-moon { 673 | &:before { content: @li-moon; } 674 | } 675 | 676 | &-cloud { 677 | &:before { content: @li-cloud; } 678 | } 679 | 680 | &-bolt { 681 | &:before { content: @li-bolt; } 682 | } 683 | 684 | &-umbrella { 685 | &:before { content: @li-umbrella; } 686 | } 687 | 688 | &-planet { 689 | &:before { content: @li-planet; } 690 | } 691 | 692 | &-rocket { 693 | &:before { content: @li-rocket; } 694 | } 695 | 696 | &-space-shuttle { 697 | &:before { content: @li-space-shuttle; } 698 | } 699 | 700 | &-shield { 701 | &:before { content: @li-shield; } 702 | } 703 | 704 | &-skull { 705 | &:before { content: @li-skull; } 706 | } 707 | 708 | &-target { 709 | &:before { content: @li-target; } 710 | } 711 | 712 | &-play { 713 | &:before { content: @li-play; } 714 | } 715 | 716 | &-pause { 717 | &:before { content: @li-pause; } 718 | } 719 | 720 | &-stop { 721 | &:before { content: @li-stop; } 722 | } 723 | 724 | &-rec { 725 | &:before { content: @li-rec; } 726 | } 727 | 728 | &-fast-backward { 729 | &:before { content: @li-fast-backward; } 730 | } 731 | 732 | &-fast-forward { 733 | &:before { content: @li-fast-forward; } 734 | } 735 | 736 | &-backward { 737 | &:before { content: @li-backward; } 738 | } 739 | 740 | &-forward { 741 | &:before { content: @li-forward; } 742 | } 743 | 744 | &-step-left { 745 | &:before { content: @li-step-left; } 746 | } 747 | 748 | &-step-right { 749 | &:before { content: @li-step-right; } 750 | } 751 | 752 | &-left { 753 | &:before { content: @li-left; } 754 | } 755 | 756 | &-right { 757 | &:before { content: @li-right; } 758 | } 759 | 760 | &-video-camera { 761 | &:before { content: @li-video-camera; } 762 | } 763 | 764 | &-microphone { 765 | &:before { content: @li-microphone; } 766 | } 767 | 768 | &-volume-up { 769 | &:before { content: @li-volume-up; } 770 | } 771 | 772 | &-volume-down { 773 | &:before { content: @li-volume-down; } 774 | } 775 | 776 | &-volume { 777 | &:before { content: @li-volume; } 778 | } 779 | 780 | &-volume-off { 781 | &:before { content: @li-volume-off; } 782 | } 783 | 784 | &-maximize { 785 | &:before { content: @li-maximize; } 786 | } 787 | 788 | &-minimize { 789 | &:before { content: @li-minimize; } 790 | } 791 | 792 | &-female { 793 | &:before { content: @li-female; } 794 | } 795 | 796 | &-male { 797 | &:before { content: @li-male; } 798 | } 799 | 800 | &-mars-double { 801 | &:before { content: @li-mars-double; } 802 | } 803 | 804 | &-venus-double { 805 | &:before { content: @li-venus-double; } 806 | } 807 | 808 | &-intersex { 809 | &:before { content: @li-intersex; } 810 | } 811 | 812 | &-venus-mars { 813 | &:before { content: @li-venus-mars; } 814 | } 815 | 816 | &-mars-stroke-h { 817 | &:before { content: @li-mars-stroke-h; } 818 | } 819 | 820 | &-mars-stroke-v { 821 | &:before { content: @li-mars-stroke-v; } 822 | } 823 | 824 | &-transgender { 825 | &:before { content: @li-transgender; } 826 | } 827 | 828 | &-mercury { 829 | &:before { content: @li-mercury; } 830 | } 831 | 832 | &-neuter { 833 | &:before { content: @li-neuter; } 834 | } 835 | 836 | &-genderless { 837 | &:before { content: @li-genderless; } 838 | } 839 | 840 | &-android { 841 | &:before { content: @li-android; } 842 | } 843 | 844 | &-apple { 845 | &:before { content: @li-apple; } 846 | } 847 | 848 | &-behance { 849 | &:before { content: @li-behance; } 850 | } 851 | 852 | &-bitbucket { 853 | &:before { content: @li-bitbucket; } 854 | } 855 | 856 | &-blogger { 857 | &:before { content: @li-blogger; } 858 | } 859 | 860 | &-codepen { 861 | &:before { content: @li-codepen; } 862 | } 863 | 864 | &-dribbble { 865 | &:before { content: @li-dribbble; } 866 | } 867 | 868 | &-facebook { 869 | &:before { content: @li-facebook; } 870 | } 871 | 872 | &-flickr { 873 | &:before { content: @li-flickr; } 874 | } 875 | 876 | &-foursquare { 877 | &:before { content: @li-foursquare; } 878 | } 879 | 880 | &-github { 881 | &:before { content: @li-github; } 882 | } 883 | 884 | &-google { 885 | &:before { content: @li-google; } 886 | } 887 | 888 | &-instagram { 889 | &:before { content: @li-instagram; } 890 | } 891 | 892 | &-linkedin { 893 | &:before { content: @li-linkedin; } 894 | } 895 | 896 | &-medium { 897 | &:before { content: @li-medium; } 898 | } 899 | 900 | &-paypal { 901 | &:before { content: @li-paypal; } 902 | } 903 | 904 | &-pinterest { 905 | &:before { content: @li-pinterest; } 906 | } 907 | 908 | &-skype { 909 | &:before { content: @li-skype; } 910 | } 911 | 912 | &-slack { 913 | &:before { content: @li-slack; } 914 | } 915 | 916 | &-snapchat { 917 | &:before { content: @li-snapchat; } 918 | } 919 | 920 | &-soundcloud { 921 | &:before { content: @li-soundcloud; } 922 | } 923 | 924 | &-spotify { 925 | &:before { content: @li-spotify; } 926 | } 927 | 928 | &-twitch { 929 | &:before { content: @li-twitch; } 930 | } 931 | 932 | &-twitter { 933 | &:before { content: @li-twitter; } 934 | } 935 | 936 | &-vimeo { 937 | &:before { content: @li-vimeo; } 938 | } 939 | 940 | &-wikipedia { 941 | &:before { content: @li-wikipedia; } 942 | } 943 | 944 | &-windows { 945 | &:before { content: @li-windows; } 946 | } 947 | 948 | &-wordpress { 949 | &:before { content: @li-wordpress; } 950 | } 951 | 952 | &-youtube { 953 | &:before { content: @li-youtube; } 954 | } 955 | 956 | &-angle-double-down { 957 | &:before { content: @li-angle-double-down; } 958 | } 959 | 960 | &-angle-double-left { 961 | &:before { content: @li-angle-double-left; } 962 | } 963 | 964 | &-angle-double-right { 965 | &:before { content: @li-angle-double-right; } 966 | } 967 | 968 | &-angle-double-top { 969 | &:before { content: @li-angle-double-top; } 970 | } 971 | 972 | &-angle-down { 973 | &:before { content: @li-angle-down; } 974 | } 975 | 976 | &-angle-left { 977 | &:before { content: @li-angle-left; } 978 | } 979 | 980 | &-angle-right { 981 | &:before { content: @li-angle-right; } 982 | } 983 | 984 | &-angle-top { 985 | &:before { content: @li-angle-top; } 986 | } 987 | 988 | &-angles { 989 | &:before { content: @li-angles; } 990 | } 991 | 992 | &-angles-alt { 993 | &:before { content: @li-angles-alt; } 994 | } 995 | 996 | &-arrow-down-left { 997 | &:before { content: @li-arrow-down-left; } 998 | } 999 | 1000 | &-arrow-down-right { 1001 | &:before { content: @li-arrow-down-right; } 1002 | } 1003 | 1004 | &-arrow-down { 1005 | &:before { content: @li-arrow-down; } 1006 | } 1007 | 1008 | &-arrow-left { 1009 | &:before { content: @li-arrow-left; } 1010 | } 1011 | 1012 | &-arrow-right { 1013 | &:before { content: @li-arrow-right; } 1014 | } 1015 | 1016 | &-arrow-top-left { 1017 | &:before { content: @li-arrow-top-left; } 1018 | } 1019 | 1020 | &-arrow-top-right { 1021 | &:before { content: @li-arrow-top-right; } 1022 | } 1023 | 1024 | &-arrow-top { 1025 | &:before { content: @li-arrow-top; } 1026 | } 1027 | 1028 | &-arrows-h { 1029 | &:before { content: @li-arrows-h; } 1030 | } 1031 | 1032 | &-arrows-oblique-alt { 1033 | &:before { content: @li-arrows-oblique-alt; } 1034 | } 1035 | 1036 | &-arrows-oblique { 1037 | &:before { content: @li-arrows-oblique; } 1038 | } 1039 | 1040 | &-arrows-v { 1041 | &:before { content: @li-arrows-v; } 1042 | } 1043 | 1044 | &-arrows-alt { 1045 | &:before { content: @li-arrows-alt; } 1046 | } 1047 | 1048 | &-arrows { 1049 | &:before { content: @li-arrows; } 1050 | } 1051 | 1052 | &-caret-down { 1053 | &:before { content: @li-caret-down; } 1054 | } 1055 | 1056 | &-caret-left { 1057 | &:before { content: @li-caret-left; } 1058 | } 1059 | 1060 | &-caret-right { 1061 | &:before { content: @li-caret-right; } 1062 | } 1063 | 1064 | &-caret-top { 1065 | &:before { content: @li-caret-top; } 1066 | } 1067 | 1068 | &-loading { 1069 | &:before { content: @li-loading; } 1070 | } 1071 | 1072 | &-restart { 1073 | &:before { content: @li-restart; } 1074 | } 1075 | 1076 | &-random { 1077 | &:before { content: @li-random; } 1078 | } 1079 | 1080 | &-slide-h { 1081 | &:before { content: @li-slide-h; } 1082 | } 1083 | 1084 | &-slide-h-alt { 1085 | &:before { content: @li-slide-h-alt; } 1086 | } 1087 | 1088 | &-slide-v { 1089 | &:before { content: @li-slide-v; } 1090 | } 1091 | 1092 | &-slide-v-alt { 1093 | &:before { content: @li-slide-v-alt; } 1094 | } 1095 | } -------------------------------------------------------------------------------- /sass/licons.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * licons by Jan Klever - @janklever - https://licons.klever.space/ 3 | */ 4 | 5 | @import "variables"; 6 | 7 | @font-face { 8 | font-family: 'licons'; 9 | src: url('../fonts/licons.eot?v=2.2'); 10 | src: url('../fonts/licons.eot?v=2.2#iefix') format('embedded-opentype'), 11 | url('../fonts/licons.ttf?v=2.2') format('truetype'), 12 | url('../fonts/licons.woff?v=2.2') format('woff'), 13 | url('../fonts/licons.woff2?v=2.2') format('woff2'), 14 | url('../fonts/licons.svg?v=2.2#licons') format('svg'); 15 | font-weight: normal; 16 | font-style: normal; 17 | } 18 | 19 | [class^="li-"], [class*=" li-"] { 20 | // use !important to prevent issues with browser extensions that change fonts 21 | font-family: 'licons' !important; 22 | speak: none; 23 | font-style: normal; 24 | font-weight: normal; 25 | font-variant: normal; 26 | text-transform: none; 27 | line-height: 1; 28 | 29 | // Enable Ligatures 30 | letter-spacing: 0; 31 | -webkit-font-feature-settings: "liga"; 32 | -moz-font-feature-settings: "liga=1"; 33 | -moz-font-feature-settings: "liga"; 34 | -ms-font-feature-settings: "liga" 1; 35 | font-feature-settings: "liga"; 36 | -webkit-font-variant-ligatures: discretionary-ligatures; 37 | font-variant-ligatures: discretionary-ligatures; 38 | 39 | // Better Font Rendering 40 | -webkit-font-smoothing: antialiased; 41 | -moz-osx-font-smoothing: grayscale; 42 | } 43 | 44 | .li { 45 | // SIZES 46 | &-2x { font-size: 2rem; } 47 | &-3x { font-size: 3rem; } 48 | &-4x { font-size: 4rem; } 49 | &-5x { font-size: 5rem; } 50 | 51 | // CHARACTERS 52 | &-universal-access { 53 | &:before { content: $li-universal-access; } 54 | } 55 | 56 | &-accessibility { 57 | &:before { content: $li-accessibility; } 58 | } 59 | 60 | &-accessibility-alt { 61 | &:before { content: $li-accessibility-alt; } 62 | } 63 | 64 | &-deaf { 65 | &:before { content: $li-deaf; } 66 | } 67 | 68 | &-bullhorn { 69 | &:before { content: $li-bullhorn; } 70 | } 71 | 72 | &-certificate { 73 | &:before { content: $li-certificate; } 74 | } 75 | 76 | &-check { 77 | &:before { content: $li-check; } 78 | } 79 | 80 | &-close { 81 | &:before { content: $li-close; } 82 | } 83 | 84 | &-minus { 85 | &:before { content: $li-minus; } 86 | } 87 | 88 | &-plus { 89 | &:before { content: $li-plus; } 90 | } 91 | 92 | &-more-or-less { 93 | &:before { content: $li-more-or-less; } 94 | } 95 | 96 | &-divide { 97 | &:before { content: $li-divide; } 98 | } 99 | 100 | &-percent { 101 | &:before { content: $li-percent; } 102 | } 103 | 104 | &-permille { 105 | &:before { content: $li-permille; } 106 | } 107 | 108 | &-dollar { 109 | &:before { content: $li-dollar; } 110 | } 111 | 112 | &-euro { 113 | &:before { content: $li-euro; } 114 | } 115 | 116 | &-pound-sterling { 117 | &:before { content: $li-pound-sterling; } 118 | } 119 | 120 | &-yen { 121 | &:before { content: $li-yen; } 122 | } 123 | 124 | &-bitcoin { 125 | &:before { content: $li-bitcoin; } 126 | } 127 | 128 | &-credit-card { 129 | &:before { content: $li-credit-card; } 130 | } 131 | 132 | &-credit-card-alt { 133 | &:before { content: $li-credit-card-alt; } 134 | } 135 | 136 | &-delivery { 137 | &:before { content: $li-delivery; } 138 | } 139 | 140 | &-door-lock { 141 | &:before { content: $li-door-lock; } 142 | } 143 | 144 | &-door { 145 | &:before { content: $li-door; } 146 | } 147 | 148 | &-eye { 149 | &:before { content: $li-eye; } 150 | } 151 | 152 | &-eye-slash { 153 | &:before { content: $li-eye-slash; } 154 | } 155 | 156 | &-flag { 157 | &:before { content: $li-flag; } 158 | } 159 | 160 | &-folder { 161 | &:before { content: $li-folder; } 162 | } 163 | 164 | &-archive { 165 | &:before { content: $li-archive; } 166 | } 167 | 168 | &-paper { 169 | &:before { content: $li-paper; } 170 | } 171 | 172 | &-paperclip { 173 | &:before { content: $li-paperclip; } 174 | } 175 | 176 | &-download { 177 | &:before { content: $li-download; } 178 | } 179 | 180 | &-upload { 181 | &:before { content: $li-upload; } 182 | } 183 | 184 | &-note { 185 | &:before { content: $li-note; } 186 | } 187 | 188 | &-pencil { 189 | &:before { content: $li-pencil; } 190 | } 191 | 192 | &-trash { 193 | &:before { content: $li-trash; } 194 | } 195 | 196 | &-printer { 197 | &:before { content: $li-printer; } 198 | } 199 | 200 | &-filter { 201 | &:before { content: $li-filter; } 202 | } 203 | 204 | &-balloons { 205 | &:before { content: $li-balloons; } 206 | } 207 | 208 | &-birthday-cake { 209 | &:before { content: $li-birthday-cake; } 210 | } 211 | 212 | &-gift { 213 | &:before { content: $li-gift; } 214 | } 215 | 216 | &-graduation-cap { 217 | &:before { content: $li-graduation-cap; } 218 | } 219 | 220 | &-university { 221 | &:before { content: $li-university; } 222 | } 223 | 224 | &-trophy { 225 | &:before { content: $li-trophy; } 226 | } 227 | 228 | &-black-tie { 229 | &:before { content: $li-black-tie; } 230 | } 231 | 232 | &-hashtag { 233 | &:before { content: $li-hashtag; } 234 | } 235 | 236 | &-asterisk { 237 | &:before { content: $li-asterisk; } 238 | } 239 | 240 | &-ampersand { 241 | &:before { content: $li-ampersand; } 242 | } 243 | 244 | &-home { 245 | &:before { content: $li-home; } 246 | } 247 | 248 | &-menu { 249 | &:before { content: $li-menu; } 250 | } 251 | 252 | &-options { 253 | &:before { content: $li-options; } 254 | } 255 | 256 | &-dots-v { 257 | &:before { content: $li-dots-v; } 258 | } 259 | 260 | &-dots-h { 261 | &:before { content: $li-dots-h; } 262 | } 263 | 264 | &-calendar { 265 | &:before { content: $li-calendar; } 266 | } 267 | 268 | &-clock { 269 | &:before { content: $li-clock; } 270 | } 271 | 272 | &-bell { 273 | &:before { content: $li-bell; } 274 | } 275 | 276 | &-share { 277 | &:before { content: $li-share; } 278 | } 279 | 280 | &-comment { 281 | &:before { content: $li-comment; } 282 | } 283 | 284 | &-chat { 285 | &:before { content: $li-chat; } 286 | } 287 | 288 | &-search { 289 | &:before { content: $li-search; } 290 | } 291 | 292 | &-settings { 293 | &:before { content: $li-settings; } 294 | } 295 | 296 | &-hourglass { 297 | &:before { content: $li-hourglass; } 298 | } 299 | 300 | &-rss { 301 | &:before { content: $li-rss; } 302 | } 303 | 304 | &-infinity { 305 | &:before { content: $li-infinity; } 306 | } 307 | 308 | &-cursor { 309 | &:before { content: $li-cursor; } 310 | } 311 | 312 | &-laptop { 313 | &:before { content: $li-laptop; } 314 | } 315 | 316 | &-bug { 317 | &:before { content: $li-bug; } 318 | } 319 | 320 | &-leaf { 321 | &:before { content: $li-leaf; } 322 | } 323 | 324 | &-anchor { 325 | &:before { content: $li-anchor; } 326 | } 327 | 328 | &-link { 329 | &:before { content: $li-link; } 330 | } 331 | 332 | &-magnet { 333 | &:before { content: $li-magnet; } 334 | } 335 | 336 | &-magnet-alt { 337 | &:before { content: $li-magnet-alt; } 338 | } 339 | 340 | &-location-arrow { 341 | &:before { content: $li-location-arrow; } 342 | } 343 | 344 | &-map-marker { 345 | &:before { content: $li-map-marker; } 346 | } 347 | 348 | &-phone { 349 | &:before { content: $li-phone; } 350 | } 351 | 352 | &-mobile { 353 | &:before { content: $li-mobile; } 354 | } 355 | 356 | &-envelope { 357 | &:before { content: $li-envelope; } 358 | } 359 | 360 | &-at { 361 | &:before { content: $li-at; } 362 | } 363 | 364 | &-battery-full { 365 | &:before { content: $li-battery-full; } 366 | } 367 | 368 | &-battery-half { 369 | &:before { content: $li-battery-half; } 370 | } 371 | 372 | &-battery-empty { 373 | &:before { content: $li-battery-empty; } 374 | } 375 | 376 | &-music { 377 | &:before { content: $li-music; } 378 | } 379 | 380 | &-music-alt { 381 | &:before { content: $li-music-alt; } 382 | } 383 | 384 | &-headphones { 385 | &:before { content: $li-headphones; } 386 | } 387 | 388 | &-paper-plane { 389 | &:before { content: $li-paper-plane; } 390 | } 391 | 392 | &-plug { 393 | &:before { content: $li-plug; } 394 | } 395 | 396 | &-turn-off { 397 | &:before { content: $li-turn-off; } 398 | } 399 | 400 | &-question { 401 | &:before { content: $li-question; } 402 | } 403 | 404 | &-exclamation { 405 | &:before { content: $li-exclamation; } 406 | } 407 | 408 | &-quote-left { 409 | &:before { content: $li-quote-left; } 410 | } 411 | 412 | &-quote-right { 413 | &:before { content: $li-quote-right; } 414 | } 415 | 416 | &-quotes { 417 | &:before { content: $li-quotes; } 418 | } 419 | 420 | &-copyright { 421 | &:before { content: $li-copyright; } 422 | } 423 | 424 | &-registered { 425 | &:before { content: $li-registered; } 426 | } 427 | 428 | &-trademark { 429 | &:before { content: $li-trademark; } 430 | } 431 | 432 | &-tag { 433 | &:before { content: $li-tag; } 434 | } 435 | 436 | &-heart { 437 | &:before { content: $li-heart; } 438 | } 439 | 440 | &-heartbeat { 441 | &:before { content: $li-heartbeat; } 442 | } 443 | 444 | &-star { 445 | &:before { content: $li-star; } 446 | } 447 | 448 | &-star-half { 449 | &:before { content: $li-star-half; } 450 | } 451 | 452 | &-star-alt { 453 | &:before { content: $li-star-alt; } 454 | } 455 | 456 | &-thumbs-up { 457 | &:before { content: $li-thumbs-up; } 458 | } 459 | 460 | &-thumbs-down { 461 | &:before { content: $li-thumbs-down; } 462 | } 463 | 464 | &-ban { 465 | &:before { content: $li-ban; } 466 | } 467 | 468 | &-lock { 469 | &:before { content: $li-lock; } 470 | } 471 | 472 | &-unlock { 473 | &:before { content: $li-unlock; } 474 | } 475 | 476 | &-unlock-alt { 477 | &:before { content: $li-unlock-alt; } 478 | } 479 | 480 | &-user { 481 | &:before { content: $li-user; } 482 | } 483 | 484 | &-user-alt { 485 | &:before { content: $li-user-alt; } 486 | } 487 | 488 | &-users { 489 | &:before { content: $li-users; } 490 | } 491 | 492 | &-users-alt { 493 | &:before { content: $li-users-alt; } 494 | } 495 | 496 | &-info { 497 | &:before { content: $li-info; } 498 | } 499 | 500 | &-info-alt { 501 | &:before { content: $li-info-alt; } 502 | } 503 | 504 | &-warning { 505 | &:before { content: $li-warning; } 506 | } 507 | 508 | &-bluetooth { 509 | &:before { content: $li-bluetooth; } 510 | } 511 | 512 | &-nfc { 513 | &:before { content: $li-nfc; } 514 | } 515 | 516 | &-signal { 517 | &:before { content: $li-signal; } 518 | } 519 | 520 | &-wireless { 521 | &:before { content: $li-wireless; } 522 | } 523 | 524 | &-bike { 525 | &:before { content: $li-bike; } 526 | } 527 | 528 | &-bus { 529 | &:before { content: $li-bus; } 530 | } 531 | 532 | &-car { 533 | &:before { content: $li-car; } 534 | } 535 | 536 | &-subway { 537 | &:before { content: $li-subway; } 538 | } 539 | 540 | &-train { 541 | &:before { content: $li-train; } 542 | } 543 | 544 | &-truck { 545 | &:before { content: $li-truck; } 546 | } 547 | 548 | &-airplane { 549 | &:before { content: $li-airplane; } 550 | } 551 | 552 | &-book { 553 | &:before { content: $li-book; } 554 | } 555 | 556 | &-bookmaker { 557 | &:before { content: $li-bookmaker; } 558 | } 559 | 560 | &-glasses { 561 | &:before { content: $li-glasses; } 562 | } 563 | 564 | &-key { 565 | &:before { content: $li-key; } 566 | } 567 | 568 | &-briefcase { 569 | &:before { content: $li-briefcase; } 570 | } 571 | 572 | &-suitcase { 573 | &:before { content: $li-suitcase; } 574 | } 575 | 576 | &-picture { 577 | &:before { content: $li-picture; } 578 | } 579 | 580 | &-camera { 581 | &:before { content: $li-camera; } 582 | } 583 | 584 | &-flash { 585 | &:before { content: $li-flash; } 586 | } 587 | 588 | &-coffee { 589 | &:before { content: $li-coffee; } 590 | } 591 | 592 | &-diamond { 593 | &:before { content: $li-diamond; } 594 | } 595 | 596 | &-float { 597 | &:before { content: $li-float; } 598 | } 599 | 600 | &-fruit-apple { 601 | &:before { content: $li-fruit-apple; } 602 | } 603 | 604 | &-glass { 605 | &:before { content: $li-glass; } 606 | } 607 | 608 | &-stethoscope { 609 | &:before { content: $li-stethoscope; } 610 | } 611 | 612 | &-atom { 613 | &:before { content: $li-atom; } 614 | } 615 | 616 | &-kitasato { 617 | &:before { content: $li-kitasato; } 618 | } 619 | 620 | &-test-tube { 621 | &:before { content: $li-test-tube; } 622 | } 623 | 624 | &-drop { 625 | &:before { content: $li-drop; } 626 | } 627 | 628 | &-drugs { 629 | &:before { content: $li-drugs; } 630 | } 631 | 632 | &-light { 633 | &:before { content: $li-light; } 634 | } 635 | 636 | &-balance { 637 | &:before { content: $li-balance; } 638 | } 639 | 640 | &-line-chart { 641 | &:before { content: $li-line-chart; } 642 | } 643 | 644 | &-pie-chart { 645 | &:before { content: $li-pie-chart; } 646 | } 647 | 648 | &-map { 649 | &:before { content: $li-map; } 650 | } 651 | 652 | &-mouse { 653 | &:before { content: $li-mouse; } 654 | } 655 | 656 | &-compact-disc { 657 | &:before { content: $li-compact-disc; } 658 | } 659 | 660 | &-pin { 661 | &:before { content: $li-pin; } 662 | } 663 | 664 | &-pin-alt { 665 | &:before { content: $li-pin-alt; } 666 | } 667 | 668 | &-sun { 669 | &:before { content: $li-sun; } 670 | } 671 | 672 | &-moon { 673 | &:before { content: $li-moon; } 674 | } 675 | 676 | &-cloud { 677 | &:before { content: $li-cloud; } 678 | } 679 | 680 | &-bolt { 681 | &:before { content: $li-bolt; } 682 | } 683 | 684 | &-umbrella { 685 | &:before { content: $li-umbrella; } 686 | } 687 | 688 | &-planet { 689 | &:before { content: $li-planet; } 690 | } 691 | 692 | &-rocket { 693 | &:before { content: $li-rocket; } 694 | } 695 | 696 | &-space-shuttle { 697 | &:before { content: $li-space-shuttle; } 698 | } 699 | 700 | &-shield { 701 | &:before { content: $li-shield; } 702 | } 703 | 704 | &-skull { 705 | &:before { content: $li-skull; } 706 | } 707 | 708 | &-target { 709 | &:before { content: $li-target; } 710 | } 711 | 712 | &-play { 713 | &:before { content: $li-play; } 714 | } 715 | 716 | &-pause { 717 | &:before { content: $li-pause; } 718 | } 719 | 720 | &-stop { 721 | &:before { content: $li-stop; } 722 | } 723 | 724 | &-rec { 725 | &:before { content: $li-rec; } 726 | } 727 | 728 | &-fast-backward { 729 | &:before { content: $li-fast-backward; } 730 | } 731 | 732 | &-fast-forward { 733 | &:before { content: $li-fast-forward; } 734 | } 735 | 736 | &-backward { 737 | &:before { content: $li-backward; } 738 | } 739 | 740 | &-forward { 741 | &:before { content: $li-forward; } 742 | } 743 | 744 | &-step-left { 745 | &:before { content: $li-step-left; } 746 | } 747 | 748 | &-step-right { 749 | &:before { content: $li-step-right; } 750 | } 751 | 752 | &-left { 753 | &:before { content: $li-left; } 754 | } 755 | 756 | &-right { 757 | &:before { content: $li-right; } 758 | } 759 | 760 | &-video-camera { 761 | &:before { content: $li-video-camera; } 762 | } 763 | 764 | &-microphone { 765 | &:before { content: $li-microphone; } 766 | } 767 | 768 | &-volume-up { 769 | &:before { content: $li-volume-up; } 770 | } 771 | 772 | &-volume-down { 773 | &:before { content: $li-volume-down; } 774 | } 775 | 776 | &-volume { 777 | &:before { content: $li-volume; } 778 | } 779 | 780 | &-volume-off { 781 | &:before { content: $li-volume-off; } 782 | } 783 | 784 | &-maximize { 785 | &:before { content: $li-maximize; } 786 | } 787 | 788 | &-minimize { 789 | &:before { content: $li-minimize; } 790 | } 791 | 792 | &-female { 793 | &:before { content: $li-female; } 794 | } 795 | 796 | &-male { 797 | &:before { content: $li-male; } 798 | } 799 | 800 | &-mars-double { 801 | &:before { content: $li-mars-double; } 802 | } 803 | 804 | &-venus-double { 805 | &:before { content: $li-venus-double; } 806 | } 807 | 808 | &-intersex { 809 | &:before { content: $li-intersex; } 810 | } 811 | 812 | &-venus-mars { 813 | &:before { content: $li-venus-mars; } 814 | } 815 | 816 | &-mars-stroke-h { 817 | &:before { content: $li-mars-stroke-h; } 818 | } 819 | 820 | &-mars-stroke-v { 821 | &:before { content: $li-mars-stroke-v; } 822 | } 823 | 824 | &-transgender { 825 | &:before { content: $li-transgender; } 826 | } 827 | 828 | &-mercury { 829 | &:before { content: $li-mercury; } 830 | } 831 | 832 | &-neuter { 833 | &:before { content: $li-neuter; } 834 | } 835 | 836 | &-genderless { 837 | &:before { content: $li-genderless; } 838 | } 839 | 840 | &-android { 841 | &:before { content: $li-android; } 842 | } 843 | 844 | &-apple { 845 | &:before { content: $li-apple; } 846 | } 847 | 848 | &-behance { 849 | &:before { content: $li-behance; } 850 | } 851 | 852 | &-bitbucket { 853 | &:before { content: $li-bitbucket; } 854 | } 855 | 856 | &-blogger { 857 | &:before { content: $li-blogger; } 858 | } 859 | 860 | &-codepen { 861 | &:before { content: $li-codepen; } 862 | } 863 | 864 | &-dribbble { 865 | &:before { content: $li-dribbble; } 866 | } 867 | 868 | &-facebook { 869 | &:before { content: $li-facebook; } 870 | } 871 | 872 | &-flickr { 873 | &:before { content: $li-flickr; } 874 | } 875 | 876 | &-foursquare { 877 | &:before { content: $li-foursquare; } 878 | } 879 | 880 | &-github { 881 | &:before { content: $li-github; } 882 | } 883 | 884 | &-google { 885 | &:before { content: $li-google; } 886 | } 887 | 888 | &-instagram { 889 | &:before { content: $li-instagram; } 890 | } 891 | 892 | &-linkedin { 893 | &:before { content: $li-linkedin; } 894 | } 895 | 896 | &-medium { 897 | &:before { content: $li-medium; } 898 | } 899 | 900 | &-paypal { 901 | &:before { content: $li-paypal; } 902 | } 903 | 904 | &-pinterest { 905 | &:before { content: $li-pinterest; } 906 | } 907 | 908 | &-skype { 909 | &:before { content: $li-skype; } 910 | } 911 | 912 | &-slack { 913 | &:before { content: $li-slack; } 914 | } 915 | 916 | &-snapchat { 917 | &:before { content: $li-snapchat; } 918 | } 919 | 920 | &-soundcloud { 921 | &:before { content: $li-soundcloud; } 922 | } 923 | 924 | &-spotify { 925 | &:before { content: $li-spotify; } 926 | } 927 | 928 | &-twitch { 929 | &:before { content: $li-twitch; } 930 | } 931 | 932 | &-twitter { 933 | &:before { content: $li-twitter; } 934 | } 935 | 936 | &-vimeo { 937 | &:before { content: $li-vimeo; } 938 | } 939 | 940 | &-wikipedia { 941 | &:before { content: $li-wikipedia; } 942 | } 943 | 944 | &-windows { 945 | &:before { content: $li-windows; } 946 | } 947 | 948 | &-wordpress { 949 | &:before { content: $li-wordpress; } 950 | } 951 | 952 | &-youtube { 953 | &:before { content: $li-youtube; } 954 | } 955 | 956 | &-angle-double-down { 957 | &:before { content: $li-angle-double-down; } 958 | } 959 | 960 | &-angle-double-left { 961 | &:before { content: $li-angle-double-left; } 962 | } 963 | 964 | &-angle-double-right { 965 | &:before { content: $li-angle-double-right; } 966 | } 967 | 968 | &-angle-double-top { 969 | &:before { content: $li-angle-double-top; } 970 | } 971 | 972 | &-angle-down { 973 | &:before { content: $li-angle-down; } 974 | } 975 | 976 | &-angle-left { 977 | &:before { content: $li-angle-left; } 978 | } 979 | 980 | &-angle-right { 981 | &:before { content: $li-angle-right; } 982 | } 983 | 984 | &-angle-top { 985 | &:before { content: $li-angle-top; } 986 | } 987 | 988 | &-angles { 989 | &:before { content: $li-angles; } 990 | } 991 | 992 | &-angles-alt { 993 | &:before { content: $li-angles-alt; } 994 | } 995 | 996 | &-arrow-down-left { 997 | &:before { content: $li-arrow-down-left; } 998 | } 999 | 1000 | &-arrow-down-right { 1001 | &:before { content: $li-arrow-down-right; } 1002 | } 1003 | 1004 | &-arrow-down { 1005 | &:before { content: $li-arrow-down; } 1006 | } 1007 | 1008 | &-arrow-left { 1009 | &:before { content: $li-arrow-left; } 1010 | } 1011 | 1012 | &-arrow-right { 1013 | &:before { content: $li-arrow-right; } 1014 | } 1015 | 1016 | &-arrow-top-left { 1017 | &:before { content: $li-arrow-top-left; } 1018 | } 1019 | 1020 | &-arrow-top-right { 1021 | &:before { content: $li-arrow-top-right; } 1022 | } 1023 | 1024 | &-arrow-top { 1025 | &:before { content: $li-arrow-top; } 1026 | } 1027 | 1028 | &-arrows-h { 1029 | &:before { content: $li-arrows-h; } 1030 | } 1031 | 1032 | &-arrows-oblique-alt { 1033 | &:before { content: $li-arrows-oblique-alt; } 1034 | } 1035 | 1036 | &-arrows-oblique { 1037 | &:before { content: $li-arrows-oblique; } 1038 | } 1039 | 1040 | &-arrows-v { 1041 | &:before { content: $li-arrows-v; } 1042 | } 1043 | 1044 | &-arrows-alt { 1045 | &:before { content: $li-arrows-alt; } 1046 | } 1047 | 1048 | &-arrows { 1049 | &:before { content: $li-arrows; } 1050 | } 1051 | 1052 | &-caret-down { 1053 | &:before { content: $li-caret-down; } 1054 | } 1055 | 1056 | &-caret-left { 1057 | &:before { content: $li-caret-left; } 1058 | } 1059 | 1060 | &-caret-right { 1061 | &:before { content: $li-caret-right; } 1062 | } 1063 | 1064 | &-caret-top { 1065 | &:before { content: $li-caret-top; } 1066 | } 1067 | 1068 | &-loading { 1069 | &:before { content: $li-loading; } 1070 | } 1071 | 1072 | &-restart { 1073 | &:before { content: $li-restart; } 1074 | } 1075 | 1076 | &-random { 1077 | &:before { content: $li-random; } 1078 | } 1079 | 1080 | &-slide-h { 1081 | &:before { content: $li-slide-h; } 1082 | } 1083 | 1084 | &-slide-h-alt { 1085 | &:before { content: $li-slide-h-alt; } 1086 | } 1087 | 1088 | &-slide-v { 1089 | &:before { content: $li-slide-v; } 1090 | } 1091 | 1092 | &-slide-v-alt { 1093 | &:before { content: $li-slide-v-alt; } 1094 | } 1095 | } 1096 | -------------------------------------------------------------------------------- /ie7/licons-ie7.css: -------------------------------------------------------------------------------- 1 | .li-universal-access { 2 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 3 | } 4 | 5 | .li-accessibility { 6 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 7 | } 8 | 9 | .li-accessibility-alt { 10 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 11 | } 12 | 13 | .li-deaf { 14 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 15 | } 16 | 17 | .li-bullhorn { 18 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 19 | } 20 | 21 | .li-certificate { 22 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 23 | } 24 | 25 | .li-check { 26 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 27 | } 28 | 29 | .li-close { 30 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 31 | } 32 | 33 | .li-minus { 34 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 35 | } 36 | 37 | .li-plus { 38 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 39 | } 40 | 41 | .li-more-or-less { 42 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 43 | } 44 | 45 | .li-divide { 46 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 47 | } 48 | 49 | .li-percent { 50 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 51 | } 52 | 53 | .li-permille { 54 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 55 | } 56 | 57 | .li-dollar { 58 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 59 | } 60 | 61 | .li-euro { 62 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 63 | } 64 | 65 | .li-pound-sterling { 66 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 67 | } 68 | 69 | .li-yen { 70 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 71 | } 72 | 73 | .li-bitcoin { 74 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 75 | } 76 | 77 | .li-credit-card { 78 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 79 | } 80 | 81 | .li-credit-card-alt { 82 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 83 | } 84 | 85 | .li-delivery { 86 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 87 | } 88 | 89 | .li-door-lock { 90 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 91 | } 92 | 93 | .li-door { 94 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 95 | } 96 | 97 | .li-eye { 98 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 99 | } 100 | 101 | .li-eye-slash { 102 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 103 | } 104 | 105 | .li-flag { 106 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 107 | } 108 | 109 | .li-folder { 110 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 111 | } 112 | 113 | .li-archive { 114 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 115 | } 116 | 117 | .li-paper { 118 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 119 | } 120 | 121 | .li-paperclip { 122 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 123 | } 124 | 125 | .li-download { 126 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 127 | } 128 | 129 | .li-upload { 130 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 131 | } 132 | 133 | .li-note { 134 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 135 | } 136 | 137 | .li-pencil { 138 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 139 | } 140 | 141 | .li-trash { 142 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 143 | } 144 | 145 | .li-printer { 146 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 147 | } 148 | 149 | .li-filter { 150 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 151 | } 152 | 153 | .li-balloons { 154 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 155 | } 156 | 157 | .li-birthday-cake { 158 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 159 | } 160 | 161 | .li-gift { 162 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 163 | } 164 | 165 | .li-graduation-cap { 166 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 167 | } 168 | 169 | .li-university { 170 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 171 | } 172 | 173 | .li-trophy { 174 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 175 | } 176 | 177 | .li-black-tie { 178 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 179 | } 180 | 181 | .li-hashtag { 182 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 183 | } 184 | 185 | .li-asterisk { 186 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 187 | } 188 | 189 | .li-ampersand { 190 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 191 | } 192 | 193 | .li-home { 194 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 195 | } 196 | 197 | .li-menu { 198 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 199 | } 200 | 201 | .li-options { 202 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 203 | } 204 | 205 | .li-dots-v { 206 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 207 | } 208 | 209 | .li-dots-h { 210 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 211 | } 212 | 213 | .li-calendar { 214 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 215 | } 216 | 217 | .li-clock { 218 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 219 | } 220 | 221 | .li-bell { 222 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 223 | } 224 | 225 | .li-share { 226 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 227 | } 228 | 229 | .li-comment { 230 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 231 | } 232 | 233 | .li-chat { 234 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 235 | } 236 | 237 | .li-search { 238 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 239 | } 240 | 241 | .li-settings { 242 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 243 | } 244 | 245 | .li-hourglass { 246 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 247 | } 248 | 249 | .li-rss { 250 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 251 | } 252 | 253 | .li-infinity { 254 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 255 | } 256 | 257 | .li-cursor { 258 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 259 | } 260 | 261 | .li-laptop { 262 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 263 | } 264 | 265 | .li-bug { 266 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 267 | } 268 | 269 | .li-leaf { 270 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 271 | } 272 | 273 | .li-anchor { 274 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 275 | } 276 | 277 | .li-link { 278 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 279 | } 280 | 281 | .li-magnet { 282 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 283 | } 284 | 285 | .li-magnet-alt { 286 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 287 | } 288 | 289 | .li-location-arrow { 290 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 291 | } 292 | 293 | .li-map-marker { 294 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 295 | } 296 | 297 | .li-phone { 298 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 299 | } 300 | 301 | .li-mobile { 302 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 303 | } 304 | 305 | .li-envelope { 306 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 307 | } 308 | 309 | .li-at { 310 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 311 | } 312 | 313 | .li-battery-full { 314 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 315 | } 316 | 317 | .li-battery-half { 318 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 319 | } 320 | 321 | .li-battery-empty { 322 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 323 | } 324 | 325 | .li-music { 326 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 327 | } 328 | 329 | .li-music-alt { 330 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 331 | } 332 | 333 | .li-headphones { 334 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 335 | } 336 | 337 | .li-paper-plane { 338 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 339 | } 340 | 341 | .li-plug { 342 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 343 | } 344 | 345 | .li-turn-off { 346 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 347 | } 348 | 349 | .li-question { 350 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 351 | } 352 | 353 | .li-exclamation { 354 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 355 | } 356 | 357 | .li-quote-left { 358 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 359 | } 360 | 361 | .li-quote-right { 362 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 363 | } 364 | 365 | .li-quotes { 366 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 367 | } 368 | 369 | .li-copyright { 370 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 371 | } 372 | 373 | .li-registered { 374 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 375 | } 376 | 377 | .li-trademark { 378 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 379 | } 380 | 381 | .li-tag { 382 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 383 | } 384 | 385 | .li-heart { 386 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 387 | } 388 | 389 | .li-heartbeat { 390 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 391 | } 392 | 393 | .li-star { 394 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 395 | } 396 | 397 | .li-star-half { 398 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 399 | } 400 | 401 | .li-star-alt { 402 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 403 | } 404 | 405 | .li-thumbs-up { 406 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 407 | } 408 | 409 | .li-thumbs-down { 410 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 411 | } 412 | 413 | .li-ban { 414 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 415 | } 416 | 417 | .li-lock { 418 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 419 | } 420 | 421 | .li-unlock { 422 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 423 | } 424 | 425 | .li-unlock-alt { 426 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 427 | } 428 | 429 | .li-user { 430 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 431 | } 432 | 433 | .li-user-alt { 434 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 435 | } 436 | 437 | .li-users { 438 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 439 | } 440 | 441 | .li-users-alt { 442 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 443 | } 444 | 445 | .li-info { 446 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 447 | } 448 | 449 | .li-info-alt { 450 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 451 | } 452 | 453 | .li-warning { 454 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 455 | } 456 | 457 | .li-bluetooth { 458 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 459 | } 460 | 461 | .li-nfc { 462 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 463 | } 464 | 465 | .li-signal { 466 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 467 | } 468 | 469 | .li-wireless { 470 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 471 | } 472 | 473 | .li-bike { 474 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 475 | } 476 | 477 | .li-bus { 478 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 479 | } 480 | 481 | .li-car { 482 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 483 | } 484 | 485 | .li-subway { 486 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 487 | } 488 | 489 | .li-train { 490 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 491 | } 492 | 493 | .li-truck { 494 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 495 | } 496 | 497 | .li-airplane { 498 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 499 | } 500 | 501 | .li-book { 502 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 503 | } 504 | 505 | .li-bookmaker { 506 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 507 | } 508 | 509 | .li-glasses { 510 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 511 | } 512 | 513 | .li-key { 514 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 515 | } 516 | 517 | .li-briefcase { 518 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 519 | } 520 | 521 | .li-suitcase { 522 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 523 | } 524 | 525 | .li-picture { 526 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 527 | } 528 | 529 | .li-camera { 530 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 531 | } 532 | 533 | .li-flash { 534 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 535 | } 536 | 537 | .li-coffee { 538 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 539 | } 540 | 541 | .li-diamond { 542 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 543 | } 544 | 545 | .li-float { 546 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 547 | } 548 | 549 | .li-fruit-apple { 550 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 551 | } 552 | 553 | .li-glass { 554 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 555 | } 556 | 557 | .li-stethoscope { 558 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 559 | } 560 | 561 | .li-atom { 562 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 563 | } 564 | 565 | .li-kitasato { 566 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 567 | } 568 | 569 | .li-test-tube { 570 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 571 | } 572 | 573 | .li-drop { 574 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 575 | } 576 | 577 | .li-drugs { 578 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 579 | } 580 | 581 | .li-light { 582 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 583 | } 584 | 585 | .li-balance { 586 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 587 | } 588 | 589 | .li-line-chart { 590 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 591 | } 592 | 593 | .li-pie-chart { 594 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 595 | } 596 | 597 | .li-map { 598 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 599 | } 600 | 601 | .li-mouse { 602 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 603 | } 604 | 605 | .li-compact-disc { 606 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 607 | } 608 | 609 | .li-pin { 610 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 611 | } 612 | 613 | .li-pin-alt { 614 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 615 | } 616 | 617 | .li-sun { 618 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 619 | } 620 | 621 | .li-moon { 622 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 623 | } 624 | 625 | .li-cloud { 626 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 627 | } 628 | 629 | .li-bolt { 630 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 631 | } 632 | 633 | .li-umbrella { 634 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 635 | } 636 | 637 | .li-planet { 638 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 639 | } 640 | 641 | .li-rocket { 642 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 643 | } 644 | 645 | .li-space-shuttle { 646 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 647 | } 648 | 649 | .li-shield { 650 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 651 | } 652 | 653 | .li-skull { 654 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 655 | } 656 | 657 | .li-target { 658 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 659 | } 660 | 661 | .li-play { 662 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 663 | } 664 | 665 | .li-pause { 666 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 667 | } 668 | 669 | .li-stop { 670 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 671 | } 672 | 673 | .li-rec { 674 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 675 | } 676 | 677 | .li-fast-backward { 678 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 679 | } 680 | 681 | .li-fast-forward { 682 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 683 | } 684 | 685 | .li-backward { 686 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 687 | } 688 | 689 | .li-forward { 690 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 691 | } 692 | 693 | .li-step-left { 694 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 695 | } 696 | 697 | .li-step-right { 698 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 699 | } 700 | 701 | .li-left { 702 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 703 | } 704 | 705 | .li-right { 706 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 707 | } 708 | 709 | .li-video-camera { 710 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 711 | } 712 | 713 | .li-microphone { 714 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 715 | } 716 | 717 | .li-volume-up { 718 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 719 | } 720 | 721 | .li-volume-down { 722 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 723 | } 724 | 725 | .li-volume { 726 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 727 | } 728 | 729 | .li-volume-off { 730 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 731 | } 732 | 733 | .li-maximize { 734 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 735 | } 736 | 737 | .li-minimize { 738 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 739 | } 740 | 741 | .li-female { 742 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 743 | } 744 | 745 | .li-male { 746 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 747 | } 748 | 749 | .li-mars-double { 750 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 751 | } 752 | 753 | .li-venus-double { 754 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 755 | } 756 | 757 | .li-intersex { 758 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 759 | } 760 | 761 | .li-venus-mars { 762 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 763 | } 764 | 765 | .li-mars-stroke-h { 766 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 767 | } 768 | 769 | .li-mars-stroke-v { 770 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 771 | } 772 | 773 | .li-transgender { 774 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 775 | } 776 | 777 | .li-mercury { 778 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 779 | } 780 | 781 | .li-neuter { 782 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 783 | } 784 | 785 | .li-genderless { 786 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 787 | } 788 | 789 | .li-android { 790 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 791 | } 792 | 793 | .li-apple { 794 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 795 | } 796 | 797 | .li-behance { 798 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 799 | } 800 | 801 | .li-bitbucket { 802 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 803 | } 804 | 805 | .li-blogger { 806 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 807 | } 808 | 809 | .li-codepen { 810 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 811 | } 812 | 813 | .li-dribbble { 814 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 815 | } 816 | 817 | .li-facebook { 818 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 819 | } 820 | 821 | .li-flickr { 822 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 823 | } 824 | 825 | .li-foursquare { 826 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 827 | } 828 | 829 | .li-github { 830 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 831 | } 832 | 833 | .li-google { 834 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 835 | } 836 | 837 | .li-instagram { 838 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 839 | } 840 | 841 | .li-linkedin { 842 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 843 | } 844 | 845 | .li-medium { 846 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 847 | } 848 | 849 | .li-paypal { 850 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 851 | } 852 | 853 | .li-pinterest { 854 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 855 | } 856 | 857 | .li-skype { 858 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 859 | } 860 | 861 | .li-slack { 862 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 863 | } 864 | 865 | .li-snapchat { 866 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 867 | } 868 | 869 | .li-soundcloud { 870 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 871 | } 872 | 873 | .li-spotify { 874 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 875 | } 876 | 877 | .li-twitch { 878 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 879 | } 880 | 881 | .li-twitter { 882 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 883 | } 884 | 885 | .li-vimeo { 886 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 887 | } 888 | 889 | .li-wikipedia { 890 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 891 | } 892 | 893 | .li-windows { 894 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 895 | } 896 | 897 | .li-wordpress { 898 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 899 | } 900 | 901 | .li-youtube { 902 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 903 | } 904 | 905 | .li-angle-double-down { 906 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 907 | } 908 | 909 | .li-angle-double-left { 910 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 911 | } 912 | 913 | .li-angle-double-right { 914 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 915 | } 916 | 917 | .li-angle-double-top { 918 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 919 | } 920 | 921 | .li-angle-down { 922 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 923 | } 924 | 925 | .li-angle-left { 926 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 927 | } 928 | 929 | .li-angle-right { 930 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 931 | } 932 | 933 | .li-angle-top { 934 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 935 | } 936 | 937 | .li-angles { 938 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 939 | } 940 | 941 | .li-angles-alt { 942 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 943 | } 944 | 945 | .li-arrow-down-left { 946 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 947 | } 948 | 949 | .li-arrow-down-right { 950 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 951 | } 952 | 953 | .li-arrow-down { 954 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 955 | } 956 | 957 | .li-arrow-left { 958 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 959 | } 960 | 961 | .li-arrow-right { 962 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 963 | } 964 | 965 | .li-arrow-top-left { 966 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 967 | } 968 | 969 | .li-arrow-top-right { 970 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 971 | } 972 | 973 | .li-arrow-top { 974 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 975 | } 976 | 977 | .li-arrows-h { 978 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 979 | } 980 | 981 | .li-arrows-oblique-alt { 982 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 983 | } 984 | 985 | .li-arrows-oblique { 986 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 987 | } 988 | 989 | .li-arrows-v { 990 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 991 | } 992 | 993 | .li-arrows-alt { 994 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 995 | } 996 | 997 | .li-arrows { 998 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 999 | } 1000 | 1001 | .li-caret-down { 1002 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 1003 | } 1004 | 1005 | .li-caret-left { 1006 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 1007 | } 1008 | 1009 | .li-caret-right { 1010 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 1011 | } 1012 | 1013 | .li-caret-top { 1014 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 1015 | } 1016 | 1017 | .li-loading { 1018 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 1019 | } 1020 | 1021 | .li-restart { 1022 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 1023 | } 1024 | 1025 | .li-random { 1026 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 1027 | } 1028 | 1029 | .li-slide-h { 1030 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 1031 | } 1032 | 1033 | .li-slide-h-alt { 1034 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 1035 | } 1036 | 1037 | .li-slide-v { 1038 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 1039 | } 1040 | 1041 | .li-slide-v-alt { 1042 | *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); 1043 | } 1044 | 1045 | --------------------------------------------------------------------------------