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

From titipi
Jump to navigation Jump to search
No edit summary
Tag: Reverted
mNo edit summary
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
@font-face {
    font-family: 'poppinsregular';
    src: url('https://titipi.org/wiki/images/1/1b/BBBPoppinsTN-DisplayRegular.woff') format('woff'),
    src: url('https://titipi.org/wiki/images/8/8e/BBBPoppinsTN-DisplayRegular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
body {margin: auto; line-height: 1.4em; max-width: 900px; padding: 1.5em 1em;}
body {margin: auto; line-height: 1.4em; max-width: 900px; padding: 1.5em 1em;}


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


img {width 500px; float: none;}
img {float: none; width: 100%; height: 100%}
 
@page{
size: 148mm 210mm;
margin: 17mm 15mm 19mm 15mm;
 
@bottom-center{
margin-top: -4mm;
font-family: 'poppinsregular';
font-size: 9pt;
content: counter(page);
}
      @footnote {
          float: bottom;
          border-top: solid #222 thin;
          padding-top: 8pt;
          font-family: 'poppinsregular';
font-size: 8pt;
      }
 
}

Latest revision as of 10:57, 17 October 2025


@font-face {
    font-family: 'poppinsregular';
    src: url('https://titipi.org/wiki/images/1/1b/BBBPoppinsTN-DisplayRegular.woff') format('woff'),
    src: url('https://titipi.org/wiki/images/8/8e/BBBPoppinsTN-DisplayRegular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

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

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

img {float: none; width: 100%; height: 100%}

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

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

}