|
|
|
|
@ -55,7 +55,7 @@ textarea#ta {
|
|
|
|
|
background-color: #cceeff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#mdnotes {
|
|
|
|
|
div#cheezenotes {
|
|
|
|
|
margin-top: 3rem;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
@ -70,27 +70,27 @@ div#mdnotes {
|
|
|
|
|
overflow-x: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#mdnotes div.mdnotes_line {
|
|
|
|
|
div#cheezenotes div.cheezenotes_line {
|
|
|
|
|
/* Pour firefox : white-space: pre; */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#mdnotes span.tokenfictif {
|
|
|
|
|
div#cheezenotes span.tokenfictif {
|
|
|
|
|
font-weight: 1;
|
|
|
|
|
color: #1353b3;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#mdnotes:focus {
|
|
|
|
|
div#cheezenotes:focus {
|
|
|
|
|
outline: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#mdnotes div.line {
|
|
|
|
|
div#cheezenotes div.line {
|
|
|
|
|
border-bottom: 1px solid #dddddd;
|
|
|
|
|
padding-top: 0rem;
|
|
|
|
|
margin-top: 0rem;
|
|
|
|
|
font-size: 8pt;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#mdnotes div.h1 {
|
|
|
|
|
div#cheezenotes div.h1 {
|
|
|
|
|
font-size: 3rem;
|
|
|
|
|
margin-top: 1.5rem;
|
|
|
|
|
margin-bottom: 1.3rem;
|
|
|
|
|
@ -98,26 +98,37 @@ div#mdnotes div.h1 {
|
|
|
|
|
border-bottom: 1px solid #dddddd;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#mdnotes div.h2 {
|
|
|
|
|
div#cheezenotes div.h2 {
|
|
|
|
|
font-size: 2.3rem;
|
|
|
|
|
margin-top: 1rem;
|
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#mdnotes div.h3 {
|
|
|
|
|
div#cheezenotes div.h3 {
|
|
|
|
|
font-size: 1.8rem;
|
|
|
|
|
margin-top: 0.8rem;
|
|
|
|
|
margin-bottom: 0.8rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#mdnotes div.h4 {
|
|
|
|
|
font-style: italic;
|
|
|
|
|
font-size: 1.4rem;
|
|
|
|
|
div#cheezenotes div.h4 {
|
|
|
|
|
font-size: 1.5rem;
|
|
|
|
|
margin-top: 0.5rem;
|
|
|
|
|
margin-bottom: 0.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#cheezenotes div.h5 {
|
|
|
|
|
font-size: 1.3rem;
|
|
|
|
|
margin-top: 0.5rem;
|
|
|
|
|
margin-bottom: 0.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#cheezenotes div.h6 {
|
|
|
|
|
font-size: 1.2rem;
|
|
|
|
|
margin-top: 0.5rem;
|
|
|
|
|
margin-bottom: 0.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#mdnotes div.bq1 {
|
|
|
|
|
div#cheezenotes div.bq1 {
|
|
|
|
|
padding-top: 0.3rem;
|
|
|
|
|
padding-bottom: 0.3rem;
|
|
|
|
|
padding-left: .9rem;
|
|
|
|
|
@ -125,7 +136,7 @@ div#mdnotes div.bq1 {
|
|
|
|
|
border-left: .3rem solid #446699;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#mdnotes div.bq2 {
|
|
|
|
|
div#cheezenotes div.bq2 {
|
|
|
|
|
padding-top: 0.3rem;
|
|
|
|
|
padding-bottom: 0.3rem;
|
|
|
|
|
padding-left: .6rem;
|
|
|
|
|
@ -133,7 +144,7 @@ div#mdnotes div.bq2 {
|
|
|
|
|
border-left: .6rem solid #5577aa;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#mdnotes div.bq3 {
|
|
|
|
|
div#cheezenotes div.bq3 {
|
|
|
|
|
padding-top: 0.3rem;
|
|
|
|
|
padding-bottom: 0.3rem;
|
|
|
|
|
padding-left: .3rem;
|
|
|
|
|
@ -141,111 +152,111 @@ div#mdnotes div.bq3 {
|
|
|
|
|
border-left: .9rem solid #6688bb;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#mdnotes div.ul1 { display:list-item; list-style-position: inside; padding-left: 2.2rem; padding-bottom: .2rem; padding-top: .2rem; }
|
|
|
|
|
div#mdnotes div.ul1.bq1 { padding-left: 1.9rem; }
|
|
|
|
|
div#mdnotes div.ul1.bq2 { padding-left: 1.6rem; }
|
|
|
|
|
div#mdnotes div.ul1.bq3 { padding-left: 1.3rem; }
|
|
|
|
|
div#cheezenotes div.ul1 { display:list-item; list-style-position: inside; padding-left: 2.2rem; padding-bottom: .2rem; padding-top: .2rem; }
|
|
|
|
|
div#cheezenotes div.ul1.bq1 { padding-left: 1.9rem; }
|
|
|
|
|
div#cheezenotes div.ul1.bq2 { padding-left: 1.6rem; }
|
|
|
|
|
div#cheezenotes div.ul1.bq3 { padding-left: 1.3rem; }
|
|
|
|
|
|
|
|
|
|
div#mdnotes div.ul2 { display:list-item; list-style-position: inside; list-style-type: circle; padding-left: 2.7rem; padding-bottom: .2rem; padding-top: .2rem; }
|
|
|
|
|
div#mdnotes div.ul2.bq1 { padding-left: 2.4rem; }
|
|
|
|
|
div#mdnotes div.ul2.bq2 { padding-left: 2.1rem; }
|
|
|
|
|
div#mdnotes div.ul2.bq3 { padding-left: 1.8rem; }
|
|
|
|
|
div#cheezenotes div.ul2 { display:list-item; list-style-position: inside; list-style-type: circle; padding-left: 2.7rem; padding-bottom: .2rem; padding-top: .2rem; }
|
|
|
|
|
div#cheezenotes div.ul2.bq1 { padding-left: 2.4rem; }
|
|
|
|
|
div#cheezenotes div.ul2.bq2 { padding-left: 2.1rem; }
|
|
|
|
|
div#cheezenotes div.ul2.bq3 { padding-left: 1.8rem; }
|
|
|
|
|
|
|
|
|
|
div#mdnotes div.ul3 { display:list-item; list-style-position: inside; list-style-type: square; padding-left: 3.2rem; padding-bottom: .2rem; padding-top: .2rem; }
|
|
|
|
|
div#mdnotes div.ul3.bq1 { padding-left: 2.9rem; }
|
|
|
|
|
div#mdnotes div.ul3.bq2 { padding-left: 2.6rem; }
|
|
|
|
|
div#mdnotes div.ul3.bq3 { padding-left: 2.3rem; }
|
|
|
|
|
div#cheezenotes div.ul3 { display:list-item; list-style-position: inside; list-style-type: square; padding-left: 3.2rem; padding-bottom: .2rem; padding-top: .2rem; }
|
|
|
|
|
div#cheezenotes div.ul3.bq1 { padding-left: 2.9rem; }
|
|
|
|
|
div#cheezenotes div.ul3.bq2 { padding-left: 2.6rem; }
|
|
|
|
|
div#cheezenotes div.ul3.bq3 { padding-left: 2.3rem; }
|
|
|
|
|
|
|
|
|
|
div#mdnotes div.ol1 { padding-left: 2.2rem; padding-bottom: .2rem; padding-top: .2rem; }
|
|
|
|
|
div#mdnotes div.ol1.bq1 { padding-left: 1.9rem; }
|
|
|
|
|
div#mdnotes div.ol1.bq2 { padding-left: 1.6rem; }
|
|
|
|
|
div#mdnotes div.ol1.bq3 { padding-left: 1.3rem; }
|
|
|
|
|
div#cheezenotes div.ol1 { padding-left: 2.2rem; padding-bottom: .2rem; padding-top: .2rem; }
|
|
|
|
|
div#cheezenotes div.ol1.bq1 { padding-left: 1.9rem; }
|
|
|
|
|
div#cheezenotes div.ol1.bq2 { padding-left: 1.6rem; }
|
|
|
|
|
div#cheezenotes div.ol1.bq3 { padding-left: 1.3rem; }
|
|
|
|
|
|
|
|
|
|
div#mdnotes div.ol2 { padding-left: 2.7rem; padding-bottom: .2rem; padding-top: .2rem; }
|
|
|
|
|
div#mdnotes div.ol2.bq1 { padding-left: 2.4rem; }
|
|
|
|
|
div#mdnotes div.ol2.bq2 { padding-left: 2.1rem; }
|
|
|
|
|
div#mdnotes div.ol2.bq3 { padding-left: 1.8rem; }
|
|
|
|
|
div#cheezenotes div.ol2 { padding-left: 2.7rem; padding-bottom: .2rem; padding-top: .2rem; }
|
|
|
|
|
div#cheezenotes div.ol2.bq1 { padding-left: 2.4rem; }
|
|
|
|
|
div#cheezenotes div.ol2.bq2 { padding-left: 2.1rem; }
|
|
|
|
|
div#cheezenotes div.ol2.bq3 { padding-left: 1.8rem; }
|
|
|
|
|
|
|
|
|
|
div#mdnotes div.ol3 { padding-left: 3.2rem; padding-bottom: .2rem; padding-top: .2rem; }
|
|
|
|
|
div#mdnotes div.ol3.bq1 { padding-left: 2.9rem; }
|
|
|
|
|
div#mdnotes div.ol3.bq2 { padding-left: 2.6rem; }
|
|
|
|
|
div#mdnotes div.ol3.bq3 { padding-left: 2.3rem; }
|
|
|
|
|
div#cheezenotes div.ol3 { padding-left: 3.2rem; padding-bottom: .2rem; padding-top: .2rem; }
|
|
|
|
|
div#cheezenotes div.ol3.bq1 { padding-left: 2.9rem; }
|
|
|
|
|
div#cheezenotes div.ol3.bq2 { padding-left: 2.6rem; }
|
|
|
|
|
div#cheezenotes div.ol3.bq3 { padding-left: 2.3rem; }
|
|
|
|
|
|
|
|
|
|
div#mdnotes span.oltoken {
|
|
|
|
|
div#cheezenotes span.oltoken {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 2rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#mdnotes span.lefttablespacer {
|
|
|
|
|
div#cheezenotes span.lefttablespacer {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#mdnotes span.righttablespacer {
|
|
|
|
|
div#cheezenotes span.righttablespacer {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#mdnotes div.tablerow {
|
|
|
|
|
div#cheezenotes div.tablerow {
|
|
|
|
|
margin-top: .5rem;
|
|
|
|
|
margin-bottom: .9rem;
|
|
|
|
|
overflow-x: visible;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#mdnotes span.tablerow {
|
|
|
|
|
div#cheezenotes span.tablerow {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow-x: visible;
|
|
|
|
|
border-bottom: 1px solid #dddddd;
|
|
|
|
|
padding-bottom: 0.4rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#mdnotes div.firsttablerow {
|
|
|
|
|
div#cheezenotes div.firsttablerow {
|
|
|
|
|
margin-top: 1.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#mdnotes div.firsttablerow span.tablerow {
|
|
|
|
|
div#cheezenotes div.firsttablerow span.tablerow {
|
|
|
|
|
margin-bottom: 1.5rem;
|
|
|
|
|
border-bottom: 1px solid #666666;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#mdnotes div.lasttablerow {
|
|
|
|
|
div#cheezenotes div.lasttablerow {
|
|
|
|
|
margin-bottom: 1.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#mdnotes div.lasttablerow span.tablerow {
|
|
|
|
|
div#cheezenotes div.lasttablerow span.tablerow {
|
|
|
|
|
margin-bottom: 1.5rem;
|
|
|
|
|
border-bottom: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
div#mdnotes div.mdnotes_line span.token {
|
|
|
|
|
div#cheezenotes div.cheezenotes_line span.token {
|
|
|
|
|
font-weight: 1;
|
|
|
|
|
color: #1353b3;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#mdnotes div.mdnotes_line span.token {
|
|
|
|
|
div#cheezenotes div.cheezenotes_line span.token {
|
|
|
|
|
font-size: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#mdnotes:focus div.mdnotes_line span.token {
|
|
|
|
|
div#cheezenotes:focus div.cheezenotes_line span.token {
|
|
|
|
|
font-size: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#mdnotes div.body {
|
|
|
|
|
div#cheezenotes div.body {
|
|
|
|
|
margin-top: 0.5rem;
|
|
|
|
|
margin-bottom: 0.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#mdnotes span.bold {
|
|
|
|
|
div#cheezenotes span.bold {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#mdnotes span.italic {
|
|
|
|
|
div#cheezenotes span.italic {
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#mdnotes span.mono {
|
|
|
|
|
div#cheezenotes span.mono {
|
|
|
|
|
font-family: monospace;
|
|
|
|
|
color: #885511;
|
|
|
|
|
color: #555555;
|
|
|
|
|
}
|