Alif Jakir - Portfolio & Experimental Blog
Alif Jakir氏のポートフォリオおよび実験的ブログサイトのフロントエンド(CSS)コードスニペットです。ニュースリリースではなく、Webサイトのソースコードが抽出されています。
📋 記事の処理履歴
- 📰 発表: 2026年4月4日 10:38
- 🔍 収集: 2026年4月4日 11:00(発表から21分後)
- 🤖 AI分析完了: 2026年4月4日 11:42(収集から42分後)
Alif Jakir - Portfolio & Experimental Blog html { color-scheme: light; } body { margin: 0; background-color: var(--color-paper); color: var(--color-ink-dark); min-height: 100vh; min-height: 100dvh; } #root { min-height: 100vh; min-height: 100dvh; } /* Non-home: no shell (instant). */ html.no-first-paint-shell #first-paint-shell { display: none !important; } /* Home: crossfade out when React masthead is ready (see PageHeader). */ html.react-masthead-ready #first-paint-shell { opacity: 0; visibility: hidden; pointer-events: none; } @media (prefers-reduced-motion: reduce) { #first-paint-shell { transition: none !important; } html.react-masthead-ready #first-paint-shell { display: none !important; } } #first-paint-shell { position: fixed; inset: 0; z-index: 2147483646; overflow-y: auto; -webkit-overflow-scrolling: touch; background: var(--color-paper); box-sizing: border-box; padding: 0 0 2rem; font-family: 'Source Serif Pro', Georgia, 'Times New Roman', serif; font-size: 1.2rem; line-height: 1.58; opacity: 1; visibility: visible; pointer-events: auto; transition: opacity 0.48s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.48s step-end; } #first-paint-shell .fps-skip { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; } #first-paint-shell .fps-skip:focus { position: fixed; left: 0.5rem; top: 0.5rem; width: auto; height: auto; padding: 0.45rem 0.85rem; font-size: 1rem; background: var(--color-ink-dark); color: var(--color-paper); z-index: 2147483647; clip: auto; overflow: visible; } /* Mirrors Navigation.css .main-nav */ #first-paint-shell .fps-nav-outer { width: 100%; display: flex; justify-content: center; align-items: center; padding: 0.5rem 0; margin: 0 0 1rem 0; position: relative; z-index: 50; background-color: var(--color-paper); box-sizing: border-box; } /* Mirrors Navigation.css .nav-container */ #first-paint-shell .fps-nav { display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; width: 100%; max-width: 100%; padding: 0 2rem; position: relative; box-sizing: border-box; overflow: visible; } /* Checkbox drives mobile drawer without JS (same breakpoint as Navigation: 767px). */ #first-paint-shell .fps-nav-toggle-input { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; opacity: 0; pointer-events: none; } #first-paint-shell .fps-menu-backdrop { display: none; } #first-paint-shell .fps-menu-toggle { display: none; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 2.75rem; height: 2.75rem; padding: 0; margin: 0; border: none; border-radius: 6px; background: transparent; color: var(--color-ink-dark); cursor: pointer; flex-shrink: 0; -webkit-tap-highlight-color: transparent; box-sizing: border-box; } #first-paint-shell .fps-menu-toggle:focus-visible { outline: 2px solid var(--color-accent); outline-offset: 2px; } #first-paint-shell .fps-menu-toggle-bar { display: block; width: 1.35rem; height: 2px; border-radius: 1px; background: currentColor; transition: transform 0.25s ease, opacity 0.2s ease; } /* Mirrors Navigation.css .aleph-logo */ #first-paint-shell .fps-aleph-logo { position: relative; display: flex; align-items: center; justify-content: center; margin-right: 0.5rem; padding-bottom: 10px; height: auto; min-height: 72px; flex-shrink: 0; color: inherit; text-decoration: none; outline: none; user-select: none; -webkit-user-select: none; transform: translateY(-4px); box-sizing: border-box; } /* Mirrors Navigation.css .aleph-container */ #first-paint-shell .fps-aleph-container { position: relative; display: flex; align-items: center; justify-content: center; width: 100px; height: 92px; overflow: visible; user-select: none; -webkit-user-select: none; } /* Mirrors Navigation.css .aleph-letter */ #first-paint-shell .fps-aleph-letter { font-family: 'Playfair Display', 'Times New Roman', Georgia, serif; font-size: 6.25rem; font-weight: 700; position: absolute; color: var(--color-ink-dark); line-height: 0.75; transform: translateY(2px); z-index: 2; user-select: none; -webkit-user-select: none; } /* Mirrors Navigation.css .aleph-shadow */ #first-paint-shell .fps-aleph-shadow { font-family: 'Playfair Display', 'Times New Roman', Georgia, serif; font-size: 6.25rem; font-weight: 700; position: absolute; color: transparent; text-shadow: 0 0 8px rgba(var(--color-ink-dark-rgb), 0.2); z-index: 1; line-height: 0.75; transform: translate(4px, 6px); opacity: 0.4; user-select: none; -webkit-user-select: none; pointer-events: none; } /* Mirrors Navigation.css .aleph-subscript (theme-tokens --font-aleph-subscript) */ #first-paint-shell .fps-aleph-subscript { font-family: var(--font-aleph-subscript, 'STIX Two Text', Georgia, serif); font-weight: 600; color: var(--color-ink-dark); position: absolute; line-height: 1; z-index: 3; right: 0; bottom: -10px; font-size: 1.32rem; letter-spacing: -0.03em; user-select: none; -webkit-user-selec
よくある質問
Alif Jakir氏とはどのような人物ですか?
アメリカを拠点とする学際的研究者・エンジニアであり、AIやXRを用いた人間拡張(Human Augmentation)に関わる開発を行っています。
このテキストは何ですか?
プレスリリースではなく、alifjakir.com というポートフォリオサイトから抽出されたCSS(デザイン用ソースコード)の一部です。
Halcyox LLCとは何ですか?
Alif Jakir氏が設立した企業で、教育支援AIツールや人間とAIのパートナーシップを強化するシステムの開発を行っています。