home *** CD-ROM | disk | FTP | other *** search
/ Freelog 100 / FreelogNo100-NovembreDecembre2010.iso / GestionFichiers / GenieTimeline / GenieTimelineSetupFree.exe / x86 / Html / _GSImport_gt2_XP.css < prev   
Cascading Style Sheet File  |  2010-06-15  |  6KB  |  254 lines

  1. @const GSFONTFAMILY : Tahoma, Arial;
  2. @const GSSTATUSHEIGHT : 'width: 100%; height: 34px; font-size: 14px; padding-top: 2px;overflow:hidden;';
  3.  
  4.  
  5.  
  6.  
  7.      .gtFooter
  8.          {
  9.              background-image: url(_GSImages_/Footer_BG.png);
  10.              background-repeat:repeat-x;
  11.              height:49px;
  12.          }
  13.          .gtFooterButton
  14.          {
  15.              font-family:@GSFONTFAMILY;
  16.              font-size:18px;
  17.              behavior: button;
  18.              color:#c9c9c9;
  19.              cursor:pointer;
  20.              outline-color:#222222;   
  21.              outline-shift:0px;
  22.              outline-width:3px; 
  23.              outline-offset:5px;
  24.              outline-style:glow;
  25.              
  26.              color:white
  27.              
  28.              
  29.          }
  30.          .gtFooterButton:hover
  31.          {
  32.              outline-color:silver;
  33.              outline-shift:1px;
  34.              outline-width:7px; 
  35.              outline-offset:1px;
  36.              outline-style:glow;
  37.              color:white;
  38.          }
  39.          .gtFooterButton:disabled
  40.          {
  41.              
  42.              
  43.          }
  44.          .gtBlueHelp
  45.          {
  46.              color:#005595;
  47.              font-family:@GSFONTFAMILY;
  48.              font-size:13px;
  49.          }
  50.          
  51.          .smartSelectionHeaderText
  52.          {
  53.              color:#5595dd;
  54.              padding-top:3px;
  55.              font-size:15px;
  56.              font-family:@GSFONTFAMILY;
  57.              
  58.          }
  59.          
  60.          
  61.          
  62.          .tdNoRecommendedDrives
  63.          {
  64.              background-color:#eef6ff;
  65.              border-style: solid;
  66.              border-width: 1px;
  67.              border-color: #b2ccdf;
  68.              padding:10px;
  69.          }
  70.         
  71.          .gtButton
  72.          {
  73.              behavior:button;
  74.              min-height:21px;
  75.              background-color: #04679d #04679d #004d84 #004d84;
  76.              border:2px solid #5595dd;
  77.              color:#eff5f8;
  78.              border-radius: 5px;
  79.              padding-top:4px;
  80.              cursor:pointer;
  81.              font-family:@GSFONTFAMILY;
  82.          }
  83.          .gtButton:hover
  84.          {
  85.              
  86.              background-color: #1d70b7 #1d70b7 #1d6cb4 #1d6cb4;
  87.              border:2px solid #d5d5d5;
  88.              border-radius: 5px;
  89.          }
  90.          .gtButton:focus
  91.          {
  92.              border:2px solid #d5d5d5;
  93.              border-radius: 5px;
  94.          }         
  95.         .gtButton:disabled
  96.          {
  97.              
  98.              background-color: #888888;
  99.              border:2px solid #cccccc;
  100.              border-radius: 5px;
  101.          }
  102.          .gtHeader
  103.          {
  104.              height:41px;
  105.              background-color:#f6f6f6;
  106.              width:100%;
  107.              padding-left:20px;
  108.              color:#005595;
  109.              font-family:@GSFONTFAMILY;
  110.              font-size:18px;
  111.          }
  112.          
  113.          .gtActionLink
  114.          {
  115.              color:#005595;
  116.              font-size:14px;
  117.              text-decoration: none;
  118.              font-family:@GSFONTFAMILY;
  119.          }
  120.         .gtActionLink a:link {text-decoration:none;color:#4080b0}
  121.         .gtActionLink a:visited{text-decoration:none;color:#4080b0}
  122.         .gtActionLink a:active{text-decoration:none;color:#4080b0}
  123.         .gtActionLink a:hover{text-decoration:underline;color:#4080b0}
  124.         .gtActionLink a:disabled{text-decoration:none;color:#999999}
  125.         
  126.         .gtText
  127.         {
  128.             color:#474747;
  129.             font-family:@GSFONTFAMILY;
  130.             font-size:13px;
  131.         }
  132.         .gtText:disabled
  133.         {
  134.             color:#999999;
  135.         }
  136.         .gtText a:link {text-decoration:underline;color:#4080b0}
  137.         .gtText a:visited{text-decoration:underline;color:#4080b0}
  138.         .gtText a:active{text-decoration:underline;color:#4080b0}
  139.         .gtText a:hover{text-decoration:none;color:#4080b0}
  140.         .gtText a:disabled{text-decoration:none;color:#999999}
  141.         
  142.         .gtTextSmall
  143.         {
  144.             color:#474747;
  145.             font-family:@GSFONTFAMILY;
  146.             font-size:11px;
  147.         }
  148.          .gtRestoreContainerProgress
  149.          {
  150.              height:25px;
  151.              background-color:silver;
  152.              border:solid 1px gray;
  153.              border-radius: 5px;
  154.              color:White;
  155.              font-family:@GSFONTFAMILY;
  156.             font-size:15px;
  157.              outline-color:#bfbfbf;   
  158.              outline-shift:0px;
  159.              outline-width:5px; 
  160.              outline-offset:1px;
  161.              outline-style:glow;
  162.          }
  163.          
  164.          .gtRestoreProgress
  165.          {
  166.              height:25px;
  167.              background-color: #4baee7 #4baee7 #036197 #036197;
  168.              outline-color:#000000;   
  169.              
  170.              
  171.          }
  172.          
  173.          Progress
  174. {
  175.   behavior:progress;
  176.   background-repeat:stretch;
  177.   background-image:url();  
  178.   border-radius: 0px;
  179.   width: 100%;
  180.   margin:0px;
  181.   padding:-1px;
  182.   height:25px;
  183.   background-color:silver;
  184.   outline-color:#bfbfbf;   
  185.   outline-shift:0px;
  186.   outline-width:5px; 
  187.   outline-offset:1px;
  188.   outline-style:glow;
  189.   foreground-repeat:stretch;
  190.   foreground-image:url(_GSImages_/ProgressPixel.png);
  191.   border:solid 1px gray;
  192.   border-radius: 5px;
  193. }
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212. /*
  213.  
  214. POPUPS
  215.  
  216. */
  217.  
  218.  
  219. .gtPopupTableBorder {
  220.     border-top:solid 3px #202020;
  221.     border-left:solid 3px #202020;
  222.     border-right:solid 3px #202020;
  223.     border-bottom:solid 3px #464646;
  224. }
  225.  
  226. .gtPopupFooterTxt
  227. { font-family:@GSFONTFAMILY;
  228. font-size:12px;
  229. color:#FFFFFF;
  230. background-color:#202020 #202020 #464646 #464646;
  231. }
  232.  
  233.  
  234.  
  235. .gtPopupFooterTxt a:active {text-decoration: underline;color: #FFFFFF;}
  236. .gtPopupFooterTxt a:link {text-decoration: underline;color: #FFFFFF;}
  237. .gtPopupFooterTxt a:visited {text-decoration: underline;color: #FFFFFF;}
  238. .gtPopupFooterTxt a:hover {text-decoration: none;color: #FFFFFF;}
  239.  
  240. .gtPopupWarningTxt
  241. {
  242.     font-family:@GSFONTFAMILY;
  243.     font-size:24px;
  244.     color:#2b91c7;
  245.     font-weight:bold;
  246. }
  247. .gtPopupWarningMsgTxt
  248. {
  249.     font-family:@GSFONTFAMILY;
  250.     font-size:13px;
  251.     color:#eb2f2f;
  252.     font-weight:bold;
  253. }
  254.