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

  1. /**
  2. Copyright:: Copyright 2008 Google Inc.
  3. License:: All Rights Reserved.
  4. Original Author:: Scott Shattuck
  5. */
  6.  
  7. html, body {
  8.   width: 100%;
  9.   height: 100%;
  10.   margin: 0;
  11.   padding: 0;
  12.   overflow: hidden;
  13.   background-image: url("../images/bg.gif");
  14.   border: 0;
  15. }
  16.  
  17. #original-html {
  18.   position: absolute;
  19.   top: 0;
  20.   left: 0;
  21.   width: 100%;
  22.   height: 100%;
  23.   margin: 0;
  24.   padding: 0;
  25. }
  26.  
  27. #background{
  28.   position: absolute;
  29.   top: 0;
  30.   left: 0;
  31.   height: 100%;
  32.   width: 100%;
  33.   margin: 0;
  34.   padding: 0;
  35.   background-color: white;
  36. }
  37.  
  38. #header { 
  39.   background-image: url(../images/tabs.gif);
  40.   background-position: 0 -127px;
  41.   background-repeat: repeat-x;
  42.   background-color: #e2ded7;
  43.   border: none;
  44.   border-bottom: 1px solid gray;
  45.   padding: 6px;
  46.   padding-top: 12px;
  47.   
  48.   position: absolute;
  49.   top: 0;
  50.   width: 100%;
  51.  
  52.   overflow: auto;
  53. }
  54.  
  55. #config-image, #config-head, #config-itemcode, #config-creator, #config-msrp, #header-spacer {
  56.   margin: 0 12px 0 6px;
  57. }
  58.  
  59. #header-spacer { 
  60.   clear: left;
  61.   height: 6px;
  62. }
  63.  
  64. #content {
  65.   position: absolute;
  66.   bottom: 25px;
  67.   width: 100%;
  68.   border: 1px solid white;
  69.   clear: left;
  70.   padding: 12px 0 40px 0;
  71.  
  72.   overflow-y: auto;
  73. }
  74.  
  75. #config-subhead, #config-description, #config-options, #config-error {
  76.   margin-left: 12px;
  77.   margin-right: 12px;
  78. }
  79.  
  80. #footer {
  81.   position: absolute;
  82.   bottom: 0;
  83.   left: 0;
  84.  
  85.   width: 100%;
  86.   height: 25px;
  87.   line-height: 20px;
  88.   
  89. /*  vertical-align: middle; */
  90.   text-align: center;
  91.   
  92.   border-top: 1px solid gray;
  93.   background-image: url(../images/tabs.gif);
  94.   background-position: 0 -100px;
  95.   background-repeat: repeat-x;
  96.   background-color: #e2ded7;
  97.   padding-top: 3px;
  98. }
  99.  
  100. .no-selection-head {
  101.   padding: 9px 9px 9px 9px;
  102.   font-size: 11px;
  103.   font-family: tahoma;
  104.   border-bottom: 1px solid #999;
  105.   border-top: 1px solid #999;
  106. }
  107.  
  108. .no-selection-content {
  109.   padding: 6px 9px 9px 9px;
  110.   font-size: 11px;
  111.   font-family: tahoma;
  112. }
  113.  
  114. #config-image {
  115.   float: left;
  116.   padding-right: 0;
  117.   margin-right: 6px;
  118.   background-image: url("../images/multiselect.gif");
  119.   background-repeat: no-repeat;
  120.   width: 134px;
  121.   height: 85px;
  122. }
  123.  
  124. #config-head {
  125.   font-size: 20px;
  126.   font-weight: bold;
  127.   line-height: 19px;
  128.   padding-top: 3px;
  129.   padding-bottom: 1px;
  130. }
  131.  
  132. #config-itemcode {
  133.   font-weight: bold;
  134.   font-size: 15px;
  135. }
  136.  
  137. #config-creator {
  138.   line-height: 11px;
  139. }
  140.  
  141. #config-msrp {
  142.   /* TODO(scottlininger): We will eventually move this element back onto the
  143.   screen, once localization of currency is figured out. */
  144.   position: absolute;
  145.   top: -5000px;
  146.   font-family: tahoma, sans-serif;
  147.   font-weight: bold;
  148.   font-size: 15px;
  149.   color: green;
  150. }
  151.  
  152. #config-subhead {
  153.   font-weight: bold;
  154.   font-size: 15px;
  155.   font-family: tahoma, sans-serif;
  156.   padding-bottom: 3px;
  157. }
  158.  
  159. #config-description {
  160.   font-size: 12px;
  161.   font-family: tahoma, sans-serif;
  162.   padding-bottom: 6px;
  163. }
  164.  
  165. #config-options {
  166.   background-color: #f0f0f0;
  167.   border-top: 1px solid #aaa;
  168.   border-left: 1px solid #aaa;
  169.   border-bottom: 1px solid #fff;
  170.   border-right: 1px solid #fff;
  171.   padding: 6px;
  172. }
  173.  
  174. .config-label {
  175.   padding-right: 6px;
  176.   padding-left: 3px;
  177.   padding-top 2px;
  178. }
  179.  
  180. #config-error {
  181.   font-style: italic;
  182. }
  183.  
  184. #reporter-header { 
  185.   position: relative;
  186.   top: 0;
  187.   left: 0;
  188.   width: 100%;
  189.   background-image: url(../images/tabs.gif);
  190.   background-position: 0 -127px;
  191.   background-repeat: repeat-x;
  192.   background-color: #e2ded7;
  193.   border: none;
  194.   border-bottom: 1px solid #cccccc;
  195.   padding: 12px 6px 6px 6px;
  196.   cursor: default;
  197. }
  198.  
  199. #reporter-icon {
  200.   float: left;
  201.   padding-right: 0;
  202.   margin-right: 6px;
  203.   background-image: url("../images/icons.gif");
  204.   background-repeat: no-repeat;
  205.   background-position: -800px 0;
  206.   width: 56px;
  207.   height: 45px;
  208.   cursor: default;
  209. }
  210.  
  211. #reporter-head {
  212.   font-size: 20px;
  213.   font-weight: bold;
  214.   line-height: 19px;
  215.   padding-top: 3px;
  216.   padding-bottom: 6px;
  217.   cursor: default;
  218. }
  219.  
  220. #reporter-subhead {
  221.   font-size: 15px;
  222.   cursor: default;
  223. }
  224.  
  225. .reporter-list {
  226.   border-top: 20px;
  227.   background-image: url("../images/report-arrow.gif");
  228.   background-repeat: no-repeat;
  229.   background-position: 20px 0;
  230.   float: left;
  231.   padding: 0 6px 0 12px;
  232.   margin: 0;
  233.   width: 130px;
  234.   cursor: default;
  235.  
  236. }
  237.  
  238. .reporter-description {
  239.   padding: 3px 12px 6px 0;
  240.   cursor: default;
  241. }
  242.  
  243. #reporter-welcome {
  244.   font-size: 18px;
  245.   padding-bottom: 26px;
  246. }
  247.  
  248. .reporter-button { 
  249.   padding-top: 0;
  250.   padding-bottom: 0;
  251.   height: 22px;
  252.   margin-bottom: 8px;
  253.   width: 90px;
  254. }
  255.  
  256. /*  thumbnail images */
  257. .config-thumb {
  258.   border: 1px solid gray;
  259.   width: 128px;
  260.   height: 83px;
  261. }
  262.  
  263. .config-thumb-multiselect {
  264.   border: 1px solid gray;
  265.   width: 119px;
  266.   height: 77px;
  267. }
  268.  
  269. /*  TD containing field label text node */
  270. .config-label {
  271.   text-align: right;
  272.   font-family: tahoma, sans-serif;
  273.   font-size: 11px;
  274. }
  275.  
  276. /*  TD containing field value control */
  277. .config-cell {
  278.   width: 100%;
  279. }
  280.  
  281. /*  input type="text", select */
  282. .config-field {
  283.   width: 100%;
  284.   font-size: 11px;
  285.   font-family: tahoma, sans-serif;
  286.   height: 22px;
  287. }
  288.  
  289. /*  input type="text" readonly="readonly" */
  290. .config-field-readonly {
  291.   width: 100%;
  292.   font-size: 11px;
  293.   font-family: tahoma, sans-serif;
  294.   height: 22px;
  295.   background-color: threedface;
  296. }
  297.  
  298.