print.css
Same filename in this branch
Same filename in other branches
- 7.x misc/print.css
- 7.x themes/garland/print.css
- 7.x themes/bartik/css/print.css
- 9 core/misc/print.css
- 9 core/themes/stable9/css/core/print.css
- 9 core/themes/seven/css/base/print.css
- 9 core/themes/claro/css/base/print.css
- 9 core/themes/bartik/css/print.css
- 9 core/themes/stable/css/core/print.css
- 10 core/misc/print.css
- 10 core/themes/stable9/css/core/print.css
- 10 core/themes/claro/css/base/print.css
- 11.x core/misc/print.css
- 11.x core/themes/stable9/css/core/print.css
- 11.x core/themes/claro/css/base/print.css
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/2815083 * @preserve */ @media print { * { color: #000 !important; /* Black prints faster: h5bp.com/s */ background-color: transparent !important; box-shadow: none !important; text-shadow: none !important; } body { padding-top: 0; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; /* h5bp.com/t */ } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } a, .link { color: #000; } .button, .button--primary { background: none !important; } .messages { border-width: 1px; border-color: #999; } .is-collapse-enabled .tabs { max-height: 999em; } .is-horizontal .tabs__tab { margin: 0 4px !important; border-radius: 4px 4px 0 0 !important; } .dropbutton-multiple .dropbutton .secondary-action { display: block; } .js .dropbutton-widget, .js td .dropbutton-widget /* Splitbuttons */ { position: relative; } .js .dropbutton .dropbutton-toggle { display: none; } .js .dropbutton-multiple .dropbutton-widget { border-radius: 4px; background: none; } input.form-autocomplete, input.form-text, input.form-tel, input.form-email, input.form-url, input.form-search, input.form-number, input.form-color, input.form-file, textarea.form-textarea, select.form-select { border-width: 1px; } }
File
-
core/
themes/ claro/ css/ base/ print.css
View source
- /*
- * DO NOT EDIT THIS FILE.
- * See the following change record for more information,
- * https://www.drupal.org/node/2815083
- * @preserve
- */
- @media print {
- * {
- color: #000 !important; /* Black prints faster: h5bp.com/s */
- background-color: transparent !important;
- box-shadow: none !important;
- text-shadow: none !important;
- }
- body {
- padding-top: 0;
- }
- pre,
- blockquote {
- border: 1px solid #999;
- page-break-inside: avoid;
- }
- thead {
- display: table-header-group; /* h5bp.com/t */
- }
- tr,
- img {
- page-break-inside: avoid;
- }
- img {
- max-width: 100% !important;
- }
- p,
- h2,
- h3 {
- orphans: 3;
- widows: 3;
- }
- h2,
- h3 {
- page-break-after: avoid;
- }
- a,
- .link {
- color: #000;
- }
- .button,
- .button--primary {
- background: none !important;
- }
- .messages {
- border-width: 1px;
- border-color: #999;
- }
- .is-collapse-enabled .tabs {
- max-height: 999em;
- }
- .is-horizontal .tabs__tab {
- margin: 0 4px !important;
- border-radius: 4px 4px 0 0 !important;
- }
- .dropbutton-multiple .dropbutton .secondary-action {
- display: block;
- }
- .js .dropbutton-widget,
- .js td .dropbutton-widget /* Splitbuttons */ {
- position: relative;
- }
- .js .dropbutton .dropbutton-toggle {
- display: none;
- }
- .js .dropbutton-multiple .dropbutton-widget {
- border-radius: 4px;
- background: none;
- }
- input.form-autocomplete,
- input.form-text,
- input.form-tel,
- input.form-email,
- input.form-url,
- input.form-search,
- input.form-number,
- input.form-color,
- input.form-file,
- textarea.form-textarea,
- select.form-select {
- border-width: 1px;
- }
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.