jquery-sinaEmotion-2.1.0.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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. }
  15. #sinaEmotion .prev,
  16. #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. #sinaEmotion .faces,
  34. #sinaEmotion .pages{
  35. margin: 0;
  36. padding: 0;
  37. overflow: hidden;
  38. _zoom: 1;
  39. }
  40. #sinaEmotion .category{
  41. float: left;
  42. color: #0a8cd2;
  43. cursor: pointer;
  44. padding: 0 8px;
  45. line-height: 22px;
  46. border-radius: 4px;
  47. white-space: nowrap;
  48. }
  49. #sinaEmotion .category:hover{
  50. text-decoration: underline;
  51. }
  52. #sinaEmotion .categories .current,
  53. #sinaEmotion .categories .current:hover{
  54. color: #333;
  55. cursor: default;
  56. background: #e6e6e6;
  57. text-decoration: none;
  58. }
  59. #sinaEmotion .faces{
  60. width: 372px;
  61. padding: 11px 0 0 1px;
  62. }
  63. #sinaEmotion .face{
  64. z-index: 1;
  65. float: left;
  66. width: 26px;
  67. height: 22px;
  68. cursor: pointer;
  69. overflow: hidden;
  70. padding: 4px 2px;
  71. position: relative;
  72. text-align: center;
  73. margin: -1px 0 0 -1px;
  74. border: 1px solid #e8e8e8;
  75. _display: inline;
  76. }
  77. #sinaEmotion .face:hover{
  78. z-index: 2;
  79. border: 1px solid #0095cd;
  80. }
  81. #sinaEmotion .pages{
  82. float: right;
  83. margin-top: 8px;
  84. }
  85. #sinaEmotion .page{
  86. float: left;
  87. height: 22px;
  88. padding: 0 8px;
  89. color: #0a8cd2;
  90. margin-left: 5px;
  91. line-height: 22px;
  92. border-radius: 1px;
  93. background: #f2f2f2;
  94. text-decoration: none;
  95. }
  96. #sinaEmotion .pages .current{
  97. color: #333;
  98. cursor: default;
  99. background: #fff;
  100. }
  101. .sina-emotion{
  102. border: 0;
  103. vertical-align: text-bottom;
  104. }