MediaWiki:Print.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tag: Manual revert
No edit summary
Line 80: Line 80:


.article-entry-number {
.article-entry-number {
  /* your existing text styles... */
    font-size: 16px;
  font-size: 16px;
    line-height: 23px;
  line-height: 23px;
    letter-spacing: 0;
  letter-spacing: 0;
    margin: 0;
  margin: 0;
    padding-bottom: 4px;
    border-bottom: none;


  padding-bottom: 4px;
    /* draw a 0.5px line at the bottom using vector SVG */
    background: url('data:image/svg+xml;utf8,\
    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 1" preserveAspectRatio="none">\
    <line x1="0" y1="0.5" x2="100" y2="0.5" stroke="%23292828" stroke-width="0.25"/>\
    </svg>') no-repeat left bottom / 100% 0.5px;
}


  /* remove real border */
  border-bottom: none;
  /* draw a 0.5px line at the bottom using vector SVG */
  background: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 1" preserveAspectRatio="none">\
<line x1="0" y1="0.5" x2="100" y2="0.5" stroke="%23292828" stroke-width="1"/>\
</svg>') no-repeat left bottom / 100% 0.5px;
}
.article-type {  
.article-type {  
     font-size: 9pt;  
     font-size: 9pt;  

Navigation menu