382 lines
6.4 KiB
Plaintext
382 lines
6.4 KiB
Plaintext
@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,400,300);
|
|
@import url(https://fonts.googleapis.com/css?family=Roboto:300,100);
|
|
|
|
body {
|
|
font-family: 'Open Sans', sans-serif;
|
|
}
|
|
|
|
table {
|
|
margin: 0;
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
.container {
|
|
width: 960px;
|
|
}
|
|
}
|
|
|
|
section.container {
|
|
padding: 40px;
|
|
background-color: #ffffff;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.section_head {
|
|
border: none !important;
|
|
font-size: 35px;
|
|
text-align: center;
|
|
margin: 0;
|
|
margin-bottom: 30px;
|
|
letter-spacing: .2em;
|
|
font-weight: 200;
|
|
}
|
|
|
|
.section_head h1 {
|
|
margin: 0;
|
|
font-weight: 100;
|
|
text-align: center;
|
|
}
|
|
|
|
section {
|
|
color: #666;
|
|
}
|
|
|
|
section .content {
|
|
/*padding: 40px 0 40px 0;*/
|
|
}
|
|
|
|
section h1 {
|
|
|
|
}
|
|
|
|
#organiser_page_wrap {
|
|
#intro {
|
|
position: relative;
|
|
text-align: center;
|
|
font-weight: 100;
|
|
padding: 20px 0 20px 0;
|
|
border: none;
|
|
margin-bottom: 0;
|
|
margin-top: 20px;
|
|
color:#fff !important;
|
|
background-color: #AF5050 !important;
|
|
}
|
|
|
|
.organiser_logo {
|
|
max-width: 150px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.organiser_logo .thumbnail {
|
|
background-color: transparent;
|
|
border: none;
|
|
}
|
|
}
|
|
|
|
#event_page_wrap {
|
|
|
|
background: rgba(0, 0, 0, .4);
|
|
|
|
#organiserHead {
|
|
text-align: center;
|
|
color: #fff;
|
|
border: none;
|
|
font-size: 15px;
|
|
opacity: .6;
|
|
transition: all 0.15s ease-in-out;
|
|
background: rgba(0, 0, 0, .4);
|
|
line-height: 30px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#organiserHead:hover {
|
|
opacity: 1;
|
|
}
|
|
|
|
#intro {
|
|
position: relative;
|
|
text-align: center;
|
|
font-weight: 100;
|
|
padding: 20px 0 20px 0;
|
|
color: #ffffff;
|
|
border: none;
|
|
background-color: transparent;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
#intro h1 {
|
|
/*display: inline-block;*/
|
|
position: relative;
|
|
padding: 10px 10px;
|
|
/*background: rgba(0,0,0,0.4);*/
|
|
margin: 0;
|
|
font-weight: 400;
|
|
font-size: 60px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
#intro .event_date {
|
|
font-size: 15px;
|
|
padding: 10px;
|
|
font-weight: 500;
|
|
}
|
|
|
|
#intro .event_venue {
|
|
font-size: 19px;
|
|
}
|
|
|
|
#intro .event_buttons {
|
|
margin-top: 30px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
#intro .event_buttons .btn-event-link {
|
|
line-height: 35px;
|
|
font-size: 17px;
|
|
text-transform: uppercase;
|
|
letter-spacing: 5px;
|
|
border: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.2);
|
|
text-decoration: none;
|
|
color: #fff;
|
|
padding: 0 15px;
|
|
transition: all 0.15s ease-in-out;
|
|
width: 100%;
|
|
background: rgba(0, 0, 0, 0.3);
|
|
|
|
}
|
|
#intro .event_buttons .btn-event-link:hover {
|
|
border-color: rgba(255, 255, 255, 0.6);
|
|
|
|
}
|
|
|
|
#tickets .tickets_table_wrap {
|
|
/*padding: 10px;*/
|
|
/*background-color: #f8f8f8;*/
|
|
}
|
|
|
|
#tickets .input-group-addon {
|
|
background: none;
|
|
border: none;
|
|
}
|
|
|
|
#tickets table tr:first-child td {
|
|
border-top: none;
|
|
}
|
|
|
|
#tickets table tr td {
|
|
padding: 20px 0px;
|
|
}
|
|
|
|
#details .event_poster img {
|
|
border: 4px solid #f6f6f6;
|
|
max-width: 100%;
|
|
min-width: 100%;
|
|
}
|
|
|
|
/*Resets for user provided content */
|
|
|
|
#details .event_details iframe,
|
|
#details .event_details img { /* Youtube embed fix */
|
|
max-width: 100%;
|
|
}
|
|
|
|
#details .event_details h1,
|
|
#details .event_details h2,
|
|
#details .event_details h3,
|
|
#details .event_details h4,
|
|
#details .event_details h5,
|
|
#details .event_details h6 {
|
|
margin-top: 0px;
|
|
margin-bottom: 15px;
|
|
font-weight: 100;
|
|
}
|
|
#details .event_details h1 {
|
|
font-size: 28px;
|
|
}
|
|
#details .event_details h2 {
|
|
font-size: 24px;
|
|
}
|
|
#details .event_details h3 {
|
|
font-size: 20px;
|
|
}
|
|
#details .event_details h4 {
|
|
font-size: 17px;
|
|
}
|
|
|
|
#share .btn {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
#location {
|
|
/*height: 500px;*/
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
#location .google-maps {
|
|
position: relative;
|
|
/*padding-bottom: 75%; // This is the aspect ratio*/
|
|
overflow: hidden;
|
|
}
|
|
#location .google-maps iframe {
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
min-height: 500px;
|
|
}
|
|
|
|
}
|
|
|
|
#footer {
|
|
background-color: #888;
|
|
background-color: rgba(0, 0, 0, .4);
|
|
min-height: 60px;
|
|
line-height: 60px;
|
|
color: #fff;
|
|
text-align: center;
|
|
}
|
|
|
|
#organiser {
|
|
text-align: center;
|
|
|
|
.contact_form {
|
|
display: none;
|
|
padding:20px;
|
|
margin-top: 25px;
|
|
text-align: left;
|
|
}
|
|
|
|
}
|
|
|
|
|
|
.totop {
|
|
border-radius: 0;
|
|
background-color: #888;
|
|
background-color: rgba(0, 0, 0, .4);
|
|
}
|
|
|
|
.totop:hover {
|
|
background-color: #fff;
|
|
background-color: rgba(255, 255, 255, .4);
|
|
color: #000;
|
|
}
|
|
|
|
/* ==========================================================================
|
|
Small devices (tablets, 768px and up)
|
|
========================================================================== */
|
|
|
|
@media (min-width: 100px) and (max-width: 767px) {
|
|
|
|
.row {
|
|
margin: 0;
|
|
}
|
|
|
|
section.container {
|
|
margin-bottom: 0;
|
|
padding: 10px;
|
|
}
|
|
|
|
.section_head {
|
|
padding: 10px;
|
|
font-size: 30px;
|
|
}
|
|
|
|
.main_content {
|
|
padding: 0px;
|
|
background: #fff; /*make gutters white for tablet/mobile*/
|
|
}
|
|
|
|
#organiser_page_wrap {
|
|
#intro {
|
|
padding: 30px;
|
|
}
|
|
#intro h1 {
|
|
font-size: 2.236em;
|
|
padding: 15px;
|
|
}
|
|
}
|
|
|
|
#event_page_wrap {
|
|
|
|
#intro {
|
|
padding: 30px;
|
|
}
|
|
|
|
#intro .event_date h2 {
|
|
font-size: 20px;
|
|
}
|
|
|
|
#intro .event_date h4 {
|
|
font-size: 11px;
|
|
}
|
|
|
|
#intro h1 {
|
|
font-size: 2.236em;
|
|
padding: 15px;
|
|
}
|
|
|
|
#intro .event_venue {
|
|
color: #fff;
|
|
font-size: 20px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#intro .event_buttons {
|
|
margin-top: 50px;
|
|
}
|
|
|
|
#intro .event_buttons .btn-event-link {
|
|
padding: 5px 0px;
|
|
font-size: 18px;
|
|
margin-bottom: 5px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
#tickets .btn-checkout {
|
|
width: 100%;
|
|
}
|
|
|
|
#location .google-maps iframe {
|
|
min-height: 290px;
|
|
}
|
|
|
|
}
|
|
|
|
.content {
|
|
padding: 15px;
|
|
}
|
|
}
|
|
|
|
/* ==========================================================================
|
|
Medium devices (desktops, 992px and up)
|
|
========================================================================== */
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
/*#intro h1 { font-size: 50px; }*/
|
|
}
|
|
|
|
.rrssb-buttons.large-format li a {
|
|
border-radius: 0;
|
|
}
|
|
|
|
/*
|
|
-----------------------------------------------------
|
|
Event Listing
|
|
-----------------------------------------------------
|
|
*/
|
|
.event-listing {
|
|
.event .panel {
|
|
min-height: 140px;
|
|
}
|
|
|
|
.event_flyer {
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.event_flyer img {
|
|
max-height: 140px;
|
|
max-width: 100%;
|
|
}
|
|
} |