home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / webkit / chrome.dll / 0 / BINDATA / 678 < prev    next >
Encoding:
Text File  |  2013-04-03  |  6.4 KB  |  202 lines

  1. <!DOCTYPE HTML>
  2. <!-- Copyright (c) 2012 The Chromium Authors. All rights reserved.
  3.      Use of this source code is governed by a BSD-style license that can be
  4.      found in the LICENSE file. -->
  5. <html i18n-values="dir:textdirection">
  6. <head>
  7. <meta charset="utf-8">
  8. <title i18n-content="page-title"></title>
  9. <script src="chrome://resources/js/local_strings.js"></script>
  10. <script src="chrome://resources/js/cr.js"></script>
  11. <script src="chrome://resources/js/util.js"></script>
  12. <script src="chrome://resources/js/cr/event_target.js"></script>
  13. <script src="strings.js"></script>
  14. <script src="set_as_default_browser.js"></script>
  15. <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
  16. <link rel="stylesheet" href="chrome://resources/css/widgets.css">
  17. <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
  18.  * Use of this source code is governed by a BSD-style license that can be
  19.  * found in the LICENSE file. */
  20.  
  21. /* The main (outer) container. */
  22. #metro-setup-outer-container {
  23.   -webkit-box-align: center;
  24.   -webkit-box-orient: vertical;
  25.   -webkit-box-pack: start;
  26.   -webkit-transition: 200ms opacity;
  27.   background-color: rgba(255, 255, 255, 0.75);
  28.   bottom: 0;
  29.   display: -webkit-box;
  30.   left: 0;
  31.   overflow: auto;
  32.   position: fixed;
  33.   right: 0;
  34.   top: 0;
  35. }
  36.  
  37. /* The page block within the outer container. */
  38. #metro-setup-outer-container .page {
  39.   -webkit-border-radius: 3px;
  40.   -webkit-box-orient: vertical;
  41.   -webkit-user-select: none;
  42.   background: white;
  43.   background-color: white;
  44.   color: #333;
  45.   display: -webkit-box;
  46.   min-width: 40px;
  47.   padding-top: 90px;
  48.   position: relative;
  49.   width: 500px;
  50. }
  51.  
  52. #metro-setup-outer-container .page .content-area {
  53.   -webkit-box-flex: 1;
  54.   margin: 0;
  55.   overflow: auto;
  56.   padding: 0;
  57. }
  58.  
  59. #metro-setup-overlay {
  60.   background-color: transparent;
  61.   margin: 0;
  62.   width: 100%;
  63. }
  64.  
  65. /* Page Title. */
  66. #metro-title-container {
  67.   display: block;
  68.   margin: 37px 44px 35px;
  69.   text-align: center;
  70. }
  71.  
  72. #metro-setup-outer-container .page h1 {
  73.   border-bottom: 0;
  74.   color: #323232;
  75.   font-size: 300%;
  76.   font-weight: normal;
  77.   margin: 0;
  78.   padding-bottom: 0;
  79.   padding-top: 0;
  80.   text-align: center;
  81. }
  82.  
  83. #metro-setup-outer-container .page h2 {
  84.   border-bottom: 0;
  85.   color: #787878;
  86.   font-size: 150%;
  87.   font-weight: normal;
  88.   margin-bottom: 84px;
  89.   margin-top: 15px;
  90.   text-align: center;
  91. }
  92.  
  93. #metro-setup-overlay .content-area {
  94.   padding: 10px 15px;
  95.   text-align: end;
  96. }
  97.  
  98. /* Action buttons. */
  99. #metro-action-box button {
  100.   -webkit-margin-end: 0.4em;
  101.   -webkit-margin-start: 0;
  102.   -webkit-transition: all 218ms;
  103.   -webkit-user-select: none;
  104.   border-radius: 2px;
  105.   display: inline-block;
  106.   font-size: 13px;
  107.   height: 32px;
  108.   line-height: 27px;
  109.   margin-top: 0;
  110.   min-width: 80px;
  111. }
  112.  
  113. #metro-action-box button:hover {
  114.   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  115.   -webkit-transition: all 0;
  116. }
  117.  
  118. #metro-action-box button:focus {
  119.   -webkit-box-shadow: inset 0 0 0 1px white;
  120.   outline: none;
  121.   z-index: 4 !important;
  122. }
  123.  
  124. #metro-action-box button:active,
  125. #metro-action-box button:focus:active {
  126.   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  127. }
  128.  
  129. #metro-action-box button:focus:hover {
  130.   -webkit-box-shadow: inset 0 0 0 1px white, 0 1px 1px rgba(0, 0, 0, 0.1);
  131. }
  132.  
  133. #metro-action-box button[disabled],
  134. #metro-action-box button[disabled]:hover,
  135. #metro-action-box button[disabled]:active {
  136.   -webkit-box-shadow: none;
  137.   background-color: rgb(77, 144, 254);
  138.   border: 1px solid rgb(48, 121, 237);
  139.   color: white;
  140.   opacity: 0.5;
  141. }
  142.  
  143. /* Launch button has a special look-and-feel. */
  144. #metro-action-box #launch-button {
  145.   background-image: -webkit-linear-gradient(top, rgb(77, 144, 254),
  146.                                                  rgb(71, 135, 237));
  147.   border: 1px solid rgb(48, 121, 237);
  148.   color: white;
  149.   font-weight: bold;
  150. }
  151.  
  152. #metro-action-box #launch-button:hover {
  153.   background-image: -webkit-linear-gradient(top, rgb(77, 144, 254),
  154.                                                  rgb(53, 122, 232));
  155.   border-color: rgb(47, 91, 183);
  156.   color: white;
  157. }
  158.  
  159. #metro-action-box #launch-button:focus {
  160.   border-color: rgb(77, 144, 254);
  161.   outline: none;
  162.   z-index: 4 !important;
  163. }
  164.  
  165. .button-strip {
  166.   margin: 1px;
  167.   text-align: center;
  168. }
  169.  
  170. #chrome-logo-box {
  171.   bottom: 30px;
  172.   position: absolute;
  173.   text-align: center;
  174.   width: 100%;
  175. }
  176. </style>
  177. </head>
  178. <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
  179. <div id="metro-setup-outer-container">
  180.   <div id="metro-setup-overlay" class="page">
  181.     <div>
  182.       <div class="content-area">
  183.         <h1 i18n-content="flowTitle"></h1>
  184.         <h2 i18n-content="flowDescription"></h2>
  185.       </div>
  186.       <div id="metro-action-box" class="content-area">
  187.         <div class="button-strip">
  188.           <button id="launch-button" class="custom-appearance"
  189.               i18n-content="flowNext"></button>
  190.         </div>
  191.       </div>
  192.     </div>
  193.   </div>
  194.   <div id="chrome-logo-box">
  195.     <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAYCAYAAAAMAljuAAAD/0lEQVRo3u2azWsTQRjGt6AiiBrxEy10a61QEMxF8OBhD/4BFQQRFeMXCEWMtp67F08iuYuS+nFQRCPWe7yZQyHUFK1WLFbFqmCgVkQF4zPyTnl9nZlsyq4o7uFHujPvzu4+z+y8M7P1Go2GZ6NSqWwCp8AwGANTxBiV9YPNrjZSWsNmxEZwEXwEjSbMgqIyLxU0AUMg7F7wNoIRkndgXypqjIZA0BPzMEJyMs4bRHtZEIAMK/uniWQIAnfFYIYmF6MhZWoz+N8M2Q6+OERW+eQRGAUPGaOCGrgPVqeGzNMQBB2l33MGI16CPikwjtvAIrDAIGJb+obM0xA1bQVfVUIGS8ArZsYDsFaJrkyj2dQQOA6WkTgD4Ba4bqAzNaR1Q/rpgZ+DheAQHStj1oAe8Njw5qiyraAbzFiGuYEIgvsgBCUSv6BykE7i3BAipDIVn1dx4oF1jE91eRbvi7gCqwtFvSak+/Hol99nwOJy1GHL9BtYDNH3xNvJckOGmYCDJEKNer4akiYceWWCYmyzs+EmZuQcbfvCkLIlri6EDKm8F0zKNkmQkqOtnBBQlVcJ0zl5R11BtJWla1gnQh6tunni7gDbwDpwLMKM6ghYCT4Z6sYcZgQsjvdoVZ43DFkN6nlafJ8JUTQYUmcC+6zHFpjIAeu1IbtOVhgizcrQNaUx+m3Ns/IMO6fOnjfDOqUuDzzaCuEN32BiXItgyBDFPjHUTTkM0b00jJhDyoYckqW6SYMhUlgtCn9bTMNTg+5NGpIzxNveBI91lkCYVDI8o75u0WTId7CTAq9GMKRIsU9bNOSXoSmCITlLUtftuETV9LLhzzS++4b2XAaWheiuOn3c6xgtynLI0oxQYJQhS/WcVZYhq9bMkBhmWTZDQscbEDpmQTZDvJgMcSKTuswNatY17mhgnGJsSf1uashvhlTpbyMq8IxFzGmwnqa1NVPvB1vACvDa0sbpv8yQnGM4+1OGBFEWhp8tgo6AdlqVHwAXiINgOYlz3nKuGsK6HEJP2sbUBA3JshmT58gx1QQMKfKc22zr5IpjWJqmxeMGJkg7/fZYcofiUhOhQ/bwGVGXScgQ3l7RMAOrGs6Ny5DAtflKkwZfH3SBD00SjnqLnoEX4DKdd9PxbaSjiSFcgDoNI3ql20jQEL44q1JcUZR5CRjC10D6OgV67rmOwAXaH3Fr/Ru5ucMRszviPlVGiDF3swkaontjybBKDw1bMXEaoodF08q+9HNhKATqj2DIWYqtGOrUGqYv/fIX7ydclbzfW8xQG46LKUbWvQF7UlGT+SeHbtpmnxWiHwZLKdHrshmaeXWmgiZkiDBG/RvQPXCbpr99tG91R30/d01tU1rnB36IHqR9b0a5AAAAAElFTkSuQmCC" i18n-values="alt:chromeLogoString"></img>
  196.   </div>
  197. </div>
  198. </body>
  199. <script src="chrome://resources/js/i18n_template.js"></script>
  200. <script src="chrome://resources/js/i18n_process.js"></script>
  201. </html>
  202.