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

  1. <!DOCTYPE HTML>
  2. <html>
  3. <!--
  4. Copyright (c) 2012 The Chromium Authors. All rights reserved.
  5. Use of this source code is governed by a BSD-style license that can be
  6. found in the LICENSE file.
  7. -->
  8. <head>
  9. <meta charset="utf-8">
  10. <title>Inspect with Chrome Developer Tools</title>
  11.  
  12. <style>/*
  13.  * Copyright (c) 2012 The Chromium Authors. All rights reserved.
  14.  * Use of this source code is governed by a BSD-style license that can be
  15.  * found in the LICENSE file.
  16.  */
  17.  
  18. body {
  19.   font-family: Arial, sans-serif;
  20.   font-size: 12px;
  21.   margin: 10px;
  22.   min-width: 47em;
  23.   padding-bottom: 65px;
  24. }
  25.  
  26. img {
  27.   float: left;
  28.   height: 16px;
  29.   padding-right: 5px;
  30.   width: 16px;
  31. }
  32.  
  33. .section {
  34.   background-color: rgb(235, 239, 249);
  35.   border-top: 1px solid rgb(181, 199, 222);
  36.   font-weight: bold;
  37.   margin: 10px 0 0;
  38.   padding: 2px 2px;
  39. }
  40.  
  41. .row {
  42.   border-bottom: 1px solid #A0A0A0;
  43.   padding: 5px;
  44. }
  45.  
  46. .url {
  47.   color: #A0A0A0;
  48. }
  49. </style>
  50. <script src="inspect.js"></script>
  51. </head>
  52.  
  53. <body>
  54.  
  55. <div id="top">
  56.   <div class="section-header">
  57.   </div>
  58. </div>
  59.     
  60. <div class="section">Pages</div>
  61. <div id="pages" class="list"></div>
  62.  
  63. <div class="section">Extensions</div>
  64. <div id="extensions" class="list"></div>
  65.  
  66. <div class="section">Shared workers</div>
  67. <div id="workers" class="list"></div>
  68.  
  69. <div class="section">Other</div>
  70. <div id="others" class="list"></div>
  71.  
  72. </body>
  73. </html>
  74.