- Регистрация
- 06.07.2018
- Сообщения
- 133
- Благодарностей
- 3
- Баллы
- 18
Hi @VladZen, I would like to open BotUI on Zennobox 5.26 while I created it on the Project maker 5.26 attached to this zennobox. I click and I just have loading Setting and then nothing. Thank you in advance
The greenbutton code :
Код:
<style>
.button {
display: inline-block;
padding: 3px 5px;
font-size: 14px;
cursor: pointer;
text-align: center;
text-decoration: none;
outline: none;
color: #fff;
background-color: #4CAF50;
border: yes;
border-radius: 5px;
box-shadow: 0 9px #999;
}
.button:hover {background-color: #3e8e41}
.button:active {
background-color: #3e8e41;
box-shadow: 0 5px #666;
transform: translateY(2px);
}
</style>
</head>
<body>
<a href="https://www.freecodecamp.org/"><button class="button">Obtenir la Version Complète</button></a>
<style id="style">
html, body {
width: 50 %;
height: 50 %;
margin: 0;
padding: 0;
}
div.fixed {
cursor: pointer;
position: absolute;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.hidden {
visibility: hidden;
}
div.absolute {
position: absolute;
}
div.selected {
z-index: 2;
outline-style: solid;
outline-width: 2px;
outline-color: #f46542;
}
div.level2 {
z-index: 3;
}
div.level3 {
z-index: 4;
}
div.level4 {
z-index: 5;
}
label.option {
white-space: nowrap;
overflow: hidden;
}
body {
font-family: 'Play';
background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}
.user-control{
box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
textarea {
overflow-y: hidden;
}
div.selected:hover {}
b, li, ul, text, span, div.radio, label, input, h1, select, button, div.ignore, div.tab-content, div.tab-pane, option, textarea {
pointer-events: none;
margin: 0px;
padding: 0px;
}
html {
overflow: auto;
margin-left: calc(100vw - 100%);
}
</style>
Последнее редактирование: