Changes to poster export
parent
1179c8451b
commit
0b520856e4
@ -0,0 +1,97 @@
|
||||
@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, .adjective .word, .adverb .word {
|
||||
display: block;
|
||||
opacity: 0;
|
||||
width: 100%;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.adjective > .pos, .adverb > .pos {
|
||||
color: #8e445e;
|
||||
}
|
||||
|
||||
|
||||
/* ---
|
||||
|
||||
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;
|
||||
}
|
@ -0,0 +1,97 @@
|
||||
@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, .pronoun .word, .determiner .word, .to .word, .preposition .word {
|
||||
display: block;
|
||||
opacity: 0;
|
||||
width: 100%;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.pronoun > .pos, .determiner > .pos, .to > .pos, .preposition > .pos {
|
||||
color: #2f7f40;
|
||||
}
|
||||
|
||||
|
||||
/* ---
|
||||
|
||||
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;
|
||||
}
|
@ -0,0 +1,97 @@
|
||||
@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, .neutral .word {
|
||||
display: block;
|
||||
opacity: 0;
|
||||
width: 100%;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.neutral > .sentiment {
|
||||
color: #8491a5;
|
||||
}
|
||||
|
||||
|
||||
/* ---
|
||||
|
||||
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;
|
||||
}
|
@ -0,0 +1,97 @@
|
||||
@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 output/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;
|
||||
}
|
@ -0,0 +1,101 @@
|
||||
@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 output/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:hover, {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
Loading…
Reference in New Issue