Van
2017-05-21 18:15:34 +08:00
parent 7fbcdb99dd
commit 1e3e598a7c
362 changed files with 3049 additions and 3846 deletions

View File

@@ -107,7 +107,8 @@ textarea, input {
.em00, .em01, .em02, .em03, .em04, .em05, .em06, .em07, .em08, .em09,
.em10, .em11, .em12, .em13, .em14 {
background-image: url("../../neoease/images/emotions/emotions-black.png");
background-image: url("../../../images/emotions/emotions.png");
background-size: 120px;
float: left;
height: 24px;
margin-right: 5px;
@@ -677,6 +678,11 @@ textarea, input {
border-bottom: 1px solid #DEDEDE;
padding: 10px;
width: 647px;
background-color: #F5F5F5;
}
#comments>div:nth-child(2n) {
background-color: #F8F8F8;
}
#comments .comment-panel>.right {
@@ -692,14 +698,6 @@ textarea, input {
filter: alpha(opacity=100);
}
.comment-even {
background-color: #F8F8F8;
}
.comment-odd {
background-color: #F5F5F5;
}
.comment-header {
height: 50px;
width: 50px;

File diff suppressed because one or more lines are too long