Kunstgebouw online
Welkom bij het Kunstgebouw online!
Er is op dit moment geen bijeenkomst gepland. Kom binnenkort terug voor de laatste informatie!
#msync-plugin { width: 100%; }
#msync-plugin * {font-family: “frygia”,helvetica,arial,sans-serif; }
.msync-checkout .msync-card,
.msync-player .msync-card { background-color: #00227B; border: 0 none; }
.msync-checkout a.msync-link-button:link,
.msync-checkout a.msync-link-button:visited { color: #FFF; text-decoration: underline; }
.msync-checkout a.msync-link-button:hover,
.msync-checkout a.msync-link-button:active { color: #00A6D9; }
.msync-checkout button,
a.msync-link-button,
.msync-checkout .alert { font-size: 1rem; }
.msync-player .chat-host-message { color: #00227B; }
.msync-player .chat-host-message-meta,
.msync-player .chat-host-message-text { border-radius: 0; background: #FFF; }
.msync-player .chat-host-message-meta { font-size: .7rem;border-bottom: 1px solid #07a5d9; }
var search = document.location.search.substring(1).split(/\?|&/);
var key;
if (search && search.length) {
for (var i = 0; i < search.length; i++) {
var qs = search[i].split(/=/);
var qsKey = qs[0];
var qsValue = qs[1];
if (qsKey === 'key' && qsValue) {
key = qsValue;
}
}
}
if (key) {
loadEvent();
} else {
loadCheckout();
}
function loadEvent() {
//create instance of Msync
var msyncEvent = new MsyncEvent();
//Add properties
msyncEvent.containerID = 'msync-plugin';
msyncEvent.pluginID = 'msync';
msyncEvent.key = key;
//load the plugin
msyncEvent.load();
}
function loadCheckout() {
var msyncCheckout = new MsyncCheckout();
//Add properties
msyncCheckout.containerID = 'msync-plugin';
msyncCheckout.pluginID = 'msync';
msyncCheckout.showID = "2e89098f-8d4e-42f8-999b-ca203ae797df ";
msyncCheckout.ticketCode = "public";
//load the plugin
msyncCheckout.load();
}