diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2017-08-08 16:03:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-08 16:03:33 +0200 |
| commit | 5082b4f1658d7db39f4815cbe9dd43089943b426 (patch) | |
| tree | 7404240674ad0c5c3b23ce77dc2fb43c20174318 /searx/static/themes/simple/less/ion.less | |
| parent | 98e6b4d830ef8101bfdf06e304b98f0125b8ce35 (diff) | |
| parent | ac59f5e1686ccc5d96055d23fd8bed6e8473f745 (diff) | |
Merge pull request #858 from dalf/simple
Simple theme
Diffstat (limited to 'searx/static/themes/simple/less/ion.less')
| -rw-r--r-- | searx/static/themes/simple/less/ion.less | 174 |
1 files changed, 174 insertions, 0 deletions
diff --git a/searx/static/themes/simple/less/ion.less b/searx/static/themes/simple/less/ion.less new file mode 100644 index 000000000..9ec6b9955 --- /dev/null +++ b/searx/static/themes/simple/less/ion.less @@ -0,0 +1,174 @@ +// Generated by grunt-webfont + + +@font-face { + font-family:"ion"; + src:url("../fonts/ion.eot?94af7082ea096aefe3a7b6642834716e"); + src:url("../fonts/ion.eot?#iefix") format("embedded-opentype"), + url("../fonts/ion.woff2?94af7082ea096aefe3a7b6642834716e") format("woff2"), + url("../fonts/ion.woff?94af7082ea096aefe3a7b6642834716e") format("woff"), + url("../fonts/ion.ttf?94af7082ea096aefe3a7b6642834716e") format("truetype"), + url("../fonts/ion.svg?94af7082ea096aefe3a7b6642834716e#ion") format("svg"); + font-weight:normal; + font-style:normal; +} + +.ion-icon { + &:before { + font-family:"ion"; + } + display:inline-block; + vertical-align:middle; + line-height:1; + font-weight:normal; + font-style:normal; + speak:none; + text-decoration:inherit; + text-transform:none; + text-rendering:auto; + -webkit-font-smoothing:antialiased; + -moz-osx-font-smoothing:grayscale; +} + + +// Icons + +.ion-navicon-round { + &:before { + content:"\f101"; + } +} + + +.ion-search { + &:before { + content:"\f102"; + } +} + + +.ion-play { + &:before { + content:"\f103"; + } +} + + +.ion-link { + &:before { + content:"\f104"; + } +} + + +.ion-chevron-up { + &:before { + content:"\f105"; + } +} + + +.ion-chevron-left { + &:before { + content:"\f106"; + } +} + + +.ion-chevron-right { + &:before { + content:"\f107"; + } +} + + +.ion-arrow-down-a { + &:before { + content:"\f108"; + } +} + + +.ion-arrow-up-a { + &:before { + content:"\f109"; + } +} + + +.ion-arrow-swap { + &:before { + content:"\f10a"; + } +} + + +.ion-arrow-dropdown { + &:before { + content:"\f10b"; + } +} + + +.ion-globe { + &:before { + content:"\f10c"; + } +} + + +.ion-time { + &:before { + content:"\f10d"; + } +} + + +.ion-location { + &:before { + content:"\f10e"; + } +} + + +.ion-warning { + &:before { + content:"\f10f"; + } +} + + +.ion-error { + &:before { + content:"\f110"; + } +} + + +.ion-film-outline { + &:before { + content:"\f111"; + } +} + + +.ion-music-note { + &:before { + content:"\f112"; + } +} + + +.ion-more-vertical { + &:before { + content:"\f113"; + } +} + + +.ion-magnet { + &:before { + content:"\f114"; + } +} + |