You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

99 lines
1.4 KiB
CSS

@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, .stopword .word {
display: block;
opacity: 0;
width: 100%;
font-size: 1rem;
}
.stopword > .wordtype {
color: #b83e54;
}
/* ---
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;
}