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

  1. <!DOCTYPE HTML>
  2. <html i18n-values="dir:textdirection;">
  3. <head>
  4. <meta charset="utf-8">
  5.  
  6. <title i18n-content="title"></title>
  7. <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
  8. <link rel="stylesheet" href="chrome://resources/css/menu.css">
  9. <link rel="stylesheet" href="chrome://resources/css/menu_button.css">
  10. <link rel="stylesheet" href="chrome://resources/css/spinner.css">
  11. <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
  12.  * Use of this source code is governed by a BSD-style license that can be
  13.  * found in the LICENSE file. */
  14.  
  15. body.uber-frame {
  16.   -webkit-margin-start: 155px;
  17.   color: rgb(48, 57, 66);
  18. }
  19.  
  20. html[dir='rtl'] body.uber-frame {
  21.   /* Enable vertical scrollbar at all times in RTL to avoid visual glitches when
  22.    * showing sub-pages that vertically overflow. */
  23.   overflow-y: scroll;
  24. }
  25.  
  26. /* TODO(dbeam): Remove .page class from overlays in settings so the junk below
  27.  * isn't necessary. */
  28. body.uber-frame #extension-settings.page,
  29. body.uber-frame #mainview-content .page,
  30. body.uber-frame .subpage-sheet-container .page,
  31. body.uber-frame > .page {
  32.   -webkit-margin-end: 24px;
  33.   min-width: 576px;
  34.   padding-bottom: 20px;
  35.   padding-top: 55px;
  36. }
  37.  
  38. body.uber-frame header {
  39.   background-image: -webkit-linear-gradient(white,
  40.                                             white 40%,
  41.                                             rgba(255, 255, 255, 0.92));
  42.   left: 155px;
  43.   /* <section>s in options currently amount to 638px total, broken up into
  44.    * 600px max-width + 18px -webkit-padding-start + 20px -webkit-margin-end
  45.    * so we mirror this value here so the headers match width and horizontal
  46.    * alignment when scrolling sideways. */
  47.   max-width: 738px;
  48.   min-width: 600px;
  49.   position: fixed;
  50.   right: 0;
  51.   top: 0;
  52.   /* list.css sets a z-index of up to 2, this is set to 3 to ensure that the
  53.    * header is in front of the selected list item. */
  54.   z-index: 3;
  55. }
  56.  
  57. html[dir='rtl'] body.uber-frame header {
  58.   left: 0;
  59.   right: 155px;
  60. }
  61.  
  62. body.uber-frame header > .search-field-container,
  63. body.uber-frame header > .header-extras,
  64. body.uber-frame header > button {
  65.   position: absolute;
  66.   right: 20px;
  67.   top: 21px;
  68. }
  69.  
  70. html[dir='rtl'] body.uber-frame header > .search-field-container,
  71. html[dir='rtl'] body.uber-frame header > .header-extras,
  72. html[dir='rtl'] body.uber-frame header > button {
  73.   left: 20px;
  74.   right: auto;
  75. }
  76.  
  77. body.uber-frame header input[type='search'],
  78. body.uber-frame header input[type='text'],
  79. body.uber-frame header button {
  80.   margin: 0;
  81. }
  82.  
  83. body.uber-frame header > h1 {
  84.   margin: 0;
  85.   padding: 21px 0 13px;
  86. }
  87.  
  88. /* Create a border under the h1 (but before anything that gets appended
  89.  * to the end of the header). */
  90. body.uber-frame header > h1::after {
  91.   -webkit-margin-end: 20px;
  92.   background-color: #eee;
  93.   content: ' ';
  94.   display: block;
  95.   height: 1px;
  96.   position: relative;
  97.   top: 13px;
  98. }
  99.  
  100. body.uber-frame footer {
  101.   border-top: 1px solid #eee;
  102.   margin-top: 16px;
  103.   /* min-width and max-width should match the header */
  104.   max-width: 638px;
  105.   min-width: 600px;
  106.   padding: 8px 0;
  107. }
  108.  
  109. /* Sections are used in options pages, help page and history page. This defines
  110.  * the section metrics to match the header metrics above. */
  111. body.uber-frame section {
  112.   -webkit-padding-start: 18px;
  113.   margin-bottom: 24px;
  114.   margin-top: 8px;
  115.   max-width: 600px;
  116. }
  117.  
  118. body.uber-frame section:last-of-type {
  119.   margin-bottom: 0;
  120. }
  121.  
  122. body.uber-frame section > h3 {
  123.   -webkit-margin-start: -18px;
  124. }
  125.  
  126. @media(pointer:coarse) {
  127.   /* TODO(kevers):  Remove the extra padding once the following bug is fixed:
  128.    * https://bugs.webkit.org/show_bug.cgi?id=95204
  129.    * In the interim, the added padding makes it less likely that a touch will
  130.    * span the boundary of the navigation bar, which results in poor touch
  131.    * adjustments. */
  132.   body.uber-frame section {
  133.     -webkit-padding-start: 28px;
  134.   }
  135.   body.uber-frame section > h3 {
  136.     -webkit-margin-start: -28px;
  137.   }
  138. }
  139.  
  140. body.uber-frame section > div:only-of-type {
  141.   -webkit-box-flex: 1;
  142. }
  143.  
  144. /* Styles for a hideable notification banner at the top of a page. */
  145. .page.showing-banner {
  146.   margin-top: 45px;
  147. }
  148.  
  149. .page-banner {
  150.   background-color: white;
  151.   width: 100%;
  152.   z-index: 2;
  153. }
  154.  
  155. .page:not(.showing-banner) .page-banner {
  156.   display: none;
  157. }
  158.  
  159. .page-banner-gradient {
  160.   background: -webkit-linear-gradient(rgb(255, 242, 183),
  161.                                       rgb(250, 230, 145));
  162.   border: 1px solid rgb(201, 189, 141);
  163.   border-radius: 3px;
  164.   margin: 9px 9px 0 9px;
  165.   min-height: 25px;
  166. }
  167.  
  168. .page-banner .page-banner-gradient {
  169.   -webkit-margin-end: 20px;
  170.   -webkit-margin-start: 0;
  171.   margin-bottom: 9px;
  172. }
  173.  
  174. .page-banner-text {
  175.   -webkit-padding-end: 8px;
  176.   -webkit-padding-start: 26px;
  177.   background-image: url('chrome://theme/IDR_MANAGED');
  178.   background-position: 5px center;
  179.   background-repeat: no-repeat;
  180.   background-size: 16px;
  181.   display: block;
  182.   padding-bottom: 8px;
  183.   padding-top: 8px;
  184. }
  185.  
  186. .page-banner.clickable:active .page-banner-text {
  187.   background: -webkit-linear-gradient(rgb(250, 230, 145),
  188.                                       rgb(255, 242, 183));
  189. }
  190. </style>
  191. <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
  192.  * Use of this source code is governed by a BSD-style license that can be
  193.  * found in the LICENSE file. */
  194.  
  195. body:not(.uber-frame) {
  196.   color: rgb(48, 57, 66);
  197.   margin: 0 8px 0 8px;
  198. }
  199.  
  200. #editing-controls,
  201. #loading-spinner {
  202.   margin-top: 16px;
  203. white-space: nowrap;
  204. }
  205.  
  206. #loading-spinner[hidden] {
  207.   display: inline-block;
  208. }
  209.  
  210. #spinner {
  211.   position: relative;
  212.   top: 3px;
  213. }
  214.  
  215. #editing-controls button:first-of-type {
  216.   -webkit-margin-start: 0;
  217. }
  218.  
  219. #results-display {
  220.   margin: 16px 0 0 0;
  221.   max-width: 740px;
  222. }
  223.  
  224. .edit-button {
  225.   -webkit-appearance: none;
  226.   background: none;
  227.   border: 0;
  228.   color: blue; /* -webkit-link makes it purple :'( */
  229.   cursor: pointer;
  230.   display: inline-block;
  231.   font: inherit;
  232.   padding: 0 9px;
  233.   text-decoration: underline;
  234. }
  235.  
  236. .gap,
  237. .entry,
  238. .no-entries {
  239.   list-style: none;
  240.   margin: 0;
  241.   padding: 0;
  242. }
  243.  
  244. .gap {
  245.   -webkit-border-end: 1px solid rgb(192, 195, 198);
  246.   height: 14px;
  247.   margin: 1px 0;
  248.   width: 45px;
  249. }
  250.  
  251. .entry {
  252.   overflow: auto; /* Make sure it's at least as large as its children. */
  253. }
  254.  
  255. .entry-box {
  256.   -webkit-box-orient: horizontal;
  257.   cursor: default;
  258.   display: -webkit-box;
  259.   float: left;  /* Box will shrink to fit its content. */
  260.   /* An odd line-height ensures a consistent baseline on all platforms. */
  261.   line-height: 1.75em;
  262.   margin-bottom: 6px;
  263.   /* The box should be no bigger than its parent. */
  264.   max-width: 100%;
  265.   overflow: hidden;
  266.   padding-bottom: 1px;
  267. }
  268.  
  269. html[dir=rtl] .entry-box {
  270.   float: right; /* To make the box shrink to fit its content. */
  271. }
  272.  
  273. .day {
  274.   white-space: nowrap;
  275. }
  276.  
  277. .search-results,
  278. .day-results {
  279.   margin: 0 0 24px 0;
  280.   padding: 0;
  281. }
  282.  
  283. .snippet {
  284.   -webkit-box-orient: vertical;
  285.   -webkit-line-clamp: 2;
  286.   -webkit-margin-start: 110px;
  287.   clear: both;
  288.   color: rgb(34, 34, 34);
  289.   display: -webkit-box;
  290.   line-height: 1.6em;
  291.   margin-bottom: 1em;
  292.   overflow: hidden;
  293.   text-overflow: ellipsis;
  294. }
  295.  
  296. .entry .domain {
  297.   color: rgb(151, 156, 160);
  298.   padding-left: 6px;
  299.   padding-right: 6px;
  300. }
  301.  
  302. .drop-down {
  303.   -webkit-margin-end: 5px;
  304.   background: white -webkit-canvas(drop-down-arrow) no-repeat center 4px;
  305.   border: 1px solid rgb(192, 195, 198);
  306.   border-radius: 2px;
  307.   height: 12px;
  308.   padding: 0;
  309.   position: relative;
  310.   top: 2px;
  311.   width: 12px;
  312. }
  313.  
  314. .drop-down:hover {
  315.   background-image: -webkit-canvas(drop-down-arrow-hover);
  316.   border-color: rgb(48, 57, 66);
  317. }
  318.  
  319. .drop-down[menu-shown],
  320. .drop-down:focus {
  321.   background-color: rgb(48, 57, 66);
  322.   background-image: -webkit-canvas(drop-down-arrow-active);
  323.   border-color: rgb(48, 57, 66);
  324. }
  325.  
  326. html[dir='rtl'] .entry .title {
  327.   /* Put the favicon on the right. */
  328.   background-position-x: right;
  329. }
  330.  
  331. .entry .time {
  332.   color: rgb(151, 156, 160);
  333.   overflow: hidden;
  334.   text-overflow: ellipsis;
  335.   white-space: nowrap;
  336.   width: 90px;
  337. }
  338.  
  339. .search-results .time {
  340.   width: 110px;
  341. }
  342.  
  343. .entry input[type=checkbox] {
  344.   -webkit-margin-end: 6px;
  345.   -webkit-margin-start: 4px;
  346.   line-height: 1em;
  347. }
  348.  
  349. /* Checkboxes are shown when checked or focused, or when the entry is hovered.
  350.  * Fade in on focus, but not on hover, because it makes the UI feel laggy. */
  351. .entry input[type=checkbox]:not(:checked) {
  352.   opacity: 0;
  353. }
  354.  
  355. .entry-box:hover input[type=checkbox],
  356. .entry-box input[type=checkbox]:focus {
  357.   opacity: 1;
  358. }
  359.  
  360. .entry-box input[type=checkbox]:focus {
  361.   -webkit-transition: opacity 150ms;
  362. }
  363.  
  364. .entry-box {
  365.   background-color: none;
  366. }
  367.  
  368. .entry-box:hover,
  369. .entry-box.contains-focus {
  370.   background-color: rgb(252, 252, 252);
  371.   border-radius: 2px;
  372. }
  373.  
  374. .entry .title {
  375.   -webkit-box-flex: 1;
  376.   overflow: hidden;
  377.   text-overflow: ellipsis;
  378.   white-space: nowrap;
  379. }
  380.  
  381. .entry .title {
  382.   /* Make room for the favicon. */
  383.   -webkit-padding-start: 20px;
  384.  
  385.   /* Control the favicon appearance. */
  386.   background-position-y: 3px;
  387.   background-repeat: no-repeat;
  388. }
  389.  
  390. .entry .starred {
  391.   -webkit-margin-start: 4px;
  392.   background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAMAAACecocUAAABIFBMVEUAAABNT9mQlOuQleqcoOueouyore2zt+6GieukqO1lae59gu5NTttRU9uUmO+5vvN5feSaneuQlOuhpfNSVN9xdORHSeFmaOhrb+l7f+oxM+EpKs1LTdtOTr5jZdVkZtNtcOIXFpMaGbUnKLMzM8g7O7ZHSctISsNHRpdfYM0cHLolJsY2NqA9P94+PatLSGxNT+dOS11QTFxQToZVVINhXTBsb+Rtaotwc+NydONzbVJ2euZ3drV9diWOinuPh1WalWublCOcmHydliaelRuelh2qple0rgq5siG5tVi7tDi8t2a/v1bAwFjVygTj2STs5R7s6Dbu5AHv6h399A/99QL+9gH++QL++Qn/9w//+Qf/+Qr/+Qv//Ar//wL//wVJoqVjAAAAKnRSTlMAAhUVFRUiIikpaGh7e35+hISIiIyMjY2Zma3KytHR4uLr6/X19fX1+/u1+br2AAAAd0lEQVQIHQXBgwEDAADAsM62bdu2bev/L5YAYAmbAQAU3r5HDoBYpGqfakqhBDStRn7462XqVTWp7mZ1uO8X62YSf2n+fZ9f11nOh8wRXH4ez0HALgXc09vxMnIB6BK7cXGyjWsBW7mTdmYrBStgiMSMAlM0pOcPQdsR0Uyc0HcAAAAASUVORK5CYII=') no-repeat;
  393.   display: inline-block;
  394.   height: 11px;
  395.   width: 11px;
  396. }
  397.  
  398. .entry .title > a {
  399.   color: rgb(48, 57, 66);
  400.   text-decoration: none;
  401. }
  402.  
  403. .entry .title > a.to-be-removed {
  404.   text-decoration: line-through;
  405. }
  406.  
  407. .entry .title > a:hover {
  408.   text-decoration: underline;
  409. }
  410.  
  411. .fade-out {
  412.   -webkit-transition: opacity 200ms;
  413.   opacity: 0;
  414. }
  415.  
  416. .menu-button.drop-down {
  417.   position: relative;
  418.   top: 2px;
  419. }
  420.  
  421. #action-menu > :not(hr) {
  422.   line-height: 28px;
  423. }
  424. </style>
  425.  
  426. <script src="chrome://resources/js/event_tracker.js"></script>
  427. <script src="chrome://resources/js/cr.js"></script>
  428. <script src="chrome://resources/js/cr/ui.js"></script>
  429. <script src="chrome://resources/js/cr/ui/command.js"></script>
  430. <script src="chrome://resources/js/cr/ui/menu_item.js"></script>
  431. <script src="chrome://resources/js/cr/ui/menu.js"></script>
  432. <script src="chrome://resources/js/cr/ui/position_util.js"></script>
  433. <script src="chrome://resources/js/cr/ui/menu_button.js"></script>
  434. <script src="chrome://resources/js/load_time_data.js"></script>
  435. <script src="chrome://resources/js/util.js"></script>
  436.  
  437. <script src="chrome://history-frame/history.js"></script>
  438.  
  439. </head>
  440.  
  441. <body
  442. class="uber-frame"
  443.     i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
  444.  
  445. <div class="page">
  446.   <header>
  447.     <h1 i18n-content="history"></h1>
  448.     <form id="search-form" method="post" action=""
  449.         class="search-field-container">
  450.       <input type="search" id="search-field">
  451.       <input type="submit" id="search-button" i18n-values="value:searchbutton">
  452.     </form>
  453.   </header>
  454.  
  455.   <div id="editing-controls">
  456.     <button id="clear-browsing-data" i18n-content="clearallhistory"></button>
  457.     <button id="remove-selected" disabled="disabled"
  458.         i18n-content="removeselected"></button>
  459.   </div>
  460.   <div id="results-display"></div>
  461.   <div id="loading-spinner" hidden>
  462.     <span id="loading">
  463.       <div id="spinner" class="inline-spinner"></div>
  464.       <span i18n-content="loading"></span>
  465.     </span>
  466.   </div>
  467.   <div id="results-pagination">
  468.     <button id="newest-button" class="link-button" i18n-content="newest"
  469.         hidden>
  470.     </button>
  471.     <button id="newer-button" class="link-button" i18n-content="newer" hidden>
  472.     </button>
  473.     <button id="older-button" class="link-button" i18n-content="older" hidden>
  474.     </button>
  475.   </div>
  476. </div>
  477.  
  478. <menu id="action-menu">
  479.   <button id="more-from-site" i18n-content="moreFromSite"></button>
  480.   <button id="remove-visit" i18n-content="removeFromHistory"></button>
  481. </menu>
  482.  
  483. <script src="chrome://history-frame/strings.js"></script>
  484. <script src="chrome://resources/js/i18n_template2.js"></script>
  485. </body>
  486. </html>
  487.