UnfoldingCSS:Infrastructural Interactions: Difference between revisions

From titipi
Jump to navigation Jump to search
No edit summary
No edit summary
Line 211: Line 211:
}
}


li:nth-child(10n+1):before{
ul li:nth-child(10n+1):before{
   content: "a";
   content: "a";
}
}
li:nth-child(10n+2):before{
ul li:nth-child(10n+2):before{
   content: "f";
   content: "f";
}
}
li:nth-child(10n+3):before{
ul li:nth-child(10n+3):before{
   content: "h";
   content: "h";
}
}
li:nth-child(10n+4):before{
ul li:nth-child(10n+4):before{
   content: "i";
   content: "i";
}
}
li:nth-child(10n+5):before{
ul li:nth-child(10n+5):before{
   content: "j";
   content: "j";
}
}
li:nth-child(10n+6):before{
ul li:nth-child(10n+6):before{
   content: "m";
   content: "m";
}
}
li:nth-child(10n+7):before{
ul li:nth-child(10n+7):before{
   content: "n";
   content: "n";
}
}
li:nth-child(10n+8):before{
ul li:nth-child(10n+8):before{
   content: "o";
   content: "o";
}
}
li:nth-child(10n+9):before{
ul li:nth-child(10n+9):before{
   content: "p";
   content: "p";
}
}
li:nth-child(10n):before{
ul li:nth-child(10n):before{
   content: "q";
   content: "q";
}
}

Revision as of 15:02, 20 October 2021


@font-face {
    font-family: 'Fourmi';
    src: url('/wiki/images/7/7c/Fourmi.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'anthony';
    src: url('/wiki/images/c/ce/Anthony.woff2') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'authenticond';
    src: url('/wiki/images/2/27/AUTHENTICSans-Condensed-60.woff2') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'authenticond';
    src: url('/wiki/images/5/57/AUTHENTICSans-Condensed-90.woff2') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'authentic';
    src: url('/wiki/images/8/87/AUTHENTICSans-60.woff2') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'authentic';
    src: url('/wiki/images/9/94/AUTHENTICSans-90.woff2') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'herbier';
    src: url('/wiki/images/a/a8/Herbier.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

:root{
	--font-size: 11pt;
}


@page{
	size: 152.4mm 228.6mm;
	margin: 15mm 20mm 10mm 20mm;

	@top-center{
	     content: string(contributiontitle);
             font-family: Fourmi;
             font-size: 18pt;
             overflow: visible;
             white-space: nowrap;
             margin-left: -15mm;
             margin-right: -15mm;
	}
	@bottom-center{
		margin-top: -4mm;
		font-family: 'authenticond';
                font-weight: 500;
		font-size: 9pt;
		content: counter(page);
	}
}
@page:first{
	margin: 5mm 5mm 5mm 5mm;

	background-color: yellow;
	
	@top-left{
		content: "";
	}
	@top-center{
		content: "";
	}
        @bottom-center{
                font-family: 'Fourmi';
        }
} 
page:blank{
	background-color: blue;
	
	@top-left{
		content: "";
	}
	@top-center{
		content: "";
	}
	@top-center{
		content: "";
	}
}

body{
	font-size: var(--font-size);
	line-height: 1.6;
        font-family: 'authentic';
}

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

div.cover{
}
	div.cover h1,
	div.cover ul li{
		font-size: 18pt;
		line-height: 1.25;
		color: yellow;
		font-weight: bold;
	}
	div.cover ul li{
		list-style: none;
		margin-bottom: 0.5em;
		width: 80mm;
	}
div.section{
	page-break-before: right;
}
div.introduction, 
div.contribution{
	page-break-before: right; 
}

/* general elements*/
h1{
        color:black;
	string-set: sectiontitle content(text); 
	font-size: 150pt;
	line-height: 0.85;
	margin: 0;
        margin-left: 32pt;
	word-break: break-all;
        font-family: 'Fourmi';
        display:inline;
}
h2{
	string-set: contributiontitle content(text); 
	margin: 0 0 32pt 0;
}
h3, h4, h5, h6{
    margin: 0 0 1em 0;
    page-break-after: avoid;
}
p{
    margin: 0 0 1em 0;
}
.thumb{
    /* image caption */
    font-size: 10pt;
    line-height: 1.25;
    margin: 24pt 16pt 16pt 16pt;
    page-break-inside: avoid;
}
img{
    position: relative;
    display: block;
    max-width: 100mm;
    height: auto;
    margin: 0 0 8pt 0;
}
pre{
    font-size: 8pt;
    line-height: 1.8;
    white-space: normal;
    margin: 16pt 16pt;
}
table{
    width: 100%;
}
sup{
    line-height: 0;
}
a,
a:visited,
a:active,
a:hover{
    color: inherit;
    text-decoration: none;
    font-weight: 500;
}

/* specific details */
a.external{
    word-break: break-all;
}

ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

ul li {
  padding-left: 1em;
  text-indent: -1em;
}

ul li:before {
  font-family: 'herbier';
  content: "a";
  padding-right: 5px;
}

ul li:nth-child(10n+1):before{
  content: "a";
}
ul li:nth-child(10n+2):before{
  content: "f";
}
ul li:nth-child(10n+3):before{
  content: "h";
}
ul li:nth-child(10n+4):before{
  content: "i";
}
ul li:nth-child(10n+5):before{
  content: "j";
}
ul li:nth-child(10n+6):before{
  content: "m";
}
ul li:nth-child(10n+7):before{
  content: "n";
}
ul li:nth-child(10n+8):before{
  content: "o";
}
ul li:nth-child(10n+9):before{
  content: "p";
}
ul li:nth-child(10n):before{
  content: "q";
}
ul li ul li:before{
     font-family:'authentic';
     content:'\26AC' !important;
}