@page { /* dimensions for the whole page */ size: 297mm 420mm; margin: 7rem 2rem 7rem 2rem; background-color: #d9d9d6; /* To emulate #dfdfdf on print at PZI Canon MFP */ position: absolute; display: table; @bottom-center { content: 'make reading_structure'; font-family: 'Ubuntu Mono', monospace; white-space: pre; color: #000; padding-bottom: 3em; } } /* --- ELEMENTS TO CHANGE HIDDEN WORDS AND ACCENT COLOR --- */ span.word_label, .noun .word { display: block; opacity: 0; width: 100%; font-size: 1rem; } .noun > .pos { color: #003cb3; } /* --- BASIC ELEMENTS --- */ body { background-color: transparent !important; font-size: 20px; } .container { margin: 0 auto; padding: 3rem 2.5rem; max-width: 100% !important; height: 100px !important; background-color: transparent !important; border: none !important; } span.wrapper { display: inline-block; font-family: 'PT Serif', serif; font-size: 1.5rem; text-align:center; position: relative; margin-bottom: 1rem; color: #000; } .action-container { display: none; } /* --- ELEMENTS IN .WRAPPER --- */ .word, .tag { display: block; position: relative; margin: 0 auto; clear:both; } .word { margin-top: 0.2rem; } span.invisible { } span.tag { color: #fff; font-family: 'Ubuntu Mono', monospace; font-size: 0.8rem; }