Skip to content
Avatar Builder – Mr Potato Mode
body {margin:0;padding-top:80px;font-family:sans-serif;background:transparent;}
#builder-container {display:flex;max-width:1400px;margin:0 auto;background:#fff;padding:20px;}
.main {flex:1;background:#fff;}
.tabs {display:flex;gap:10px;margin-bottom:10px;padding:5px;border-bottom:1px solid #ccc;background:#fff;}
.tab {padding:6px 10px;background:#eee;border:1px solid #ccc;border-bottom:none;cursor:pointer;user-select:none;color:#000;}
.tab.active {background:#fff;font-weight:bold;border-bottom:2px solid #fff;}
.thumbs {display:grid;grid-template-columns:repeat(auto-fill,80px);gap:8px;padding:8px;border:1px solid #ccc;margin-bottom:10px;background:#fff;}
.thumbs img {width:60px;height:60px;object-fit:contain;cursor:pointer;user-select:none;-webkit-user-drag:none;}
#stage {position:relative;width:800px;height:800px;background:#fff;border:1px solid #ccc;margin-bottom:10px;overflow:visible;}
.stage-item {position:absolute;overflow:visible;cursor:move;}
.stage-item img {display:block;user-select:none;-webkit-user-drag:none;pointer-events:none;}
.delete-btn {position:absolute;top:-10px;right:-10px;width:24px;height:24px;background:#e74c3c;color:#fff;border:none;border-radius:50%;font-size:16px;line-height:24px;text-align:center;cursor:pointer;z-index:1000;display:flex;align-items:center;justify-content:center;pointer-events:auto;}
#layers-panel {width:200px;background:#f9f9f9;border:1px solid #ccc;padding:10px;margin-left:20px;}
#layers-panel h2 {margin-top:0;font-size:16px;}
#layers-list {list-style:none;padding:0;margin:0;max-height:840px;overflow-y:auto;}
#layers-list li {display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;background:#fff;border:1px solid #ddd;padding:4px;cursor:pointer;}
#layers-list li.selected {background:#e0f7fa;}
#save-btn {padding:8px 16px;}
- Choosing a selection results in a full page refresh.
- Opens in a new window.