Jump to content

MediaWiki:Print.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 31: Line 31:
h5,
h5,
h6 {
h6 {
font-family: Georgia;
font-family: 'Georgia';
      
      
}
}
Line 41: Line 41:


h2 {
h2 {
  margin-bottom: 0;
  margin-block-end: 5.25px;
  margin-block-start: 21px;
  margin-bottom: 5.25px;
  margin-inline-end: 0px;
  margin-inline-start: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 21px;
}
 
h1 {
  border-bottom: 1px solid #a2a9b1;
}
}


p {
p {
margin-top: 0;
  margin-block-end: 7px;
  margin-block-start: 7px;
  margin-bottom: 7px;
  margin-inlinde-end: 0px;
  margin-inline-start: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 7px;
}
 
.toc,
body {
padding: 10px;
font-family: @font-family-serif;
}
}