Notebook-stylesheet.css

From XPUB & Lens-Based wiki
Revision as of 16:12, 21 November 2023 by Manetta (talk | contribs) (Created page with "@page{ size: A5; margin: 5mm 8mm; } body{ font-size: 10px; line-height: 1.6; } div#toc{ columns: 2 auto; } div#toc ul{ margin: 0; padding: 0; } div#toc ul li{ margin: 0; margin-left: 1.5em; padding: 0; list-style: none; } div#toc h2#mw-toc-heading{ display: none; } pre{ white-space: pre-wrap; } img{ width: 100mm; } h1, h2, h3, h4, h5, h6 { break-after: avoid; } h1{ font-size: 300%; border: 5px groove; border-radius: 25px; padding: 0.15em 0.75em; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
@page{
	size: A5;
	margin: 5mm 8mm; 
}
body{
	font-size: 10px;
	line-height: 1.6;
}
div#toc{
	columns: 2 auto;
}
div#toc ul{
	margin: 0;
	padding: 0;
}
div#toc ul li{
	margin: 0;
	margin-left: 1.5em;
	padding: 0;
	list-style: none;
}
div#toc h2#mw-toc-heading{
	display: none;
}
pre{
	white-space: pre-wrap;
}
img{
	width: 100mm;
}
h1, h2, h3, h4, h5, h6 {
	break-after: avoid;
}
h1{
	font-size: 300%;
	border: 5px groove;
	border-radius: 25px;
	padding: 0.15em 0.75em; 
}