optionsframework.css 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. /* Options Framework Admin Styles */
  2. .updated {
  3. max-width:764px;
  4. margin-bottom:0px !important;
  5. }
  6. #optionsframework {
  7. position:relative;
  8. z-index: 0;
  9. max-width:780px;
  10. background:#fff;
  11. }
  12. #optionsframework h3 {
  13. cursor: default;
  14. }
  15. #optionsframework p {
  16. margin-bottom:0;
  17. padding-bottom:10px;
  18. line-height: 1.4em;
  19. }
  20. #optionsframework .section {
  21. padding:10px 10px 0;
  22. }
  23. #optionsframework .group {
  24. padding-bottom:40px;
  25. }
  26. #optionsframework .section .heading {
  27. padding:10px 0px;
  28. margin:0 0 15px;
  29. border-bottom: 1px solid #dfdfdf;
  30. }
  31. #optionsframework .section .controls {
  32. float: left;
  33. min-width:350px;
  34. width: 54%;
  35. padding-right:2%;
  36. }
  37. #optionsframework .section .explain {
  38. max-width:38%;
  39. float: left;
  40. font-size: 12px;
  41. line-height:16px;
  42. color: #777;
  43. }
  44. #optionsframework .section-checkbox .controls {
  45. width: 98%;
  46. }
  47. #optionsframework .section-checkbox .explain {
  48. max-width:94%;
  49. }
  50. #optionsframework .controls select, #optionsframework .controls textarea {
  51. margin-bottom:10px;
  52. width:100%;
  53. }
  54. #optionsframework .section-radio label, #optionsframework .section-multicheck label {
  55. float:left;
  56. max-width:90%;
  57. line-height: 16px;
  58. margin-bottom: 5px;
  59. }
  60. #optionsframework input.checkbox, #optionsframework input.of-radio {
  61. width: 30px;
  62. margin-top:2px;
  63. float:left;
  64. clear:both;
  65. }
  66. #optionsframework .section-typography .controls {
  67. float:none;
  68. width:auto;
  69. }
  70. #optionsframework .section-typography .explain {
  71. float:none;
  72. width:auto;
  73. }
  74. #optionsframework .controls .of-typography-size {
  75. width:80px;
  76. float:left
  77. }
  78. #optionsframework .controls .of-typography-unit {
  79. width:50px;
  80. margin-left:5px;
  81. float:left
  82. }
  83. #optionsframework .controls .of-typography-face {
  84. width:100px;
  85. margin-left:5px;
  86. float:left
  87. }
  88. #optionsframework .controls .of-typography-style {
  89. width:80px;
  90. margin-left:5px;
  91. margin-right:5px;
  92. float:left
  93. }
  94. #optionsframework .of-background-properties {
  95. clear:both;
  96. margin-top: 18px;
  97. }
  98. #optionsframework .controls .of-background-repeat {
  99. width:125px;
  100. margin-right:5px;
  101. float:left
  102. }
  103. #optionsframework .controls .of-background-position {
  104. width:125px;
  105. margin-right:5px;
  106. float:left
  107. }
  108. #optionsframework .controls .of-background-attachment {
  109. width:125px;
  110. margin-right:5px;
  111. float:left
  112. }
  113. #optionsframework .section-background .wp-picker-container {
  114. margin-bottom:10px;
  115. }
  116. #optionsframework .controls .of-radio-img-img {
  117. border:3px solid #f9f9f9;
  118. margin:0 5px 10px 0;
  119. display:none;
  120. cursor:pointer;
  121. float:left;
  122. }
  123. #optionsframework .controls .of-radio-img-selected {
  124. border:3px solid #ccc
  125. }
  126. #optionsframework .controls .of-radio-img-img:hover {
  127. opacity:.8;
  128. }
  129. #optionsframework .controls .of-border-width {
  130. width:80px;
  131. float:left
  132. }
  133. #optionsframework .controls .of-border-style {
  134. width:120px;
  135. float:left
  136. }
  137. #optionsframework .hide {
  138. display:none;
  139. }
  140. #optionsframework .of-option-image {
  141. max-width:340px;
  142. margin:3px 0 18px 0;
  143. }
  144. #optionsframework .mini .controls select, #optionsframework .section .mini .controls {
  145. width: 140px;
  146. }
  147. #optionsframework .mini .controls input, #optionsframework .mini .controls {
  148. min-width:140px;
  149. width: 140px;
  150. }
  151. #optionsframework .mini .explain {
  152. max-width:74%;
  153. }
  154. /* Editor */
  155. #optionsframework .section-editor .explain {
  156. max-width: 98%;
  157. float:none;
  158. margin-bottom:5px;
  159. }
  160. /* Image Uploader */
  161. #optionsframework .controls input.upload {
  162. width:80%;
  163. }
  164. #optionsframework .controls input.upload_button {
  165. float:right;
  166. border-color:#BBBBBB;
  167. cursor:pointer;
  168. }
  169. #optionsframework .controls input.upload_button:hover {
  170. border-color:#666666;
  171. color:#000;
  172. }
  173. #optionsframework .screenshot {
  174. float:left;
  175. margin-left:1px;
  176. position:relative;
  177. width:344px;
  178. margin-top:3px;
  179. }
  180. #optionsframework .screenshot img {
  181. background:#FAFAFA;
  182. border-color:#ccc #eee #eee #ccc;
  183. border-style:solid;
  184. border-width:1px;
  185. float:left;
  186. max-width:334px;
  187. padding:4px;
  188. margin-bottom:10px;
  189. }
  190. #optionsframework .screenshot .mlu_remove {
  191. background:url("../images/ico-delete.png") no-repeat;
  192. border:medium none;
  193. bottom:4px;
  194. display:block;
  195. float:left;
  196. height:16px;
  197. padding:0;
  198. position:absolute;
  199. left:-4px;
  200. text-indent:-9999px;
  201. width:16px;
  202. }
  203. #optionsframework .screenshot .no_image .file_link {
  204. margin-left: 20px;
  205. }
  206. #optionsframework .screenshot .no_image .mlu_remove {
  207. bottom: 0px;
  208. }
  209. #optionsframework .reset-button {
  210. float:left;
  211. cursor:pointer;
  212. }
  213. /* Bottom Section */
  214. #optionsframework-submit {
  215. padding: 7px 10px;
  216. border-top: 1px solid #ECECEC;
  217. background-color: #F1F1F1;
  218. background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);
  219. }
  220. #optionsframework .button-primary {
  221. float:right;
  222. }
  223. #optionsframework .section:after {
  224. content: "";
  225. display: table;
  226. }
  227. #optionsframework .section:after {
  228. clear: both;
  229. }