MediaWiki:Print.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 102: Line 102:
   .article-quote::after,
   .article-quote::after,
   .article-mod-line::after {
   .article-mod-line::after {
     content: none !important;  /* disable pseudo line in Firefox */
     content: none !important;  /* turn off the pseudo line in Firefox */
   }
   }
   .article-entry-number,
   .article-entry-number,
   .link-pdf,
   .link-pdf,
Line 114: Line 115:
   .article-quote,
   .article-quote,
   .article-mod-line {
   .article-mod-line {
     border-bottom: 0.5pt solid #292828;  /* crisp, consistent in Firefox print */
     border-bottom: 0.5pt solid #292828 !important;  /* override the earlier “none !important” */
   }
   }
}


/* optional: no rule on very last block */
  /* no rule on very last block in Firefox */
#article-content > :last-child::after { content: none !important; }
@-moz-document url-prefix() {
   #article-content > :last-child { border-bottom: 0 !important; }
   #article-content > :last-child { border-bottom: 0 !important; }
}
}


/* 7) Entry number row */
/* 7) Entry number row */

Navigation menu