New omegicons version to include Stackoverflow, social menu moved to data file for 4x optimization.
This commit is contained in:
parent
358ad33cb8
commit
cc60e2f2a3
13 changed files with 79 additions and 125 deletions
|
@ -87,36 +87,37 @@
|
|||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
/* Uncomment for 3D effect */
|
||||
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
||||
text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
|
||||
}
|
||||
|
||||
.icon-about:before { content: '\e800'; } /* '' */
|
||||
.icon-apps:before { content: '\e801'; } /* '' */
|
||||
.icon-bug:before { content: '\e802'; } /* '' */
|
||||
.icon-code:before { content: '\e803'; } /* '' */
|
||||
.icon-documentation:before { content: '\e804'; } /* '' */
|
||||
.icon-download:before { content: '\e805'; } /* '' */
|
||||
.icon-frameworks:before { content: '\e806'; } /* '' */
|
||||
.icon-free:before { content: '\e807'; } /* '' */
|
||||
.icon-git:before { content: '\e808'; } /* '' */
|
||||
.icon-keyboard:before { content: '\e809'; } /* '' */
|
||||
.icon-lang:before { content: '\e80a'; } /* '' */
|
||||
.icon-license:before { content: '\e80b'; } /* '' */
|
||||
.icon-lookup:before { content: '\e80c'; } /* '' */
|
||||
.icon-menu:before { content: '\e80d'; } /* '' */
|
||||
.icon-open-external:before { content: '\e80e'; } /* '' */
|
||||
.icon-person:before { content: '\e80f'; } /* '' */
|
||||
.icon-platforms:before { content: '\e810'; } /* '' */
|
||||
.icon-privacy:before { content: '\e811'; } /* '' */
|
||||
.icon-touch:before { content: '\e812'; } /* '' */
|
||||
.icon-wrench:before { content: '\e813'; } /* '' */
|
||||
.icon-firefox:before { content: '\e814'; } /* '' */
|
||||
.icon-linux:before { content: '\e815'; } /* '' */
|
||||
.icon-macosx:before { content: '\e816'; } /* '' */
|
||||
.icon-universal:before { content: '\e817'; } /* '' */
|
||||
.icon-web:before { content: '\e818'; } /* '' */
|
||||
.icon-windows:before { content: '\e819'; } /* '' */
|
||||
.icon-github:before { content: '\e81b'; } /* '' */
|
||||
.icon-windows:before { content: '\e800'; } /* '' */
|
||||
.icon-web:before { content: '\e801'; } /* '' */
|
||||
.icon-universal:before { content: '\e802'; } /* '' */
|
||||
.icon-macosx:before { content: '\e803'; } /* '' */
|
||||
.icon-linux:before { content: '\e804'; } /* '' */
|
||||
.icon-firefox:before { content: '\e805'; } /* '' */
|
||||
.icon-wrench:before { content: '\e806'; } /* '' */
|
||||
.icon-touch:before { content: '\e807'; } /* '' */
|
||||
.icon-privacy:before { content: '\e808'; } /* '' */
|
||||
.icon-platforms:before { content: '\e809'; } /* '' */
|
||||
.icon-person:before { content: '\e80a'; } /* '' */
|
||||
.icon-open-external:before { content: '\e80b'; } /* '' */
|
||||
.icon-menu:before { content: '\e80c'; } /* '' */
|
||||
.icon-lookup:before { content: '\e80d'; } /* '' */
|
||||
.icon-license:before { content: '\e80e'; } /* '' */
|
||||
.icon-lang:before { content: '\e80f'; } /* '' */
|
||||
.icon-keyboard:before { content: '\e810'; } /* '' */
|
||||
.icon-free:before { content: '\e811'; } /* '' */
|
||||
.icon-frameworks:before { content: '\e812'; } /* '' */
|
||||
.icon-download:before { content: '\e813'; } /* '' */
|
||||
.icon-documentation:before { content: '\e814'; } /* '' */
|
||||
.icon-code:before { content: '\e815'; } /* '' */
|
||||
.icon-bug:before { content: '\e816'; } /* '' */
|
||||
.icon-apps:before { content: '\e817'; } /* '' */
|
||||
.icon-about:before { content: '\e818'; } /* '' */
|
||||
.icon-twitter:before { content: '\e819'; } /* '' */
|
||||
.icon-stackoverflow:before { content: '\e81a'; } /* '' */
|
||||
.icon-mastodon:before { content: '\e81b'; } /* '' */
|
||||
.icon-mail:before { content: '\e81c'; } /* '' */
|
||||
.icon-mastodon:before { content: '\e81d'; } /* '' */
|
||||
.icon-twitter:before { content: '\e81e'; } /* '' */
|
||||
.icon-github:before { content: '\e81d'; } /* '' */
|
||||
.icon-git:before { content: '\e81e'; } /* '' */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue