1/** 2 * This file provides styles for web fonts and icon fonts 3 * 4 * @author Jana Deutschlaender <deutschlaender@cosmocode.de> 5 */ 6 7 8/* icon font */ 9.setIconFontFace('fontello','fontello'); 10 11.icon, [class^="icon-"], [class*=" icon-"]{ 12 .fontello(); 13} 14 15 16/* + + + + + fontello codes + + + + + */ 17/** 18 * If in the Fontello-Packet an icon is added, the code should be supplemented here: 19*/ 20 21/* additional "after" for nav-pagetools */ 22.icon-pencil { 23 &::before, 24 &::after { content: '\e840'; } 25} 26.icon-pencil-add { 27 &::before, 28 &::after { content: '\e800'; } 29} 30.icon-revisions-history { 31 &::before, 32 &::after { content: '\e803'; } 33} 34.icon-link { 35 &::before, 36 &::after { content: '\e843'; } 37} 38.icon-file-pdf { 39 &::before, 40 &::after { content: '\e838'; } 41} 42.icon-file-xml { 43 &::before, 44 &::after { content: '\e802'; } 45} 46.icon-up-bold { 47 &::before, 48 &::after { content: '\e830'; } 49} 50.icon-disk { 51 &::before, 52 &::after{ content: '\e85c'; } 53} 54.icon-file-text { 55 &::before, 56 &::after{ content: '\e84a'; } 57} 58.icon-book-open { 59 &::before, 60 &::after { content: '\e83f'; } 61} 62.icon-code-braces { 63 &::before, 64 &::after { content: '\e85b'; } 65} 66.icon-code { 67 &::before, 68 &::after { content: '\e861'; } 69} 70 71 72.icon-dividers { &::before { content: '\e801'; } } /* '' */ 73.icon-emo-happy { &::before { content: '\e804'; } } /* '' */ 74.icon-emo-wink { &::before { content: '\e805'; } } /* '' */ 75.icon-emo-unhappy { &::before { content: '\e806'; } } /* '' */ 76.icon-emo-sleep { &::before { content: '\e807'; } } /* '' */ 77.icon-emo-thumbsup { &::before { content: '\e808'; } } /* '' */ 78.icon-folder-image { &::before { content: '\e809'; } } /* '' */ 79.icon-emo-grin { &::before { content: '\e80c'; } } /* '' */ 80.icon-emo-angry { &::before { content: '\e80d'; } } /* '' */ 81.icon-emo-cry { &::before { content: '\e80f'; } } /* '' */ 82.icon-emo-squint { &::before { content: '\e811'; } } /* '' */ 83.icon-emo-laugh { &::before { content: '\e812'; } } /* '' */ 84.icon-emo-wink2 { &::before { content: '\e813'; } } /* '' */ 85.icon-cog-alt { &::before { content: '\e818'; } } /* '' */ 86.icon-left-thick { &::before { content: '\e82c'; } } /* '' */ 87.icon-right-small { &::before { content: '\e82d'; } } /* '' */ 88.icon-right-thick { &::before { content: '\e82e'; } } /* '' */ 89.icon-up-small { &::before { content: '\e82f'; } } /* '' */ 90.icon-up-thick { &::before { content: '\e831'; } } /* '' */ 91.icon-attachment { &::before { content: '\e832'; } } /* '' */ 92.icon-user { &::before { content: '\e833'; } } /* '' */ 93.icon-down-small { &::before { content: '\e834'; } } /* '' */ 94.icon-down-thick { &::before { content: '\e835'; } } /* '' */ 95.icon-left-small { &::before { content: '\e836'; } } /* '' */ 96.icon-left-bold { &::before { content: '\e837'; } } /* '' */ 97.icon-revert-replay { &::before { content: '\e839'; } } /* '' */ 98.icon-bell { &::before { content: '\e83a'; } } /* '' */ 99.icon-bookmark-empty { &::before { content: '\e83b'; } } /* '' */ 100.icon-help { &::before { content: '\e83c'; } } /* '' */ 101.icon-file-new { &::before { content: '\e83d'; } } /* '' */ 102.icon-file { &::before { content: '\e83e'; } } /* '' */ 103.icon-check { &::before { content: '\e841'; } } /* '' */ 104.icon-home { &::before { content: '\e842'; } } /* '' */ 105.icon-checkbox-marked { &::before { content: '\e844'; } } /* '' */ 106.icon-login { &::before { content: '\e845'; } } /* '' */ 107.icon-down-open-big { &::before { content: '\e846'; } } /* '' */ 108.icon-logout { &::before { content: '\e847'; } } /* '' */ 109.icon-up-open-big { &::before { content: '\e848'; } } /* '' */ 110.icon-files { &::before { content: '\e849'; } } /* '' */ 111.icon-frown { &::before { content: '\e84b'; } } /* '' */ 112.icon-star-outline { &::before { content: '\e84c'; } } /* '' */ 113.icon-sitemap { &::before { content: '\e84d'; } } /* '' */ 114.icon-cog { &::before { content: '\e84e'; } } /* '' */ 115.icon-puzzle { &::before { content: '\e84f'; } } /* '' */ 116.icon-plus { &::before { content: '\e850'; } } /* '' */ 117.icon-pencil-1 { &::before { content: '\e851'; } } /* '' */ 118.icon-minus { &::before { content: '\e852'; } } /* '' */ 119.icon-up { &::before { content: '\e853'; } } /* '' */ 120.icon-menu { &::before { content: '\e854'; } } /* '' */ 121.icon-search { &::before { content: '\e855'; } } /* '' */ 122.icon-clipboard-empty { &::before { content: '\e856'; } } /* '' */ 123.icon-clipboard { &::before { content: '\e857'; } } /* '' */ 124.icon-clock { &::before { content: '\e858'; } } /* '' */ 125.icon-down { &::before { content: '\e859'; } } /* '' */ 126.icon-cloud { &::before { content: '\e85a'; } } /* '' */ 127.icon-mail { &::before { content: '\e85d'; } } /* '' */ 128.icon-smile { &::before { content: '\e85e'; } } /* '' */ 129.icon-meh { &::before { content: '\e85f'; } } /* '' */ 130.icon-star { &::before { content: '\e860'; } } /* '' */ 131.icon-user-circle { &::before { content: '\e86c'; } } /* '' */ 132