style="min-width:260px;max-height:420px;display:flex;flex-direction:column;">
App Shelf Small
App Shelf Large
🕐 Clock
📅 Calendar
🧮 Calculator
Weather
🎵 Music Player
📝 Notes
🥻 Fashion
📺 Video Player
Add Folder
Music Player
Gallery
Music Player
Notes
Fashion Lookbook
Video Player
Calculator
Clayround
Blocco
Folders
Settings
Trash
Notes
Notes
Trash
🗑️
Trash is Empty
Folders
Settings
General
🎨 Personalisation
Taskbar
🎭 Display
🗺️ Language
System
🛡️ General Settings
Appearance and interface
Dark Mode
Switch to the dark interface
High Contrast
Stronger borders and sharper text
Menu Taskbar Transparency
Slide right for fully see-through top bar
Dock Taskbar Transparency
Slide right for fully see-through dock
Rounder Corners
Increases widget border radius
Eye Protection
Warm tone, reduces blue light
Hide Widgets
Toggle all widgets on / off
Frosted Glass
Blur & frost the wallpaper
Taskbar
Icon Size
Smaller or larger taskbar icons
Display
Colour Filter
Pick a hue to tint the screen
Strong Filter (50%)
Double the filter intensity
Remove Filter
Clear any applied colour
Language
Interface language
Primary Language
All menus and messages use this
General Settings
Full nameVictor Masotti
Height175 cm / 5′9″
BasedLondon, UK
Age19 (20/09/2006)
LanguagesItalian & English
Gallery
Years
Months
Days
All Photos
+ Add
Colour
Library
🖼️ Photos
🕐 Recents
Favourites
Video Player
No video selected
Select a video from the playlist or add a Vimeo / YouTube link
0:00 / 0:00
Playlist
Video 1
YouTube
Video 2
YouTube
Video 3
YouTube
Video 4
YouTube
Video 5
YouTube
Video 6
YouTube
Fashion Lookbook
Clayround
Clayround
Clayround
3D Clay Studio
Initialising engine…
Select (V)
Move (M)
Rotate (R)
Scale (S)
Add Sphere
Add Box
Add Cylinder
Add Torus
Add Cone
Duplicate
Toggle Grid
Grid +
Grid −
Warp (W)
Paint (P) · tap again for brushes
Inflate
Deflate
Flatten
Smooth
Orbit (O)
Reset View
Select an object
to see properties
Tool: Select Objects: 3 Cam: Perspective Scroll to zoom · Drag to orbit · Mid-drag to pan
Blocco
BLOCCO 三次元の文字
文字 · BLOCCO
Content Type
Text (Enter = new line)
Font
Size
Depth
Letter Gap
Weight
Letter Mode
Colour
Background
Material
Metalness
Roughness
Bevel
Animation
Speed
Scene Tilt
Double-click a letter to select · Drag to move · Orbit on empty
Remove Widget
Open
Rename
Move
Move to Trash
Wi-Fi
Victor Network Wi-Fi
Session Time
00:00:00
drag sphere to spin
Maps
Globe Around yeaaahhh!
App 3
✕ Cancel
#desktop-icons .desk-icon, #desktop-icons .desk-icon:hover, #desktop-icons .desk-icon:focus, #desktop-icons .desk-icon:active { background: transparent !important; background-color: transparent !important; box-shadow: none !important;} #desktop-icons .desk-icon.selected { box-shadow: 0 0 0 2px rgba(0,122,255,0.5) !important;} #desktop-icons .desk-icon img { transition: transform 0.5s cubic-bezier(0.34,1.2,0.64,1) !important; transform: scale(1) !important;} #desktop-icons .desk-icon:hover img { transform: scale(1.08) !important;} const pop=document.getElementById('vm-rename-pop'); const inp=document.getElementById('vm-rename-input'); inp.value=document.getElementById('vm-title').textContent; pop.style.display='flex'; pop.style.opacity='0'; pop.style.transform='scale(0.96) translateY(-4px)'; const tr=document.getElementById('vm-title').getBoundingClientRect(); const pw=pop.offsetWidth||180; pop.style.left=Math.min(Math.max(tr.left+tr.width/2-pw/2,8),window.innerWidth-pw-8)+'px'; pop.style.top='34px'; requestAnimationFrame(()=>requestAnimationFrame(()=>{ pop.style.opacity='1'; pop.style.transform='scale(1) translateY(0)'; })); setTimeout(()=>{inp.focus();inp.select();},30); setTimeout(()=>document.addEventListener('mousedown',_vmOutside,true),10);} function _vmOutside(e){if(!document.getElementById('vm-rename-pop').contains(e.target))closeVMRename();} function closeVMRename(){ const pop=document.getElementById('vm-rename-pop'); pop.style.opacity='0';pop.style.transform='scale(0.96) translateY(-4px)'; setTimeout(()=>{ pop.style.display='none'; },150); document.removeEventListener('mousedown',_vmOutside,true);} function commitVMRename(){ const val=document.getElementById('vm-rename-input').value.trim(); if(val)document.getElementById('vm-title').textContent=val; closeVMRename();}