/
githubmirror
/
gpt-runner
Обзор
Документация
Войти
/
githubmirror
/
gpt-runner
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
website/src/pages/styles.module.css
187 строк
3 KB
JinmingYang
docs: move doc site dir to website dir
27 июн 2023, 18:22
27 июн 2023, 18:22
87887ca
Код
Авторство
О чём код?
.section { padding: 72px 0; } .sectionAlt { background-color: var(--ifm-color-emphasis-100); } .sectionInner { margin: 0 auto; } .featureImage { width: auto; max-height: 128px; margin: 0 auto; } .featureHeading { font-size: var(--ifm-h3-font-size); padding-top: 1rem; } .announcement { font-weight: bold; font-size: 24px; padding: 48px; margin: 0 auto; text-align: center; } .announcementDark { background-color: #20232a; color: #fff; /* Reapply the primary color, because it has been locally overridden as * the dark theme color */ --ifm-link-color: var(--ifm-color-primary); } .announcementInner { margin: 0 auto; max-width: 768px; } .banner { font-weight: bold; font-size: 20px; padding: 20px; max-width: 768px; margin: 0 auto; text-align: center; } .hero { background-color: #2b3137; padding: 48px; } .heroInner { margin: 0 auto; max-width: 1100px; padding: 0 20px; } .heroProjectTagline { color: #fff; font-size: 60px; margin: 0; } .heroTitleTextHtml b { color: var(--ifm-color-primary); } @keyframes jack-in-the-box { from { opacity: 0; transform: scale(0.1) rotate(30deg); transform-origin: center bottom; } 50% { transform: rotate(-10deg); } 70% { transform: rotate(3deg); } to { opacity: 1; transform: scale(1); } } .heroLogo { animation-duration: 2s; animation-name: jack-in-the-box; float: right; margin-top: 20px; padding: 0 20px 20px; height: auto; } .indexCtas { --ifm-button-size-multiplier: 1.6; display: flex; flex-wrap: wrap; align-items: center; margin-top: 24px; } .indexCtas a, .indexCtas a:hover { color: black; } .indexCtas a:last-of-type { margin: 20px 36px; } .indexCtasGitHubButtonWrapper { display: flex; } .indexCtasGitHubButton { overflow: hidden; } .indexCtaTryNowButton:hover { color: var(--ifm-color-primary); } @media only screen and (max-width: 768px) { .hero { padding-left: 20px; padding-right: 20px; } .heroInner { padding: 0; } .heroProjectTagline { font-size: 36px; text-align: center; } .heroLogo { display: block; float: none; margin: 0 auto; } .indexCtas { justify-content: center; } .indexCtas a { margin: 20px 36px; } .indexCtasGitHubButton { display: none; } } .tweetsSection > :global(.col) > * { margin-bottom: 2rem; } @media (max-width: 996px) { .tweetsSection > :global(.col:last-child) > *:last-child { margin-bottom: 0; } } @media (min-width: 997px) { .tweetsSection > :global(.col) > *:last-child { margin-bottom: 0; } } /* Used to test CSS insertion order */ .test-marker-site-index-page { content: 'site-index-page'; }