/wp-content/plugins/tinymce-advanced/css/tadv-styles.css

https://bitbucket.org/carloskikea/helpet · CSS · 305 lines · 247 code · 52 blank · 6 comment · 0 complexity · 4b95585bb760e690761fec9ba65a35c5 MD5 · raw file

  1. /**
  2. * This file is part of the TinyMCE Advanced WordPress plugin and is released under the same license.
  3. * For more information please see tinymce-advanced.php.
  4. *
  5. * Copyright (c) 2007-2016 Andrew Ozz. All rights reserved.
  6. */
  7. .tadv-more-plugins label {
  8. font-weight: bold;
  9. padding: 0 10px;
  10. }
  11. .advanced-options label {
  12. font-weight: bold;
  13. }
  14. .advanced-options {
  15. margin: 20px 0;
  16. border: 1px solid #ccc;
  17. padding: 0 15px;
  18. }
  19. .advanced-options div {
  20. margin: 1.2em 0;
  21. }
  22. .advanced-options p {
  23. margin-left: 22px;
  24. margin-top: 5px;
  25. }
  26. .advanced-options h3 {
  27. margin-top: 15px;
  28. }
  29. .tadv-more-plugins {
  30. margin-bottom: 30px;
  31. }
  32. .tadv-submit .button-large {
  33. float: right;
  34. }
  35. #tadv-import-error {
  36. height: 22px;
  37. }
  38. #tadv-confirm-uninstall {
  39. display: none;
  40. background: #FFFFE0;
  41. border: 1px solid #E6DB55;
  42. padding: 8px;
  43. }
  44. #tadv-confirm-uninstall .button {
  45. margin: 0 5px;
  46. }
  47. .tadv-import-export {
  48. max-width: 800px;
  49. min-width: 320px;
  50. }
  51. #tadv-export,
  52. #tadv-import {
  53. width: 100%;
  54. height: 300px;
  55. padding: 8px 12px;
  56. }
  57. ul.container,
  58. #unused {
  59. position: relative;
  60. }
  61. .tadvitem i.mce-ico {
  62. width: 20px;
  63. height: 20px;
  64. line-height: 20px;
  65. text-align: center;
  66. vertical-align: text-top;
  67. margin: 0;
  68. padding: 0;
  69. color: #555;
  70. }
  71. .tadvitem i.mce-ico.mce-i-ltr,
  72. .tadvitem i.mce-ico.mce-i-tadv_mark {
  73. font-family: tinymce;
  74. font-size: 16px;
  75. vertical-align: text-top;
  76. }
  77. .tadvitem i.mce-ico.mce-i-ltr:before {
  78. content: "\e02f";
  79. }
  80. .tadvitem i.mce-ico.mce-i-tadv_mark:before {
  81. content: "\e01a";
  82. }
  83. .tadvitem i.mce-ico.mce-i-tadv_mark {
  84. text-shadow: none;
  85. background: #ddd;
  86. }
  87. #tadv-mce-menu {
  88. margin-bottom: 0;
  89. background: #fff;
  90. border: 1px solid #ccc;
  91. border-bottom: 0;
  92. opacity: 0.4;
  93. filter: alpha(opacity=40);
  94. }
  95. #tadv-mce-menu.enabled {
  96. opacity: 1;
  97. filter: alpha(opacity=100);
  98. }
  99. #tadv-mce-menu.mce-menubar .mce-menubtn:hover {
  100. background: transparent;
  101. }
  102. #tadv-mce-menu .mce-btn .mce-caret {
  103. margin-top: 9px;
  104. margin-left: 1px;
  105. }
  106. #tadv-mce-menu * {
  107. cursor: default;
  108. }
  109. #tadvzones,
  110. #unused {
  111. -webkit-user-select: none;
  112. -moz-user-select: none;
  113. -ms-user-select: none;
  114. user-select: none;
  115. }
  116. #tadvadmin p.submit {
  117. padding-right: 10px;
  118. }
  119. #tadvadmin #save {
  120. float: right;
  121. }
  122. #tadvzones {
  123. margin: 25px 280px 0 0;
  124. }
  125. .tadvdropzone {
  126. padding: 2px 4px;
  127. margin: 0 0 10px;
  128. background-color: #fff;
  129. border: 1px solid #bbb;
  130. }
  131. #unuseddiv.highlighted,
  132. .tadvdropzone.highlighted {
  133. background-color: #efefe9;
  134. border-color: #aaa;
  135. }
  136. .tadvdropzone .descr {
  137. display: none;
  138. }
  139. .tadvdropzone .mce-menubtn .descr {
  140. padding: 0;
  141. font-size: 13px;
  142. }
  143. .tadvdropzone .tadvmodule .tadvitem {
  144. border: 1px solid transparent;
  145. display: block;
  146. margin: 1px 2px;
  147. padding: 2px 3px;
  148. width: 20px;
  149. height: 20px;
  150. -webkit-border-radius: 2px;
  151. border-radius: 2px;
  152. }
  153. .tadvdropzone .tadvmodule .tadvitem.mce-widget {
  154. width: auto;
  155. height: 20px;
  156. border-color: #ccc;
  157. background-color: #fff;
  158. cursor: move;
  159. }
  160. .tadvdropzone.mce-toolbar .mce-btn .the-button {
  161. padding: 0 3px;
  162. }
  163. .tadvdropzone .tadvmodule .tadvitem:hover {
  164. border-color: #999;
  165. background-image: none;
  166. }
  167. .tadvdropzone ul {
  168. height: 30px;
  169. width: 100%;
  170. margin: 0;
  171. padding: 1px 0 0;
  172. line-height: 1;
  173. }
  174. #unuseddiv {
  175. padding: 10px;
  176. border: 1px solid #ccc;
  177. }
  178. #unuseddiv h3 {
  179. margin: 5px 5px 12px;
  180. }
  181. #unused li,
  182. .tadvdropzone li {
  183. margin: 0;
  184. padding: 0;
  185. border: none;
  186. display: inline-block;
  187. cursor: move;
  188. vertical-align: top;
  189. }
  190. #unused li {
  191. margin: 4px;
  192. }
  193. #unused {
  194. margin: 0;
  195. min-height: 36px;
  196. }
  197. #unused .tadvmodule .tadvitem {
  198. display: block;
  199. height: 22px;
  200. width: 140px;
  201. border: 1px solid #bbb;
  202. background-color: #fff;
  203. margin: 1px;
  204. padding: 1px 3px;
  205. -webkit-border-radius: 2px;
  206. border-radius: 2px;
  207. white-space: nowrap;
  208. overflow: hidden;
  209. text-overflow: ellipsis;
  210. background-image: none;
  211. box-shadow: none;
  212. }
  213. #unused .tadvmodule .descr {
  214. display: inline;
  215. font-size: 12px;
  216. line-height: 22px;
  217. }
  218. #unused .tadvmodule .the-button .descr {
  219. padding: 0 4px;
  220. font-size: 13px;
  221. }
  222. .tadvdropzone #formatselect,
  223. .tadvdropzone #styleselect,
  224. .tadvdropzone #fontsizeselect,
  225. .tadvdropzone #fontselect {
  226. width: 115px;
  227. }
  228. div.tadv-error {
  229. color: #ff0000;
  230. font-weight: bold;
  231. height: 26px;
  232. line-height: 26px;
  233. display: none;
  234. }
  235. .wp-adv-error #wp-adv-error-message {
  236. visibility: visible;
  237. }
  238. .wp-adv-error #wp_adv .tadvitem {
  239. border-color: red;
  240. }
  241. .tadv-placeholder {
  242. vertical-align: bottom;
  243. display: inline-block;
  244. position: static;
  245. visibility: hidden;
  246. }
  247. .tadvdropzone .tadv-placeholder {
  248. height: 28px;
  249. }
  250. .tadv-error {
  251. color: #d54e21;
  252. font-weight: bold;
  253. }