home *** CD-ROM | disk | FTP | other *** search
/ Freelog 117 / FreelogNo117-OctobreNovembre2013.iso / Theme / 8GadgetPack / 8GadgetPackSetup.msi / settings.css_24 < prev    next >
Text (UTF-16)  |  2012-05-19  |  9KB  |  325 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.  
  9. label, input, button, fieldset 
  10.   font-family: Segoe UI, Tahoma;
  11.   font-size:12px;
  12.   cursor:default; 
  13. }
  14.  
  15. #SettingsWeather 
  16. {
  17.   padding: 0px 10px 10px 10px;
  18.   width:100%;
  19. }
  20.  
  21. #PlaceInputArea 
  22. {
  23.   width: 300px;
  24.   padding-top: 3px;
  25.   cursor:text;
  26. }
  27.  
  28. #PlaceCurrent 
  29. {
  30.   position:absolute;
  31.   top: 18px;
  32.   width:100%;
  33.   cursor:default;
  34.   white-space: nowrap;
  35.   overflow:hidden;
  36.   text-overflow:ellipsis;
  37.   font-weight:normal;
  38. }
  39.  
  40. #textBoxBackground, #txtInputPlace, #btnSearchForPlace , #radioAutomatically
  41. {
  42.   position:absolute;
  43. }
  44.  
  45. #textBoxBackground 
  46. {
  47.   top:73px;
  48.   left:20px;
  49.   width:240px;
  50.   height:24px;
  51.   margin-left:0px;
  52.   background:url(../images/search_background.png) no-repeat;
  53.   z-index:11;
  54. }
  55.  
  56. #txtInputPlace 
  57. {
  58.   top:75px;
  59.   left:20px;
  60.   width:209px;
  61.   height:20px;
  62.   cursor:text;
  63.   overflow:hidden;
  64.   font-family:Segoe UI, Tahoma;
  65.   font-size:13px;
  66.   padding:0;
  67.   margin:0;
  68.   padding-left:5px;
  69.   padding-top:1px;
  70.   position:absolute;
  71.   border:none;
  72.   z-index:12;
  73.   padding-right:25px;
  74.   background-position:left;
  75.   margin-left:3px;
  76. }
  77.  
  78. .BIDI #txtInputPlace 
  79. {
  80.   right:20px;
  81.   padding-left:25px;
  82.   padding-right:5px;
  83.   margin:0;
  84.   margin-right:3px;
  85. }
  86.  
  87.  
  88.  
  89.  
  90.  
  91. #radioAutomatically, #radioManually
  92. {
  93.   position:absolute;
  94.   left:0px;
  95. }
  96.  
  97. #radioAutomatically
  98. {
  99.   top:102px;
  100. }
  101.  
  102. #radioManually
  103. {
  104.   top:75px;
  105. }
  106.  
  107. .BIDI #radioAutomatically
  108. {
  109.   right:0px;
  110. }
  111.  
  112. .BIDI #radioManually
  113. {
  114.   right:0px;
  115. }
  116.  
  117.  
  118.  
  119. #LabelAutomatically
  120. {
  121.   position:absolute;
  122.   top:105px;
  123.   left:20px;
  124. }
  125.  
  126. .BIDI #LabelAutomatically
  127. {
  128.   right:20px;
  129. }
  130.  
  131. #LabelSelectLocation
  132. {
  133.   position:absolute;
  134.   top:50px;
  135.   left:0px;
  136. }
  137.  
  138. .BIDI #LabelSelectLocation
  139. {
  140.   right:0px;
  141. }
  142.  
  143.  
  144. .BIDI #textBoxBackground 
  145. {
  146.   right:20px;
  147. }
  148.  
  149. #btnSearchForPlace 
  150. {
  151.   position:absolute;
  152.   top:75px;
  153.   left:233px;
  154.   width:25px; 
  155.   height:20px; 
  156.   z-index:13;
  157.   cursor:default;
  158. }
  159.  
  160. .BIDI #btnSearchForPlace 
  161. {
  162.   right:233px;
  163. }
  164.  
  165. .btnSearch
  166.   background:url(../images/btn_search_up.png) no-repeat; 
  167. }
  168.  
  169. .btnSearchInsertionPoint
  170.   background:url(../images/btn_search_up.png) no-repeat; 
  171. }
  172.  
  173. .btnSearchOver
  174.   background:url(../images/btn_search_over.png) no-repeat; 
  175. }
  176.  
  177. .btnSearchDown
  178.   background:url(../images/btn_search_down.png) no-repeat; 
  179. }
  180.  
  181. .btnClear
  182.   background:url(../images/btn_close_up.png) no-repeat; 
  183. }
  184.  
  185. .btnClearInsertionPoint
  186.   background:url(../images/btn_close_up.png) no-repeat; 
  187. }
  188.  
  189. .btnClearOver
  190.   background:url(../images/btn_close_over.png) no-repeat; 
  191. }
  192.  
  193. .btnClearDown
  194.   background:url(../images/btn_close_down.png) no-repeat; 
  195. }
  196.  
  197. .BIDI .btnSearch
  198.   background:url(../images/btn_search_up_BIDI.png) no-repeat; 
  199. }
  200.  
  201. .BIDI .btnSearchInsertionPoint
  202.   background:url(../images/btn_search_up_BIDI.png) no-repeat; 
  203. }
  204.  
  205. .BIDI .btnSearchOver
  206.   background:url(../images/btn_search_over_BIDI.png) no-repeat; 
  207. }
  208.  
  209. .BIDI .btnSearchDown
  210.   background:url(../images/btn_search_down_BIDI.png) no-repeat; 
  211. }
  212.  
  213. .BIDI .btnClearDown 
  214.   background:url(../images/btn_close_down_BIDI.png) no-repeat; 
  215. }
  216.  
  217. .TextInputInactiveDefaultText
  218.     color:Gray; 
  219.     font-style:italic;
  220. }
  221.  
  222. .TextInputInactive 
  223.   color:Gray;   
  224. }
  225.  
  226. .TextInputActiveDefaultText   
  227.   color:Black; 
  228.   font-style:italic;
  229. }
  230.  
  231. .TextInputActive   
  232.   color:Black; 
  233. }
  234.  
  235. #spinner 
  236. {
  237.   margin-right:5px;
  238. }
  239.  
  240. #PlacePossibilities 
  241. {
  242.   position:absolute;
  243.   top: 96px;
  244.   left: 20px;
  245.   height: 20px;
  246. max-width: 280px;
  247.   display:none;
  248.   background-color:white;
  249.   z-index: 10;
  250. }
  251.  
  252. .BIDI #PlacePossibilities 
  253. {
  254.   right: 20px;
  255. }
  256.  
  257. #PleaseWaitLoadingSpinner 
  258. {
  259.   position:absolute;
  260.   top: 100px;
  261.   left:25px;
  262.   height: 20px;
  263.   width:238px;
  264.   z-index:11;
  265. }
  266.  
  267. .BIDI #PleaseWaitLoadingSpinner 
  268. {
  269.   right:25px;
  270. }
  271.  
  272. .border 
  273. {
  274.   border: solid 1px black;
  275.   padding: 3px 3px 3px 3px;
  276. }
  277.  
  278. #selectPlace 
  279. {
  280.   width:100%;
  281.   border: solid 10px black;
  282. }
  283.  
  284. .SettingsTitle 
  285. {
  286.   font-size: 12px;
  287. }
  288.  
  289. .SettingsString 
  290. {
  291.   font-weight: bold;
  292. }
  293.  
  294. #DisplayDegreesRadioSet 
  295. {
  296.   padding: 10px 10px 5px 10px;
  297.   width:100%;
  298. }
  299.  
  300. #DisplayDegreesRadioSetDiv 
  301. {
  302.   position:absolute;
  303.   top:170px;
  304.   width:100%;
  305.   height:100px;
  306. }
  307.