2016-11-19 21:10:26 +00:00
|
|
|
/*
|
|
|
|
|
* ---------
|
|
|
|
|
* Variables
|
|
|
|
|
* ---------
|
|
|
|
|
*/
|
|
|
|
|
.color-primary {
|
|
|
|
|
color: #662483!important;
|
|
|
|
|
}
|
|
|
|
|
.color-alt {
|
|
|
|
|
color: #f39200!important;
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-15 09:45:41 +00:00
|
|
|
/*
|
|
|
|
|
* ---------
|
|
|
|
|
* Global
|
|
|
|
|
* ---------
|
|
|
|
|
*/
|
2016-11-19 21:10:26 +00:00
|
|
|
|
2016-03-21 20:11:03 +00:00
|
|
|
.ticket table {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ticket h1 {
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-15 09:45:41 +00:00
|
|
|
.ticket h4 {
|
|
|
|
|
font-size: 17px;
|
|
|
|
|
margin: 6px auto;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
color: #999;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2016-03-21 20:11:03 +00:00
|
|
|
.ticket hr {
|
|
|
|
|
border: none;
|
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
|
margin: 5px 0;
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-19 21:10:26 +00:00
|
|
|
.ticket .b-l-2{
|
|
|
|
|
border-left: 2px solid #000;
|
2016-11-15 09:45:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* ---------
|
|
|
|
|
* No-Sponsors
|
|
|
|
|
* ---------
|
|
|
|
|
*/
|
|
|
|
|
.ticket.no-sponsors {
|
|
|
|
|
padding: 10px;
|
|
|
|
|
border: 1px solid #000;
|
|
|
|
|
width: 700px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
position: relative;
|
|
|
|
|
height: 330px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: #999;
|
|
|
|
|
border-left-width: 3px;
|
|
|
|
|
border-left-color: #000;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ticket.no-sponsors .barcode {
|
2016-03-21 20:11:03 +00:00
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-15 09:45:41 +00:00
|
|
|
.ticket.no-sponsors .barcode_vertical {
|
2016-07-07 14:50:39 +00:00
|
|
|
display: block;
|
|
|
|
|
-moz-transform: rotate(-90deg);
|
|
|
|
|
-ms-transform: rotate(-90deg);
|
|
|
|
|
-o-transform: rotate(-90deg);
|
|
|
|
|
-webkit-transform: rotate(-90deg);
|
2016-03-21 20:11:03 +00:00
|
|
|
position: absolute;
|
2016-07-07 14:50:39 +00:00
|
|
|
right: -38px;
|
|
|
|
|
bottom: 79px;
|
|
|
|
|
width: 192px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
background: #fff;
|
2016-03-21 20:11:03 +00:00
|
|
|
}
|
|
|
|
|
|
2016-11-15 09:45:41 +00:00
|
|
|
.ticket.no-sponsors .event_details, .ticket.no-sponsors .attendee_details {
|
2016-03-21 20:11:03 +00:00
|
|
|
position: absolute;
|
|
|
|
|
top: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-15 09:45:41 +00:00
|
|
|
.ticket.no-sponsors .event_details {
|
2016-03-21 20:11:03 +00:00
|
|
|
left: 175px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
max-width: 210px;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
top: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-15 09:45:41 +00:00
|
|
|
.ticket.no-sponsors .attendee_details {
|
2016-03-21 20:11:03 +00:00
|
|
|
left: 390px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
max-width: 195px;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
top: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-15 09:45:41 +00:00
|
|
|
.ticket.no-sponsors .logo {
|
2016-03-21 20:11:03 +00:00
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-15 09:45:41 +00:00
|
|
|
.ticket.no-sponsors .logo img {
|
2016-03-21 20:11:03 +00:00
|
|
|
max-width: 110px;
|
2016-11-15 09:45:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* ---------
|
|
|
|
|
* Sponsors
|
|
|
|
|
* ---------
|
|
|
|
|
*/
|
|
|
|
|
|
2016-11-19 21:10:26 +00:00
|
|
|
.ticket.sponsors h4{
|
2016-11-19 21:38:38 +00:00
|
|
|
margin-top: 4rem;
|
2016-11-19 21:10:26 +00:00
|
|
|
color:#000;
|
|
|
|
|
font-weight:800;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ticket.sponsors span, .ticket.sponsors p{
|
|
|
|
|
margin:0;
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-15 09:45:41 +00:00
|
|
|
.ticket.sponsors {
|
|
|
|
|
page-break-after: always;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
background: #fff;
|
|
|
|
|
position: relative;
|
|
|
|
|
height: auto;
|
|
|
|
|
font-size: 14px;
|
2016-11-19 21:10:26 +00:00
|
|
|
color:#000;
|
2016-11-15 09:45:41 +00:00
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ticket.sponsors .header {
|
|
|
|
|
height: 150px;
|
|
|
|
|
position: relative;
|
2016-11-15 11:54:52 +00:00
|
|
|
margin-bottom:20px;
|
2016-11-15 09:45:41 +00:00
|
|
|
font-size: 7rem;
|
|
|
|
|
line-height: 75px;
|
2016-11-19 21:10:26 +00:00
|
|
|
font-weight:300;
|
2016-11-15 11:54:52 +00:00
|
|
|
}
|
|
|
|
|
|
2016-11-19 21:10:26 +00:00
|
|
|
.ticket.sponsors .ticket-type{
|
|
|
|
|
font-size:3rem;
|
|
|
|
|
margin-bottom:0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ticket.sponsors .event-title{
|
|
|
|
|
line-height:30px;
|
|
|
|
|
font-weight:500;
|
2016-11-15 09:45:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ticket.sponsors .barcode {
|
2016-11-19 21:10:26 +00:00
|
|
|
margin-top: 30px;
|
2016-11-15 09:45:41 +00:00
|
|
|
text-align: center;
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-19 21:10:26 +00:00
|
|
|
.ticket.sponsors .body {
|
|
|
|
|
position: relative;
|
|
|
|
|
padding-bottom: 5rem;
|
2016-11-15 09:45:41 +00:00
|
|
|
}
|
|
|
|
|
|
2016-11-19 21:38:38 +00:00
|
|
|
.ticket.sponsors .body h4,
|
|
|
|
|
.ticket.sponsors .body span
|
|
|
|
|
.ticket.sponsors .body p{
|
|
|
|
|
line-height:.3rem;
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-19 21:10:26 +00:00
|
|
|
.ticket.sponsors .ticket-data{
|
|
|
|
|
padding-bottom: 2rem;
|
2016-11-19 21:38:38 +00:00
|
|
|
padding-left: 3rem;
|
2016-11-15 11:54:52 +00:00
|
|
|
}
|
|
|
|
|
|
2016-11-19 21:10:26 +00:00
|
|
|
.ticket.sponsors .logo{
|
|
|
|
|
text-align: center;
|
2016-11-15 11:54:52 +00:00
|
|
|
}
|
|
|
|
|
|
2016-11-19 21:10:26 +00:00
|
|
|
.ticket.sponsors .logo img {
|
|
|
|
|
height: 200px;
|
2016-11-15 09:45:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ticket.sponsors .footer {
|
|
|
|
|
text-align: center;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-19 21:10:26 +00:00
|
|
|
.ticket.sponsors .sponsor{
|
|
|
|
|
height: 10rem;
|
2016-11-19 21:38:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ticket.sponsors .sponsor:nth-child(1),
|
|
|
|
|
.ticket.sponsors .sponsor:nth-child(2){
|
|
|
|
|
margin:30px 0;
|
2016-11-15 09:45:41 +00:00
|
|
|
}
|
|
|
|
|
|
2016-11-19 21:10:26 +00:00
|
|
|
.ticket.sponsors .footer img {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
max-height: 100%;
|
|
|
|
|
height:auto;
|
2016-03-21 20:11:03 +00:00
|
|
|
}
|