common.css 16 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031
  1. /* Resets */
  2. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  3. margin: 0;
  4. padding: 0;
  5. border: 0;
  6. outline: 0;
  7. font-weight: inherit;
  8. font-style: inherit;
  9. font-size: 100%;
  10. font-family: inherit;
  11. vertical-align: baseline;
  12. }
  13. :focus {
  14. outline: 0;
  15. }
  16. body {
  17. color: #2f332a;
  18. font: 15px/21px Arial, Helvetica, simsun, sans-serif;
  19. background: #528036 url(img/background.jpg) no-repeat fixed 0 0;
  20. }
  21. p {
  22. padding-bottom: 20px;
  23. }
  24. ol, ul {
  25. list-style: none;
  26. }
  27. table {
  28. border-collapse: separate;
  29. border-spacing: 0;
  30. }
  31. caption, th, td {
  32. text-align: left;
  33. font-weight: normal;
  34. }
  35. strong {
  36. font-weight: bold;
  37. }
  38. em {
  39. font-style: italic;
  40. }
  41. hr {
  42. display: none;
  43. }
  44. .font1 {
  45. color: white;
  46. background-color: #528036;
  47. }
  48. .right {
  49. float: right;
  50. }
  51. .left {
  52. float: left;
  53. }
  54. .hide {
  55. display: none;
  56. }
  57. .round {
  58. -moz-border-radius: 15px;
  59. -webkit-border-radius: 15px;
  60. -khtml-border-radius: 15px;
  61. border-radius: 15px;
  62. }
  63. .clear {
  64. clear: both;
  65. }
  66. .clearfix {
  67. display: block;
  68. }
  69. .clearfix:after {
  70. content: ".";
  71. display: block;
  72. clear: both;
  73. visibility: hidden;
  74. line-height: 0;
  75. height: 0;
  76. }
  77. html[xmlns] .clearfix {
  78. display: block;
  79. }
  80. * html .clearfix {
  81. height: 1%;
  82. }
  83. /* Link Styles */
  84. a {
  85. color: #528036;
  86. }
  87. a:link, a:visited {
  88. text-decoration: none;
  89. }
  90. a:hover {
  91. color: #000;
  92. text-decoration: none;
  93. }
  94. a:active {
  95. text-decoration: none;
  96. }
  97. /* Headings */
  98. h1, h2, h3, h4, h5, h6 {
  99. color: #2f332a;
  100. font-weight: bold;
  101. font-family: Helvetica, Arial, simsun, sans-serif;
  102. padding-bottom: 5px;
  103. }
  104. h1 {
  105. font-size: 36px;
  106. line-height: 44px;
  107. }
  108. h2 {
  109. font-size: 20px;
  110. line-height: 20px;
  111. }
  112. h3 {
  113. font-size: 14px;
  114. line-height: 14px;
  115. }
  116. h4 {
  117. font-size: 14px;
  118. font-weight: normal;
  119. line-height: 25px;
  120. }
  121. /* Wraps */
  122. .header_wrap {
  123. position: relative;
  124. min-width: 940px;
  125. padding: 100px 30px 0 30px;
  126. }
  127. .content_wrap {
  128. position: relative;
  129. min-width: 940px;
  130. padding: 0 30px 50px 30px;
  131. }
  132. .footer_wrap {
  133. bottom: 0;
  134. height: 47px;
  135. width: 100%;
  136. background-color: #1b1b1b;
  137. border-top: 1px solid #749e58;
  138. }
  139. /* Header */
  140. .header {
  141. position: relative;
  142. width: 940px;
  143. margin: 0 auto;
  144. height: 160px;
  145. border: 1px solid white;
  146. background: transparent url(img/header-bg.png) repeat-x 0 -50px;
  147. }
  148. .header-text {
  149. padding: 40px 25px 15px 120px;
  150. font-size: 18px;
  151. line-height: 24px;
  152. color: #747d67;
  153. font-family: Helvetica, sans-serif;
  154. }
  155. .header-text img {
  156. padding-bottom: 5px;
  157. }
  158. .shortcuts {
  159. white-space: nowrap;
  160. text-align: right;
  161. position: absolute;
  162. top: -45px;
  163. right: 5px;
  164. }
  165. .shortcuts.language {
  166. top: -85px;
  167. right: 0px;
  168. }
  169. .shortcuts li {
  170. display: inline;
  171. font-size: 18px;
  172. line-height: 28px;
  173. font-family: Helvetica, Arial, simsun, sans-serif;
  174. padding-bottom: 5px;
  175. margin-left: 30px;
  176. cursor: pointer;
  177. }
  178. .shortcuts li button {
  179. cursor: pointer;
  180. }
  181. .shortcuts li span {
  182. border-bottom: 1px dotted white;
  183. }
  184. .shortcuts li span.selected {
  185. padding: 2px;
  186. background-color: #528036;
  187. }
  188. .shortcuts li a {
  189. color: #fff;
  190. }
  191. .ieSuggest {
  192. display: none;
  193. font-size: 12px;
  194. color: silver;
  195. position: absolute;
  196. left: 10px;
  197. top: 2px;
  198. }
  199. .light-bulb {
  200. position: absolute;
  201. left: -20px;
  202. bottom: -35px;
  203. width: 116px;
  204. height: 180px;
  205. background-image: url(img/lightbulb.png);
  206. background-repeat: no-repeat;
  207. }
  208. /* Content */
  209. .content {
  210. position: relative;
  211. width: 940px;
  212. margin: 0 auto;
  213. }
  214. .nav_section {
  215. position: relative;
  216. height: 20px;
  217. font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
  218. font-size: 15px;
  219. color: #253;
  220. padding: 20px 0;
  221. }
  222. .nav_section ul {
  223. position: absolute;
  224. right: 10px;
  225. }
  226. .nav_section ul li {
  227. display: inline;
  228. line-height: 20px;
  229. margin: 0 5px 0 20px;
  230. border-bottom: 1px dotted white;
  231. }
  232. .nav_section ul li.noline {
  233. border-bottom: 0;
  234. }
  235. .nav_section ul li a {
  236. color: #fff;
  237. }
  238. .nav_section ul li a.selected {
  239. padding: 2px;
  240. background-color: #528036;
  241. }
  242. .nav_section ul li.first {
  243. border: none;
  244. }
  245. .content .title {
  246. margin: 50px 30px 20px 70px;
  247. }
  248. .content li {
  249. margin-bottom: 5px;
  250. }
  251. .contentBox {
  252. position: relative;
  253. overflow: hidden;
  254. border: 1px solid white;
  255. min-height: 200px;
  256. line-height: 25px;
  257. background: transparent url(img/contact-bg.png) repeat-x 0 0;
  258. }
  259. .zTreeInfo {
  260. display: none;
  261. width: 940px;
  262. position: absolute;
  263. }
  264. .zTreeInfo p {
  265. padding-bottom: 50px;
  266. }
  267. .zTreeInfo-left {
  268. float: left;
  269. width: 280px;
  270. height: 300px;
  271. padding: 0 50px 60px 75px;
  272. background: url(img/zTreeIntroduction.jpg) no-repeat 30px 30px;
  273. }
  274. .zTreeInfo-right {
  275. position: relative;
  276. float: right;
  277. width: 475px;
  278. padding: 0 50px 60px 0;
  279. }
  280. .zTreeInfo-right li {
  281. font-size: 12px;
  282. list-style-type: disc;
  283. }
  284. .license {
  285. display: none;
  286. width: 940px;
  287. position: absolute;
  288. }
  289. .donateInfo {
  290. display: block;
  291. width: 940px;
  292. position: absolute;
  293. }
  294. .links {
  295. display: none;
  296. width: 940px;
  297. position: absolute;
  298. }
  299. .links .content {
  300. float: left;
  301. width: 160px;
  302. height: 200px;
  303. padding: 0 10px 10px 2px;
  304. text-align: center;
  305. }
  306. .links .content.first {
  307. margin-left: 30px;
  308. }
  309. .contact {
  310. display: none;
  311. width: 940px;
  312. position: absolute;
  313. }
  314. .contact .myhome {
  315. position: absolute;
  316. top: 10px;
  317. left: 620px;
  318. width: 300px;
  319. height: 266px;
  320. background: transparent url(img/myhome.gif) scroll no-repeat 0 0;
  321. }
  322. .siteTag {
  323. position: absolute;
  324. left: -16px;
  325. top: 109px;
  326. z-index: 10;
  327. width: 65px;
  328. height: 46px;
  329. padding: 0;
  330. margin: 0 10px 0 0;
  331. vertical-align: middle;
  332. border: 0 none;
  333. background: transparent url(img/siteTag.png) scroll no-repeat 0 0;
  334. }
  335. .siteTag.tag_zTreeInfo {
  336. background-position: 0 0
  337. }
  338. .siteTag.tag_license {
  339. background-position: 0 -46px
  340. }
  341. .siteTag.tag_donate {
  342. background-position: 0 -92px
  343. }
  344. .siteTag.tag_contact {
  345. background-position: 0 -138px
  346. }
  347. .apiContent {
  348. width: 940px;
  349. }
  350. .apiContent .right {
  351. float: right;
  352. padding-right: 100px;
  353. }
  354. .apiContent .left {
  355. float: left;
  356. padding-right: 20px;
  357. border-right: 1px dotted silver;
  358. }
  359. .api_setting {
  360. position: relative;
  361. margin: 20px 0 20px 20px;
  362. }
  363. .api_function {
  364. position: relative;
  365. margin: 20px 0 20px 30px;
  366. padding-right: 10px;
  367. }
  368. .api_content_title {
  369. text-align: center;
  370. font-weight: bold;
  371. }
  372. .demoContent {
  373. width: 940px;
  374. }
  375. .demoContent .right {
  376. float: right;
  377. padding: 20px;
  378. width: 600px;
  379. }
  380. .demoContent .left {
  381. float: left;
  382. padding: 20px;
  383. }
  384. .demoContent iframe {
  385. width: 600px;
  386. min-height: 530px;
  387. }
  388. .faqContent {
  389. width: 940px;
  390. }
  391. .faqContent .right {
  392. float: right;
  393. padding: 20px;
  394. width: 600px;
  395. }
  396. .faqContent .left {
  397. float: left;
  398. padding: 20px;
  399. }
  400. .faqContent iframe {
  401. width: 600px;
  402. min-height: 300px;
  403. }
  404. .baby_overlay_tmp {
  405. position: absolute;
  406. top: 0;
  407. left: -5000px;
  408. display: block;
  409. visibility: hidden;
  410. width: 640px;
  411. font-size: 11px;
  412. }
  413. .baby_overlay_tmp .details {
  414. padding: 20px;
  415. }
  416. .baby_overlay {
  417. display: none;
  418. position: absolute;
  419. z-index: 99;
  420. left: 0;
  421. top: 0;
  422. width: 640px;
  423. color: #fff;
  424. font-size: 11px;
  425. }
  426. .baby_overlay .content {
  427. width: 100%;
  428. height: 100px;
  429. overflow: hidden;
  430. background: transparent url(img/overlay_bg.png) scroll repeat 0 0;
  431. }
  432. .baby_overlay .details {
  433. padding: 0 20px 20px 20px;
  434. }
  435. .baby_overlay .close {
  436. background-image: url(img/close.png);
  437. position: absolute;
  438. right: 5px;
  439. top: 5px;
  440. cursor: pointer;
  441. height: 36px;
  442. width: 36px;
  443. }
  444. .baby_overlay_arrow {
  445. background-image: url(img/overlay_arrow.png);
  446. background-position: 0 0;
  447. position: absolute;
  448. height: 40px;
  449. width: 40px;
  450. left: -40px;
  451. }
  452. .baby_overlay_arrow.reverse {
  453. background-position: 0 -40px;
  454. }
  455. /* Footer */
  456. .footer {
  457. position: relative;
  458. min-width: 1000px;
  459. font: 14px/24px arial, helvetica, sans-serif;
  460. }
  461. .footer ul {
  462. position: absolute;
  463. left: 0px;
  464. border: 1px solid #393939;
  465. background: #262626;
  466. padding: 12px 0px;
  467. line-height: 18px;
  468. display: none;
  469. list-style: none;
  470. }
  471. .footer ul li a {
  472. display: block;
  473. padding: 2px 15px;
  474. color: #9c9c9c;
  475. text-indent: 0;
  476. }
  477. .footer ul li a:hover {
  478. text-decoration: none;
  479. color: #fff;
  480. }
  481. .footer-logo {
  482. position: absolute;
  483. margin: 10px 0 0 30px;
  484. width: 122px;
  485. height: 24px;
  486. top: 0;
  487. left: 0;
  488. background: transparent url(img/footer-logo.png) no-repeat 0 0;
  489. }
  490. .footer_mii {
  491. position: absolute;
  492. right: 558px;
  493. top: 8px;
  494. z-index: 10;
  495. padding: 4px 0;
  496. }
  497. .footer_mii a {
  498. font-size: 10px;
  499. color: #649140
  500. }
  501. .footer_mii a:hover {
  502. color: #B6D76F
  503. }
  504. .footer_siteMap {
  505. position: absolute;
  506. right: 358px;
  507. top: 8px;
  508. width: 155px;
  509. z-index: 10;
  510. padding: 4px 0;
  511. }
  512. .footer_siteMap .footer_siteMap_header {
  513. width: 155px;
  514. text-indent: -9999px;
  515. background: transparent url(img/footer_siteMap.gif) no-repeat 0 0;
  516. }
  517. .footer_siteMap ul {
  518. top: -202px;
  519. width: 180px;
  520. }
  521. .footer_siteMap:hover ul {
  522. left: 0
  523. }
  524. .footer_contact {
  525. position: absolute;
  526. right: 193px;
  527. top: 8px;
  528. width: 155px;
  529. z-index: 10;
  530. padding: 4px 0;
  531. }
  532. .footer_contact .footer_contact_header {
  533. width: 155px;
  534. text-indent: -9999px;
  535. background: transparent url(img/footer_contact.gif) no-repeat 0px 0px;
  536. }
  537. .footer_contact ul {
  538. top: -113px;
  539. width: 153px;
  540. }
  541. .footer_contact:hover ul {
  542. left: 0
  543. }
  544. .footer_download {
  545. position: absolute;
  546. right: 60px;
  547. top: 8px;
  548. width: 123px;
  549. z-index: 10;
  550. padding: 4px 0;
  551. }
  552. .footer_download .footer_download_header {
  553. width: 123px;
  554. text-indent: -9999px;
  555. background: transparent url(img/footer_download.png) no-repeat 0px 0px;
  556. }
  557. .footer_download ul {
  558. top: -113px;
  559. width: 140px;
  560. }
  561. .footer_download:hover ul {
  562. left: 0
  563. }
  564. /* button icon */
  565. button {
  566. vertical-align: middle;
  567. border: 0 none;
  568. background: transparent no-repeat 0 0 scroll;
  569. }
  570. .shortcuts button.ico {
  571. width: 24px;
  572. height: 24px;
  573. padding: 0;
  574. margin: 0 10px 0 0;
  575. background-image: url(img/menuIcon.png)
  576. }
  577. .shortcuts button.home {
  578. background-position: 0 0
  579. }
  580. .shortcuts button.demo {
  581. background-position: 0 -24px
  582. }
  583. .shortcuts button.api {
  584. background-position: 0 -48px
  585. }
  586. .shortcuts button.faq {
  587. background-position: 0 -72px
  588. }
  589. .shortcuts button.donate {
  590. background-position: 0 -144px
  591. }
  592. .shortcuts button.download {
  593. background-position: 0 -96px
  594. }
  595. .shortcuts button.face {
  596. background-position: 0 -120px
  597. }
  598. .shortcuts button.cn {
  599. width: 48px;
  600. height: 24px;
  601. padding: 0;
  602. margin: 0 10px 0 0;
  603. background-image: url(img/chinese.png)
  604. }
  605. .shortcuts button.en {
  606. width: 48px;
  607. height: 24px;
  608. padding: 0;
  609. margin: 0 10px 0 0;
  610. background-image: url(img/english.png)
  611. }
  612. .content button.ico {
  613. width: 24px;
  614. height: 24px;
  615. padding: 0;
  616. margin: 0 10px 0 0;
  617. }
  618. .content button.ico16 {
  619. width: 16px;
  620. height: 16px;
  621. padding: 0;
  622. margin: 0 5px 0 0;
  623. background-image: url("img/apiMenu.png");
  624. }
  625. button.z_core {
  626. margin-top: -4px;
  627. background-position: 0 0;
  628. }
  629. button.z_check {
  630. margin-top: -4px;
  631. background-position: 0 -16px;
  632. }
  633. button.z_edit {
  634. margin-top: -4px;
  635. background-position: 0 -32px;
  636. }
  637. button.z_hide {
  638. margin-top: -4px;
  639. background-position: 0 -64px;
  640. }
  641. button.z_search {
  642. margin-top: -4px;
  643. background-position: 0 -48px;
  644. }
  645. button.searchPrev {
  646. margin-top: -4px;
  647. background-position: -16px 0;
  648. cursor: pointer
  649. }
  650. button.searchNext {
  651. margin-top: -4px;
  652. background-position: -16px -16px;
  653. cursor: pointer
  654. }
  655. button.searchPrev.disabled {
  656. margin-top: -4px;
  657. background-position: -16px -32px;
  658. cursor: auto
  659. }
  660. button.searchNext.disabled {
  661. margin-top: -4px;
  662. background-position: -16px -48px;
  663. cursor: auto
  664. }
  665. input.search {
  666. margin: 0;
  667. padding: 2px 0;
  668. border: 0;
  669. }
  670. input.searchKey {
  671. width: 150px;
  672. }
  673. input.searchResult {
  674. margin-left: -3px;
  675. width: 65px;
  676. text-align: right;
  677. background-color: white;
  678. color: #707070
  679. }
  680. input.searchResult.noResult {
  681. background-color: #ff6666;
  682. color: black
  683. }
  684. .baby_overlay div.overlaySearch {
  685. text-align: right;
  686. padding-right: 50px;
  687. padding-top: 12px;
  688. }
  689. /* api overlay*/
  690. .apiDetail .topLine {
  691. border-top: 1px dashed #376B29;
  692. margin-top: 5px;
  693. padding-top: 5px;
  694. }
  695. .apiDetail .highlight_red {
  696. color: #A60000;
  697. }
  698. .apiDetail .highlight_green {
  699. color: #A7F43D;
  700. }
  701. .apiDetail h1, .apiDetail h2, .apiDetail h3, .apiDetail h4, .apiDetail h5, .apiDetail h6 {
  702. color: white;
  703. padding: 0;
  704. }
  705. .apiDetail h2 {
  706. color: #A7F43D;
  707. margin: 5px auto;
  708. padding: 5px;
  709. font-size: 20px;
  710. }
  711. .apiDetail h2 span {
  712. font-size: 14px;
  713. float: right;
  714. font-weight: normal;
  715. margin: 2px 20px 0 0;
  716. vertical-align: bottom;
  717. }
  718. .apiDetail h2 span.path {
  719. float: left;
  720. margin: 2px 0 0 0;
  721. vertical-align: bottom;
  722. }
  723. .apiDetail h3 {
  724. margin: 5px auto;
  725. padding: 5px;
  726. font-size: 14px;
  727. font-weight: normal;
  728. }
  729. .apiDetail h3 span.h3_info {
  730. margin-left: 20px;
  731. font-size: 12px;
  732. }
  733. .apiDetail h4 {
  734. margin: 0 auto;
  735. padding: 0 5px;
  736. font-size: 12px;
  737. font-weight: normal;
  738. line-height: 16px;
  739. }
  740. .apiDetail .desc h4 {
  741. color: black;
  742. }
  743. .apiDetail h4 b {
  744. width: 150px;
  745. display: inline-block;
  746. }
  747. .apiDetail h4 span {
  748. width: 230px;
  749. display: inline-block;
  750. }
  751. .apiDetail pre, .apiDetail .desc {
  752. background: #E8FCD6;
  753. color: black;
  754. margin: 10px;
  755. padding: 10px;
  756. display: block;
  757. }
  758. .apiDetail pre {
  759. word-wrap: break-word;
  760. }
  761. .apiDetail p {
  762. margin-left: 5px;
  763. padding: 0;
  764. }
  765. .apiDetail .longdesc {
  766. margin-top: 5px;
  767. }
  768. .apiDetail .longdesc p {
  769. font-size: 12px;
  770. line-height: 1.5;
  771. margin: 3px 0;
  772. }
  773. .apiDetail .longdesc b {
  774. font-size: 14px;
  775. }
  776. .apiDetail table {
  777. border-collapse: collapse;
  778. }
  779. .apiDetail table td {
  780. border: 1px solid silver;
  781. text-align: center;
  782. vertical-align: middle;
  783. }
  784. .apiDetail table thead td {
  785. font-weight: bold
  786. }
  787. .apiDetail button {
  788. width: 16px;
  789. height: 16px;
  790. vertical-align: middle;
  791. border: 0 none;
  792. cursor: pointer;
  793. background-color: transparent;
  794. background-repeat: no-repeat;
  795. background-attachment: scroll;
  796. background-image: url("zTreeStyle/img/zTreeStandard.png");
  797. }
  798. .apiDetail button.chk {
  799. width: 13px;
  800. height: 13px;
  801. margin: 0 3px 2px 0;
  802. cursor: auto
  803. }
  804. .apiDetail button.chk.checkbox_false_full {
  805. background-position: 0 0
  806. }
  807. .apiDetail button.chk.checkbox_false_full_focus {
  808. background-position: 0 -14px
  809. }
  810. .apiDetail button.chk.checkbox_false_part {
  811. background-position: 0 -28px
  812. }
  813. .apiDetail button.chk.checkbox_false_part_focus {
  814. background-position: 0 -42px
  815. }
  816. .apiDetail button.chk.checkbox_true_full {
  817. background-position: -14px 0
  818. }
  819. .apiDetail button.chk.checkbox_true_full_focus {
  820. background-position: -14px -14px
  821. }
  822. .apiDetail button.chk.checkbox_true_part {
  823. background-position: -14px -28px
  824. }
  825. .apiDetail button.chk.checkbox_true_part_focus {
  826. background-position: -14px -42px
  827. }
  828. .apiDetail button.chk.radio_false_full {
  829. background-position: -28px 0
  830. }
  831. .apiDetail button.chk.radio_false_full_focus {
  832. background-position: -28px -14px
  833. }
  834. .apiDetail button.chk.radio_false_part {
  835. background-position: -28px -28px
  836. }
  837. .apiDetail button.chk.radio_false_part_focus {
  838. background-position: -28px -42px
  839. }
  840. .apiDetail button.chk.radio_true_full {
  841. background-position: -42px 0
  842. }
  843. .apiDetail button.chk.radio_true_full_focus {
  844. background-position: -42px -14px
  845. }
  846. .apiDetail button.chk.radio_true_part {
  847. background-position: -42px -28px
  848. }
  849. .apiDetail button.chk.radio_true_part_focus {
  850. background-position: -42px -42px
  851. }