smol bot
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="schem">
  <div class="bar">
    <div class="background" id="{ID}"></div>
    <span class="typcn typcn-arrow-left"></span>
    <button class="squareb" title="info" id="{ID}-info"></button>
    <button class="squareb" title="copy" id="{ID}-copy"></button>
    <button class="squareb" title="download" id="{ID}-download"></button>
  </div>
  <span class="title" id="{ID}-title"></span>
  <img id="{ID}-picture" onmouseenter="document.getElementById('{ID}').style.backgroundColor = '#454545'"
    onmouseleave="document.getElementById('{ID}').style.backgroundColor = '#020202'" draggable="false" class="preview"
    width="120px" height="120px" src="fail.png" />
</div>