emotion.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. .jd img{
  2. background:transparent url(images/jxface2.gif?v=1.1) no-repeat scroll left top;
  3. cursor:pointer;width:35px;height:35px;display:block;
  4. }
  5. .pp img{
  6. background:transparent url(images/fface.gif?v=1.1) no-repeat scroll left top;
  7. cursor:pointer;width:25px;height:25px;display:block;
  8. }
  9. .ldw img{
  10. background:transparent url(images/wface.gif?v=1.1) no-repeat scroll left top;
  11. cursor:pointer;width:35px;height:35px;display:block;
  12. }
  13. .tsj img{
  14. background:transparent url(images/tface.gif?v=1.1) no-repeat scroll left top;
  15. cursor:pointer;width:35px;height:35px;display:block;
  16. }
  17. .cat img{
  18. background:transparent url(images/cface.gif?v=1.1) no-repeat scroll left top;
  19. cursor:pointer;width:35px;height:35px;display:block;
  20. }
  21. .bb img{
  22. background:transparent url(images/bface.gif?v=1.1) no-repeat scroll left top;
  23. cursor:pointer;width:35px;height:35px;display:block;
  24. }
  25. .youa img{
  26. background:transparent url(images/yface.gif?v=1.1) no-repeat scroll left top;
  27. cursor:pointer;width:35px;height:35px;display:block;
  28. }
  29. .smileytable td {
  30. height: 37px;
  31. }
  32. body{
  33. padding:0;
  34. margin:0;
  35. }
  36. #tabPanel{
  37. float:none;
  38. text-align:left;
  39. }
  40. #tabContent {
  41. float:left;
  42. background:#FFFFFF;<!--EAEAD1-->
  43. }
  44. #tabContent div{
  45. display: none;
  46. width:480px;
  47. overflow:hidden;
  48. }
  49. #tabIconReview.show{
  50. left:17px;
  51. display:block;
  52. }
  53. .menuFocus{
  54. background:#ACCD3C;
  55. }
  56. .menuDefault{
  57. background:#FFFFFF;
  58. }
  59. #tabIconReview{
  60. position:absolute;
  61. left:406px;
  62. left:398px \9;
  63. top:41px;
  64. z-index:65533;
  65. width:90px;
  66. height:76px;
  67. }
  68. img.review{
  69. width:90px;
  70. height:76px;
  71. border:2px solid #9cb945;
  72. background:#FFFFFF;
  73. background-position:center;
  74. background-repeat:no-repeat;
  75. }
  76. .neweditor-tab{
  77. position:relative;
  78. }
  79. .neweditor-tab .neweditor-tab-h{
  80. float:left;
  81. padding-left:5px;
  82. margin-bottom:-1px;
  83. position:relative;
  84. z-index:1000;
  85. }
  86. .neweditor-tab .neweditor-tab-h div{
  87. border-left:1px solid #c1c1c1;
  88. border-top:1px solid #c1c1c1;
  89. border-right:1px solid #c1c1c1;
  90. margin:2px 0 0 3px;
  91. float:left;
  92. font-size:14px;
  93. padding:5px 8px 3px;
  94. line-height:16px;
  95. background:url("images/neweditor-tab-bg.png") repeat-x 0 0;
  96. cursor:pointer;
  97. }
  98. .neweditor-tab .neweditor-tab-h .on{
  99. font-weight:bold;
  100. padding:7px 8px 2px;
  101. margin:0 0 0 3px;
  102. border-bottom:1px solid #fff;
  103. background:none;
  104. }
  105. .neweditor-tab .neweditor-tab-b{
  106. position:relative;
  107. float:left;
  108. border-top:1px solid #c1c1c1;
  109. clear:both;
  110. margin:0;
  111. padding:10px;
  112. }
  113. .neweditor-tab .neweditor-tab-b div{
  114. border:4px solid #F2F2F2;
  115. margin:0px 3px;
  116. }