You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
676 B
44 lines
676 B
/* --------- */
|
|
/* text-scan */
|
|
#wrapper{
|
|
width: calc(100% - 0em);
|
|
}
|
|
div#crossings, div#sentences, div#ADJ, div#PRE{
|
|
position: relative;
|
|
display: inline-block;
|
|
width: calc(50% - 1.5em);
|
|
top:0;
|
|
left: 0;
|
|
margin:0 1em 2em 0;
|
|
padding:0;
|
|
vertical-align: top;
|
|
font-size: 90%;
|
|
}
|
|
div#crossings{
|
|
float: right;
|
|
}
|
|
div#txtfiles{
|
|
position: absolute;
|
|
width:200px;
|
|
top:0;
|
|
right: 40px;
|
|
}
|
|
div.sentence{
|
|
margin:-0.5em 0 0;
|
|
}
|
|
strong.query{
|
|
display: inline;
|
|
width: 100%;
|
|
height: 12em;
|
|
margin:10em -6em -10.5em -6em;
|
|
padding: 10em 6em;
|
|
text-align: center;
|
|
}
|
|
small, sup{
|
|
font-family: monospace;
|
|
font-size: 10pt;
|
|
}
|
|
div.sentence small{
|
|
display: block;
|
|
margin-bottom: 5em;
|
|
}
|