home *** CD-ROM | disk | FTP | other *** search
/ Freelog 100 / FreelogNo100-NovembreDecembre2010.iso / Graphisme / GoogleSketchUp / GoogleSketchUpWFR.exe / GoogleSketchUp8.msi / SketchUpMeta.cab / manager.css.78D17A5F_0E0A_44D2_877D_2C56D45D16B7 < prev    next >
Encoding:
Text File  |  2010-08-26  |  16.4 KB  |  918 lines

  1. A:link { color: #0000c4; }
  2. A:visited { color: #0000c4; }
  3. A:hover { color: #0000c4; }
  4. A:active { color: #0000c4; }
  5.  
  6. html, body {
  7.   width: 100%;
  8.   height: 100%;
  9.   margin: 0;
  10.   padding: 0;
  11.   overflow: hidden;
  12.   border: 0;
  13. }
  14.  
  15. #extras {
  16.   visibility: hidden;
  17.   position: absolute;
  18. }
  19.  
  20. #curtain {
  21.   position: absolute;
  22.   top: 0;
  23.   left: 0;
  24.   width: 100%;
  25.   height: 100%;
  26.   border: 0;
  27.   margin: 0;
  28.   padding: 0;
  29.   z-index: 30000;
  30.   background-color: transparent;
  31.   opacity: .1;
  32. }
  33.  
  34. #inspector-panel {
  35.   position: absolute;
  36.   display: block;
  37.   top: 28;
  38.   bottom: 0;
  39.   width: 100%;
  40. }
  41.  
  42. #header {
  43.   position: absolute;
  44.   top: 0;
  45.   height: 45px;
  46.   padding: 0 0 0 0;
  47.   background-image: url("../images/tabs.gif");
  48.   background-position: 0 -84px;
  49.   vertical-align: center;
  50.   font-size: 12px;
  51.   overflow: hidden;
  52.   border-bottom: 1px solid #aaa;
  53.   background-repeat: repeat-x;
  54. }
  55.  
  56. #header-table {
  57.   width: 100%;
  58.   margin: 0;
  59.   padding: 0;
  60. }
  61.  
  62. #footer {
  63.   position: absolute;
  64.   bottom: 0;
  65.   width: 100%;
  66.   height: 26px;
  67.   padding: 0px;
  68.   border-top: 1px solid #aaa;
  69.   border-bottom: 1px solid #aaa;
  70.   background-image: url(../images/tabs.gif);
  71.   background-position: 0 -84px;
  72.   text-align: center;
  73.   z-index: 20001;
  74. }
  75.  
  76. #content {
  77.   position: absolute;
  78.   top: 0;
  79.   left: 0;
  80.   width: 100%;
  81.   height: 100%;
  82. }
  83.  
  84. #scroll-panel {
  85.   position: absolute;
  86.   top: 45px;
  87.   left: 0;
  88.   width: 100%;
  89.   bottom: 25px;
  90.   padding: 12px 0 12px 0;
  91.   background-color: white;
  92.   overflow-y: auto;
  93. }
  94.  
  95. #message-panel {
  96.   position: absolute;
  97.   display: none;
  98.   width: 100%;
  99.   height: 100%;
  100.   margin: 0;
  101.   padding: 0;
  102.   overflow: hidden;
  103.   background-image: url("../images/bg.gif");
  104.   z-index: 20010;
  105. }
  106.  
  107. .no-selection-head {
  108.   padding: 9px 9px 9px 9px;
  109.   font-size: 11px;
  110.   font-family: tahoma;
  111.   border-bottom: 1px solid #999;
  112.   border-top: 1px solid #999;
  113. }
  114.  
  115. .no-selection-content {
  116.   padding: 6px 9px 9px 9px;
  117.   font-size: 11px;
  118.   font-family: tahoma;
  119. }
  120.  
  121. .edit-panel {
  122.   position: absolute;
  123.   visibility: hidden;
  124.   top: -5000px;
  125.   height: 15px;
  126.   width: 100px;
  127.   padding: 0;
  128.   margin: 0;
  129.   border: 0;
  130.   z-index: 205;
  131. }
  132.  
  133. #edit-field-reference-tab {
  134.   position: relative;
  135.   width: 100%;
  136.   background-color: blue;
  137.   color: white;
  138.   font-weight: bold;
  139.   padding: 4px 2px;
  140.   margin-left: -2px;
  141.   white-space: nowrap;
  142.   overflow: hidden;
  143.   cursor: default;
  144. }
  145.  
  146. #applying-attribute-message {
  147.   color: silver;
  148. }
  149.  
  150. .list-panel {
  151.   position: absolute;
  152.   visibility: hidden;
  153.   top: 0;
  154.   left: 0;
  155.   width: 200px;
  156.   height: auto;
  157.   z-index: 90;
  158. }
  159.  
  160. .list-sub-panel {
  161.   position: relative;
  162.   left: -1px;
  163.   background-color: white;
  164.   border: 2px solid #73a6ff;
  165.   overflow: auto;
  166. }
  167.  
  168. .list-head {
  169.   height: 10px;
  170.   font-size: 11px;
  171.   color: black;
  172.   padding: 3px 6px 3px 12px;
  173.   border-top: 1px solid white;
  174.   border-bottom: 1px solid #dddddd;
  175.   font-weight: bold;
  176.   background-color: #eeeeee;
  177.   cursor: pointer;
  178. }
  179.  
  180. .list-head-active {
  181.   height: 10px;
  182.   font-size: 11px;
  183.   color: white;
  184.   padding: 3px 6px 3px 12px;
  185.   font-weight: bold;
  186.   background-color: #336fcb;
  187.   border-top: 1px solid white;
  188.   border-bottom: 1px solid #dddddd;
  189.   cursor: pointer;
  190. }
  191.  
  192. .list-group {
  193.  
  194. }
  195.  
  196. .list-group-active {
  197.   background-color: #336fcb;
  198.   color: white;
  199. }
  200.  
  201. .list-item {
  202.   height: 13px;
  203.   padding: 2px 6px 2px 20px;
  204.   cursor: pointer;
  205.   position: relative;
  206.   font-size: 11px;
  207. }
  208.  
  209. .list-item-active {
  210.   padding: 2px 6px 2px 20px;
  211.   cursor: pointer;
  212.   background-color: #336fcb;
  213.   color: white;
  214.   position: relative;
  215.   font-size: 11px;
  216.   height: 13px;
  217. }
  218.  
  219. #details-panel {
  220.   position: absolute;
  221.   visibility: hidden;
  222.   background-color: #e2ded7;
  223.   z-index: 20005;
  224.   top: 45px;
  225.   left: 0;
  226.   right: 0;
  227.   bottom: 0;
  228. }
  229.  
  230. #details-sub-panel {
  231.   background-color: #e2ded7;
  232.   border: none;
  233.   position: absolute;
  234.   left: 0;
  235.   right: 6px;
  236.   top: 0;
  237.   bottom: 26px;
  238.   padding: 6px;
  239.   overflow-y: auto;
  240. }
  241.  
  242. .details-table {
  243.   top: 0;
  244.   left: 0;
  245.   width: 100%;
  246.   height: 100%;
  247. }
  248.  
  249. .details-head {
  250.   font-size: 22px;
  251.   font-weight: bold;
  252.   padding: 6px 6px 20px 6px;
  253.   color: black;
  254. }
  255.  
  256. .details-subhead {
  257.   font-size: 13px;
  258.   color: black;
  259.   background-color: black;
  260.   padding: 3px 6px 3px 6px;
  261.   font-weight: bold;
  262.   background-image: url("../images/tabs.gif");
  263.   background-position: 0 -104px;
  264.   border: 1px solid outset;
  265. }
  266.  
  267. .details-footer {
  268.   position: absolute;
  269.   background-color: #e2ded7;
  270.   z-index: 20005;
  271.   height: 26px;
  272.   width: 100%;
  273.   left: 0;
  274.   bottom: 0;
  275.   padding-bottom: 6px;
  276. }
  277.  
  278. .details-footer-table {
  279.   background-color: #e2ded7;
  280.   width: 100%;
  281.   height: 26px;
  282.   margin: 0;
  283.   padding: 0;
  284. }
  285.  
  286. .details-footer-table input {
  287.   width: 6em;
  288.   margin: 0 6px;
  289. }
  290.  
  291. .details-button {
  292.   background-image: url("../images/buttons.gif");
  293.   background-repeat: no-repeat;
  294.   cursor: pointer;
  295.   width: 15px;
  296.   height: 20px;
  297.   position: absolute;
  298.   visibility: hidden;
  299.   background-position-y: -600px;
  300.   z-index: 201;
  301. }
  302.  
  303. .delete-button {
  304.   background-image: url("../images/buttons.gif");
  305.   background-repeat: no-repeat;
  306.   cursor: pointer;
  307.   width: 15px;
  308.   height: 20px;
  309.   position: absolute;
  310.   visibility: hidden;
  311.   background-position-y: -900px;
  312.   z-index: 201;
  313. }
  314.  
  315. .formula-textarea {
  316.   border-top: 2px solid #3063C9;
  317.   border-left: 2px solid #3063C9;
  318.   border-right: 2px solid #A5C4FF;
  319.   border-bottom: 2px solid #A5C4FF;
  320.   background-color: white;
  321.   font-size: 12px;
  322.   font-family: sans-serif;
  323.   width: 100%;
  324.   height: 70px;
  325.   overflow: auto;
  326. }
  327.  
  328. .value-textarea {
  329.   border-top: 2px solid #3063C9;
  330.   border-left: 2px solid #3063C9;
  331.   border-right: 2px solid #A5C4FF;
  332.   border-bottom: 2px solid #A5C4FF;
  333.   background-color: white;
  334.   font-size: 12px;
  335.   font-family: sans-serif;
  336.   width: 100%;
  337.   height: 30px;
  338.   overflow: auto;
  339. }
  340.  
  341. .edit-field {
  342.   position: absolute;
  343.   border-top: 2px solid #3063C9;
  344.   border-left: 2px solid #3063C9;
  345.   border-right: 2px solid #A5C4FF;
  346.   border-bottom: 2px solid #A5C4FF;
  347.   background-color: white;
  348.   font-size: 12px;
  349.   font-family: sans-serif;
  350.   width: 100%;
  351.   height: 100%;
  352.   overflow: hidden;
  353.   padding-left: 2px;
  354.   padding-top: 1px;
  355. }
  356.  
  357. .attribute-value {
  358.   font-size: 12px;
  359.   font-family: sans-serif;
  360.   padding-left: 2px;
  361. }
  362.  
  363. .tree-branch-i {
  364.   padding-left: 15px;
  365.   background-position: 16px 0;
  366.   padding-top: 6px;
  367.   background-repeat: repeat-y;
  368. }
  369.  
  370. .tree-branch-l {
  371.   padding-left: 15px;
  372.   background-position: 16px 0;
  373.   padding-top: 6px;
  374.   background-repeat: no-repeat;
  375. }
  376.  
  377. .tree-branch-root {
  378.   padding: 15px 15px 15px 15px;
  379.   background-position: 16px 0;
  380.   background-repeat: no-repeat;
  381.   background-image: none;
  382. }
  383.  
  384. .tree-leaf-visible {
  385.   height: auto;
  386.   overflow: visible;
  387.   background-image: url("../images/rounded.gif");
  388.   background-position: bottom left;
  389.   padding-bottom: 1px;
  390.   margin-bottom: 14px;
  391. }
  392.  
  393. .tree-leaf-collapsed {
  394.   height: 24px;
  395.   overflow: hidden;
  396.   background-image: url("../images/rounded.gif");
  397.   background-position: bottom left;
  398.   margin-bottom: 14px;
  399. }
  400.  
  401. .attribute-field {
  402.   border: none;
  403.   width: 99%;
  404.   height: 17px;
  405.   background-color: transparent;
  406.   font: icon;
  407.   padding: 2px 0 0 0;
  408. }
  409.  
  410. .attribute-table {
  411.   width: 100%;
  412.   border-right: 1px solid #999999;
  413.   border-top: 1px solid #999999;
  414. }
  415.  
  416. .attribute-table tr {
  417.   width: 100%;
  418. }
  419.  
  420. .attribute-table-wrapper {
  421.   padding-left: 20px;
  422. }
  423.  
  424. .visible {
  425.   height: auto;
  426.   overflow: visible;
  427. }
  428.  
  429. .attribute-head-visible {
  430.   background-image: url("../images/attribute-table.gif");
  431.   background-position: 0 -200px;
  432.  
  433.   padding-left: 28px;
  434.   cursor: pointer;
  435.   height: 24px;
  436.   font-weight: bold;
  437.  
  438.   font-size: 15px;
  439. }
  440.  
  441. .attribute-head-collapsed {
  442.   background-color: none;
  443.   background-image: url("../images/attribute-table.gif");
  444.   background-position: 0 -160px;
  445.  
  446.   padding-left: 28px;
  447.   cursor: pointer;
  448.   height: 24px;
  449.   font-weight: bold;
  450.   font-size: 15px;
  451. }
  452.  
  453. .attribute-head-text {
  454.   display: inline-block;
  455.   cursor: pointer;
  456.   padding-top: 3px;
  457.   height: 18px;
  458.   width: 80%;
  459.   overflow: hidden;
  460. }
  461.  
  462. .add-attribute-link {
  463.   height: 13px;
  464.   overflow: hidden;
  465.   padding-top: 1px;
  466.   padding-left: 25px;
  467.   cursor: pointer;
  468.   font-style: italic;
  469.   background-image: url("../images/buttons.gif");
  470.   background-position: left top;
  471.   background-repeat: no-repeat;
  472.   background-position-y: -1200px;
  473.   position: relative;
  474.   left: -26px; 
  475. }
  476.  
  477. .attribute-cell {
  478.   height: 19px;
  479.   padding: 3px 6px 3px 6px;
  480.   cursor: default;
  481.   border-left: 1px solid #e8e8e8;
  482.   word-wrap: break-word;
  483.   vertical-align: top;
  484. }
  485.  
  486. .even {
  487.   background-color: white;
  488.   border-bottom: 1px solid #e8e8e8;
  489. }
  490.  
  491. .odd {
  492.   background-color: #fafaf6;
  493.   border-bottom: 1px solid #e8e8e8;
  494. }
  495.  
  496. .details-icon-active {
  497.   background-image: url("../images/buttons.gif");
  498.   background-position: right -1681px;
  499.   background-repeat: no-repeat;
  500. }
  501.  
  502. .details-icon-inactive {
  503.   background-image: none;
  504. }
  505.  
  506. .formula-result {
  507.   color: #000;
  508. }
  509.  
  510. .live-value-result {
  511.   color: #999;
  512. }
  513.  
  514. .subformula-success {
  515.  
  516. }
  517.  
  518. .subformula-error {
  519.   color: red;
  520.   font-weight: bold;
  521. }
  522.  
  523. .attribute-label {
  524.   height: 19px;
  525.   font-size: 12px;
  526.   padding: 3px 6px 3px 10px;
  527.   border-left: 1px solid #999;
  528.   cursor: default;
  529.   width: 90px;
  530.   word-wrap: break-word;
  531.   border-bottom: 1px solid #e8e8e8;
  532. }
  533.  
  534. .attribute-label-selected {
  535.   height: 19px;
  536.   font-size: 12px;
  537.   padding: 2px 6px 3px 10px;
  538.   border-left: 1px solid #999;
  539.   cursor: default;
  540.   width: 90px;
  541.   word-wrap: break-word;
  542.   border-bottom: 1px solid #cccccc;
  543.   background-color: #e4e7f2;
  544.   border-top: 1px solid #cccccc;
  545. }
  546.  
  547. .highlight-panel {
  548.   position: absolute;
  549.   border: 2px solid #3366cc;
  550.   visibility: hidden;
  551.   cursor: default;
  552. }
  553.  
  554. .highlight-line {
  555.   position: absolute;
  556.   background-color: #73a6ff;
  557.   visibility: hidden;
  558.   cursor: default;
  559.   overflow: hidden;
  560.   z-index: 80;
  561. }
  562.  
  563. #top-buttons {
  564.   float: right;
  565.   padding-right: 3px;
  566. }
  567.  
  568. #help-button {
  569.   padding: 6px 6px 0 6px;
  570.   font-weight: bold;
  571.   display: inline-block;
  572.   cursor: pointer;
  573. }
  574.  
  575. .settings-button {
  576.   padding: 6px 18px 6px 0;
  577.   background-image: url("../images/buttons.gif");
  578.   background-repeat: no-repeat;
  579.   background-position: 0 -1500px;
  580.   cursor: pointer;
  581.   display: inline-block;
  582. }
  583.  
  584. .settings-button-on {
  585.   padding: 6px 18px 6px 0;
  586.   background-image: url("../images/buttons.gif");
  587.   background-repeat: no-repeat;
  588.   background-position: 0 -1560px;
  589.   cursor: pointer;
  590.   display: inline-block;
  591. }
  592.  
  593. .icon-componentinstance {
  594.   
  595. }
  596.  
  597. .icon-componentdefinition {
  598.  
  599. }
  600.  
  601. .icon-group {
  602.  
  603. }
  604.  
  605. #options-scroll {
  606.   overflow: auto;
  607.   position: relative;
  608.   border-top: 1px solid #999;
  609. }
  610.  
  611. .options-table {
  612.   border-top: 1px solid white;
  613.   border-right: 1px solid #999;
  614.   border-bottom: 1px solid #999;
  615. }
  616.  
  617. .options-head {
  618.   background-image: url("../images/attribute-table.gif");
  619.   background-position-y: -45px;
  620.   background-position-x: -45px;
  621.   padding: 3px 0 0 5px;
  622.   cursor: pointer;
  623.   height: 16px;
  624.   width: 50%;
  625.   font-weight: bold;
  626.   border-left: 1px solid #999;
  627.   padding: 3px;
  628.   font-family: sans-serif;
  629.   font-size: 11px;
  630. }
  631.  
  632. .options-label {
  633.   padding: 0;
  634.   border-bottom: 1px solid silver;
  635.   border-left: 1px solid silver;
  636.   cursor: default;
  637.   background-color: white;
  638.   width: 50%;
  639. }
  640.  
  641. .options-value {
  642.   padding: 0;
  643.   border-bottom: 1px solid silver;
  644.   border-left: 1px solid silver;
  645.   cursor: default;
  646.   background-color: white;
  647.   width: 50%;
  648. }
  649.  
  650. .options-field {
  651.   padding: 2px 0 0 5px;
  652.   height: 17px;
  653.   border: none;
  654.   background-color: none;
  655.   width: 100%;
  656.   background: none;
  657.   font-family: sans-serif;
  658.   font-size: 11px;
  659.   overflow: hidden;
  660. }
  661.  
  662. .add-option-link {
  663.   display: block;
  664.   height: 19px;
  665.   line-height: 19px;
  666.   overflow: hidden;
  667.   padding-top: 0;
  668.   padding-bottom: 0;
  669.   padding-left: 18px;
  670.   cursor: pointer;
  671.   font-style: italic;
  672.   background-image: url("../images/buttons.gif");
  673.   background-position: left top;
  674.   background-repeat: no-repeat;
  675.   background-position-y: -1198px;
  676.   background-position-x: 3px;
  677.   border-top: 1px solid #999;
  678.   border-left: 1px solid silver;
  679.   font-family: sans-serif;
  680.   font-size: 11px;
  681.   background-color: white;
  682. }
  683.  
  684. #mgr-icon {
  685.   background-image: url("../images/icons.gif");
  686.   background-repeat: no-repeat;
  687.   width: 50px;
  688.   height: 45px;
  689. }
  690.  
  691. #mgr-status {
  692.   overflow: hidden;
  693.   padding-right: 6px;
  694. }
  695.  
  696. .zero-width {
  697.   display: inline-block;
  698.   width: 0;
  699.   overflow: hidden;
  700. }
  701.  
  702. .attribute-subhead-label {
  703.   cursor: default;
  704.   padding: 3px 3px 3px 9px;
  705.   color: black;
  706.   font-size: 13px;
  707.   font-weight: bold;
  708.   border-bottom: none;
  709.   border-left: 1px solid #999;
  710.   background-color: #e8e8e8;
  711. }
  712.  
  713. .submit-button {
  714.   background-image: none;
  715.   height: 22px;
  716.   margin: 0;
  717. }
  718.  
  719. #tab-panel {
  720.   background-image: url(../images/tabs.gif);
  721.   cursor: default;
  722.   height: 28px;
  723.   white-space: nowrap;
  724. }
  725.  
  726. .tab {
  727.   background-image: url(../images/tabs.gif);
  728.   background-position: 0 -56px;
  729.   height: 28px;
  730.   padding: 9px 6px 0 10px;
  731.   cursor: pointer;
  732.   display: inline-block;
  733. }
  734.  
  735. .tab-selected {
  736.   background-image: url(../images/tabs.gif);
  737.   background-position: 0 -28px;
  738.   height: 28px;
  739.   padding: 9px 5px 0 10px;
  740.   font-weight: bold;
  741.   cursor: pointer;
  742.   display: inline-block;
  743. }
  744.  
  745. .tab-cap {
  746.   background-image: url(../images/tabs.gif);
  747.   background-position: right -56px;
  748.   height: 28px;
  749.   padding: 9px 1px 1px 0;
  750.   cursor: default;
  751.   display: inline-block;
  752. }
  753.  
  754. .tab-cap-selected {
  755.   background-image: url(../images/tabs.gif);
  756.   background-position: right -28px;
  757.   height: 28px;
  758.   padding: 1px;
  759.   padding: 9px 1px 1px 0;
  760.   cursor: default;
  761.   display: inline-block;
  762. }
  763.  
  764. #functions-panel {
  765.   position: absolute;
  766.   background-color: threedface;
  767.   z-index: 80;
  768.   background-image: url(../images/tabs.gif);
  769.   background-position: 0 -84px;
  770.   height: 45px;
  771.   width: 100%;
  772.   visibility: hidden;
  773.   padding: 0 3px 0 3px;
  774. }
  775.  
  776. #formdesign-panel {
  777.   position: absolute;
  778.   z-index: 80;
  779.   background-image: url(../images/tabs.gif);
  780.   background-position: 0 -129px;
  781.   background-repeat: no-repeat;
  782.   background-color: #e2ded7;
  783.   height: 9000px;
  784.   width: 100%;
  785.   visibility: hidden;
  786. }
  787.  
  788. #icon-details {
  789.   padding: 0 14px 6px 0;
  790.   background-image: url("../images/buttons.gif");
  791.   background-position: 0 -1630px;
  792.   cursor: pointer;
  793.   display: inline-block;
  794. }
  795.  
  796. #icon-functions {
  797.   padding: 0 14px 6px 0;
  798.   background-image: url("../images/buttons.gif");
  799.   background-position: 0 -1600px;
  800.   cursor: pointer;
  801.   display: inline-block;
  802. }
  803.  
  804. #icon-formdesign {
  805.   padding: 0 14px 6px 0;
  806.   background-image: url("../images/buttons.gif");
  807.   background-position: 0 -1660px;
  808.   cursor: pointer;
  809.   display: inline-block;
  810. }
  811.  
  812. .function-list-item {
  813.   background-color: #e2ded7;
  814. }
  815.  
  816. .function-list-head {
  817.   font-size: 12px;
  818.   font-weight: bold;
  819.   background-color: #6e94f5;
  820.   border-top: 1px solid black;
  821. }
  822.  
  823. #function-list {
  824.   width: 100%;
  825. }
  826.  
  827. #function-summary {
  828.   font-size: 11px;
  829.   padding-left: 3px;
  830.   text-overflow: ellipsis;
  831.   overflow: hidden;
  832.   height: 15px;
  833.   line-height: 15px;
  834.   vertical-align: top;
  835. }
  836.  
  837. .function-summary-table {
  838.   border: 0;
  839.   padding: 0;
  840.   width: 98%;
  841. }
  842.  
  843. #function-insert-cell {
  844.   font-size: 11px;
  845.   vertical-align: top;
  846.   text-align: right;
  847.   white-space: nowrap;
  848. }
  849.  
  850. .mgr-icon-lenx     { background-position:  -50px 0; }
  851. .mgr-icon-leny     { background-position: -100px 0; }
  852. .mgr-icon-lenz     { background-position: -150px 0; }
  853. .mgr-icon-x        { background-position: -200px 0; }
  854. .mgr-icon-y        { background-position: -250px 0; }
  855. .mgr-icon-z        { background-position: -300px 0; }
  856. .mgr-icon-rotx     { background-position: -350px 0; }
  857. .mgr-icon-roty     { background-position: -400px 0; }
  858. .mgr-icon-rotz     { background-position: -450px 0; }
  859. .mgr-icon-onclick  { background-position: -500px 0; }
  860. .mgr-icon-copies   { background-position: -550px 0; }
  861. .mgr-icon-material { background-position: -600px 0; }
  862. .mgr-icon-hidden   { background-position: -650px 0; }
  863. .mgr-icon-metadata { background-position: -700px 0; }
  864. .mgr-icon-formdesign { background-position: -700px 0; }
  865. .mgr-icon-scaletool { background-position: -750px 0; }
  866.  
  867. .scaletool-graphic {
  868.   background-image: url(../images/scaletool.gif);
  869.   width: 100px;
  870.   height: 100px;
  871. }
  872.  
  873. .refresh-button {
  874.   padding: 6px 18px 6px 0;
  875.   background-image: url("../images/buttons.gif");
  876.   background-repeat: no-repeat;
  877.   background-position: 0 -1440px;
  878.   cursor: pointer;
  879.   display: inline-block;
  880. }
  881.  
  882. .refresh-button-on {
  883.   padding: 6px 18px 6px 0;
  884.   background-image: url("../images/buttons.gif");
  885.   background-repeat: no-repeat;
  886.   background-position: 0 -1470px;
  887.   cursor: pointer;
  888.   display: inline-block;
  889. }
  890.  
  891. .units-button-panel {
  892.   float: right;
  893.   background-image: url("../images/rounded.gif");
  894.   background-position: top right;
  895. }
  896.  
  897. .units-button-inches {
  898.   padding: 4px 41px 2px 0;
  899.   background-image: url("../images/units.gif");
  900.   background-position: 0px 5px;
  901.   background-repeat: no-repeat;
  902.   cursor: pointer;
  903.   display: inline-block;
  904. }
  905.  
  906. .units-button-centimeters {
  907.   padding: 4px 41px 2px 0;
  908.   background-image: url("../images/units.gif");
  909.   background-position: 0px -19px;
  910.   background-repeat: no-repeat;
  911.   cursor: pointer;
  912.   display: inline-block;
  913. }
  914.  
  915. .default-cursor {
  916.   cursor: default;
  917. }
  918.