67 lines
966 B
CSS
67 lines
966 B
CSS
img {
|
|
max-height: 1000px;
|
|
max-width: 800px;
|
|
}
|
|
|
|
.mt-5 {
|
|
margin-top: 5rem;
|
|
}
|
|
|
|
/*
|
|
|
|
|
|
font-family: 'Lobster', cursive;
|
|
|
|
font-family: 'Dancing Script', cursive;
|
|
|
|
font-family: 'Amatic SC', cursive;
|
|
|
|
font-family: 'Ranga', cursive;
|
|
|
|
font-family: 'Great Vibes', cursive;
|
|
|
|
font-family: 'Caveat', cursive;
|
|
|
|
font-family: 'Arapey', serif;
|
|
|
|
*/
|
|
|
|
img {
|
|
max-height: 1000px;
|
|
max-width: 800px;
|
|
}
|
|
|
|
.mt-5 {
|
|
margin-top: 5rem;
|
|
}
|
|
|
|
.pt-10 {
|
|
padding: 10px 10px;
|
|
}
|
|
|
|
.span_user_msg {
|
|
font-size: 18px;
|
|
font-family: 'Ranga', cursive;
|
|
color: black;
|
|
padding: 15px 10px;
|
|
margin: 20px 10px;
|
|
}
|
|
|
|
.pdfcontent, .pdfcontent > div {
|
|
text-align:center;
|
|
width: 1124px;
|
|
height: 1590px;
|
|
border: none;
|
|
background-color: #ffffff;
|
|
/*background: lightblue url("/images/bg.jpg") no-repeat fixed center;*/
|
|
}
|
|
|
|
.pdfcontent > * {
|
|
padding: 10px 5px;
|
|
margin: auto;
|
|
}
|
|
|
|
.border_stashed {
|
|
border-style: dotted;
|
|
}
|