Add new icons and profile links to sidebar for Stackoverflow, Pinterest, Foursquare, Steam, and Dribbble.
Fixes #22
This commit is contained in:
@ -1,33 +1,15 @@
|
||||
@font-face {
|
||||
font-family: 'icomoon';
|
||||
src:url('../fonts/icomoon.eot');
|
||||
src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/icomoon.woff') format('woff'),
|
||||
url('../fonts/icomoon.ttf') format('truetype'),
|
||||
url('../fonts/icomoon.svg#icomoon') format('svg');
|
||||
src:url('../fonts/icomoon.eot?-w4tutt');
|
||||
src:url('../fonts/icomoon.eot?#iefix-w4tutt') format('embedded-opentype'),
|
||||
url('../fonts/icomoon.woff?-w4tutt') format('woff'),
|
||||
url('../fonts/icomoon.ttf?-w4tutt') format('truetype'),
|
||||
url('../fonts/icomoon.svg?-w4tutt#icomoon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
/* Use the following CSS code if you want to use data attributes for inserting your icons */
|
||||
[data-icon]:before {
|
||||
font-family: 'icomoon';
|
||||
content: attr(data-icon);
|
||||
speak: none;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
/* Use the following CSS code if you want to have a class per icon */
|
||||
/*
|
||||
Instead of a list of all class selectors,
|
||||
you can use the generic selector below, but it's slower:
|
||||
[class*="icon-"] {
|
||||
*/
|
||||
.icon-instagram, .icon-facebook, .icon-twitter, .icon-google-plus, .icon-feed, .icon-feed-2, .icon-linkedin, .icon-tumblr, .icon-lastfm, .icon-mail, .icon-github {
|
||||
[class^="icon-"], [class*=" icon-"] {
|
||||
font-family: 'icomoon';
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
@ -35,38 +17,60 @@ you can use the generic selector below, but it's slower:
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
|
||||
/* Better Font Rendering =========== */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
.icon-instagram:before {
|
||||
content: "\e004";
|
||||
|
||||
.icon-google-plus:before {
|
||||
content: "\e600";
|
||||
}
|
||||
.icon-facebook:before {
|
||||
content: "\e003";
|
||||
content: "\e601";
|
||||
}
|
||||
.icon-twitter:before {
|
||||
content: "\e007";
|
||||
}
|
||||
.icon-google-plus:before {
|
||||
content: "\e00a";
|
||||
content: "\e602";
|
||||
}
|
||||
.icon-feed:before {
|
||||
content: "\e00b";
|
||||
content: "\e603";
|
||||
}
|
||||
.icon-feed-2:before {
|
||||
content: "\e00c";
|
||||
.icon-feed2:before {
|
||||
content: "\e604";
|
||||
}
|
||||
.icon-linkedin:before {
|
||||
content: "\e001";
|
||||
.icon-vimeo:before {
|
||||
content: "\e605";
|
||||
}
|
||||
.icon-tumblr:before {
|
||||
content: "\e002";
|
||||
.icon-dribbble:before {
|
||||
content: "\e606";
|
||||
}
|
||||
.icon-lastfm:before {
|
||||
content: "\e005";
|
||||
}
|
||||
.icon-mail:before {
|
||||
content: "\e006";
|
||||
.icon-steam:before {
|
||||
content: "\e607";
|
||||
}
|
||||
.icon-github:before {
|
||||
content: "\e000";
|
||||
content: "\e608";
|
||||
}
|
||||
.icon-lastfm:before {
|
||||
content: "\e609";
|
||||
}
|
||||
.icon-tumblr:before {
|
||||
content: "\e60a";
|
||||
}
|
||||
.icon-stackoverflow:before {
|
||||
content: "\e60b";
|
||||
}
|
||||
.icon-pinterest:before {
|
||||
content: "\e60c";
|
||||
}
|
||||
.icon-foursquare:before {
|
||||
content: "\e60d";
|
||||
}
|
||||
.icon-flickr:before {
|
||||
content: "\e60e";
|
||||
}
|
||||
.icon-linkedin:before {
|
||||
content: "\e60f";
|
||||
}
|
||||
.icon-instagram:before {
|
||||
content: "\e610";
|
||||
}
|
||||
|
Reference in New Issue
Block a user