UnfoldingCSS:Critical Consideration Postcards: Difference between revisions

From titipi
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
@page{
@page{
margin: 17mm 15mm 19mm 15mm;
size: 148mm 210mm;
    margin: 17mm 15mm 13mm 15mm;
}
}


img {}
div.pagebreak{
    page-break-after: always;
}
 
.vertical img {width: 100%; height: 100%;}
.horizontal img {width: 100%; height: auto;}


.gallerytext {width: 60%;}
.gallerytext {}


@font-face {
@font-face {
Line 15: Line 21:
}
}


@font-face {
  font-family: 'windy';
  src: url('/wiki/images/7/7b/SpookySquiggles-LLwG.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


body {font-family: poppinsregular;}
body {font-family: windy;}
ul, li {list-style: none; margin: none; padding: none}
ul, li {list-style: none; margin: none; padding: none}
p {margin-top: 0; margin-bottom: 3em; font-size: 0.8em;}
p {margin-top: 0; margin-bottom: 3em; font-size: 0.8em;}

Latest revision as of 14:45, 18 May 2025

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

div.pagebreak{
    page-break-after: always;
}

.vertical img {width: 100%; height: 100%;}
.horizontal img {width: 100%; height: auto;}

.gallerytext {}

@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;
}

@font-face {
  font-family: 'windy';
  src: url('/wiki/images/7/7b/SpookySquiggles-LLwG.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {font-family: windy;}
ul, li {list-style: none; margin: none; padding: none}
p {margin-top: 0; margin-bottom: 3em; font-size: 0.8em;}