body{ --txt-font-size: 1.2rem } .editor{ position: relative; } .editor-main { width: 800px; margin: auto; } .editor__content { margin: auto; margin-top: 100px; line-height: 1.58; text-rendering: optimizelegibility; font-size: var(--txt-font-size); } /* MOTS */ /*// — Mot - Accronyme*/ .acronym{ color: pink; } /*// — Mot - Etranger*/ .foreign{ color: red; } /* NOMS */ /*// — Nom - Auteur - Citation*/ .author-quotation{ color : yellow; } /*// — Nom - Auteur - Œuvre*/ .author-work{ color: orange; } /*// — Nom - Marque*/ .brand{ color: coral; } .work{ color: brown; } /*// — Nom - Propre*/ .proper-noun{ color: darkorange; } /* NOMBRES */ /*// — Numeral - Chapitre*/ .chapter{ color: blue; } /*// — Numeral - Date*/ .date{ color: aqua; } /*// — Numeral - Siecle*/ .century{ color: cornflowerblue; } /*TYPO */ /*// — Typo - Exposant*/ .superscript{ color: green; font-variant-position: super; } /*// — Typo - Indice*/ .subscript{ color:chartreuse; font-variant-position: sub; } /*// — Typo - Particulier*/ p:nth-child(1){ text-indent: 75px; } @import '~gutenberg-css' print; @media print { /*@import '~gutenberg-css';*/ /*body {*/ /*margin: 0;*/ /*}*/ /*@page {*/ /*margin: 1cm;*/ /*}*/ /*#dedediteur {*/ /*font-size: 14pt;*/ /*color: red;*/ /*}*/ #file_actions, .menubar, .paragraph-menubar *, .bottom-bar * { display: none; border: none; } }