$
var BtnAbstO = article.value('btn-abst-o', '');
var BtnPadOU = article.value('btn-abst-ou', '');
var BtnPadLR = article.value('btn-abst-lr', '');
var Anitime = article.value('anitime', '');
var BtnGr = article.value("btn-groesse","");
var BtnFfam = article.value("btn-ffam","");
var BtnFw = article.value("btn-fw","");
var BtnColSch = article.value("btn-farbe-schrift","");
var BtnColBg = article.value("btn-farbe-bg","");
var BtnLetsp = article.value("btn-letsp","");
var BordBr = article.value('bord-br', '');
var BordCol = article.value('bord-col', '');
var Corner = article.value('corner', '');
var BtnColSchHov = article.value("btn-farbe-schrift-hover","");
var BtnColBgHov = article.value("btn-farbe-bg-hover","");
var AusfahrenHov = article.value("ausfahren-hov","");
var headstyle = "";
// MENUBUTTON
headstyle += '.wzp-side-link_btn_id' + article.id + '{';
headstyle += 'position:fixed;';
headstyle += ' right:0;';
headstyle += ' top:' + BtnAbstO + ';';
headstyle += ' padding:' + BtnPadOU + ' ' + BtnPadLR + ';';
headstyle += ' z-index:9996;';
headstyle += ' cursor:pointer;';
headstyle += ' line-height:1;';
headstyle += ' writing-mode:vertical-lr;';
headstyle += ' transform:translate(0, -50%) rotate(180deg);';
headstyle += ' border-radius:0 ' + Corner + ' ' + Corner + ' 0;';
headstyle += ' border-right:solid ' + BordBr + ' ' + BordCol + ';';
headstyle += ' border-top:solid ' + BordBr + ' ' + BordCol + ';';
headstyle += ' border-bottom:solid ' + BordBr + ' ' + BordCol + ';';
headstyle += ' color:' + BtnColSch + ' !important;';
headstyle += ' background-color:' + BtnColBg + ' !important;';
headstyle += ' font-size:' + BtnGr + ';';
headstyle += ' font-family:' + BtnFfam + ';';
headstyle += ' font-weight:' + BtnFw + ';';
headstyle += ' letter-spacing:' + BtnLetsp + ';';
headstyle += ' transition:all ' + Anitime + 'ms !important;';
headstyle += ' -webkit-transition:all ' + Anitime + 'ms !important;';
headstyle += '}\n';
headstyle += '.wzp-side-link_btn_id' + article.id + ':hover {';
headstyle += 'color:' + BtnColSchHov + ' !important;';
headstyle += ' background-color:' + BtnColBgHov + ' !important;';
headstyle += ' padding-left:calc(' + BtnPadLR + ' + ' + AusfahrenHov + ');';
headstyle += '}';
var Break = article.value("break","");
var BtnAbstOMob = article.value("btn-abst-o-mob","");
var BtnGrMob = article.value("btn-groesse-mob","");
var BtnPadOUMob = article.value('btn-abst-ou-mob', '');
var BtnPadLRMob = article.value('btn-abst-lr-mob', '');
headstyle += '@media (max-width: ' + Break + ') {\n';
headstyle += '.wzp-side-link_btn_id' + article.id + ' {';
headstyle += ' top:' + BtnAbstOMob + ';';
headstyle += ' font-size:' + BtnGrMob + ';';
headstyle += ' padding:' + BtnPadOUMob + ' ' + BtnPadLRMob + ';';
headstyle += '}\n';
headstyle += '}';
system.addHtmlHeadElement("
Side BTN Link
Hier können Sie das Widget öffnen oder löschen. Dieser Hinweis wird nur in der internen Vorschau angezeigt.