made-in-akira/software/concept-guikit/iplex atlas.css

46 lines
1.5 KiB
CSS
Raw Normal View History

2023-01-25 14:47:47 +00:00
<iplex atlas specification>
# name: "iPlex Checkerdance 1.05";
# author: "akira olivia pink";
# version: "r1005";
# update: "https://www.akirapink.net/public/iplex/default.css";
</ias>
.global{
g_tilemode: stretch;
/*stretch middle tiles, or tile them, clamping them at their extremities?*/
g_stretchmo: nearest;
/*if stretch, with what filter? (nearest, linear)*/
}
.window_bg{
w_vfxmode: (none 0);
/*type (none, blur, pixel); radius*/
w_blend: (normal 255);
/*type (normal, addition, multiply, soft light, hard light, grain merge, grain extract); opacity 0 to 255*/
w_bordergrip: false;
/*for additional effects, like shadows, 8px of borders are offered. should the user be able to drag the window with them?*/
}
.titlebar{
t_butspc: 14px;
/*space between buttons*/
t_butx: 16px;
/*width of buttons*/
t_butspcmode: tile;
/*tile button bgs and clamp at extremities or stretch button bgs out?*/
t_butmusmode: overlay;
/*replace titlebar bg or render on top?*/
/*specification for layout, as shown in the atlas png:
window shade, stick above other windows, minimize, maximize, close
disable shade, disable stick, unmin, restore, nothing
*unmin applies if you don't have a panel to minimize apps into
also, button bgs for default, hovering over them, and pressing them*/
}
/*[[DEPRECATED]] .window w_rendermode*/
/*tile center square, stretch center square, tile whole box or stretch whole box?*/