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

  1. <!DOCTYPE html>
  2. <html i18n-values="dir:textdirection;" id="uber">
  3. <head>
  4. <meta charset="utf-8">
  5.  
  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 {
  12.   overflow: hidden;
  13.   padding-top: 20px;
  14. }
  15.  
  16. html.changing-content body {
  17.   -webkit-transition: -webkit-transform 100ms;
  18. }
  19.  
  20. h1 {
  21.   -webkit-margin-after: 1em;
  22.   /* This value must match the top padding of the uber page header. */
  23.   -webkit-margin-before: 21px;
  24.   -webkit-margin-start: 23px;
  25.   color: rgb(92, 97, 102);
  26. }
  27.  
  28. ul {
  29.   list-style-type: none;
  30.   padding: 0;
  31. }
  32.  
  33. li {
  34.   -webkit-border-start: 6px solid transparent;
  35.   -webkit-padding-start: 18px;
  36.   -webkit-user-select: none;
  37.   cursor: pointer;
  38. }
  39.  
  40. li:hover {
  41.   color: #777;
  42. }
  43.  
  44. li.selected {
  45.   -webkit-border-start-color: rgb(78, 87, 100);
  46.   cursor: default;
  47.   pointer-events: none;
  48. }
  49.  
  50. #helpNavItem {
  51.   margin-top: 27px;
  52. }
  53.  
  54. button {
  55.   background-color: white;
  56.   border: 0;
  57.   color: #999;
  58.   cursor: pointer;
  59.   font: inherit;
  60.   line-height: 17px;
  61.   margin: 6px 0;
  62.   padding: 0;
  63. }
  64.  
  65. .selected > button {
  66.   color: rgb(70, 78, 90);
  67. }
  68. </style>
  69.  
  70. <script src="chrome://resources/js/cr.js"></script>
  71. <script src="chrome://resources/js/load_time_data.js"></script>
  72. <script src="chrome://uber-frame/uber_frame.js"></script>
  73. </head>
  74.  
  75. <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
  76.  
  77. <h1 i18n-content="shortProductName"></h1>
  78. <ul>
  79.   <li i18n-values="controls:historyHost;override:overridesHistory">
  80.     <button class="custom-appearance"
  81.         i18n-content="historyDisplayName"></button>
  82.   </li>
  83.   <li i18n-values="controls:extensionsHost">
  84.     <button class="custom-appearance"
  85.         i18n-content="extensionsDisplayName"></button>
  86.   </li>
  87.   <li i18n-values="controls:settingsHost">
  88.     <button class="custom-appearance"
  89.         i18n-content="settingsDisplayName"></button>
  90.   </li>
  91.   <li id="helpNavItem" i18n-values="controls:helpHost">
  92.     <button class="custom-appearance"
  93.         i18n-content="helpDisplayName"></button>
  94.   </li>
  95. </ul>
  96.  
  97. <script src="chrome://uber-frame/strings.js"></script>
  98. <script src="chrome://resources/js/i18n_template2.js"></script>
  99.  
  100. </body>
  101. </html>
  102.