MediaWiki:Common.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 965: Line 965:
#siteNotice > .mw-dismissable-notice .mw-dismissable-notice-body {
#siteNotice > .mw-dismissable-notice .mw-dismissable-notice-body {
   padding-right: 40px !important;
   padding-right: 40px !important;
}
/* ================================
  PRINTABLE SNAPSHOT (SCREEN)
  Title + Agent Infobox only
  ================================ */
/* Hide everything inside article content */
#mw-content-text > * {
  display: none !important;
}
/* Re-show the agent infobox */
#mw-content-text > table.ic-infobox {
  display: table !important;
  float: right;
  width: 35%;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
/* Ensure images behave */
#mw-content-text > table.ic-infobox img {
  max-width: 100%;
  height: auto;
}
}