248 lines
6.0 KiB
CSS
248 lines
6.0 KiB
CSS
body[data-skin="apple"] {
|
|
--accent: #fb7185;
|
|
--taskbar-bg: rgba(41, 41, 46, 0.52);
|
|
--window-bg: rgba(255, 251, 239, 0.96);
|
|
--window-header-bg: linear-gradient(180deg, rgba(255, 248, 233, 0.98), rgba(251, 233, 199, 0.94));
|
|
--desktop-font: "SF Pro Display", "Helvetica Neue", sans-serif;
|
|
--taskbar-height: 72px;
|
|
--taskbar-left: 50%;
|
|
--taskbar-right: auto;
|
|
--taskbar-bottom: 18px;
|
|
--taskbar-width: auto;
|
|
--taskbar-radius: 24px;
|
|
--taskbar-justify: center;
|
|
--stage-top-offset: 34px;
|
|
--icon-top: 56px;
|
|
--shell-text: #f5f4f8;
|
|
--card-bg: rgba(255, 255, 255, 0.18);
|
|
--shell-border: rgba(255, 255, 255, 0.22);
|
|
}
|
|
|
|
body[data-skin="apple"] .system-bar {
|
|
height: 34px;
|
|
padding: 0 16px;
|
|
background: rgba(244, 244, 245, 0.74);
|
|
color: #111827;
|
|
backdrop-filter: blur(26px);
|
|
}
|
|
|
|
body[data-skin="apple"] .desktop-icons {
|
|
inset: 0;
|
|
width: auto;
|
|
}
|
|
|
|
body[data-skin="apple"] .taskbar {
|
|
gap: 10px;
|
|
padding: 10px 12px;
|
|
transform: translateX(-50%);
|
|
border: 1px solid rgba(255, 255, 255, 0.26);
|
|
box-shadow: 0 18px 40px rgba(17, 24, 39, 0.22);
|
|
backdrop-filter: blur(30px) saturate(1.1);
|
|
}
|
|
|
|
body[data-skin="apple"] .start-button {
|
|
order: 2;
|
|
min-width: 56px;
|
|
justify-content: center;
|
|
padding: 10px 12px;
|
|
background: rgba(255, 255, 255, 0.18);
|
|
}
|
|
|
|
body[data-skin="apple"] .start-button-label {
|
|
display: none;
|
|
}
|
|
|
|
body[data-skin="apple"] .tray {
|
|
order: 1;
|
|
flex: 0 0 auto;
|
|
gap: 6px;
|
|
}
|
|
|
|
body[data-skin="apple"] .taskbar-apps {
|
|
order: 3;
|
|
justify-content: center;
|
|
flex: 0 1 auto;
|
|
}
|
|
|
|
body[data-skin="apple"] .start-menu {
|
|
left: 50%;
|
|
bottom: 108px;
|
|
transform: translateX(-50%);
|
|
width: min(880px, calc(100% - 48px));
|
|
grid-template-columns: repeat(3, minmax(180px, 1fr));
|
|
gap: 14px;
|
|
padding: 22px;
|
|
border-radius: 28px;
|
|
background: linear-gradient(180deg, rgba(250, 250, 252, 0.42), rgba(219, 223, 231, 0.34));
|
|
border-color: rgba(255, 255, 255, 0.28);
|
|
box-shadow: 0 26px 80px rgba(10, 14, 24, 0.28);
|
|
}
|
|
|
|
body[data-skin="apple"] .start-menu::before {
|
|
background: linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent 28%, transparent);
|
|
}
|
|
|
|
body[data-skin="apple"] .start-menu-header {
|
|
padding-bottom: 14px;
|
|
border-bottom-color: rgba(15, 23, 42, 0.08);
|
|
}
|
|
|
|
body[data-skin="apple"] .start-menu-header .eyebrow,
|
|
body[data-skin="apple"] .start-menu .eyebrow {
|
|
color: #475569;
|
|
}
|
|
|
|
body[data-skin="apple"] .start-menu-header h2,
|
|
body[data-skin="apple"] .start-menu-entry,
|
|
body[data-skin="apple"] .start-menu-entry small,
|
|
body[data-skin="apple"] .start-menu-entry strong {
|
|
color: #0f172a;
|
|
}
|
|
|
|
body[data-skin="apple"] .start-menu-column {
|
|
gap: 14px;
|
|
}
|
|
|
|
body[data-skin="apple"] .start-menu-block {
|
|
padding: 14px;
|
|
border-radius: 20px;
|
|
background: rgba(255, 255, 255, 0.34);
|
|
border: 1px solid rgba(255, 255, 255, 0.36);
|
|
}
|
|
|
|
body[data-skin="apple"] .start-menu-entry {
|
|
grid-template-columns: 40px minmax(0, 1fr);
|
|
padding: 10px 12px;
|
|
border: 0;
|
|
border-radius: 14px;
|
|
background: rgba(255, 255, 255, 0.42);
|
|
}
|
|
|
|
body[data-skin="apple"] .start-menu-entry-toggle {
|
|
display: none;
|
|
}
|
|
|
|
body[data-skin="apple"] .start-menu-entry-badge {
|
|
border-radius: 12px;
|
|
background: rgba(15, 23, 42, 0.08);
|
|
}
|
|
|
|
body[data-skin="apple"] .window {
|
|
border-radius: 14px;
|
|
border: 1px solid rgba(255, 255, 255, 0.58);
|
|
box-shadow: 0 28px 70px rgba(17, 24, 39, 0.24);
|
|
}
|
|
|
|
body[data-skin="apple"] .window-header {
|
|
position: relative;
|
|
min-height: 42px;
|
|
justify-content: flex-start;
|
|
gap: 14px;
|
|
padding: 10px 14px;
|
|
background: linear-gradient(180deg, rgba(255, 249, 237, 0.98), rgba(248, 231, 199, 0.95));
|
|
}
|
|
|
|
body[data-skin="apple"] .window-title {
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
font-size: 13px;
|
|
color: #4b5563;
|
|
font-weight: 600;
|
|
}
|
|
|
|
body[data-skin="apple"] .window-action {
|
|
width: 12px;
|
|
height: 12px;
|
|
}
|
|
|
|
body[data-skin="apple"] .window-action span {
|
|
display: none;
|
|
}
|
|
|
|
body[data-skin="apple"] .taskbar-app-button {
|
|
min-width: 56px;
|
|
padding: 10px 12px;
|
|
justify-content: center;
|
|
border-radius: 16px;
|
|
background: rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
body[data-skin="apple"] .taskbar-app-button-label {
|
|
display: none;
|
|
}
|
|
|
|
body[data-skin="apple"] .taskbar-app-button-badge {
|
|
width: 30px;
|
|
height: 30px;
|
|
border-radius: 10px;
|
|
background: rgba(255, 255, 255, 0.16);
|
|
}
|
|
|
|
body[data-skin="apple"] .taskbar-app-button.is-focused {
|
|
transform: translateY(-4px) scale(1.06);
|
|
background: rgba(255, 255, 255, 0.18);
|
|
}
|
|
|
|
body[data-skin="apple"] .tray-pill,
|
|
body[data-skin="apple"] .tray-skin-button {
|
|
color: #f8fafc;
|
|
background: rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
body[data-skin="apple"] .tray-pill.tray-pill-status--idle {
|
|
color: #22c55e;
|
|
}
|
|
|
|
body[data-skin="apple"] .tray-pill.tray-pill-status--running {
|
|
color: #facc15;
|
|
}
|
|
|
|
body[data-skin="apple"] .tray-pill.tray-pill-status--error,
|
|
body[data-skin="apple"] .tray-pill.tray-pill-status--unconfigured {
|
|
color: #f97316;
|
|
}
|
|
|
|
body[data-skin="apple"] .widget-card {
|
|
border-radius: 22px;
|
|
color: #0f172a;
|
|
background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(244, 247, 252, 0.68));
|
|
border-color: rgba(255, 255, 255, 0.42);
|
|
box-shadow: 0 22px 48px rgba(17, 24, 39, 0.16);
|
|
backdrop-filter: blur(34px) saturate(1.3);
|
|
}
|
|
|
|
body[data-skin="apple"] .widget-card h3,
|
|
body[data-skin="apple"] .widget-card p {
|
|
color: #0f172a;
|
|
text-shadow: none;
|
|
}
|
|
|
|
body[data-skin="apple"] .widget-card-header p {
|
|
color: #475569;
|
|
}
|
|
|
|
body[data-skin="apple"] .widget-card-action {
|
|
background: rgba(51, 65, 85, 0.92);
|
|
color: #f8fafc;
|
|
}
|
|
|
|
body[data-skin="apple"] .widget-card-action:hover {
|
|
background: #1e293b;
|
|
}
|
|
|
|
body[data-skin="apple"] .widget-badge {
|
|
background: rgba(51, 65, 85, 0.72);
|
|
color: #f8fafc;
|
|
}
|
|
|
|
body[data-skin="apple"] .desktop-icon {
|
|
width: 124px;
|
|
background: transparent;
|
|
}
|
|
|
|
body[data-skin="apple"] .desktop-icon-badge {
|
|
border-radius: 18px;
|
|
background: linear-gradient(180deg, rgba(86, 99, 180, 0.75), rgba(44, 46, 96, 0.82));
|
|
}
|