home *** CD-ROM | disk | FTP | other *** search
Text File | 2013-04-03 | 41.5 KB | 1,517 lines |
- <!DOCTYPE html>
- <html i18n-values="dir:textdirection;" id="print-preview">
-
- <head>
- <meta charset="utf-8">
- <title i18n-content="title"></title>
- <link rel="icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA5UlEQVQ4y62TOw6CQBCGuREFEAIlr4YOGkJoIDwPYTyHx7HxFNqCCj4vgP4FKDIICRR/Jrsz8+3u7AxT1zUzR8ziAI7jnqIoPijBNwowTfPiOM6ZEnxTnrAZUR/AsuxaEIRKluW7pmlXwzBIKYpykyRpx/N8hZwWoOt6Zdt2OXT1RnEcH97xqyAI9qqqli0AyUmS5FmWDQp+z/NOlmVtXdeF/QBA/5cMpWma+75/BAQWOT1AFEXFWBHDMCwAIwGgY00VEnvwIQaxHcDvN1G98NUDnViyPamaNCdOmoXZgKlduMg0vgBgZppW4v1eXgAAAABJRU5ErkJggg==">
-
- <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
- html {
- height: 100%;
- }
-
- body {
- display: -webkit-box;
- height: 100%;
- margin: 0;
- }
-
- /* Header */
-
- header {
- -webkit-padding-end: 14px;
- -webkit-padding-start: 16px;
- background-color: #F1F1F1;
- }
-
- #print-preview #navbar-container {
- -webkit-border-end: 1px solid rgb(198, 201, 206);
- -webkit-box-orient: vertical;
- -webkit-user-select: none;
- background-color: white;
- display: -webkit-box;
- position: relative;
- width: 310px;
- z-index: 2;
- }
-
- #navbar-content-title {
- color: #333;
- font-size: 200%;
- font-weight: normal;
- margin: 0;
- padding-bottom: 14px;
- padding-top: 13px;
- text-shadow: white 0 1px 2px;
- }
-
- #navbar-scroll-container {
- -webkit-box-flex: 1;
- -webkit-box-shadow: inset 0 4px 2px -2px rgba(0, 0, 0, .3);
- background: white;
- overflow-y: auto;
- padding-top: 2px;
- }
-
- /* Settings */
-
- #settings {
- border-left: 1px solid #dcdcdc;
- }
-
- .two-column {
- display: table-row;
- }
-
- .right-column {
- -webkit-padding-end: 16px;
- display: table-cell;
- width: auto;
- }
-
- .right-column .checkbox,
- .right-column .radio {
- margin: 0;
- }
-
- .right-column > *:not(:first-child):not(.hint),
- .right-column > .collapsible > *:not(:first-child):not(.hint) {
- margin-top: 8px;
- }
-
- .two-column h1 {
- -webkit-padding-end: 16px;
- -webkit-padding-start: 16px;
- display: table-cell;
- font-size: 1.1em;
- }
-
- .two-column.visible h1,
- .two-column.visible .right-column {
- border-bottom: 1px solid #dcdcdc;
- padding-bottom: 10px;
- padding-top: 10px;
- }
-
- .two-column:not(.visible) select {
- border-top-width: 0;
- margin-top: 0;
- padding-top: 0;
- }
-
- p {
- -webkit-line-box-contain: block;
- margin: 0;
- margin-bottom: 10px;
- }
-
- h1 {
- color: #808080;
- font-weight: 300;
- }
-
- #print-preview .navbar-link {
- -webkit-margin-start: 16px;
- margin-top: 10px;
- outline: 0;
- padding: 0;
- text-align: start;
- text-decoration: none;
- }
-
- #print-preview .navbar-link:hover:not(:disabled) {
- text-decoration: underline;
- }
-
- #print-preview .navbar-link:disabled {
- color: rgba(0, 0, 0, .5);
- cursor: default;
- text-shadow: none;
- }
-
- button.loading {
- cursor: progress;
- }
-
- #print-preview button.default {
- font-weight: bold;
- }
-
- #print-preview button.default:not(:focus):not(:disabled) {
- border-color: #808080;
- }
-
- span.hint {
- -webkit-transition: color 200ms;
- background: white;
- display: block;
- font-size: 0.9em;
- font-weight: bold;
- height: 0;
- line-height: 10px;
- margin: 0;
- overflow: hidden;
- }
-
- span.hint.visible {
- -webkit-animation-duration: 200ms;
- -webkit-animation-fill-mode: forwards;
- -webkit-user-select: text;
- color: rgb(140, 20, 20);
- height: auto;
- margin-bottom: -5px;
- margin-top: 5px;
- padding-bottom: 5px;
- }
-
- span.hint.closing {
- -webkit-transition: margin 150ms, height 150ms, opacity 150ms;
- background: transparent;
- height: 0 !important;
- margin: 0;
- opacity: 0;
- }
-
- .collapsible {
- height: 0;
- }
-
- .collapsible.visible {
- -webkit-animation-duration: 200ms;
- -webkit-animation-fill-mode: forwards;
- height: auto;
- }
-
- .collapsible.closing {
- -webkit-transition: margin 150ms, height 150ms, opacity 150ms;
- height: 0 !important;
- opacity: 0;
- overflow: hidden;
- }
-
- select {
- width: 100%;
- }
-
- label {
- -webkit-user-select: none;
- }
-
- .hidden-section {
- background: white;
- position: relative;
- }
-
- .extra {
- background: white;
- height: 0;
- opacity: 0;
- padding-top: 0;
- position: absolute;
- visibility: hidden;
- }
-
- .visible .extra {
- -webkit-animation-duration: 200ms;
- -webkit-animation-fill-mode: forwards;
- height: auto;
- opacity: 1;
- overflow: hidden;
- padding-bottom: 0;
- position: static;
- visibility: visible;
- }
-
- .closing .extra {
- -webkit-transition: padding-top 100ms, height 100ms, opacity 200ms,
- background 300ms;
- height: 0 !important;
- opacity: 0;
- overflow: hidden;
- padding-top: 0;
- position: static;
- visibility: visible;
- }
-
- /* Individual settings sections */
-
- /* TODO(estade): this should be in a shared location but I'm afraid of the
- * damage it could do. */
- [hidden] {
- display: none !important;
- }
-
- @-webkit-keyframes dancing-dots-jump {
- 0% { top: 0; }
- 55% { top: 0; }
- 60% { top: -10px; }
- 80% { top: 3px; }
- 90% { top: -2px; }
- 95% { top: 1px; }
- 100% { top: 0; }
- }
-
- span.jumping-dots > span {
- -webkit-animation: dancing-dots-jump 1800ms infinite;
- padding: 1px;
- position: relative;
- }
-
- span.jumping-dots > span:nth-child(2) {
- -webkit-animation-delay: 100ms;
- }
-
- span.jumping-dots > span:nth-child(3) {
- -webkit-animation-delay: 300ms;
- }
-
- /* TODO(estade): unfork this code. */
- .button-strip {
-
- -webkit-box-orient: horizontal;
- -webkit-box-pack: end;
- display: -webkit-box;
- }
-
- #print-preview .button-strip button {
- -webkit-margin-start: 4px;
- display: block;
- }
-
- #link-container {
- -webkit-box-orient: vertical;
- display: -webkit-box;
- }
-
- #main-container {
- -webkit-box-flex: 1;
- -webkit-box-orient: vertical;
- display: -webkit-box;
- height: 100%;
- position: relative;
- }
- </style>
- <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
- /* This file holds CSS that should be shared, in theory, by all user-visible
- * chrome:// pages. */
-
- @import url("chrome://resources/css/widgets.css");
-
-
- /* Prevent CSS from overriding the hidden property. */
- [hidden] {
- display: none !important;
- }
-
- html.loading * {
- -webkit-transition-delay: 0 !important;
- -webkit-transition-duration: 0 !important;
- }
-
- body {
- cursor: default;
- margin: 0;
- }
-
- p {
- line-height: 1.8em;
- }
-
- h1,
- h2,
- h3 {
- -webkit-user-select: none;
- font-weight: normal;
- /* Makes the vertical size of the text the same for all fonts. */
- line-height: 1;
- }
-
- h1 {
- font-size: 1.5em;
- }
-
- h2 {
- font-size: 1.3em;
- margin-bottom: 0.4em;
- }
-
- h3 {
- color: black;
- font-size: 1.2em;
- margin-bottom: 0.8em;
- }
-
- a {
- color: rgb(17, 85, 204);
- text-decoration: underline;
- }
-
- a:active {
- color: rgb(5, 37, 119);
- }
-
- /* Elements that need to be LTR even in an RTL context, but should align
- * right. (Namely, URLs, search engine names, etc.)
- */
- html[dir='rtl'] .weakrtl {
- direction: ltr;
- text-align: right;
- }
-
- /* Input fields in search engine table need to be weak-rtl. Since those input
- * fields are generated for all cr.ListItem elements (and we only want weakrtl
- * on some), the class needs to be on the enclosing div.
- */
- html[dir='rtl'] div.weakrtl input {
- direction: ltr;
- text-align: right;
- }
-
- html[dir='rtl'] .favicon-cell.weakrtl {
- -webkit-padding-end: 22px;
- -webkit-padding-start: 0;
- }
-
- /* weakrtl for selection drop downs needs to account for the fact that
- * Webkit does not honor the text-align attribute for the select element.
- * (See Webkit bug #40216)
- */
- html[dir='rtl'] select.weakrtl {
- direction: rtl;
- }
-
- html[dir='rtl'] select.weakrtl option {
- direction: ltr;
- }
-
- /* WebKit does not honor alignment for text specified via placeholder attribute.
- * This CSS is a workaround. Please remove once WebKit bug is fixed.
- * https://bugs.webkit.org/show_bug.cgi?id=63367
- */
- html[dir='rtl'] input.weakrtl::-webkit-input-placeholder,
- html[dir='rtl'] .weakrtl input::-webkit-input-placeholder {
- direction: rtl;
- }
- </style>
- <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
- .throbber {
- background: url('chrome://resources/images/throbber.svg');
- display: inline-block;
- height: 16px;
- width: 16px;
- }
- </style>
- <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
- .print-header {
- padding-bottom: 10px;
- padding-top: 10px;
- }
-
- .print-header-summary {
- color: rgb(83, 99, 125);
- display: block;
- min-height: 30px;
- }
- </style>
- <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
- #destination-settings h1 {
- padding-top: 20px;
- vertical-align: top;
- }
-
- #destination-settings .throbber {
- display: block;
- margin-bottom: 14px;
- margin-top: 8px;
- }
-
- #destination-settings .destination-settings-box {
- -webkit-box-align: center;
- display: -webkit-box;
- height: 32px;
- margin-top: 0;
- padding-bottom: 6px;
- }
-
- .destination-settings-icon {
- -webkit-margin-end: 8px;
- height: 24px;
- vertical-align: middle;
- width: 24px;
- }
-
- .destination-settings-info-wrapper {
- -webkit-box-flex: 1;
- height: 32px;
- position: relative;
- }
-
- .destination-settings-info {
- -webkit-box-orient: vertical;
- -webkit-box-pack: center;
- display: -webkit-box;
- height: 100%;
- position: absolute;
- white-space: nowrap;
- width: 100%;
- }
-
- .destination-settings-name {
- font-size: 110%;
- overflow: hidden;
- text-overflow: ellipsis;
- }
-
- .destination-settings-location {
- opacity: 0.4;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- </style>
- <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
- #copies-settings .copies-settings-copies {
- position: relative;
- width: 2.75em;
- }
-
- #copies-settings .copies-settings-copies.invalid {
- background: rgb(255, 240, 240);
- color: rgb(140, 20, 20);
- }
-
- #copies-settings .copies-settings-increment:focus,
- #copies-settings .copies-settings-decrement:focus,
- .copies-settings:focus {
- z-index: 1;
- }
-
- #copies-settings .copies-settings-collate {
- -webkit-padding-start: 16px;
- display: inline-block;
- }
-
- #copies-settings .copies-settings-increment,
- #copies-settings .copies-settings-decrement {
- -webkit-padding-end: 0;
- -webkit-padding-start: 0;
- font-weight: 600;
- margin: 0;
- min-width: 0;
- position: relative;
- width: 2em;
- }
-
- #copies-settings .copies-settings-increment {
- -webkit-margin-start: -5px;
- border-radius: 0;
- }
-
- #copies-settings .copies-settings-decrement {
- -webkit-margin-start: -5px;
- border-bottom-left-radius: 0;
- border-bottom-right-radius: 3px;
- border-top-left-radius: 0;
- border-top-right-radius: 3px;
- }
-
- html[dir='rtl'] #copies-settings .copies-settings-decrement {
- border-bottom-left-radius: 3px;
- border-bottom-right-radius: 0;
- border-top-left-radius: 3px;
- border-top-right-radius: 0;
- }
- </style>
- <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
- #page-settings .page-settings-print-pages-div {
- -webkit-box-align: center;
- display: -webkit-box;
- }
-
- #page-settings .page-settings-custom-input-wrapper {
- -webkit-box-flex: 1;
- -webkit-margin-start: 0.6em;
- height: 24px;
- position: relative;
- }
-
- #page-settings .page-settings-custom-input {
- position: absolute;
- width: 100%;
- }
-
- #page-settings .page-settings-custom-input.invalid {
- background: rgb(255, 240, 240);
- color: rgb(140, 20, 20);
- }</style>
- <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
- #preview-area.preview-area {
- -webkit-box-flex: 1;
- -webkit-user-select: none;
- background-color: #ccc;
- overflow: hidden;
- position: relative;
- }
-
- .preview-area-plugin-wrapper {
- height: 100%;
- position: absolute;
- width: 100%;
- }
-
- #preview-area .preview-area-plugin {
- /* pluginFadeInTransitionDuration = 200ms */
- -webkit-transition: opacity 200ms linear;
- /* pluginFadeInTransitionDelay = overlayFadeOutTransitionDuration = 100ms */
- -webkit-transition-delay: 100ms;
- cursor: inherit;
- height: 100%;
- opacity: 1;
- width: 100%;
- }
-
- #preview-area .preview-area-plugin.invisible {
- /* pluginFadeOutTransitionDuration = 100ms */
- -webkit-transition: opacity 100ms linear;
- /* pluginFadeOutTransitionDelay = 250ms */
- -webkit-transition-delay: 250ms;
- opacity: 0;
- }
-
- #preview-area .preview-area-overlay-layer {
- -webkit-transition: opacity 200ms linear;
- /* overlayFadeInTransitionDelay = pluginFadeOutTransitionDelay +
- * pluginFadeOutTransitionDuration = 350ms */
- -webkit-transition-delay: 350ms;
- -webkit-user-select: none;
- background: #ccc;
- height: 100%;
- margin: 0;
- opacity: 1;
- position: absolute;
- width: 100%;
- z-index: 1;
- }
-
- #preview-area .preview-area-overlay-layer.invisible {
- /* overlayFadeOutTransitionDuration = 100ms */
- -webkit-transition: opacity 100ms linear;
- opacity: 0;
- pointer-events: none;
- }
-
- #preview-area .preview-area-messages {
- height: 100%;
- }
-
- #preview-area .preview-area-message {
- color: #404040;
- font-size: 1.1em;
- position: relative;
- text-align: center;
- text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
- top: 50%;
- }
-
- #preview-area .preview-area-no-plugin-action-area {
- margin-top: 12px;
- }
-
- #preview-area .preview-area-open-system-dialog-button-throbber {
- vertical-align: middle;
- }
- </style>
- <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
- .margin-control-container-dragging-vertical {
- cursor: ns-resize;
- }
-
- .margin-control-container-dragging-horizontal {
- cursor: ew-resize;
- }
- </style>
- <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
- #preview-area .margin-control {
- -webkit-transition: opacity 150ms linear;
- position: absolute;
- }
-
- #preview-area .margin-control.invisible {
- opacity: 0;
- pointer-events: none;
- }
-
- #preview-area .margin-control.margin-control-top,
- #preview-area .margin-control.margin-control-bottom {
- cursor: ns-resize;
- padding: 8px 0;
- width: 100%;
- }
-
- #preview-area .margin-control.margin-control-left,
- #preview-area .margin-control.margin-control-right {
- cursor: ew-resize;
- height: 100%;
- padding: 0 8px;
- }
-
- #preview-area .margin-control.margin-control-disabled {
- cursor: default;
- }
-
- #preview-area .margin-control-line {
- border-color: rgb(64, 128, 250);
- border-style: dashed;
- border-width: 1px;
- }
-
- #preview-area .margin-control-disabled .margin-control-line {
- border-color: gray;
- }
-
- #preview-area .margin-control-top .margin-control-line,
- #preview-area .margin-control-bottom .margin-control-line {
- width: 100%;
- }
-
- #preview-area .margin-control-left .margin-control-line,
- #preview-area .margin-control-right .margin-control-line {
- height: 100%;
- }
-
- #preview-area .margin-control-textbox {
- background-color: #2a2a2a;
- border: 1px solid #888;
- box-sizing: border-box;
- color: white;
- cursor: auto;
- font-family: arial;
- font-size: 0.8em;
- height: 25px;
- padding: 5px 0;
- position: absolute;
- text-align: center;
- width: 60px;
- }
-
- #preview-area .margin-control-textbox.invalid {
- background-color: rgb(193, 27, 23);
- }
-
- #preview-area .margin-control-top .margin-control-textbox {
- left: 50%;
- top: 8px;
- }
-
- #preview-area .margin-control-right .margin-control-textbox {
- right: 8px;
- top: 50%;
- }
-
- #preview-area .margin-control-bottom .margin-control-textbox {
- bottom: 8px;
- right: 50%;
- }
-
- #preview-area .margin-control-left .margin-control-textbox {
- bottom: 50%;
- left: 8px;
- }
- </style>
- <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
- /* The shield that overlays the background. */
- .overlay {
- -webkit-box-align: center;
- -webkit-box-orient: vertical;
- -webkit-box-pack: center;
- -webkit-transition: 200ms opacity;
- background-color: rgba(255, 255, 255, 0.75);
- bottom: 0;
- display: -webkit-box;
- left: 0;
- overflow: auto;
- padding: 20px;
- position: fixed;
- right: 0;
- top: 0;
- }
-
- /* Used to slide in the overlay. */
- .overlay.transparent .page {
- /* TODO(flackr): Add perspective(500px) rotateX(5deg) when accelerated
- * compositing is enabled on chrome:// pages. See http://crbug.com/116800. */
- -webkit-transform: scale(0.99) translateY(-20px);
- }
-
- /* The foreground dialog. */
- .overlay .page {
- -webkit-border-radius: 3px;
- -webkit-box-orient: vertical;
- -webkit-transition: 200ms -webkit-transform;
- background: white;
- box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
- color: #333;
- display: -webkit-box;
- min-width: 400px;
- padding: 0;
- position: relative;
- z-index: 0;
- }
-
- /* If the options page is loading don't do the transition. */
- .loading .overlay,
- .loading .overlay .page {
- -webkit-transition-duration: 0 !important;
- }
-
- /* keyframes used to pulse the overlay */
- @-webkit-keyframes pulse {
- 0% {
- -webkit-transform: scale(1);
- }
- 40% {
- -webkit-transform: scale(1.02);
- }
- 60% {
- -webkit-transform: scale(1.02);
- }
- 100% {
- -webkit-transform: scale(1);
- }
- }
-
- .overlay .page.pulse {
- -webkit-animation-duration: 180ms;
- -webkit-animation-iteration-count: 1;
- -webkit-animation-name: pulse;
- -webkit-animation-timing-function: ease-in-out;
- }
-
- .overlay .page > .close-button {
- background-image: url('chrome://theme/IDR_WEB_UI_CLOSE');
- background-position: center;
- background-repeat: no-repeat;
- height: 14px;
- position: absolute;
- right: 7px;
- top: 7px;
- width: 14px;
- z-index: 1;
- }
-
- html[dir='rtl'] .overlay .page > .close-button {
- left: 10px;
- right: auto;
- }
-
- .overlay .page > .close-button:hover {
- background-image: url('chrome://theme/IDR_WEB_UI_CLOSE_HOVER');
- }
-
- .overlay .page > .close-button:active {
- background-image: url('chrome://theme/IDR_WEB_UI_CLOSE_PRESSED');
- }
-
- .overlay .page h1 {
- -webkit-padding-end: 24px;
- -webkit-user-select: none;
- color: #333;
- /* 120% of the body's font-size of 84% is 16px. This will keep the relative
- * size between the body and these titles consistent. */
- font-size: 120%;
- /* TODO(flackr): Pages like sync-setup and delete user collapse the margin
- * above the top of the page. Use padding instead to make sure that the
- * headers of these pages have the correct spacing, but this should not be
- * necessary. See http://crbug.com/119029. */
- margin: 0;
- padding: 14px 17px 14px;
- text-shadow: white 0 1px 2px;
- }
-
- .overlay .page .content-area {
- -webkit-box-flex: 1;
- overflow: auto;
- padding: 6px 17px 6px;
- position: relative;
- }
-
- .overlay .page .action-area {
- -webkit-box-align: center;
- -webkit-box-orient: horizontal;
- -webkit-box-pack: end;
- display: -webkit-box;
- padding: 14px 17px;
- }
-
- html[dir='rtl'] .overlay .page .action-area {
- left: 0;
- }
-
- .overlay .page .action-area-right {
- display: -webkit-box;
- }
-
- .overlay .page .button-strip {
- -webkit-box-orient: horizontal;
- display: -webkit-box;
- }
-
- .overlay .page .button-strip > button {
- -webkit-margin-start: 10px;
- display: block;
- }
-
- /* On OSX 10.7, hidden scrollbars may prevent the user from realizing that the
- * overlay contains scrollable content. To resolve this, style the scrollbars on
- * OSX so they are always visible. See http://crbug.com/123010. */
-
- </style>
- <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
- #no-destinations-promo {
- -webkit-user-select: none;
- z-index: 2;
- }
-
- #no-destinations-promo .page {
- padding: 20px;
- width: 640px;
- }
-
- #no-destinations-promo .dialog-title {
- font-size: 16pt;
- margin-bottom: 18px;
- }
-
- #no-destinations-promo p {
- margin-bottom: 14px;
- }
-
- #no-destinations-promo .gcp-logo {
- -webkit-margin-end: 12px;
- float: left;
- }
-
- [dir='rtl'] #no-destinations-promo .gcp-logo {
- float: right;
- }
-
- #no-destinations-promo .text-content {
- -webkit-box-flex: 1;
- font-size: 10pt;
- margin-bottom: 18px;
- }
-
- #no-destinations-promo .close-button {
- background-image: url('chrome://theme/IDR_WEB_UI_CLOSE');
- background-position: center;
- background-repeat: no-repeat;
- height: 16px;
- right: 14px;
- top: 14px;
- width: 16px;
- }
-
- #no-destinations-promo .close-button:hover {
- background-image: url('chrome://theme/IDR_WEB_UI_CLOSE_HOVER');
- }
-
- #no-destinations-promo .close-button:active {
- background-image: url('chrome://theme/IDR_WEB_UI_CLOSE_PRESSED');
- }
-
- #no-destinations-promo .action-button-container {
- text-align: right;
- }
- </style>
-
- <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
- .destination-list > header {
- -webkit-padding-start: 0;
- background-color: transparent;
- padding-bottom: 8px;
- }
-
- .destination-list .title {
- -webkit-padding-end: 8px;
- -webkit-padding-start: 4px;
- display: inline;
- vertical-align: middle;
- }
-
- .destination-list .action-link {
- vertical-align: middle;
- }
-
- .destination-list > ul {
- list-style-type: none;
- margin: 0;
- padding: 0;
- }
-
- .destination-list .throbber-container {
- -webkit-box-align: center;
- display: -webkit-box;
- height: 30px;
- padding: 0 22px;
- }
-
- .destination-list .no-destinations-message {
- -webkit-padding-start: 18px;
- color: #999;
- padding-bottom: 8px;
- padding-top: 8px;
- }
-
- .destination-list > footer {
- -webkit-padding-start: 18px;
- padding-top: 6px;
- }
-
- .destination-list .total {
- color: #999;
- }
- </style>
- <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
- .destination-list-item {
- -webkit-padding-end: 2px;
- -webkit-padding-start: 18px;
- -webkit-transition: background-color 150ms;
- cursor: default;
- padding-bottom: 3px;
- padding-top: 3px;
- }
-
- .destination-list-item:hover {
- background-color: rgb(228, 236, 247);
- }
-
- .destination-list-item.stale {
- opacity: 0.4;
- }
-
- .destination-list-item-icon {
- -webkit-margin-end: 8px;
- -webkit-transition: opacity 150ms;
- display: inline-block;
- height: 24px;
- vertical-align: middle;
- width: 24px;
- }
-
- .destination-list-item-name {
- vertical-align: middle;
- }
-
- .destination-list-item .offline-status {
- -webkit-margin-start: 1em;
- font-size: 75%;
- opacity: 0.6;
- }
- </style>
- <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
- #destination-search {
- z-index: 3;
- }
-
- #destination-search.transparent {
- opacity: 0;
- overflow: hidden;
- pointer-events: none;
- }
-
- #destination-search .page {
- width: 640px;
- }
-
- #destination-search .user-info {
- -webkit-user-select: none;
- overflow: hidden;
- position: absolute;
- right: 40px;
- text-align: right;
- text-overflow: ellipsis;
- top: 14px;
- white-space: nowrap;
- width: 350px;
- }
-
- [dir='rtl'] #destination-search .user-info {
- left: 40px;
- right: auto;
- }
-
- #destination-search > .page > .close-button {
- top: 9px;
- }
-
- #destination-search .search-box {
- -webkit-user-select: none;
- margin: 14px;
- }
-
- #destination-search .lists {
- -webkit-box-flex: 1;
- overflow-y: auto;
- }
-
- #destination-search .lists > * {
- -webkit-user-select: none;
- padding: 0 14px 18px;
- }
-
- #destination-search .cloudprint-promo {
- -webkit-box-align: center;
- -webkit-user-select: none;
- background-color: rgb(249, 237, 190);
- display: -webkit-box;
- padding: 12px;
- }
-
- #destination-search .cloudprint-promo .sign-in.link-button {
- padding: inherit;
- }
-
- #destination-search .cloudprint-promo .icon {
- -webkit-margin-end: 12px;
- display: block;
- height: 24px;
- width: 24px;
- }
-
- #destination-search .cloudprint-promo .promo-text {
- -webkit-box-flex: 1;
- }
-
- #destination-search .cloudprint-promo .close-button {
- -webkit-margin-start: 12px;
- background-image: url('chrome://theme/IDR_WEB_UI_CLOSE');
- background-repeat: no-repeat;
- background-size: 14px;
- height: 14px;
- width: 14px;
- }
-
- #destination-search .cloudprint-promo .close-button:hover {
- background-image: url('chrome://theme/IDR_WEB_UI_CLOSE_HOVER');
- }
-
- #destination-search .cloudprint-promo .close-button:active {
- background-image: url('chrome://theme/IDR_WEB_UI_CLOSE_PRESSED');
- }
- </style>
- <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
- .search-box {
- -webkit-user-select: none;
- position: relative;
- }
-
- .search-box-icon {
- -webkit-user-select: none;
- display: inline-block;
- height: 12px;
- left: 8px;
- position: absolute;
- right: 8px;
- top: 6px;
- width: 12px;
- }
-
- .search-box-input {
- text-indent: 24px;
- width: 100%;
- }
- </style>
- <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
- .fedex-tos {
- -webkit-transition: height 300ms;
- overflow: hidden;
- padding: 0 36px;
- text-align: center;
- }
-
- .fedex-tos .tos-text {
- padding: 8px 0;
- }
-
- .fedex-tos .agreement-box {
- -webkit-padding-after: 8px;
- }
- </style>
-
- <script src="chrome://print/strings.js"></script>
- <script src="chrome://resources/js/cr.js"></script>
- <script src="chrome://resources/js/cr/event_target.js"></script>
- <script src="chrome://resources/js/event_tracker.js"></script>
- <script src="chrome://resources/js/local_strings.js"></script>
- <script src="chrome://resources/js/util.js"></script>
- <script src="chrome://print/print_preview.js"></script>
- <script src="chrome://resources/js/i18n_template.js"></script>
- </head>
-
- <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
- <div id="navbar-container">
- <header>
- <h1 id="navbar-content-title" i18n-content="title"></h1>
- <div id="print-header" class="print-header">
- <span class="print-header-summary"></span>
- <div class="button-strip">
- <button class="print-header-print-button default"
- i18n-content="printButton"
- disabled></button>
- <button class="print-header-cancel-button"
- i18n-content="cancelButton"></button>
- </div>
- </div>
-
- </header>
- <div id="navbar-scroll-container">
- <div id="settings">
- <div id="destination-settings" class="two-column visible">
- <h1 i18n-content="destinationLabel"></h1>
- <div class="right-column">
- <div class="throbber"></div>
- <div class="destination-settings-box" hidden>
- <img class="destination-settings-icon">
- <div class="destination-settings-info-wrapper">
- <div class="destination-settings-info">
- <div class="destination-settings-name"></div>
- <div class="destination-settings-location"></div>
- </div>
- </div>
- </div>
- <button class="destination-settings-change-button"
- i18n-content="changeDestination"></button>
- </div>
- </div>
-
- <div id="page-settings" class="two-column visible page-settings">
- <h1 i18n-content="pagesLabel"></h1>
- <div class="right-column">
- <div class="radio"><label>
- <input class="page-settings-all-radio" name="pages" checked type="radio">
- <span i18n-content="optionAllPages"></span>
- </label></div>
- <div class="radio">
- <label class="page-settings-print-pages-div">
- <input class="page-settings-custom-radio"
- name="pages"
- type="radio"
- i18n-values="aria-label:printPagesLabel;">
- <div class="page-settings-custom-input-wrapper">
- <input class="page-settings-custom-input"
- type="text"
- i18n-values="placeholder:examplePageRangeText">
- </div>
- </label>
- <span class="page-settings-custom-hint hint suggestion"
- aria-hidden="true"
- aria-live="polite"></span>
- </div>
- </div>
- </div>
-
- <div id="copies-settings" class="copies-settings two-column visible">
- <h1 i18n-content="copiesLabel"></h1>
- <div class="right-column">
- <div>
- <input class="copies-settings-copies" type="text" value="1" maxlength="3">
- <button class="copies-settings-increment"
- i18n-values="title:incrementTitle;">+</button>
- <button class="copies-settings-decrement"
- i18n-values="title:decrementTitle;">ΓÇô</button>
- <div class="copies-settings-collate checkbox" aria-live="polite" hidden>
- <label>
- <input class="copies-settings-collate-checkbox" type="checkbox"
- checked>
- <span i18n-content="optionCollate"></span>
- </label>
- </div>
- </div>
- <span class="copies-settings-hint hint" i18n-content="copiesInstruction"
- aria-live="polite">
- </span>
- </div>
- </div>
-
- <div id="layout-settings" class="two-column visible layout-settings">
- <h1 i18n-content="layoutLabel"></h1>
- <div class="right-column">
- <div class="radio"><label>
- <input class="layout-settings-portrait-radio"
- type="radio"
- name="layout"
- checked>
- <span i18n-content="optionPortrait"></span>
- </label></div>
- <div class="radio"><label>
- <input class="layout-settings-landscape-radio"
- type="radio"
- name="layout">
- <span i18n-content="optionLandscape"></span>
- </label></div>
- </div>
- </div>
-
- <div id="color-settings"
- class="color-settings two-column visible"
- aria-hidden="false"
- aria-live="polite">
- <h1 i18n-content="optionColor"></h1>
- <div class="right-column">
- <div class="radio"><label>
- <input class="color-settings-color-option" type="radio" name="color">
- <span i18n-content="optionColor"></span>
- </label></div>
- <div class="radio"><label>
- <input class="color-settings-bw-option" type="radio" name="color"
- checked>
- <span i18n-content="optionBw"></span>
- </label></div>
- </div>
- </div>
-
- <div id="margin-settings" class="two-column visible margin-settings">
- <h1 i18n-content="marginsLabel"></h1>
- <div class="right-column">
- <select class="margin-settings-select">
- <!-- The order of these options must match the natural order of their
- values, which come from print_preview.ticket_items.MarginsType.Value. -->
- <option i18n-content="defaultMargins" value="0" selected></option>
- <option i18n-content="noMargins" value="1"></option>
- <option i18n-content="minimumMargins" value="2"></option>
- <option i18n-content="customMargins" value="3"></option>
- </select>
- </div>
- </div>
-
- <div id="other-options-settings"
- class="other-options-settings two-column visible">
- <h1 i18n-content="optionsLabel"></h1>
- <div class="right-column checkbox">
- <div class="header-footer-container checkbox">
- <label aria-live="polite">
- <input class="header-footer-checkbox" type="checkbox">
- <span i18n-content="optionHeaderFooter"></span>
- </label>
- </div>
- <div class="fit-to-page-container checkbox">
- <label aria-live="polite">
- <input class="fit-to-page-checkbox" type="checkbox">
- <span i18n-content="optionFitToPage"></span>
- </label>
- </div>
- <div class="duplex-container checkbox">
- <label aria-live="polite">
- <input class="duplex-checkbox" type="checkbox">
- <span i18n-content="optionTwoSided"></span>
- </label>
- </div>
- </div>
- </div>
-
- </div>
- <div id="link-container">
- <div>
- <button id="system-dialog-link" class="link-button navbar-link"
- i18n-content="systemDialogOption"></button>
- <div id="system-dialog-throbber" hidden class="throbber"></div>
- </div>
- <div>
- <button id="open-pdf-in-preview-link" class="link-button navbar-link"
- hidden i18n-content="openPdfInPreviewOption"></button>
- <div id="open-preview-app-throbber" hidden class="throbber"></div>
- </div>
- <div>
- <button id="cloud-print-dialog-link" class="link-button navbar-link"
- hidden i18n-content="cloudPrintDialogOption"></button>
- <div id="cloud-print-dialog-throbber" hidden class="throbber"></div>
- </div>
- </div>
- </div>
- </div>
- <div id="destination-search" class="destination-search overlay transparent">
- <div class="page">
- <h1 i18n-content="destinationSearchTitle"></h1>
- <span class="user-info" hidden></span>
- <div class="close-button"></div>
- <div id="search-box" class="search-box">
- <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAQAAACRZI9xAAAAAXNSR0IArs4c6QAAAAJiS0dEAP+Hj8y/AAAACXBIWXMAAAsTAAALEwEAmpwYAAABBElEQVQoFXXBPUsUABwH4P9QZGd4gzQIIc3a4JLVx6hJ0NDp6QPkIrTnoDQ5XFMhDQZCU5OI4MuWm0pCS9DocogEyf0K8bor9Hmq/jBiwVfnzn23aLT+Z8y+iFNtET88qn6G7Iq2dXOmrToR39yvHs/FmVd1yZSfolU9Postd+ovq2Jbo7rsidfVx4w4NlFdtsWb6mNWHHpQXdbErmZdcsuG2DRQXZ7q6HhnyE03NCzp+OVl9bjtg4gjK5Z9EXFiVrN63LOuLSLizLGO+ORh9TPjo0071rww7kDEocf1Lw3DdcG8iDgwWVfT1BIRR0braga1RMSzuo5Bb8V7d+t6BjwxXPUbpgyZUOsKz6kAAAAASUVORK5CYII=" class="search-box-icon">
- <input type="text" class="search-box-input"
- i18n-values="placeholder:searchBoxPlaceholder">
- </div>
-
- <div class="lists">
- <div class="recent-list"></div>
- <div class="local-list"></div>
- <div class="cloud-list" hidden></div>
- </div>
- <div class="cloudprint-promo" hidden>
- <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAArDAAAKwwE0KSSrAAACXklEQVRYCe1UO0sDQRD2LtEQ8r4kjSa1D7SytRItRMFCrewtBAXBwkrRVls7QRAsRAsFxR9gJdiJ+gN8IOQpEQlncuc3kl3u4iZ7kYAId7C3uzPfzHw7O7OKaZodf/l5/zI4xXYJuBn4XxlIJpPduq6vKYoyhtHPOgitfIP1UbFY3GEyp7Pi9B2IRqPbCLpqcTxTxaeqaifGMZMbhjEHIidsL52JgGyEw+FTEDAjkchhMBhMivDQDcdiMVPTNMKtijAimTQ4Am9RcJBYEjmol4HAcTweJxJj9TrRvimBVCrlrwU/Fxk3koHEM0gYjfRWeVMCOPU8EQgEAkNWI9kaNtMoWMrCrAzbtAjh6B5F1I+iUqTFVAdABh49Hk+qUqlE8/n8W52ab2XvwCuQvRzdwgKl/Ulwr9dbxJVcgMSUyLwpAaSPWkxF+3mwroocNJKZhrmiV3WyXwKJSZCYAInLH3jRHYVCoT7c/z7dP7WWCONUhrYdSCQS1J57IhtbDaTTaX+pVDrDiceJKQxusc4WCoXRH8wdCshnuVz+gB/y15PJZF5splZWOPU6nRrzAUBdVt1v18hgBD6vqStoYD9i9cUzQPcMYIXY4cQtV73tVIINWlLz+Xw5PNUP2Wx2gEMYG5z6qnbnNoZM344Z/pcpC4ilMX+8C1CtI8QKinfOrs0LZNlPLvE+8I7iV4AUbYLEeq1YNmWxkUoZ5FsPn2oNaCDwBg54l8vlBpkxJ0ACpGgX+EWyISJskI5SRh8FpjXbfwud/54AXbC+BzYCzv20D8lroH0uW/PkEnAz4GbgC7T02YErk5g+AAAAAElFTkSuQmCC" class="icon">
- <div class="promo-text"></div>
- <div class="close-button"></div>
- </div>
- </div>
- </div>
-
- <div id="no-destinations-promo" class="overlay" hidden>
- <div class="page">
- <div class="dialog-title" i18n-content="noDestsPromoTitle"></div>
- <div class="text-content">
- <img class="gcp-logo" src="data:image/png;base64,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" />
- <p i18n-content="noDestsPromoBody"></p>
- <p class="gcp-description"></p>
- </div>
- <div class="action-button-container">
- <button
- class="add-printer-button"
- i18n-content="noDestsPromoAddPrinterButtonLabel"></button>
- <button
- class="not-now-button"
- i18n-content="noDestsPromoNotNowButtonLabel"></button>
- </div>
- <div class="close-button"></div>
- </div>
- </div>
-
- <div id="main-container">
- <div id="preview-area" class="preview-area">
- <div class="preview-area-overlay-layer">
- <div class="preview-area-messages">
-
- <div class="preview-area-loading-message preview-area-message">
- <span i18n-content="loading"></span>
- <span class="preview-area-loading-message-jumping-dots jumping-dots"
- ><span>.</span><span>.</span><span>.</span></span>
- </div>
-
- <div class="preview-area-custom-message preview-area-message" hidden>
- <div class="preview-area-custom-message-text"></div>
- <div class="preview-area-custom-action-area">
- <button class="preview-area-open-system-dialog-button"
- i18n-content="launchNativeDialog"></button>
- <div class="preview-area-open-system-dialog-button-throbber throbber"
- hidden></div>
- </div>
- </div>
-
- <div class="preview-area-preview-failed-message preview-area-message"
- i18n-content="previewFailed" hidden></div>
-
- <div class="preview-area-print-failed preview-area-message" hidden>
- <div i18n-content="invalidPrinterSettings"></div>
- <div class="preview-area-print-failed-action-area">
- <button class="preview-area-open-system-dialog-button"
- i18n-content="launchNativeDialog"></button>
- <div class="preview-area-open-system-dialog-button-throbber throbber"
- hidden></div>
- </div>
- </div>
-
- </div>
- </div>
- <div class="preview-area-plugin-wrapper">
- <object class="preview-area-compatibility-object"
- type="application/x-google-chrome-print-preview-pdf"
- data="chrome://print/dummy.pdf"></object>
- </div>
- </div>
-
- </div>
-
- <!-- HTML Templates -->
- <div id="margin-control-template" class="margin-control invisible" hidden>
- <div class="margin-control-line"></div>
- <input class="margin-control-textbox" type="text">
- </div>
-
- <div id="destination-list-template" class="destination-list" hidden>
- <header>
- <h4 class="title"></h4>
- <button class="action-link link-button" hidden></button>
- </header>
- <ul></ul>
- <div class="throbber-container">
- <div class="throbber"></div>
- </div>
- <div class="no-destinations-message"
- i18n-content="noDestinationsMessage"></div>
- <footer hidden>
- <button class="show-all-button" i18n-content="showAllButtonText"></button>
- <span class="total"></span>
- </footer>
- </div>
-
- <li id="destination-list-item-template" class="destination-list-item" hidden>
- <img class="destination-list-item-icon">
- <span class="destination-list-item-name"></span>
- <span class="offline-status" hidden></span>
- </li>
-
- <div id="fedex-tos-template" class="fedex-tos" aria-hidden="false"
- aria-live="polite" hidden style="height: 0;">
- <div class="height-helper">
- <div class="tos-text"></div>
- <div class="agreement-box">
- <label>
- <input class="agree-checkbox" type="checkbox">
- <span i18n-content="tosCheckboxLabel"></span>
- </label>
- </div>
- </div>
- </div>
-
- </body>
-
- </html>
-