ckeditor-adminimal.css 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. /* Ckeditor Styling */
  2. body.adminimal-theme .cke_reset_all,body.adminimal-theme .cke_reset_all * {
  3. border-radius: 0;
  4. font-family: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
  5. text-shadow: none;
  6. }
  7. body.adminimal-theme .ckeditor_links {
  8. border-left: 1px solid #DDDDDD;
  9. border-right: 1px solid #DDDDDD;
  10. display: block;
  11. padding: 10px;
  12. width: auto;
  13. }
  14. body.adminimal-theme .ckeditor_links:hover {
  15. background: #eee;
  16. text-decoration: none;
  17. }
  18. body.adminimal-theme .cke_chrome {
  19. box-shadow: none;
  20. }
  21. body.adminimal-theme .cke_top {
  22. background: #eee;
  23. }
  24. body.adminimal-theme .cke_toolgroup {
  25. background: #fff;
  26. border: 1px solid #ccc;
  27. }
  28. body.adminimal-theme .cke_combo_button {
  29. background: #fff;
  30. border: 1px solid #ccc;
  31. }
  32. body.adminimal-theme .cke_combo_off a.cke_combo_button:hover {
  33. background: #fff;
  34. border: 1px solid #0074BD;
  35. }
  36. body.adminimal-theme .cke_button_on {
  37. background: #fff;
  38. box-shadow: 0px 3px 0px #0074BD;
  39. -moz-border-radius: 0;
  40. -webkit-border-radius: 0;
  41. border-radius: 0;
  42. }
  43. body.adminimal-theme .cke_button_on:hover {
  44. box-shadow: 0px 3px 0px #0074BD;
  45. }
  46. body.adminimal-theme .cke_bottom {
  47. background: #eee;
  48. }
  49. body.adminimal-theme .cke_combo_off a.cke_combo_button:active,body.adminimal-theme .cke_combo_on a.cke_combo_button {
  50. border: 1px solid #0074BD;
  51. border-bottom-width: 3px;
  52. background: #fff;
  53. box-shadow: none;
  54. }
  55. body.adminimal-theme a.cke_button_on:hover,
  56. body.adminimal-theme a.cke_button_on:focus,
  57. body.adminimal-theme a.cke_button_on:active,
  58. body.adminimal-theme .cke_button:first-child,
  59. body.adminimal-theme .cke_button:last-child {
  60. -moz-border-radius: 0;
  61. -webkit-border-radius: 0;
  62. border-radius: 0;
  63. }
  64. body.adminimal-theme a.cke_button_off:hover,
  65. body.adminimal-theme a.cke_button_off:focus, a.cke_button_off:active,
  66. body.adminimal-theme a.cke_button_disabled:hover,
  67. body.adminimal-theme a.cke_button_disabled:focus,
  68. body.adminimal-theme a.cke_button_disabled:active {
  69. background: #eee;
  70. box-shadow: none;
  71. border-color: #0074BD;
  72. -moz-border-radius: 0;
  73. -webkit-border-radius: 0;
  74. border-radius: 0;
  75. }
  76. body.adminimal-theme .cke_reset_all label {
  77. display: inline-block;
  78. margin-top: 5px;
  79. padding-bottom: 2px;
  80. position: relative;
  81. }
  82. body.adminimal-theme .cke_dialog_body label.cke_required {
  83. font-weight: normal;
  84. }
  85. body.adminimal-theme .cke_reset_all .cke_dialog_body {
  86. font-family: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
  87. border: 1px solid #CCCCCC;
  88. }
  89. body.adminimal-theme .cke_reset_all fieldset {
  90. border: 1px solid #DDDDDD;
  91. border-top: 3px solid #0074BD;
  92. padding: 10px;
  93. }
  94. body.adminimal-theme .cke_reset_all legend {
  95. font-family: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
  96. font-size: 18px;
  97. font-weight: 100;
  98. padding: 0 0.5em;
  99. }
  100. body.adminimal-theme .cke_combopanel {
  101. height: 170px;
  102. width: 170px;
  103. border: 1px solid #DDDDDD;
  104. margin-top: 3px;
  105. }
  106. body.adminimal-theme .cke_dialog_footer {
  107. background: #eee;
  108. }
  109. body.adminimal-theme a.cke_dialog_tab:hover {
  110. text-decoration: none;
  111. background: #fff;
  112. color: #0074BD;
  113. }
  114. body.adminimal-theme select.cke_dialog_ui_input_select {
  115. box-shadow: none;
  116. }
  117. body.adminimal-theme input.cke_dialog_ui_input_text,
  118. body.adminimal-theme input.cke_dialog_ui_input_password,
  119. body.adminimal-theme textarea.cke_dialog_ui_input_textarea {
  120. box-shadow: none;
  121. border-color: #CCCCCC;
  122. }
  123. body.adminimal-theme .cke_dialog_title {
  124. background: #333333;
  125. border-bottom: none;
  126. border-radius: 0;
  127. box-shadow: none;
  128. color: #FFFFFF;
  129. font-size: 18px;
  130. text-shadow: none;
  131. }
  132. body.adminimal-theme .cke_dialog_ui_vbox_child label {
  133. top: -2px;
  134. }
  135. body.adminimal-theme input.cke_dialog_ui_input_text:focus,
  136. body.adminimal-theme input.cke_dialog_ui_input_password:focus,
  137. body.adminimal-theme textarea.cke_dialog_ui_input_textarea:focus,
  138. body.adminimal-theme select.cke_dialog_ui_input_select:focus {
  139. border-color: #0074BD;
  140. }
  141. body.adminimal-theme a.cke_dialog_ui_button:focus,
  142. body.adminimal-theme a.cke_dialog_ui_button:hover,
  143. body.adminimal-theme a.cke_dialog_ui_button:active {
  144. border-color: #0074BD;
  145. box-shadow: none;
  146. text-decoration: none;
  147. color: #fff;
  148. background: #0074BD;
  149. }
  150. body.adminimal-theme a.cke_dialog_ui_button {
  151. background: #eee;
  152. padding: 4px 0;
  153. }
  154. body.adminimal-theme a.cke_dialog_ui_button:focus span,
  155. body.adminimal-theme a.cke_dialog_ui_button:hover span,
  156. body.adminimal-theme a.cke_dialog_ui_button:active span {
  157. color: #fff;
  158. }
  159. body.adminimal-theme .cke_ltr .cke_dialog_close_button {
  160. background: url("images/x-white.png") scroll no-repeat 50% 2px #B73939;
  161. right: 10px;
  162. top: 1px;
  163. width: 45px;
  164. }
  165. body.adminimal-theme .cke_ltr .cke_dialog_close_button:hover {
  166. background-color: #e55454;
  167. }
  168. body.adminimal-theme a.cke_dialog_ui_button_ok {
  169. background: #4D8F46;
  170. border-color: #4D8F46;
  171. box-shadow: none;
  172. }
  173. body.adminimal-theme a.cke_dialog_ui_button_ok:hover {
  174. background: #0A6700;
  175. border-color: #0A6700;
  176. }
  177. body.adminimal-theme a.cke_path_item:hover, body.adminimal-theme a.cke_path_item:focus, body.adminimal-theme a.cke_path_item:active {
  178. border-radius: 0;
  179. -moz-border-radius: 0;
  180. -webkit-border-radius: 0;
  181. box-shadow: none;
  182. text-decoration:none;
  183. text-shadow: none;
  184. }