PublishingCSS:FiguringThingsOutTogether

From H&D Publishing Wiki
Revision as of 11:22, 27 September 2022 by Heerko (talk | contribs)
/* 

- Pagedjs
- Fonts
- Layouts

*/

/*
*** PAGEDJS ***
*/

@page {
	size: 170mm 240mm;
	margin: 10mm;
	padding: 10mm;
}

@page layout-title {
}


@page layout1 {
	margin-right: 40mm;
}

@page layout2 {
}

.title-image-wrap {
	page: layout-title;
}

.layout-1 {
	page: layout1;
}

.layout-2 {
	page: layout2;
}



/*
*** FONTS ***
*/

.font-authentic {
	font-family: Authentic, sans-serif
}

.font-authentic-condensed {
	font-family: Authentic-condensed, sans-serif;
	font-weight: 60
}

.font-authentic-condensed {
	font-family: Authentic-condensed, sans-serif;
	font-weight: 60
}

.font-le-murmure {
	font-family: le-murmure, sans-serif
}

.font-notcouriersans {
	font-family: Authentic, sans-serif
}

.font-solide-mirage-etroit {
	font-family: SolideMirageEtroit, sans-serif
}

.font-solide-mirage-mono {
	font-family: SolideMirageMono, sans-serif
}

.font-louise-regular {
	font-family: Louise-Regular, sans-serif
}

.font-sligoil-micro {
	font-family: Sligoil-Micro, sans-serif
}

/*
*** LAYOUTS ***
*/

/* LAYOUT 1  */
.layout-1 h3 {
	@include font-authentic();
	padding: 4pt 30pt 0;
	border-width: 1pt;
	border-radius: 30pt;
	border-color: black;
	border-style: solid;
	text-align: center;
	font-size: 54px;
	text-align: center;
	margin-bottom: 30pt; // space for the author float
}

.layout-1 	.author-wrap {
	display: flex;
	justify-content: end;
}

.layout-1 	.author {
	border-width: 1pt;	
	border-radius: 30pt;
	border-color: black;
	border-style: solid;
	text-align: center;
	font-size: 24px;
	padding: 10pt;
	// margin: -10mm -10mm 0 0;
	margin: 0mm -30mm 0 0;
	display: inline-flex;
}

/*.layout-1 	p {*/
/*	border: 1pt solid black;*/
/*	margin: 0;*/
/*	padding: 10pt;*/
/*}*/

/*.layout-1 	p:empty {*/
/*	border: none;*/
/*}*/

/* LAYOUT 2  */
.layout-2 {
	columns: 2;
}