国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

235 行
4.1KB

  1. .cke_emoji {
  2. overflow-y: hidden;
  3. height: 100%;
  4. }
  5. .cke_emoji-suggestion_item {
  6. overflow: hidden;
  7. text-overflow: ellipsis;
  8. white-space: nowrap;
  9. font-family: sans-serif, Arial, Verdana, "Trebuchet MS", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  10. }
  11. .cke_emoji-suggestion_item span {
  12. font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  13. }
  14. .cke_emoji-panel {
  15. width: 310px;
  16. height: 300px;
  17. overflow: hidden;
  18. }
  19. .cke_emoji-inner_panel {
  20. width: 100%;
  21. }
  22. .cke_emoji-panel_block a {
  23. display: inline-block;
  24. width: 100%;
  25. padding-top: 2px;
  26. }
  27. .cke_emoji-inner_panel > h2 {
  28. font-size: 2em;
  29. }
  30. /* TOP NAVIGATION */
  31. .cke_emoji-inner_panel > nav {
  32. width: 100%;
  33. height: 24px;
  34. margin-top: 10px;
  35. margin-bottom: 6px;
  36. padding-bottom: 4px;
  37. border-bottom: 1px solid #d1d1d1;
  38. }
  39. .cke_emoji-inner_panel > nav > ul {
  40. margin-left: 10px;
  41. margin-right: 10px;
  42. margin-top: 8px;
  43. padding: 0;
  44. list-style-type: none;
  45. height: 24px;
  46. }
  47. .cke_emoji-inner_panel > nav li {
  48. display: inline-block;
  49. width: 24px;
  50. height: auto;
  51. margin: 0 6px;
  52. text-align: center;
  53. }
  54. .cke_browser_ie .cke_emoji-inner_panel > nav li {
  55. height: 22px;
  56. }
  57. .cke_emoji-inner_panel li svg {
  58. opacity: 0.4;
  59. width: 80%;
  60. }
  61. .cke_emoji-inner_panel li span {
  62. opacity: 0.4;
  63. }
  64. .cke_emoji-inner_panel li:hover svg, .cke_emoji-inner_panel li:hover span{
  65. opacity: 1;
  66. }
  67. .cke_emoji-inner_panel .active {
  68. border-bottom: 5px solid rgba(44, 195, 255, 1);
  69. }
  70. .cke_emoji-navigation_item span {
  71. width: 21px;
  72. height: 21px;
  73. display: inline-block;
  74. }
  75. /* SEARCHBOX */
  76. .cke_emoji-search {
  77. position: relative;
  78. height: 25px;
  79. display: block;
  80. border: 1px solid #d1d1d1;
  81. margin-left: 10px;
  82. margin-right: 10px;
  83. }
  84. .cke_emoji-search .cke_emoji-search_loupe {
  85. position: absolute;
  86. top: 6px;
  87. left: 6px;
  88. display: inline-block;
  89. width: 14px;
  90. height: 14px;
  91. opacity: 0.4;
  92. }
  93. .cke_rtl .cke_emoji-search .cke_emoji-search_loupe {
  94. left: auto;
  95. right: 6px;
  96. }
  97. .cke_emoji-search span {
  98. background-repeat: no-repeat;
  99. background-position: -60px -15px;
  100. background-size: 75px 30px;
  101. }
  102. .cke_emoji-search input {
  103. -webkit-appearance: none;
  104. border: none;
  105. width: 100%;
  106. height: 100%;
  107. padding-left: 25px;
  108. padding-right: 10px;
  109. margin-left: 0
  110. }
  111. .cke_rtl .cke_emoji-search input {
  112. padding-left: 10px;
  113. padding-right: 25px;
  114. margin-right: 0;
  115. }
  116. /* EMOJI */
  117. .cke_emoji-outer_emoji_block {
  118. height: 180px;
  119. overflow-x: hidden;
  120. overflow-y: auto;
  121. margin-top: 5px;
  122. margin-left: 10px;
  123. margin-right: 10px;
  124. padding-left: 2px;
  125. padding-right: 2px;
  126. }
  127. .cke_emoji-outer_emoji_block h2 {
  128. font-size: 1.3em;
  129. font-weight: 600;
  130. margin: 5px 0 3px 0;
  131. }
  132. .cke_emoji-outer_emoji_block ul {
  133. margin: 0 0 15px 0;
  134. padding: 0;
  135. list-style-type: none;
  136. }
  137. .cke_emoji-item {
  138. font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  139. list-style-type: none;
  140. display: inline-table;
  141. width: 36px;
  142. height: 36px;
  143. font-size: 1.8em;
  144. text-align: center;
  145. }
  146. .cke_emoji-item:hover {
  147. border-radius: 10%;
  148. background-color: rgba(44, 195, 255, 0.2);
  149. }
  150. .cke_emoji-item > a {
  151. text-decoration: none;
  152. display: table-cell;
  153. vertical-align: middle;
  154. }
  155. .cke_emoji-outer_emoji_block .hidden {
  156. display: none
  157. }
  158. /* STATUS BAR */
  159. .cke_emoji-status_bar {
  160. height: 34px;
  161. padding-left: 10px;
  162. padding-right: 10px;
  163. padding-top: 3px;
  164. margin-top: 3px;
  165. border-top: 1px solid #d1d1d1;
  166. line-height: 1;
  167. }
  168. .cke_emoji-status_bar p {
  169. margin-top: 3px;
  170. }
  171. .cke_emoji-status_bar > div {
  172. display: inline-block;
  173. margin-top: 3px;
  174. }
  175. .cke_emoji-status_icon {
  176. font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  177. font-size: 2.2em;
  178. float: left;
  179. margin-right: 10px;
  180. }
  181. .cke_rtl .cke_emoji-status_icon {
  182. float: right;
  183. margin-right: 0px;
  184. margin-left: 10px;
  185. }
  186. .cke_emoji-panel_block p {
  187. margin-bottom: 0;
  188. }
  189. p.cke_emoji-status_description {
  190. font-weight: 600;
  191. }
  192. p.cke_emoji-status_full_name {
  193. font-size: 0.8em;
  194. color: #d1d1d1;
  195. }
  196. .cke_emoji-inner_panel a:focus, .cke_emoji-inner_panel input:focus {
  197. outline: 2px solid #139FF7;
  198. }