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

  1. <!DOCTYPE html>
  2. <html i18n-values="dir:textdirection;">
  3. <head>
  4. <meta charset="utf-8">
  5. <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
  6. <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
  7.  * Use of this source code is governed by a BSD-style license that can be
  8.  * found in the LICENSE file. */
  9.  
  10. body {
  11.   font-family: 'DejaVu Sans', Arial, sans-serif;
  12.   margin: 8px;
  13.   max-width: 480px;
  14.   min-width: 360px;
  15. }
  16.  
  17. #extension-item {
  18.   background-repeat: no-repeat;
  19.   display: -webkit-box;
  20.   min-height: 48px;
  21. }
  22.  
  23. #extension-title-running {
  24.   -webkit-padding-after: 5px;
  25.   -webkit-padding-end: 5px;
  26.   font-size: 1.2em;
  27.   font-weight: 500;
  28. }
  29.  
  30. #extension-last-updated,
  31. #extension-update-time {
  32.   -webkit-padding-end: 7px;
  33.   color: rgb(78, 83, 86);
  34.   font-size: 1em;
  35.   font-weight: 400;
  36. }
  37.  
  38. #extension-description {
  39.   -webkit-padding-end: 5px;
  40.   color: rgb(121, 126, 130);
  41.   font-size: 1em;
  42.   margin: 5px 0;
  43.   white-space: normal;
  44. }
  45.  
  46. #extension-details {
  47.   -webkit-box-flex: 1;
  48.   -webkit-padding-start: 57px;
  49. }
  50. </style>
  51.  
  52. <script src="chrome://resources/js/cr.js"></script>
  53. <script src="chrome://resources/js/load_time_data.js"></script>
  54. <script src="chrome://resources/js/util.js"></script>
  55.  
  56. <script src="chrome://extension-info/extension_info.js"></script>
  57. </head>
  58.  
  59. <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
  60.  
  61. <div id="extension-item">
  62.   <div id="extension-details">
  63.     <div id="extension-title-running"></div>
  64.     <div>
  65.       <span id="extension-last-updated" i18n-content="lastUpdated"></span>
  66.       <span id="extension-update-time" i18n-content="installTime"></span>
  67.     </div>
  68.     <p id="extension-description" i18n-content="description"></p>
  69.   </div>
  70. </div>
  71.  
  72. <script src="chrome://extension-info/strings.js"></script>
  73. <script src="chrome://resources/js/i18n_template2.js"></script>
  74. </body>
  75. </html>
  76.