home *** CD-ROM | disk | FTP | other *** search
/ Freelog 117 / FreelogNo117-OctobreNovembre2013.iso / Theme / 8GadgetPack / 8GadgetPackSetup.msi / currency.css_2 < prev    next >
Text (UTF-16)  |  2012-05-19  |  20KB  |  599 lines

  1. /*
  2. //----------------------------------------------
  3. //  THIS CODE IS NOT APPROVED FOR USE IN/ON ANY OTHER UI ELEMENT OR PRODUCT COMPONENT.  
  4. //  Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
  5. //----------------------------------------------
  6. */
  7.  
  8. body
  9. {
  10.     font-family: 'Segoe UI', Tahoma;
  11.     font-size: 12px;
  12.     margin: 0px;
  13.     width: 254px;
  14.     height: 171px;
  15.     background-repeat:no-repeat;
  16.     background-color:Transparent;     
  17. }
  18. a
  19. {
  20.     cursor:default;
  21. }
  22.  
  23. .UIBoundary
  24. {
  25.     position:absolute;
  26.     top: 15px;
  27.     width: 220px;
  28.     height: 101px;
  29.     left: 13px;
  30. }
  31.  
  32. .currencyContainer
  33. {
  34.     width: 100%; 
  35.     position: absolute;
  36. }
  37.  
  38. .currencyTitle
  39. {
  40.     white-space: nowrap;
  41.     overflow: hidden;
  42.     text-overflow: ellipsis;
  43.     color: #ffffff;
  44. }
  45.  
  46. .currencyValue
  47. {
  48.     font-family: 'Segoe UI', Tahoma;
  49.     font-size: 12px;
  50.     font-weight: bold;
  51.     position: absolute;
  52.     border: transparent 1px solid;
  53.     padding-bottom: 1px;
  54.     padding-top: 3px;
  55.     padding-right: 3px;
  56.     padding-left: 3px;
  57.     top: 25px;
  58.     left: 19px;
  59.     height: 21px;
  60.     width: 180px;
  61.     color: #000000;
  62.     text-align: right;
  63.     background-color: transparent;
  64.     z-index: 100;
  65. }
  66.  
  67. .currencyValueBack
  68. {
  69.     border: #000000 1px solid;
  70.     background-color: #ffffff;
  71.     padding-bottom: 0px;
  72.     padding-top: 0px;
  73.     padding-right: 0px;
  74.     padding-left: 0px;
  75.     margin-top: 25px;
  76.     margin-left: 19px;
  77.     margin-right: 19px;
  78.     height: 21px;
  79.     width: 180px;
  80.     filter:alpha(opacity=50);
  81.     background-color: #ffffff;
  82.     z-index: 50;    
  83. }
  84.  
  85. .currencyDiv
  86. {
  87.     width: 100%;
  88.     left: 0px;
  89.     height: 54px;
  90.     position: absolute;
  91.     padding-top: 2px;
  92.     padding-bottom: 2px;
  93.     border: 1px solid transparent;
  94. }
  95.  
  96. .currencyOnlineButton
  97. {
  98.     width: 16px;
  99.     height: 16px;
  100.     z-index: 300;
  101.     display: block;
  102. }
  103.  
  104. #currencyImage
  105. {
  106.     width: 7px;
  107.     height: 4px;
  108.     margin-left: 3px;
  109.     margin-right: 3px;
  110.     display: inline;
  111. }
  112.  
  113. .currencyDeleteButton
  114. {
  115.     width: 16px;
  116.     height: 16px;
  117.     z-index: 300;
  118.     display: none;
  119. }
  120.  
  121. .dataProviderLink
  122. {
  123.     font-size: 10px;
  124.     color: #ffffff;
  125.     text-decoration: none;
  126.     text-overflow: ellipsis;
  127.     white-space:nowrap;
  128.     cursor:hand;
  129. }
  130. #captionA
  131. {
  132.     color: #ffffff;
  133.     text-decoration: none;
  134. }
  135.  
  136. #bottomTable
  137. {
  138.     position: absolute;
  139.     bottom: 22px;
  140.     width: 211px;
  141.     height: 16px;
  142.     margin-left: 20px;
  143.     margin-right: 28px;  
  144.     display: block;
  145.     table-layout:fixed;
  146. }
  147. .bottomTableTdDataLink
  148. {
  149.     width:100px;
  150.     height: 16px;
  151.     white-space: nowrap;
  152.     overflow: hidden;
  153.     text-overflow: ellipsis;
  154.     color: #ffffff;
  155.     
  156. }
  157. .ageStampTextUndockedMode
  158. {
  159.     width:95px;
  160.     height:16px;
  161.     padding-right:4px;
  162.     text-align:right;
  163.     white-space:nowrap;
  164.     overflow:hidden;
  165.     text-overflow:ellipsis;
  166.     font-size:11px;
  167.     color:White;
  168.     z-index:99;
  169.     visibility:inherit;
  170. }
  171. .ageStampTextUndockedModeRtl
  172. {
  173.     width:95px;
  174.     height:16px;
  175.     padding-left:4px;
  176.     text-align:left;
  177.     white-space:nowrap;
  178.     overflow:hidden;
  179.     text-overflow:ellipsis;
  180.     font-size:11px;
  181.     color:White;
  182.     z-index:99;
  183.     visibility:inherit;
  184. }
  185. .bottomTableTdAddButton
  186. {
  187.     width:16px;
  188.     height: 16px;
  189.     padding-top: 0px;
  190.     padding-bottom: 0px;    
  191. }
  192.  
  193. #addButton
  194. {
  195.     width: 16px;
  196.     height: 16px;
  197.     background: no-repeat url(../images/add_up.png);
  198.     font-size:0px;
  199. }   
  200.  
  201. .message
  202. {
  203.     position:absolute;
  204.     top: 0px;
  205.     left: 13px;
  206.     width: 220px;
  207.     height: 162px;
  208.     text-align: center;
  209.     vertical-align: center;
  210.     padding: 10px 10px 10px 10px;
  211.     z-index: 50;    
  212. }
  213.  
  214.  
  215. .dockedUIBoundary
  216. {
  217.     position:absolute;
  218.     width: 130px;
  219.     height: 83px;
  220. }
  221.  
  222. .dockedCurrencyContainer
  223. {
  224.     position: absolute;     
  225.     width: 100%;
  226. }
  227.  
  228. .dockedCurrencyTitle
  229. {
  230.     font-size: 11px;
  231.     font-weight: bold;
  232.     white-space: nowrap;
  233.     overflow: hidden;
  234.     text-overflow: ellipsis;
  235.     padding-bottom: 3px;
  236.     color: #ffffff;
  237.     width: 37;    
  238. }
  239.  
  240. .dockedCurrencyValue
  241. {
  242.     font-family: 'Segoe UI', Tahoma;
  243.     font-size: 12px;
  244.     font-weight: bold;
  245.     position: absolute;
  246.     border: transparent 1px solid;
  247.     padding-bottom: 1px;
  248.     padding-top: 3px;
  249.     padding-right: 5px;
  250.     padding-left: 1px;
  251.     margin-top: 0px;
  252.     margin-left: 0px;
  253.     margin-right: 0px;
  254.     top: 9px;
  255.     right: 7px;
  256.     height: 21px;
  257.     width: 72px;
  258.     color: #000000;
  259.     text-align: right;
  260.     background-color: transparent;    
  261.     z-index: 100;
  262.     display:block;
  263. }
  264.  
  265. .dockedCurrencyValueBack
  266. {
  267.     font-size: 12px;
  268.     font-weight: bold;
  269.     position: absolute;
  270.     border: #000000 1px solid;
  271.     padding-bottom: 1px;
  272.     padding-top: 3px;
  273.     padding-right: 5px;
  274.     padding-left: 1px;
  275.     margin-top: 0px;
  276.     margin-left: 0px;
  277.     margin-right: 0px;
  278.     top: 9px;
  279.     right: 7px;
  280.     height: 21px;
  281.     width: 72px;
  282.     color: #000000;
  283.     text-align: right;
  284.     filter:alpha(opacity=50);
  285.     background-color: #ffffff;
  286.     z-index: 50;
  287.     display:block;
  288. }
  289. .dockedCurrencyValueRtl
  290. {
  291.     font-size: 12px;
  292.     font-weight: bold;
  293.     position: absolute;
  294.     border: 1px;
  295.     padding-bottom: 1px;
  296.     padding-top: 3px;
  297.     padding-right: 5px;
  298.     padding-left: 1px;
  299.     margin-top: 0px;
  300.     margin-left: 0px;
  301.     margin-right: 0px;
  302.     top: 9px;
  303.     left: 7px;
  304.     height: 21px;
  305.     width: 72px;
  306.     color: #000000;
  307.     text-align: right;
  308.     background-color: transparent;
  309.     z-index: 100;
  310.     display:block;
  311. }
  312. .dockedCurrencyValueBackRtl
  313. {
  314.     font-size: 12px;
  315.     font-weight: bold;
  316.     position: absolute;
  317.     border: #000000 1px solid;
  318.     padding-bottom: 1px;
  319.     padding-top: 3px;
  320.     padding-right: 5px;
  321.     padding-left: 1px;
  322.     margin-top: 0px;
  323.     margin-left: 0px;
  324.     margin-right: 0px;
  325.     top: 9px;
  326.     left: 7px;
  327.     height: 21px;
  328.     width: 72px;
  329.     color: #000000;
  330.     text-align: right;
  331.     filter:alpha(opacity=50);
  332.     background-color: #ffffff;
  333.     z-index: 50;
  334.     display:block;
  335. }
  336.  
  337. .dockedMessage
  338. {
  339.     position:absolute;
  340.     top: 0px;
  341.     height: 81px;
  342.     z-index:50;
  343.     text-align: center;
  344.     vertical-align: middle;
  345.     padding: 5px 5px 5px 5px; 
  346.     width: 129px;
  347.     
  348. }
  349.  
  350.  
  351. .dockedCurrencyDiv
  352. {
  353.     left: 0px;
  354. }
  355.  
  356. .dockedCurrencyImageDiv
  357. {
  358.     display: none;
  359. }
  360.  
  361. .dockedCurrencyOnlineButton
  362. {
  363.     display: none;
  364. }
  365.  
  366. .dockedCurrencyDeleteButton
  367. {
  368.     display: none;
  369. }
  370.  
  371. #curr1
  372. {
  373.    width: 100%;
  374. }
  375.  
  376. .undockedcurr1
  377. {
  378.    top: 55px;
  379. }
  380.  
  381. .dockedcurr1
  382. {
  383.    top: 30px;
  384. }
  385.  
  386. #curr2
  387. {
  388.    top: 110px;
  389.    width: 100%;
  390.    display: none;
  391. }
  392.  
  393. #curr3
  394. {
  395.    top: 165px;
  396.    width: 100%;
  397.    display: none;
  398. }
  399.  
  400. #popup
  401. {
  402.     height: 130px;
  403.     border: 1px solid black;
  404.     background-color: #ffffff;
  405.     display: none;
  406.     position: absolute;
  407.     z-index: 500;
  408. }
  409. #currencyList
  410. {
  411.     border: 0px solid black;
  412.     background-color: Transparent;
  413.     display: none;
  414.     position: absolute;
  415.     z-index: 500;
  416. }
  417.  
  418. .undockedPopup
  419. {
  420.     width: 160px;
  421.     top: 13px;
  422.     left: 37px;
  423.     overflow: hidden;
  424. }
  425.  
  426. .dockedPopup
  427. {
  428.     width: 120px;
  429.     top: 0px;
  430.     left: 5px;
  431.     overflow: hidden;
  432. }
  433.  
  434. #menu 
  435. {
  436.     position: absolute; 
  437.     overflow:hidden; 
  438.     height: 129px;
  439.     top: 0px;
  440.     left: 0px;
  441.     overflow: hidden;
  442. }
  443.  
  444. .undockedMenu 
  445. {
  446.     width: 158;
  447. }
  448.  
  449. .dockedMenu 
  450. {
  451.     width: 118;
  452. }
  453.  
  454. .undockedOptions 
  455. {
  456.     width: 150;
  457. }
  458.  
  459. .dockedOptions 
  460. {
  461.     width: 110;
  462. }
  463.  
  464. #options {
  465.    position:absolute; 
  466.    top: 0px;
  467.    list-style-type: none;
  468.    margin: 0px;
  469.    padding: 0px;
  470. }
  471.  
  472. #scrollbar 
  473. {
  474.    border: solid 1px #a1a2a7;  
  475.    position:absolute; 
  476.    display:block;
  477.    top: 0px;  
  478.    height:128px;
  479.    width:10px;
  480. }
  481.  
  482. .undockedScrollbar 
  483. {
  484.    left: 150px;
  485. }
  486.  
  487. .dockedScrollbar 
  488. {
  489.    left: 110px;
  490. }
  491.  
  492. .thumb {
  493.     left: 0px;
  494.     width: 8px;
  495.     background-color: #a1a2a7; 
  496.     color: #000000;
  497.     border: solid 1px #a1a2a7;
  498. }
  499.  
  500. .dockedCurrencySelect
  501. {
  502.    font-size: 11px;
  503.    width: 119px;
  504.    
  505. }
  506. .undockedCurrencySelect
  507. {
  508.    font-size: 11px;
  509.    width: 210px; 
  510. }
  511. .dockedCurrencyList
  512. {
  513.     top:5px;
  514.     left:5px;    
  515. }
  516. .undockedCurrencyList
  517. {
  518.    top:18px;
  519.    left:18px; 
  520. }
  521.  
  522. .currencyTitleLeftBorder
  523. {
  524.     width: 3px;
  525.     background: no-repeat url(../images/combo-hover-left.png);
  526. }
  527. .currencyTitleRightBorder
  528. {
  529.     width: 3px;
  530.     background: no-repeat url(../images/combo-hover-right.png);
  531. }
  532. .dockedCurrencytable
  533. {
  534.     height: 21px;
  535.     position: absolute;
  536. }
  537. .currencyTable
  538. {
  539.     height: 21px;
  540.     position: absolute;
  541. }
  542. .tableFont
  543. {
  544.     font-family: 'Segoe UI', Tahoma;
  545.     font-size: 12px;
  546.     table-layout:fixed;
  547. }
  548. .tableCaption
  549. {
  550.     font-family: 'Segoe UI', Tahoma;
  551.     font-size: 12px;
  552. }
  553. .infoImage
  554. {
  555.     vertical-align:top;
  556. }
  557. .infoImageRtl
  558. {
  559.     vertical-align:top;
  560. }
  561. #messageTable
  562. {
  563.     padding-left:10px;
  564.     padding-right:10px;
  565.     color:White;
  566. }
  567.  
  568. .ageStampTextDockedMode
  569. {
  570.     position:absolute;
  571.     bottom:5px;
  572.     right:7px;
  573.  
  574.     text-align:right;
  575.     white-space:nowrap;
  576.     overflow:hidden;
  577.     text-overflow:ellipsis;
  578.     font-size:11px;
  579.     color:White;
  580.     z-index:99;
  581.     visibility:inherit;
  582. }
  583.  
  584. .ageStampTextDockedModeRtl
  585. {
  586.     position:absolute;
  587.     bottom:5px;
  588.     left:7px;
  589.  
  590.     text-align:left;
  591.     white-space:nowrap;
  592.     overflow:hidden;
  593.     text-overflow:ellipsis;
  594.     font-size:11px;
  595.     color:White;
  596.     z-index:99;
  597.     visibility:inherit;
  598. }
  599.