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.
29 lines
525 B
CSS
29 lines
525 B
CSS
.loops{
|
|
margin-left: -15mm;
|
|
padding-left: 40mm;
|
|
background-image: url('../img/loopstest.png');
|
|
background-size: 35mm 180mm;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.pagedjs_right_page .loops{
|
|
margin-left: 0;
|
|
margin-right:-15mm;
|
|
padding-left:0;
|
|
padding-right: 40mm;
|
|
background-position:right;
|
|
}
|
|
.loops .margin-note{
|
|
background-color: white;
|
|
position: absolute;
|
|
margin-left: 15mm;
|
|
padding: 5mm 0;
|
|
/* text-align-last: justify;*/
|
|
}
|
|
.loops .note-call{
|
|
display: none;
|
|
}
|
|
.loops .note-marker::before{
|
|
display: none;
|
|
}
|
|
|