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.

416 lines
10 KiB

  1. /* Component containers
  2. ----------------------------------*/
  3. #widget-docs .ui-widget {
  4. font-family: Trebuchet MS,Verdana,Arial,sans-serif;
  5. font-size: 1em;
  6. }
  7. #widget-docs .ui-widget input, #widget-docs .ui-widget select, #widget-docs .ui-widget textarea, #widget-docs .ui-widget button {
  8. font-family: Trebuchet MS,Verdana,Arial,sans-serif;
  9. font-size: 1em;
  10. }
  11. #widget-docs .ui-widget-header {
  12. border: 1px solid #ffffff;
  13. background: #464646 url(images/464646_40x100_textures_01_flat_100.png) 50% 50% repeat-x;
  14. color: #ffffff;
  15. font-weight: bold;
  16. }
  17. #widget-docs .ui-widget-header a {
  18. color: #ffffff;
  19. }
  20. #widget-docs .ui-widget-content {
  21. border: 1px solid #ffffff;
  22. background: #ffffff url(images/ffffff_40x100_textures_01_flat_75.png) 50% 50% repeat-x;
  23. color: #222222;
  24. }
  25. #widget-docs .ui-widget-content a {
  26. color: #222222;
  27. }
  28. /* Interaction states
  29. ----------------------------------*/
  30. #widget-docs .ui-state-default, #widget-docs .ui-widget-content #widget-docs .ui-state-default {
  31. border: 1px solid #666666;
  32. background: #555555 url(images/555555_40x100_textures_03_highlight_soft_75.png) 50% 50% repeat-x;
  33. font-weight: normal;
  34. color: #ffffff;
  35. outline: none;
  36. }
  37. #widget-docs .ui-state-default a {
  38. color: #ffffff;
  39. text-decoration: none;
  40. outline: none;
  41. }
  42. #widget-docs .ui-state-hover, #widget-docs .ui-widget-content #widget-docs .ui-state-hover, #widget-docs .ui-state-focus, #widget-docs .ui-widget-content #widget-docs .ui-state-focus {
  43. border: 1px solid #666666;
  44. background: #444444 url(images/444444_40x100_textures_03_highlight_soft_60.png) 50% 50% repeat-x;
  45. font-weight: normal;
  46. color: #ffffff;
  47. outline: none;
  48. }
  49. #widget-docs .ui-state-hover a {
  50. color: #ffffff;
  51. text-decoration: none;
  52. outline: none;
  53. }
  54. #widget-docs .ui-state-active, #widget-docs .ui-widget-content #widget-docs .ui-state-active {
  55. border: 1px solid #666666;
  56. background: #ffffff url(images/ffffff_40x100_textures_01_flat_65.png) 50% 50% repeat-x;
  57. font-weight: normal;
  58. color: #F6921E;
  59. outline: none;
  60. }
  61. #widget-docs .ui-state-active a {
  62. color: #F6921E;
  63. outline: none;
  64. text-decoration: none;
  65. }
  66. /* Interaction Cues
  67. ----------------------------------*/
  68. #widget-docs .ui-state-highlight, #widget-docs .ui-widget-content #widget-docs .ui-state-highlight {
  69. border: 1px solid #fcefa1;
  70. background: #fbf9ee url(images/fbf9ee_40x100_textures_02_glass_55.png) 50% 50% repeat-x;
  71. color: #363636;
  72. }
  73. #widget-docs .ui-state-error, #widget-docs .ui-widget-content #widget-docs .ui-state-error {
  74. border: 1px solid #cd0a0a;
  75. background: #fef1ec url(images/fef1ec_40x100_textures_05_inset_soft_95.png) 50% bottom repeat-x;
  76. color: #cd0a0a;
  77. }
  78. #widget-docs .ui-state-error-text, #widget-docs .ui-widget-content #widget-docs .ui-state-error-text {
  79. color: #cd0a0a;
  80. }
  81. #widget-docs .ui-state-disabled, #widget-docs .ui-widget-content #widget-docs .ui-state-disabled {
  82. opacity: .35;
  83. filter: Alpha(Opacity=35);
  84. background-image: none;
  85. }
  86. #widget-docs .ui-priority-primary, #widget-docs .ui-widget-content #widget-docs .ui-priority-primary {
  87. font-weight: bold;
  88. }
  89. #widget-docs .ui-priority-secondary, #widget-docs .ui-widget-content #widget-docs .ui-priority-secondary {
  90. opacity: .7;
  91. filter: Alpha(Opacity=70);
  92. font-weight: normal;
  93. }
  94. /* Icons
  95. ----------------------------------*/
  96. /* states and images */
  97. #demo-frame-wrapper .ui-icon, #widget-docs .ui-icon {
  98. width: 16px;
  99. height: 16px;
  100. background-image: url(images/222222_256x240_icons_icons.png);
  101. }
  102. #widget-docs .ui-widget-content .ui-icon {
  103. background-image: url(images/222222_256x240_icons_icons.png);
  104. }
  105. #widget-docs .ui-widget-header .ui-icon {
  106. background-image: url(images/222222_256x240_icons_icons.png);
  107. }
  108. #widget-docs .ui-state-default .ui-icon {
  109. background-image: url(images/888888_256x240_icons_icons.png);
  110. }
  111. #widget-docs .ui-state-hover .ui-icon, #widget-docs .ui-state-focus .ui-icon {
  112. background-image: url(images/454545_256x240_icons_icons.png);
  113. }
  114. #widget-docs .ui-state-active .ui-icon {
  115. background-image: url(images/454545_256x240_icons_icons.png);
  116. }
  117. #widget-docs .ui-state-highlight .ui-icon {
  118. background-image: url(images/2e83ff_256x240_icons_icons.png);
  119. }
  120. #widget-docs .ui-state-error .ui-icon, #widget-docs .ui-state-error-text .ui-icon {
  121. background-image: url(images/cd0a0a_256x240_icons_icons.png);
  122. }
  123. /* Misc visuals
  124. ----------------------------------*/
  125. /* Corner radius */
  126. #widget-docs .ui-corner-tl {
  127. -moz-border-radius-topleft: 4px;
  128. -webkit-border-top-left-radius: 4px;
  129. }
  130. #widget-docs .ui-corner-tr {
  131. -moz-border-radius-topright: 4px;
  132. -webkit-border-top-right-radius: 4px;
  133. }
  134. #widget-docs .ui-corner-bl {
  135. -moz-border-radius-bottomleft: 4px;
  136. -webkit-border-bottom-left-radius: 4px;
  137. }
  138. #widget-docs .ui-corner-br {
  139. -moz-border-radius-bottomright: 4px;
  140. -webkit-border-bottom-right-radius: 4px;
  141. }
  142. #widget-docs .ui-corner-top {
  143. -moz-border-radius-topleft: 4px;
  144. -webkit-border-top-left-radius: 4px;
  145. -moz-border-radius-topright: 4px;
  146. -webkit-border-top-right-radius: 4px;
  147. }
  148. #widget-docs .ui-corner-bottom {
  149. -moz-border-radius-bottomleft: 4px;
  150. -webkit-border-bottom-left-radius: 4px;
  151. -moz-border-radius-bottomright: 4px;
  152. -webkit-border-bottom-right-radius: 4px;
  153. }
  154. #widget-docs .ui-corner-right {
  155. -moz-border-radius-topright: 4px;
  156. -webkit-border-top-right-radius: 4px;
  157. -moz-border-radius-bottomright: 4px;
  158. -webkit-border-bottom-right-radius: 4px;
  159. }
  160. #widget-docs .ui-corner-left {
  161. -moz-border-radius-topleft: 4px;
  162. -webkit-border-top-left-radius: 4px;
  163. -moz-border-radius-bottomleft: 4px;
  164. -webkit-border-bottom-left-radius: 4px;
  165. }
  166. #widget-docs .ui-corner-all {
  167. -moz-border-radius: 4px;
  168. -webkit-border-radius: 4px;
  169. }
  170. /* Overlays */
  171. #widget-docs .ui-widget-overlay {
  172. background: #aaaaaa url(images/aaaaaa_40x100_textures_01_flat_0.png) 50% 50% repeat-x;
  173. opacity: .30;
  174. filter: Alpha(Opacity=30);
  175. }
  176. #widget-docs .ui-widget-shadow {
  177. margin: -8px 0 0 -8px;
  178. padding: 8px;
  179. background: #aaaaaa url(images/aaaaaa_40x100_textures_01_flat_0.png) 50% 50% repeat-x;
  180. opacity: .30;
  181. filter: Alpha(Opacity=30);
  182. -moz-border-radius: 8px;
  183. -webkit-border-radius: 8px;
  184. }
  185. /*
  186. ----------------------------------*/
  187. #widget-docs {
  188. margin: 20px 0 0;
  189. border: none;
  190. }
  191. #widget-docs h2, #widget-docs h3, #widget-docs h4, #widget-docs p, #widget-docs ul, #widget-docs code {
  192. margin: 0;
  193. padding: 0;
  194. }
  195. #widget-docs code {
  196. display: block;
  197. color: #444;
  198. font-size: .9em;
  199. margin: 0 0 1em;
  200. }
  201. #widget-docs code strong {
  202. color: #000;
  203. }
  204. #widget-docs p {
  205. margin: 0 3em 1.2em 0;
  206. }
  207. #widget-docs p.intro {
  208. font-size: 13px;
  209. color: #666;
  210. line-height: 1.3;
  211. }
  212. #widget-docs ul {
  213. list-style-type: none;
  214. }
  215. #widget-docs h2 {
  216. font-size: 16px;
  217. margin: 1.2em 0 .5em;
  218. }
  219. #widget-docs h3 {
  220. font-size: 14px;
  221. color: #e6820E;
  222. margin: 1.5em 0 .5em;
  223. }
  224. .normal #widget-docs h4 {
  225. font-size: 12px;
  226. color: #000;
  227. border: 0;
  228. margin: 0 0 .5em;
  229. }
  230. #docs-overview-main {
  231. width: 400px;
  232. }
  233. #docs-overview-sidebar {
  234. float: right;
  235. width: 200px;
  236. }
  237. #docs-overview-sidebar a span {
  238. color: #666;
  239. }
  240. #widget-docs #docs-overview-main p {
  241. margin-right: 0;
  242. }
  243. #widget-docs #docs-overview-sidebar h4 {
  244. padding-left: 0;
  245. }
  246. .docs-list-header {
  247. float: left;
  248. width: 100%;
  249. margin: 10px 0 0;
  250. border-bottom: 1px solid #eee;
  251. }
  252. #widget-docs .docs-list-header h2 {
  253. float: left;
  254. margin: 0;
  255. }
  256. #widget-docs .docs-list-header p {
  257. float: right;
  258. margin: 5px 0;
  259. font-size: 11px;
  260. }
  261. .docs-list {
  262. float: left;
  263. width: 100%;
  264. padding: 0 0 10px;
  265. }
  266. .docs-list .param-header {
  267. float: left;
  268. clear: left;
  269. width: 100%;
  270. padding: 8px 0;
  271. border-top: 1px solid #eee;
  272. }
  273. #widget-docs .param-header h3, #widget-docs .param-header p {
  274. margin: 0;
  275. float: left;
  276. }
  277. #widget-docs .param-header h3 {
  278. width: 50%;
  279. }
  280. #widget-docs .param-header h3 span {
  281. background: url(images/demo-spindown-closed.gif) no-repeat left;
  282. padding-left: 13px;
  283. }
  284. #widget-docs .param-open .param-header h3 span {
  285. background: url(images/demo-spindown-open.gif) no-repeat left;
  286. }
  287. #widget-docs .param-header p {
  288. width: 24%;
  289. }
  290. #widget-docs .param-header p.param-type span {
  291. background: url(images/icon-docs-info.gif) no-repeat left;
  292. cursor: pointer;
  293. border-bottom: 1px dashed #ccc;
  294. padding-left: 15px;
  295. }
  296. .param-details {
  297. padding-left: 13px;
  298. }
  299. .param-args {
  300. margin: 0 0 1.5em;
  301. border-top: 1px dotted #ccc;
  302. }
  303. .param-args td {
  304. padding: 3px 30px 3px 5px;
  305. border-bottom: 1px dotted #ccc;
  306. }
  307. /* overrides for ui-tab styles */
  308. #widget-docs ul.ui-tabs-nav {
  309. padding: 0 0 0 8px;
  310. }
  311. #widget-docs .ui-tabs-nav li {
  312. margin: 5px 5px 0 0;
  313. }
  314. #widget-docs .ui-tabs-nav li a:link,
  315. #widget-docs .ui-tabs-nav li a:visited,
  316. #widget-docs .ui-tabs-nav li a:hover,
  317. #widget-docs .ui-tabs-nav li a:active {
  318. font-size: 14px;
  319. padding: 4px 1.2em 3px;
  320. color: #fff;
  321. }
  322. #widget-docs .ui-tabs-nav li.ui-tabs-selected a:link,
  323. #widget-docs .ui-tabs-nav li.ui-tabs-selected a:visited,
  324. #widget-docs .ui-tabs-nav li.ui-tabs-selected a:hover,
  325. #widget-docs .ui-tabs-nav li.ui-tabs-selected a:active {
  326. color: #e6820E;
  327. }
  328. #widget-docs .ui-tabs-panel {
  329. padding: 20px 9px;
  330. font-size: 12px;
  331. line-height: 1.4;
  332. color: #000;
  333. }
  334. #widget-docs .ui-widget-content a:link,
  335. #widget-docs .ui-widget-content a:visited {
  336. color: #1b75bb;
  337. text-decoration: none;
  338. }
  339. #widget-docs .ui-widget-content a:hover,
  340. #widget-docs .ui-widget-content a:active {
  341. color: #0b559b;
  342. }