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

  1. <!DOCTYPE html>
  2. <html i18n-values="dir:textdirection;">
  3. <head>
  4.   <meta charset="utf-8">
  5.   <title i18n-content="helpTitle"></title>
  6.   <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
  7.   <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
  8.  * Use of this source code is governed by a BSD-style license that can be
  9.  * found in the LICENSE file. */
  10.  
  11. body.uber-frame {
  12.   -webkit-margin-start: 155px;
  13.   color: rgb(48, 57, 66);
  14. }
  15.  
  16. html[dir='rtl'] body.uber-frame {
  17.   /* Enable vertical scrollbar at all times in RTL to avoid visual glitches when
  18.    * showing sub-pages that vertically overflow. */
  19.   overflow-y: scroll;
  20. }
  21.  
  22. /* TODO(dbeam): Remove .page class from overlays in settings so the junk below
  23.  * isn't necessary. */
  24. body.uber-frame #extension-settings.page,
  25. body.uber-frame #mainview-content .page,
  26. body.uber-frame .subpage-sheet-container .page,
  27. body.uber-frame > .page {
  28.   -webkit-margin-end: 24px;
  29.   min-width: 576px;
  30.   padding-bottom: 20px;
  31.   padding-top: 55px;
  32. }
  33.  
  34. body.uber-frame header {
  35.   background-image: -webkit-linear-gradient(white,
  36.                                             white 40%,
  37.                                             rgba(255, 255, 255, 0.92));
  38.   left: 155px;
  39.   /* <section>s in options currently amount to 638px total, broken up into
  40.    * 600px max-width + 18px -webkit-padding-start + 20px -webkit-margin-end
  41.    * so we mirror this value here so the headers match width and horizontal
  42.    * alignment when scrolling sideways. */
  43.   max-width: 738px;
  44.   min-width: 600px;
  45.   position: fixed;
  46.   right: 0;
  47.   top: 0;
  48.   /* list.css sets a z-index of up to 2, this is set to 3 to ensure that the
  49.    * header is in front of the selected list item. */
  50.   z-index: 3;
  51. }
  52.  
  53. html[dir='rtl'] body.uber-frame header {
  54.   left: 0;
  55.   right: 155px;
  56. }
  57.  
  58. body.uber-frame header > .search-field-container,
  59. body.uber-frame header > .header-extras,
  60. body.uber-frame header > button {
  61.   position: absolute;
  62.   right: 20px;
  63.   top: 21px;
  64. }
  65.  
  66. html[dir='rtl'] body.uber-frame header > .search-field-container,
  67. html[dir='rtl'] body.uber-frame header > .header-extras,
  68. html[dir='rtl'] body.uber-frame header > button {
  69.   left: 20px;
  70.   right: auto;
  71. }
  72.  
  73. body.uber-frame header input[type='search'],
  74. body.uber-frame header input[type='text'],
  75. body.uber-frame header button {
  76.   margin: 0;
  77. }
  78.  
  79. body.uber-frame header > h1 {
  80.   margin: 0;
  81.   padding: 21px 0 13px;
  82. }
  83.  
  84. /* Create a border under the h1 (but before anything that gets appended
  85.  * to the end of the header). */
  86. body.uber-frame header > h1::after {
  87.   -webkit-margin-end: 20px;
  88.   background-color: #eee;
  89.   content: ' ';
  90.   display: block;
  91.   height: 1px;
  92.   position: relative;
  93.   top: 13px;
  94. }
  95.  
  96. body.uber-frame footer {
  97.   border-top: 1px solid #eee;
  98.   margin-top: 16px;
  99.   /* min-width and max-width should match the header */
  100.   max-width: 638px;
  101.   min-width: 600px;
  102.   padding: 8px 0;
  103. }
  104.  
  105. /* Sections are used in options pages, help page and history page. This defines
  106.  * the section metrics to match the header metrics above. */
  107. body.uber-frame section {
  108.   -webkit-padding-start: 18px;
  109.   margin-bottom: 24px;
  110.   margin-top: 8px;
  111.   max-width: 600px;
  112. }
  113.  
  114. body.uber-frame section:last-of-type {
  115.   margin-bottom: 0;
  116. }
  117.  
  118. body.uber-frame section > h3 {
  119.   -webkit-margin-start: -18px;
  120. }
  121.  
  122. @media(pointer:coarse) {
  123.   /* TODO(kevers):  Remove the extra padding once the following bug is fixed:
  124.    * https://bugs.webkit.org/show_bug.cgi?id=95204
  125.    * In the interim, the added padding makes it less likely that a touch will
  126.    * span the boundary of the navigation bar, which results in poor touch
  127.    * adjustments. */
  128.   body.uber-frame section {
  129.     -webkit-padding-start: 28px;
  130.   }
  131.   body.uber-frame section > h3 {
  132.     -webkit-margin-start: -28px;
  133.   }
  134. }
  135.  
  136. body.uber-frame section > div:only-of-type {
  137.   -webkit-box-flex: 1;
  138. }
  139.  
  140. /* Styles for a hideable notification banner at the top of a page. */
  141. .page.showing-banner {
  142.   margin-top: 45px;
  143. }
  144.  
  145. .page-banner {
  146.   background-color: white;
  147.   width: 100%;
  148.   z-index: 2;
  149. }
  150.  
  151. .page:not(.showing-banner) .page-banner {
  152.   display: none;
  153. }
  154.  
  155. .page-banner-gradient {
  156.   background: -webkit-linear-gradient(rgb(255, 242, 183),
  157.                                       rgb(250, 230, 145));
  158.   border: 1px solid rgb(201, 189, 141);
  159.   border-radius: 3px;
  160.   margin: 9px 9px 0 9px;
  161.   min-height: 25px;
  162. }
  163.  
  164. .page-banner .page-banner-gradient {
  165.   -webkit-margin-end: 20px;
  166.   -webkit-margin-start: 0;
  167.   margin-bottom: 9px;
  168. }
  169.  
  170. .page-banner-text {
  171.   -webkit-padding-end: 8px;
  172.   -webkit-padding-start: 26px;
  173.   background-image: url('chrome://theme/IDR_MANAGED');
  174.   background-position: 5px center;
  175.   background-repeat: no-repeat;
  176.   background-size: 16px;
  177.   display: block;
  178.   padding-bottom: 8px;
  179.   padding-top: 8px;
  180. }
  181.  
  182. .page-banner.clickable:active .page-banner-text {
  183.   background: -webkit-linear-gradient(rgb(250, 230, 145),
  184.                                       rgb(255, 242, 183));
  185. }
  186. </style>
  187.   <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
  188.  * Use of this source code is governed by a BSD-style license that can be
  189.  * found in the LICENSE file.
  190.  */
  191.  
  192. body {
  193.   -webkit-user-select: text;
  194. }
  195.  
  196. #about-container {
  197.   -webkit-box-align: center;
  198.   display: -webkit-box;
  199.   margin-top: 10px;
  200. }
  201.  
  202. #product-description {
  203.   -webkit-margin-start: 10px;
  204. }
  205.  
  206. #version-container {
  207.   margin-top: 30px;
  208. }
  209.  
  210. #update-buttons-container {
  211.   margin-top: 5px;
  212. }
  213.  
  214. #update-status-container {
  215.   margin-top: 10px;
  216. }
  217.  
  218. #update-status {
  219.   vertical-align: middle;
  220. }
  221.  
  222. #update-percentage {
  223.   font-size: 90%;
  224. }
  225.  
  226. #get-help,
  227. #promote {
  228.   -webkit-margin-end: 4px;
  229. }
  230.  
  231. #help-container {
  232.   margin-top: 16px;
  233. }
  234.  
  235. #product-container {
  236.   line-height: 1.8em;
  237.   margin-top: 200px;
  238. }
  239.  
  240. #update-status-icon {
  241.   background-repeat: no-repeat;
  242.   display: inline-block;
  243.   height: 17px;
  244.   margin-right: 4px;
  245.   vertical-align: middle;
  246.   width: 17px;
  247. }
  248.  
  249. #update-status-icon.available {
  250.   background-image: url('chrome://theme/IDR_UPDATE_AVAILABLE');
  251.   background-size: 17px;
  252. }
  253.  
  254. #update-status-icon.up-to-date {
  255.   background-image: url('chrome://theme/IDR_UPDATE_UPTODATE');
  256.   background-size: 17px;
  257. }
  258.  
  259. #update-status-icon.working {
  260.   background-image: url('chrome://resources/images/throbber.svg');
  261. }
  262.  
  263. #update-status-icon.failed {
  264.   background-image: url('chrome://theme/IDR_UPDATE_FAIL');
  265.   background-size: 17px;
  266. }
  267.  
  268. #more-info-expander {
  269.   -webkit-padding-start: 0;
  270. }
  271.  
  272. #more-info-container.visible {
  273.   margin-bottom: 1.5em;
  274. }
  275.  
  276. #more-info-container {
  277.   -webkit-transition: all 500ms linear;
  278.   height: 0;
  279.   margin-bottom: 0;
  280.   overflow: hidden;
  281. }
  282.  
  283. #build-date-container.empty {
  284.   visibility: hidden;
  285. }
  286.  
  287. #channel-change-confirmation {
  288.   margin-top: 5px;
  289. }
  290. </style>
  291.   <script src="chrome://resources/js/cr.js"></script>
  292.   <script src="chrome://resources/js/load_time_data.js"></script>
  293.   <script src="chrome://resources/js/util.js"></script>
  294.   <script src="chrome://help-frame/help.js"></script>
  295. </head>
  296. <body class="uber-frame"
  297.     i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
  298.   <div class="page">
  299.     <header>
  300.       <h1 i18n-content="aboutTitle"></h1>
  301.     </header>
  302.     <div id="about-container">
  303.       <img src="chrome://theme/IDR_PRODUCT_LOGO_32">
  304.       <div id="product-description">
  305.         <h2 i18n-content="aboutProductTitle"></h2>
  306.         <span i18n-content="aboutProductDescription"></span>
  307.       </div>
  308.     </div>
  309.     <div id="help-container">
  310.       <button id="get-help" i18n-content="getHelpWithChrome"></button>
  311.       <button id="report-issue" i18n-content="reportAnIssue"></button>
  312.     </div>
  313.     <div id="version-container">
  314.       <div i18n-content="browserVersion" dir="ltr"></div>
  315.  
  316.  
  317.  
  318.     </div>
  319.     <div id="product-container">
  320.       <div i18n-content="productName"></div>
  321.       <div i18n-content="productCopyright"></div>
  322.       <div id="product-license"></div>
  323.  
  324.  
  325.     </div>
  326.   </div>
  327. </body>
  328. <script src="chrome://help-frame/strings.js"></script>
  329. <script src="chrome://resources/js/i18n_template2.js"></script>
  330. </html>
  331.