Commit 70c76610 by Scott

Update Fontello icon font; replace comment icon in activity count

parent 30cddba8
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -38,15 +38,16 @@
clear: both;
}
/*------[ web fonts ]------*/
/*------[ icon font ]------*/
@font-face {
font-family: "fontello";
src: url("fonts/fontello.eot?2559038") format("embedded-opentype"),
url("fonts/fontello.eot?2559038#iefix") format("embedded-opentype"),
url("fonts/fontello.woff?2559038") format("woff"),
url("fonts/fontello.ttf?2559038") format("truetype"),
url("fonts/fontello.svg?2559038#fontello") format("svg");
src: url("fonts/fontello.eot?70015067") format("embedded-opentype"),
url("fonts/fontello.eot?70015067#iefix") format("embedded-opentype"),
url("fonts/fontello2.woff?70015067") format("woff"),
url("fonts/fontello.ttf?70015067") format("truetype"),
url("fonts/fontello.svg?70015067#fontello") format("svg");
font-weight: normal;
font-style: normal;
}
/*------[ base css ]------*/
......@@ -853,7 +854,7 @@ blockquote p {
}
.qa-nav-user-logout:before {
content: '\e813';
content: '\e824';
font-family: "fontello";
display: inline-block;
width: 1em;
......@@ -2929,7 +2930,7 @@ input[type="submit"], button {
background: #f1c40f;
}
.qa-activity-count-item:nth-child(3):before {
content: '\e803';
content: '\e800';
}
.qa-activity-count-item:nth-child(4) {
background: #e67e22;
......@@ -3021,7 +3022,7 @@ input[type="submit"], button {
.qa-feed-link:before {
font-family: "fontello";
font-size: 20px;
content: '\e81d';
content: '\e81c';
display: inline-block;
float: left;
margin-right: 8px;
......@@ -3412,210 +3413,6 @@ input[type="submit"], button {
transform: scale(1);
}
}
/*------[ icons ]------*/
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: .2em;
}
.icon-link:before {
content: '\e800';
}
.icon-help:before {
content: '\e801';
}
.icon-comment:before {
content: '\e802';
}
.icon-comment-alt:before {
content: '\e803';
}
.icon-chart-line:before {
content: '\e804';
}
.icon-coffee:before {
content: '\e805';
}
.icon-tag:before {
content: '\e806';
}
.icon-tags:before {
content: '\e807';
}
.icon-spread:before {
content: '\e808';
}
.icon-group:before {
content: '\e809';
}
.icon-wrench:before {
content: '\e80a';
}
.icon-article:before {
content: '\e80b';
}
.icon-docs:before {
content: '\e80c';
}
.icon-infinity:before {
content: '\e80d';
}
.icon-user:before {
content: '\e80e';
}
.icon-key:before {
content: '\e80f';
}
.icon-money:before {
content: '\e810';
}
.icon-wallet:before {
content: '\e811';
}
.icon-arrows-cw:before {
content: '\e812';
}
.icon-power:before {
content: '\e813';
}
.icon-th-list:before {
content: '\e814';
}
.icon-left-open-big:before {
content: '\e815';
}
.icon-right-open-big:before {
content: '\e816';
}
.icon-down-open-big:before {
content: '\e817';
}
.icon-up-open-big:before {
content: '\e818';
}
.icon-down-open-mini:before {
content: '\e819';
}
.icon-up-open-mini:before {
content: '\e81a';
}
.icon-right-open-mini:before {
content: '\e81b';
}
.icon-left-open-mini:before {
content: '\e81c';
}
.icon-rss:before {
content: '\e81d';
}
.icon-facebook:before {
content: '\e81e';
}
.icon-twitter:before {
content: '\e81f';
}
.icon-twitter-bird:before {
content: '\e820';
}
.icon-googleplus:before {
content: '\e821';
}
.icon-linkedin:before {
content: '\e822';
}
.icon-youtube:before {
content: '\e823';
}
.icon-vimeo:before {
content: '\e824';
}
.icon-pinterest:before {
content: '\e825';
}
.icon-facebook-1:before {
content: '\e826';
}
.icon-vimeo-1:before {
content: '\e827';
}
.icon-linkedin-1:before {
content: '\e828';
}
.icon-gplus:before {
content: '\e829';
}
.icon-github:before {
content: '\e82a';
}
.icon-wordpress:before {
content: '\e82b';
}
.icon-ok:before {
content: '\e82c';
}
.icon-ok-circled:before {
content: '\e82d';
}
.icon-reply:before {
content: '\e82e';
}
@-webkit-keyframes answer-highlight {
0% { background-color: #ffffaa; }
......@@ -3634,3 +3431,64 @@ input[type="submit"], button {
0% { background-color: #ffffaa; }
100% { background-color: #f4f4f4; }
}
/*------[ icons ]------*/
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: .2em;
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-chat:before { content: '\e800'; }
.icon-help:before { content: '\e801'; }
.icon-comment:before { content: '\e802'; }
.icon-comment-alt:before { content: '\e803'; }
.icon-chart-line:before { content: '\e804'; }
.icon-coffee:before { content: '\e805'; }
.icon-tag:before { content: '\e806'; }
.icon-tags:before { content: '\e807'; }
.icon-spread:before { content: '\e808'; }
.icon-group:before { content: '\e809'; }
.icon-wrench:before { content: '\e80a'; }
.icon-article:before { content: '\e80b'; }
.icon-docs:before { content: '\e80c'; }
.icon-infinity:before { content: '\e80d'; }
.icon-user:before { content: '\e80e'; }
.icon-key:before { content: '\e80f'; }
.icon-money:before { content: '\e810'; }
.icon-wallet:before { content: '\e811'; }
.icon-arrows-cw:before { content: '\e812'; }
.icon-th-list:before { content: '\e813'; }
.icon-left-open-big:before { content: '\e814'; }
.icon-right-open-big:before { content: '\e815'; }
.icon-down-open-big:before { content: '\e816'; }
.icon-up-open-big:before { content: '\e817'; }
.icon-down-open-mini:before { content: '\e818'; }
.icon-up-open-mini:before { content: '\e819'; }
.icon-right-open-mini:before { content: '\e81a'; }
.icon-left-open-mini:before { content: '\e81b'; }
.icon-rss:before { content: '\e81c'; }
.icon-facebook:before { content: '\e81d'; }
.icon-twitter:before { content: '\e81e'; }
.icon-twitter-bird:before { content: '\e81f'; }
.icon-googleplus:before { content: '\e820'; }
.icon-ok:before { content: '\e821'; }
.icon-ok-circled:before { content: '\e822'; }
.icon-reply:before { content: '\e823'; }
.icon-power:before { content: '\e824'; }
.icon-link:before { content: '\e825'; }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment