jquery.sinaEmotion.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. #sinaEmotion {
  2. z-index: 999;
  3. width: 373px;
  4. padding: 10px;
  5. display: none;
  6. font-size: 12px;
  7. background: #fff;
  8. overflow: hidden;
  9. position: absolute;
  10. border: 1px solid #E8E8E8;
  11. }
  12. #sinaEmotion .right {
  13. float: right;
  14. width: 60px;
  15. }
  16. #sinaEmotion .prev, #sinaEmotion .next {
  17. float: left;
  18. color: #555;
  19. width: 22px;
  20. height: 22px;
  21. font-size: 20px;
  22. margin-left: 5px;
  23. line-height: 22px;
  24. text-align: center;
  25. background: #f8f8f8;
  26. text-decoration: none;
  27. }
  28. #sinaEmotion .item {
  29. float: left;
  30. list-style: none;
  31. }
  32. #sinaEmotion .categories{
  33. width: 300px;
  34. }
  35. #sinaEmotion .categories, #sinaEmotion .faces, #sinaEmotion .pages {
  36. margin: 0;
  37. padding: 0;
  38. overflow: hidden;
  39. _zoom: 1;
  40. }
  41. #sinaEmotion .category {
  42. float: left;
  43. color: #0a8cd2;
  44. cursor: pointer;
  45. padding: 0 8px;
  46. line-height: 22px;
  47. border-radius: 4px;
  48. white-space: nowrap;
  49. }
  50. #sinaEmotion .category:hover {
  51. text-decoration: underline;
  52. }
  53. #sinaEmotion .categories .current, #sinaEmotion .categories .current:hover
  54. {
  55. color: #333;
  56. cursor: default;
  57. background: #e6e6e6;
  58. text-decoration: none;
  59. }
  60. #sinaEmotion .faces {
  61. width: 372px;
  62. padding: 11px 0 0 1px;
  63. }
  64. #sinaEmotion .face {
  65. z-index: 1;
  66. float: left;
  67. width: 26px;
  68. height: 22px;
  69. cursor: pointer;
  70. overflow: hidden;
  71. padding: 4px 2px;
  72. position: relative;
  73. text-align: center;
  74. margin: -1px 0 0 -1px;
  75. border: 1px solid #e8e8e8;
  76. _display: inline;
  77. }
  78. #sinaEmotion .face:hover {
  79. z-index: 2;
  80. border: 1px solid #0095cd;
  81. }
  82. #sinaEmotion .pages {
  83. float: right;
  84. margin-top: 8px;
  85. }
  86. #sinaEmotion .page {
  87. float: left;
  88. height: 22px;
  89. padding: 0 8px;
  90. color: #0a8cd2;
  91. margin-left: 5px;
  92. line-height: 22px;
  93. border-radius: 1px;
  94. background: #f2f2f2;
  95. text-decoration: none;
  96. }
  97. #sinaEmotion .pages .current {
  98. color: #333;
  99. cursor: default;
  100. background: #fff;
  101. }
  102. .sina-emotion {
  103. border: 0;
  104. vertical-align: text-bottom;
  105. width: 100%;
  106. }