4,554
edits
No edit summary  | 
				No edit summary  | 
				||
| Line 48: | Line 48: | ||
   word-break: break-word;  |    word-break: break-word;  | ||
   overflow-wrap: anywhere;  |    overflow-wrap: anywhere;  | ||
}  | |||
/* Only when we deliberately print a single entry */  | |||
body.print-entry-only #list,  | |||
body.print-entry-only .list-container,  | |||
body.print-entry-only .mw-header,  | |||
body.print-entry-only .mw-footer,  | |||
body.print-entry-only .sidebar,  | |||
body.print-entry-only #show-event-wrapper,  | |||
body.print-entry-only #show-article-wrapper,  | |||
body.print-entry-only #show-article-wrapper-entry,  | |||
body.print-entry-only .hf-header,  | |||
body.print-entry-only .noprint {   | |||
  display: none !important;   | |||
}  | |||
/* Show the clean print version for the open entry */  | |||
body.print-entry-only .print-only {   | |||
  display: block !important;   | |||
}  | |||
/* Ensure the printed entry flows as a normal page */  | |||
body.print-entry-only .entry-wrapper.print-a5 {  | |||
  position: static !important;  | |||
  width: 100% !important;  | |||
  height: auto !important;  | |||
  margin: 0 !important;  | |||
  box-sizing: border-box;  | |||
  page-break-after: always;  | |||
}  | }  | ||