You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

211 lines
7.8 KiB

  1. /* Generic */
  2. body {
  3. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  4. font-size:13px;
  5. background:#fcfcfc;
  6. padding:0;
  7. margin:8px 8px 0 8px;
  8. }
  9. textarea {resize:none;outline:none;}
  10. a:link, a:hover {
  11. color: #2B6FB6;
  12. }
  13. a:visited {
  14. color: #3C2BB6;
  15. }
  16. .nowrap {white-space: nowrap}
  17. /* Forms */
  18. form {margin: 0;}
  19. fieldset {margin:0; padding:4px; border:1px solid #dfdfdf; font-family:Verdana, Arial; font-size:10px;}
  20. legend {color:#2B6FB6; font-weight:bold;}
  21. label.msg {display:none;}
  22. label.invalid {color:#EE0000; display:inline;}
  23. input.invalid {border:1px solid #EE0000;}
  24. input {background:#FFF; border:1px solid #dfdfdf;}
  25. input, select, textarea {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
  26. input, select, textarea {border:1px solid #dfdfdf;}
  27. input.radio {border:1px none #000000; background:transparent; vertical-align:middle;}
  28. input.checkbox {border:1px none #000000; background:transparent; vertical-align:middle;}
  29. .input_noborder {border:0;}
  30. /* Buttons */
  31. #insert,
  32. #cancel,
  33. #apply,
  34. .mceActionPanel .button,
  35. input.mceButton,
  36. .updateButton {
  37. display: inline-block;
  38. text-decoration: none;
  39. border: 1px solid #adadad;
  40. margin: 0;
  41. padding: 0 10px 1px;
  42. font-size: 13px;
  43. height: 24px;
  44. line-height: 22px;
  45. color: #333;
  46. cursor: pointer;
  47. -webkit-border-radius: 3px;
  48. -webkit-appearance: none;
  49. border-radius: 3px;
  50. white-space: nowrap;
  51. -webkit-box-sizing: border-box;
  52. -moz-box-sizing: border-box;
  53. box-sizing: border-box;
  54. background: #fafafa;
  55. background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
  56. background-image: -webkit-linear-gradient(top, #fafafa, #e9e9e9);
  57. background-image: -moz-linear-gradient(top, #fafafa, #e9e9e9);
  58. background-image: -o-linear-gradient(top, #fafafa, #e9e9e9);
  59. background-image: linear-gradient(to bottom, #fafafa, #e9e9e9);
  60. text-shadow: 0 1px 0 #fff;
  61. -webkit-box-shadow: inset 0 1px 0 #fff;
  62. -moz-box-shadow: inset 0 1px 0 #fff;
  63. box-shadow: inset 0 1px 0 #fff;
  64. }
  65. #insert {
  66. background: #2ea2cc;
  67. background: -webkit-gradient(linear, left top, left bottom, from(#2ea2cc), to(#1e8cbe));
  68. background: -webkit-linear-gradient(top, #2ea2cc 0%,#1e8cbe 100%);
  69. background: linear-gradient(top, #2ea2cc 0%,#1e8cbe 100%);
  70. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ea2cc', endColorstr='#1e8cbe',GradientType=0 );
  71. border-color: #0074a2;
  72. -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
  73. box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
  74. color: #fff;
  75. text-decoration: none;
  76. text-shadow: 0 1px 0 rgba(0,86,132,0.7);
  77. }
  78. #cancel:hover,
  79. input.mceButton:hover,
  80. .updateButton:hover,
  81. #cancel:focus,
  82. input.mceButton:focus,
  83. .updateButton:focus {
  84. background: #f3f3f3;
  85. background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3));
  86. background-image: -webkit-linear-gradient(top, #fff, #f3f3f3);
  87. background-image: -moz-linear-gradient(top, #fff, #f3f3f3);
  88. background-image: -ms-linear-gradient(top, #fff, #f3f3f3);
  89. background-image: -o-linear-gradient(top, #fff, #f3f3f3);
  90. background-image: linear-gradient(to bottom, #fff, #f3f3f3);
  91. border-color: #999;
  92. color: #222;
  93. }
  94. #insert:hover,
  95. #insert:focus {
  96. background: #1e8cbe;
  97. background: -webkit-gradient(linear, left top, left bottom, from(#1e8cbe), to(#0074a2));
  98. background: -webkit-linear-gradient(top, #1e8cbe 0%,#0074a2 100%);
  99. background: linear-gradient(top, #1e8cbe 0%,#0074a2 100%);
  100. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e8cbe', endColorstr='#0074a2',GradientType=0 );
  101. border-color: #0074a2;
  102. -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
  103. box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
  104. color: #fff;
  105. }
  106. .mceActionPanel #insert {
  107. float: right;
  108. }
  109. /* Browse */
  110. a.pickcolor, a.browse {text-decoration:none}
  111. a.browse span {display:block; width:20px; height:18px; border:1px solid #FFF; margin-left:1px;}
  112. .mceOldBoxModel a.browse span {width:22px; height:20px;}
  113. a.browse:hover span {border:1px solid #0A246A; background-color:#B2BBD0;}
  114. a.browse span.disabled {border:1px solid white; opacity:0.3; -ms-filter:'alpha(opacity=30)'; filter:alpha(opacity=30);}
  115. a.browse:hover span.disabled {border:1px solid white; background-color:transparent;}
  116. a.pickcolor span {display:block; width:20px; height:16px; margin-left:2px;}
  117. .mceOldBoxModel a.pickcolor span {width:21px; height:17px;}
  118. a.pickcolor:hover span {background-color:#B2BBD0;}
  119. div.iframecontainer {background: #fff;}
  120. /* Charmap */
  121. table.charmap {border:1px solid #AAA; text-align:center}
  122. td.charmap, #charmap a {width:18px; height:18px; color:#000; border:1px solid #AAA; text-align:center; font-size:12px; vertical-align:middle; line-height: 18px;}
  123. #charmap a {display:block; color:#000; text-decoration:none; border:0}
  124. #charmap a:hover {background:#CCC;color:#2B6FB6}
  125. #charmap #codeN {font-size:10px; font-family:Arial,Helvetica,sans-serif; text-align:center}
  126. #charmap #codeV {font-size:40px; height:80px; border:1px solid #AAA; text-align:center}
  127. #charmap #charmapView {background-color:#fff;}
  128. /* Source */
  129. .wordWrapCode {vertical-align:middle; border:1px none #000000; background:transparent;}
  130. .mceActionPanel {margin-top:5px;}
  131. /* Tabs classes */
  132. .tabs {width:100%; height:19px; line-height:normal; border-bottom: 1px solid #aaa;}
  133. .tabs ul {margin:0; padding:0; list-style:none;}
  134. .tabs li {float:left; border: 1px solid #aaa; margin:0 2px 0 0; padding:0 0 0 10px; line-height:17px; height:18px; display:block;}
  135. .tabs li.current {border-bottom: 1px solid #fff; margin-right:2px;}
  136. .tabs span {float:left; display:block; padding:0px 10px 0 0;}
  137. .tabs a {text-decoration:none; font-family:Verdana, Arial; font-size:10px;}
  138. .tabs a:link, .tabs a:visited, .tabs a:hover {color:black;}
  139. .wp-core-ui #tabs {
  140. padding-bottom: 5px;
  141. background-color: transparent;
  142. }
  143. .wp-core-ui #tabs a {
  144. padding: 6px 10px;
  145. margin: 0 2px;
  146. }
  147. /* Panels */
  148. .panel_wrapper div.panel {display:none;}
  149. .panel_wrapper div.current {display:block; width:100%; height:300px; overflow:visible;}
  150. .panel_wrapper {border:1px solid #919B9C; border-top:0px; padding:10px; padding-top:5px; clear:both; background:white;}
  151. /* Columns */
  152. .column {float:left;}
  153. .properties {width:100%;}
  154. .properties .column1 {}
  155. .properties .column2 {text-align:left;}
  156. /* Titles */
  157. h1, h2, h3, h4 {color:#2B6FB6; margin:0; padding:0; padding-top:5px;}
  158. h3 {font-size:14px;}
  159. .title {font-size:12px; font-weight:bold; color:#2B6FB6;}
  160. /* Dialog specific */
  161. #link .panel_wrapper, #link div.current {height:125px;}
  162. #image .panel_wrapper, #image div.current {height:200px;}
  163. #plugintable thead {font-weight:bold; background:#DDD;}
  164. #plugintable, #about #plugintable td {border:1px solid #919B9C;}
  165. #plugintable {width:96%; margin-top:10px;}
  166. #pluginscontainer {height:290px; overflow:auto;}
  167. #colorpicker #preview {display:inline-block; padding-left:40px; height:14px; border:1px solid black; margin-left:5px; margin-right: 5px}
  168. #colorpicker #previewblock {position: relative; top: -3px; padding-left:5px; padding-top: 0px; display:inline}
  169. #colorpicker #preview_wrapper {text-align:center; padding-top:4px; white-space: nowrap; float: right;}
  170. #colorpicker #insert, #colorpicker #cancel {width: 90px}
  171. #colorpicker #colors {float:left; border:1px solid gray; cursor:crosshair;}
  172. #colorpicker #light {border:1px solid gray; margin-left:5px; float:left;width:15px; height:150px; cursor:crosshair;}
  173. #colorpicker #light div {overflow:hidden;}
  174. #colorpicker .panel_wrapper div.current {height:175px;}
  175. #colorpicker #namedcolors {width:150px;}
  176. #colorpicker #namedcolors a {display:block; float:left; width:10px; height:10px; margin:1px 1px 0 0; overflow:hidden;}
  177. #colorpicker #colornamecontainer {margin-top:5px;}
  178. #colorpicker #picker_panel fieldset {margin:auto;width:325px;}
  179. /* Localization */
  180. body[dir="rtl"],
  181. body[dir="rtl"] fieldset,
  182. body[dir="rtl"] input, body[dir="rtl"] select, body[dir="rtl"] textarea,
  183. body[dir="rtl"] #charmap #codeN,
  184. body[dir="rtl"] .tabs a {
  185. font-family: Tahoma, sans-serif;
  186. }