Commit 52b303e2 authored by Riccardo Padovani's avatar Riccardo Padovani

Unite le icone con :hover, in due tronconi da 14px e da 24px.

Eliminate le icone inutilizzate.
parent e18b6163
...@@ -393,7 +393,6 @@ padding-top: 4px; ...@@ -393,7 +393,6 @@ padding-top: 4px;
#top * { #top * {
line-height: 40px; line-height: 40px;
height: 40px;
} }
#top span { #top span {
...@@ -790,13 +789,14 @@ a.medal { ...@@ -790,13 +789,14 @@ a.medal {
} }
.medal span, .bronze, .silver, .gold { .medal span, .bronze, .silver, .gold {
background: url("../images/badges.png"); background: url("../images/icon.png");
text-indent: -10000px; text-indent: -10000px;
width: 18px; width: 18px;
min-height: 17px; height: 17px;
display: inline-block; display: inline-block;
background-position-y: center; background-position-y: top;
background-repeat: no-repeat; background-repeat: no-repeat;
vertical-align: middle;
} }
.badgecount { .badgecount {
...@@ -1274,11 +1274,6 @@ ins { ...@@ -1274,11 +1274,6 @@ ins {
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
} }
.user-edit-link {
background: url("../images/edit.png") no-repeat scroll 0 0 transparent;
padding-left: 20px;
}
.user-info-table { .user-info-table {
margin-bottom: 10px; margin-bottom: 10px;
width: 100%; width: 100%;
...@@ -1390,7 +1385,7 @@ ins { ...@@ -1390,7 +1385,7 @@ ins {
.bronze, .badge3 { .bronze, .badge3 {
color: #CC9933; color: #CC9933;
background-position: -61px !important; background-position-x: -61px !important;
} }
.score, .accept_rate { .score, .accept_rate {
...@@ -1775,28 +1770,31 @@ a.post-vote, .favorite-mark, a.accept-answer { ...@@ -1775,28 +1770,31 @@ a.post-vote, .favorite-mark, a.accept-answer {
width: 24px; width: 24px;
} }
a.post-vote.up { /*Icone con hover da 24px*/
background: url("../images/vote-arrow-up.png") no-repeat scroll center center transparent; a.post-vote.up, a.post-vote.down, a.accept-answer, .favorite-mark {
background-image: url("../images/icon.png");
background-repeat: no-repeat;
background-color: transparent;
} }
a.post-vote.up.on, a.post-vote.up:hover { a.post-vote.up {
background: url("../images/vote-arrow-up-on.png") no-repeat scroll center center transparent; background-position-y: -157px;
} }
a.post-vote.down { a.post-vote.down {
background: url("../images/vote-arrow-down.png") no-repeat scroll center center transparent; background-position-y: -132px;
} }
a.post-vote.down.on, a.post-vote.down:hover { a.accept-answer {
background: url("../images/vote-arrow-down-on.png") no-repeat scroll center center transparent; background-position-y: -105px;
} }
a.accept-answer { .favorite-mark {
background: url("../images/vote-accepted.png") no-repeat scroll center center transparent; background-position-y: -185px;
} }
a.accept-answer.on, a.accept-answer:hover { a.post-vote.up.on, a.post-vote.up:hover, a.post-vote.down.on, a.post-vote.down:hover, a.accept-answer.on, a.accept-answer:hover, .favorite-mark.on, a.favorite-mark:hover {
background: url("../images/vote-accepted-on.png") no-repeat scroll center center transparent; background-position-x: -31px;
} }
.community-wiki { .community-wiki {
...@@ -1817,14 +1815,6 @@ a.accept-answer.on, a.accept-answer:hover { ...@@ -1817,14 +1815,6 @@ a.accept-answer.on, a.accept-answer:hover {
padding: 0 0 3px; padding: 0 0 3px;
} }
.favorite-mark {
background: url("../images/vote-favorite-off.png") no-repeat scroll center center transparent;
}
.favorite-mark.on, a.favorite-mark:hover {
background: url("../images/vote-favorite-on.png") no-repeat scroll center center transparent;
}
.favorite-count { .favorite-count {
color: #777777; color: #777777;
font-family: Arial; font-family: Arial;
...@@ -1897,49 +1887,38 @@ a.accept-answer.on, a.accept-answer:hover { ...@@ -1897,49 +1887,38 @@ a.accept-answer.on, a.accept-answer:hover {
margin-left: 4px; margin-left: 4px;
} }
a.comment-like, a.comment-delete, a.comment-edit, a.comment-convert, a.comment-convert-to-question { /*Icone con hover da 14px*/
a.comment-delete, a.comment-edit, a.comment-like, a.comment-convert, a.comment-convert-to-question {
background-image: url("../images/icon.png");
background-repeat: no-repeat;
background-color: transparent;
margin-left: 2px; margin-left: 2px;
width: 18px; width: 18px;
} }
a.comment-like {
background: url("../images/comment-like.png") no-repeat scroll center center transparent;
}
a.comment-like:hover, a.comment-like.on {
background: url("../images/comment-like-on.png") no-repeat scroll center center transparent;
}
a.comment-delete { a.comment-delete {
background: url("../images/comment-delete.png") no-repeat scroll center center transparent; background-position-y: -18px;
} }
a.comment-delete:hover { a.comment-edit {
background: url("../images/comment-delete-hover.png") no-repeat scroll center center transparent; background-position-y: -36px;
} }
a.comment-convert { a.comment-like {
background: url("../images/convert-off.png") no-repeat scroll center center transparent; background-position-y: -52px;
} }
a.comment-convert:hover { a.comment-convert {
background: url("../images/convert-hover.png") no-repeat scroll center center transparent; background-position-y: -69px;
} }
a.comment-convert-to-question { a.comment-convert-to-question {
background: url("../images/convert-to-question-off.png") no-repeat scroll center center transparent; background-position-y: -86px;
}
a.comment-convert-to-question:hover {
background: url("../images/convert-to-question-hover.png") no-repeat scroll center center transparent;
}
a.comment-edit {
background: url("../images/comment-edit.png") no-repeat scroll center center transparent;
} }
a.comment-edit:hover { a.comment-delete:hover, a.comment-edit:hover, a.comment-like:hover, a.comment-like.on, a.comment-convert:hover, a.comment-convert-to-question:hover {
background: url("../images/comment-edit-hover.png") no-repeat scroll center center transparent; background-position-x: -19px;
} }
img.subscription-remove { img.subscription-remove {
......
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