UnfoldingCSS:A TITiPI bulletin on Microsoft and Israel: Difference between revisions

From titipi
Jump to navigation Jump to search
No edit summary
Tag: Manual revert
mNo edit summary
Line 4: Line 4:


img {max-width: 900px; float: none;}
img {max-width: 900px; float: none;}
@page{
size: 148mm 210mm;
margin: 17mm 15mm 19mm 15mm;
@bottom-center{
margin-top: -4mm;
font-family: 'B.S.-Regular';
font-size: 9pt;
content: counter(page);
}
      @footnote {
          float: bottom;
          border-top: solid #222 thin;
          padding-top: 8pt;
          font-family: 'B.S.-Regular';
font-size: 8pt;
      }
}

Revision as of 10:48, 17 October 2025

body {margin: auto; line-height: 1.4em; max-width: 900px; padding: 1.5em 1em;}

h2 {font-size: 1.8em; line-height: 1.3em;}

img {max-width: 900px; float: none;}

@page{
	size: 148mm 210mm;
	margin: 17mm 15mm 19mm 15mm;

	@bottom-center{
		margin-top: -4mm;
		font-family: 'B.S.-Regular';
		font-size: 9pt;
		content: counter(page);
	}
       @footnote {
           float: bottom;
           border-top: solid #222 thin;
           padding-top: 8pt;
           font-family: 'B.S.-Regular';
font-size: 8pt;
       }

}