|
32 | 32 | <body> |
33 | 33 | <div class="main"> |
34 | 34 | <!-- dimchat.js below --> |
35 | | - <div id="chat2" class="box" style="width: 300px; text-wrap: wrap; top: 40px; position: absolute; height: calc(100% - 40px); backdrop-filter: blur(9px);"> |
36 | | - <div id="messages2" style="width: 300px; height: 492px; text-wrap: wrap; overflow-y: scroll; margin: 10px; margin-top: 1rem;"></div> |
37 | | - <div id="bar" style="margin-top:4px; bottom: 0px; position: absolute; width: 300px;"> |
38 | | - <input style="background-color: transparent;" type="text" id="message2" placeholder="Enter message - please be nice!" autocomplete="off" maxlength="300"> |
| 35 | + <div id="chat2" class="box"> |
| 36 | + <div id="messages2"></div> |
| 37 | + <div id="bar"> |
| 38 | + <input class="inputstyle" type="text" id="message2" placeholder="Enter message - please be nice!" autocomplete="off" maxlength="300"> |
39 | 39 | <button id="send2" class="fa fa-lg fa-paper-plane"></button> |
40 | 40 | </div> |
41 | 41 | </div> |
42 | 42 | <!-- Alternative Chat below (cbox) --> |
43 | | - <footer class="chatalt-cbox" style="scrollbar-color: transparent rgba(255, 255, 255, 0);scrollbar-width: none;height: 100%;"> |
44 | | - <div class="item" id="thirdChatServer" style="scrollbar-color: transparent rgba(255, 255, 255, 0);scrollbar-width: none;height: 100%;"> |
45 | | - <iframe src="https://www3.cbox.ws/box/?boxid=3538311&boxtag=KK9MuO" width="100%" height="450" allowtransparency="yes" allow="autoplay" frameborder="0" marginheight="0" marginwidth="0" scrolling="auto" style="position; height: calc(100% - 50px);"></iframe> |
| 43 | + <footer class="chatalt-cbox"> |
| 44 | + <div class="item" id="thirdChatServer"> |
| 45 | + <iframe src="https://www3.cbox.ws/box/?boxid=3538311&boxtag=KK9MuO" class="thirdChatClass" width="100%" height="450" allowtransparency="yes" allow="autoplay" frameborder="0" marginheight="0" marginwidth="0" scrolling="auto"></iframe> |
46 | 46 | </div> |
47 | 47 | </footer> |
48 | | - <footer class="draw" style="scrollbar-color: transparent rgba(255, 255, 255, 0); scrollbar-width: none; position: absolute; left: 300px; top: 50px;"> |
49 | | - <div class="item hide" style="scrollbar-color: transparent rgba(255, 255, 255, 0); scrollbar-width: none;"> |
| 48 | + <footer class="draw"> |
| 49 | + <div class="item hide cbox"> |
50 | 50 | <iframe src="https://draw.bzmb.eu" width="1000px" height="1000px" allowtransparency="no" allow="autoplay" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" style="scrollbar-color: transparent rgba(255, 255, 255, 0); scrollbar-width: none;"></iframe> |
51 | 51 | </div> |
52 | 52 | </footer> |
|
0 commit comments