Attendize/public/assets/stylesheet/ticket.css

104 lines
1.7 KiB
CSS
Raw Normal View History

2016-03-21 20:11:03 +00:00
.ticket {
/*page-break-after: always;*/
padding: 10px;
border: 1px solid #000;
width: 700px;
margin: 0 auto;
margin-top: 20px;
background: #000;
position: relative;
height: 330px;
font-size: 12px;
color: #999;
border-left-width: 3px;
border-left-color: #000;
overflow: hidden;
}
.ticket table {
width: 100%;
}
.ticket h1 {
margin-bottom: 5px;
margin-top: 0px;
}
.ticket hr {
border: none;
border-bottom: 1px solid #ccc;
margin: 5px 0;
}
.ticket .barcode {
width: 150px;
height: 150px;
position: absolute;
2016-03-21 23:42:11 +00:00
left: 0px;
2016-03-21 20:11:03 +00:00
bottom: 85px;
overflow: hidden;
padding: 10px;
border: 1px solid #000;
border-left: none;
background-color: #fdfdfd;
}
.ticket .barcode_vertical {
position: absolute;
right: 100px;
2016-03-21 20:11:03 +00:00
top: 171px;
width: 300px;
}
.ticket .barcode_vertical svg {
width:300px;
2016-03-21 20:11:03 +00:00
}
.ticket .top_barcode {
margin-bottom: 15px;
}
.ticket h4 {
font-size: 17px;
margin: 6px auto;
text-transform: uppercase;
color: #999;
}
.ticket .event_details, .ticket .attendee_details {
position: absolute;
top: 15px;
}
.ticket .event_details {
left: 175px;
overflow: hidden;
max-width: 210px;
white-space: nowrap;
text-overflow: ellipsis;
top: 50px;
}
.ticket .attendee_details {
left: 390px;
overflow: hidden;
max-width: 195px;
white-space: nowrap;
text-overflow: ellipsis;
top: 50px;
}
.ticket .logo {
position: absolute;
2016-03-21 23:42:11 +00:00
right: 0px;
top: 0px;
2016-03-21 20:11:03 +00:00
border: 1px solid #000;
border-top: none;
border-right: none;
padding: 5px;
text-align: center;
}
.ticket .logo img {
max-width: 110px;
}