-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
119 changed files
with
83,976 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
.edui-popup-emotion .edui-emotion-jd img{ | ||
background:transparent url(images/jxface2.gif?v=1.1) no-repeat scroll left top; | ||
cursor:pointer;width:35px;height:35px;display:block; | ||
} | ||
.edui-popup-emotion .edui-emotion-pp img{ | ||
background:transparent url(images/fface.gif?v=1.1) no-repeat scroll left top; | ||
cursor:pointer;width:25px;height:25px;display:block; | ||
} | ||
|
||
.edui-popup-emotion .edui-emotion-ldw img{ | ||
background:transparent url(images/wface.gif?v=1.1) no-repeat scroll left top; | ||
cursor:pointer;width:35px;height:35px;display:block; | ||
} | ||
|
||
.edui-popup-emotion .edui-emotion-tsj img{ | ||
background:transparent url(images/tface.gif?v=1.1) no-repeat scroll left top; | ||
cursor:pointer;width:35px;height:35px;display:block; | ||
} | ||
|
||
.edui-popup-emotion .edui-emotion-cat img{ | ||
background:transparent url(images/cface.gif?v=1.1) no-repeat scroll left top; | ||
cursor:pointer;width:35px;height:35px;display:block; | ||
} | ||
|
||
.edui-popup-emotion .edui-emotion-bb img{ | ||
background:transparent url(images/bface.gif?v=1.1) no-repeat scroll left top; | ||
cursor:pointer;width:35px;height:35px;display:block; | ||
} | ||
|
||
.edui-popup-emotion .edui-emotion-youa img{ | ||
background:transparent url(images/yface.gif?v=1.1) no-repeat scroll left top; | ||
cursor:pointer;width:35px;height:35px;display:block; | ||
} | ||
|
||
.edui-popup-emotion .edui-emotion-smileytable { | ||
width: 100%; | ||
border-spacing: 0; | ||
border-collapse: collapse; | ||
table-layout: fixed; | ||
} | ||
|
||
.edui-popup-emotion .edui-emotion-wrapper { | ||
padding: 15px; | ||
} | ||
|
||
.edui-popup-emotion .edui-tab-nav{ | ||
height: auto; | ||
*height: 31px; | ||
} | ||
.edui-popup-emotion .edui-emotion-tabs{ | ||
clear: both; | ||
width: 0; | ||
height: 0; | ||
} | ||
|
||
.edui-popup-emotion .edui-tab-content { | ||
padding: 15px 0; | ||
} | ||
|
||
.edui-popup-emotion .edui-emotion-preview-box { | ||
width:90px; | ||
height:76px; | ||
border:2px solid #9cb945; | ||
background:#FFFFFF; | ||
background-position:center; | ||
background-repeat:no-repeat; | ||
position: absolute; | ||
top: 67px; | ||
left: 494px; | ||
display: none; | ||
} | ||
|
||
.edui-popup-emotion .edui-tab-text { | ||
font-size: 12px; | ||
} | ||
|
||
.edui-popup-emotion .edui-emotion-preview-left { | ||
left: 15px; | ||
} | ||
|
||
.edui-popup-emotion .edui-emotion-preview-img { | ||
width: 100%; | ||
height: 100%; | ||
display: block; | ||
background-repeat: no-repeat; | ||
background-position: center center; | ||
} |
Oops, something went wrong.