mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-11-01 07:25:06 +01:00
Fix fork styles
This commit is contained in:
parent
c763f852e3
commit
a689250d87
@ -1,4 +1,20 @@
|
|||||||
.page-neko {
|
.page-neko {
|
||||||
|
.VPHero {
|
||||||
|
h1 {
|
||||||
|
.clip {
|
||||||
|
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, var(--vp-c-brand) 30%, var(--vp-c-brand-dark))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.VPButton {
|
||||||
|
&.brand {
|
||||||
|
border-color: var(--vp-button-brand-border)
|
||||||
|
color: var(--vp-button-brand-text)
|
||||||
|
background-color: var(--vp-button-brand-bg)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.image-bg {
|
.image-bg {
|
||||||
display: none
|
display: none
|
||||||
}
|
}
|
||||||
@ -28,7 +44,13 @@
|
|||||||
* -------------------------------------------------------------------------- */
|
* -------------------------------------------------------------------------- */
|
||||||
|
|
||||||
:root .page-neko {
|
:root .page-neko {
|
||||||
|
--vp-button-brand-border: var(--vp-c-brand-light)
|
||||||
--vp-button-brand-text: var(--vp-c-black)
|
--vp-button-brand-text: var(--vp-c-black)
|
||||||
|
--vp-button-brand-bg: var(--vp-c-brand)
|
||||||
|
--vp-button-brand-hover-border: var(--vp-c-brand-light)
|
||||||
--vp-button-brand-hover-text: var(--vp-c-black)
|
--vp-button-brand-hover-text: var(--vp-c-black)
|
||||||
|
--vp-button-brand-hover-bg: var(--vp-c-brand-light)
|
||||||
|
--vp-button-brand-active-border: var(--vp-c-brand-light)
|
||||||
--vp-button-brand-active-text: var(--vp-c-black)
|
--vp-button-brand-active-text: var(--vp-c-black)
|
||||||
|
--vp-button-brand-active-bg: var(--vp-button-brand-bg)
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,20 @@
|
|||||||
.page-tachiyomi-az {
|
.page-tachiyomi-az {
|
||||||
|
.VPHero {
|
||||||
|
h1 {
|
||||||
|
.clip {
|
||||||
|
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, var(--vp-c-brand) 30%, var(--vp-c-brand-dark))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.VPButton {
|
||||||
|
&.brand {
|
||||||
|
border-color: var(--vp-button-brand-border)
|
||||||
|
color: var(--vp-button-brand-text)
|
||||||
|
background-color: var(--vp-button-brand-bg)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.image-bg {
|
.image-bg {
|
||||||
display: none
|
display: none
|
||||||
}
|
}
|
||||||
@ -28,9 +44,15 @@
|
|||||||
* -------------------------------------------------------------------------- */
|
* -------------------------------------------------------------------------- */
|
||||||
|
|
||||||
:root .page-tachiyomi-az {
|
:root .page-tachiyomi-az {
|
||||||
|
--vp-button-brand-border: var(--vp-c-brand-light)
|
||||||
--vp-button-brand-text: var(--vp-c-black)
|
--vp-button-brand-text: var(--vp-c-black)
|
||||||
|
--vp-button-brand-bg: var(--vp-c-brand)
|
||||||
|
--vp-button-brand-hover-border: var(--vp-c-brand-light)
|
||||||
--vp-button-brand-hover-text: var(--vp-c-black)
|
--vp-button-brand-hover-text: var(--vp-c-black)
|
||||||
|
--vp-button-brand-hover-bg: var(--vp-c-brand-light)
|
||||||
|
--vp-button-brand-active-border: var(--vp-c-brand-light)
|
||||||
--vp-button-brand-active-text: var(--vp-c-black)
|
--vp-button-brand-active-text: var(--vp-c-black)
|
||||||
|
--vp-button-brand-active-bg: var(--vp-button-brand-bg)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -1,4 +1,20 @@
|
|||||||
.page-tachiyomi-j2k {
|
.page-tachiyomi-j2k {
|
||||||
|
.VPHero {
|
||||||
|
h1 {
|
||||||
|
.clip {
|
||||||
|
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, var(--vp-c-brand) 30%, var(--vp-c-brand-dark))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.VPButton {
|
||||||
|
&.brand {
|
||||||
|
border-color: var(--vp-button-brand-border)
|
||||||
|
color: var(--vp-button-brand-text)
|
||||||
|
background-color: var(--vp-button-brand-bg)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.image-bg {
|
.image-bg {
|
||||||
display: none
|
display: none
|
||||||
}
|
}
|
||||||
@ -28,7 +44,13 @@
|
|||||||
* -------------------------------------------------------------------------- */
|
* -------------------------------------------------------------------------- */
|
||||||
|
|
||||||
:root .page-tachiyomi-j2k {
|
:root .page-tachiyomi-j2k {
|
||||||
|
--vp-button-brand-border: var(--vp-c-brand-light)
|
||||||
--vp-button-brand-text: var(--vp-c-white)
|
--vp-button-brand-text: var(--vp-c-white)
|
||||||
|
--vp-button-brand-bg: var(--vp-c-brand)
|
||||||
|
--vp-button-brand-hover-border: var(--vp-c-brand-light)
|
||||||
--vp-button-brand-hover-text: var(--vp-c-white)
|
--vp-button-brand-hover-text: var(--vp-c-white)
|
||||||
|
--vp-button-brand-hover-bg: var(--vp-c-brand-light)
|
||||||
|
--vp-button-brand-active-border: var(--vp-c-brand-light)
|
||||||
--vp-button-brand-active-text: var(--vp-c-white)
|
--vp-button-brand-active-text: var(--vp-c-white)
|
||||||
|
--vp-button-brand-active-bg: var(--vp-button-brand-bg)
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,20 @@
|
|||||||
.page-tachiyomi-sy {
|
.page-tachiyomi-sy {
|
||||||
|
.VPHero {
|
||||||
|
h1 {
|
||||||
|
.clip {
|
||||||
|
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, var(--vp-c-brand) 30%, var(--vp-c-brand-dark))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.VPButton {
|
||||||
|
&.brand {
|
||||||
|
border-color: var(--vp-button-brand-border)
|
||||||
|
color: var(--vp-button-brand-text)
|
||||||
|
background-color: var(--vp-button-brand-bg)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.image-bg {
|
.image-bg {
|
||||||
display: none
|
display: none
|
||||||
}
|
}
|
||||||
@ -28,7 +44,13 @@
|
|||||||
* -------------------------------------------------------------------------- */
|
* -------------------------------------------------------------------------- */
|
||||||
|
|
||||||
:root .page-tachiyomi-sy {
|
:root .page-tachiyomi-sy {
|
||||||
|
--vp-button-brand-border: var(--vp-c-brand-light)
|
||||||
--vp-button-brand-text: var(--vp-c-white)
|
--vp-button-brand-text: var(--vp-c-white)
|
||||||
|
--vp-button-brand-bg: var(--vp-c-brand)
|
||||||
|
--vp-button-brand-hover-border: var(--vp-c-brand-light)
|
||||||
--vp-button-brand-hover-text: var(--vp-c-white)
|
--vp-button-brand-hover-text: var(--vp-c-white)
|
||||||
|
--vp-button-brand-hover-bg: var(--vp-c-brand-light)
|
||||||
|
--vp-button-brand-active-border: var(--vp-c-brand-light)
|
||||||
--vp-button-brand-active-text: var(--vp-c-white)
|
--vp-button-brand-active-text: var(--vp-c-white)
|
||||||
|
--vp-button-brand-active-bg: var(--vp-button-brand-bg)
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Forks
|
title: Forks
|
||||||
description: Forks are alternative versions of Tachiyomi with exclusive features.
|
description: Forks are alternative versions of Tachiyomi with exclusive features.
|
||||||
|
aside: false
|
||||||
---
|
---
|
||||||
|
|
||||||
# Forks
|
# Forks
|
||||||
|
@ -9,7 +9,7 @@ hero:
|
|||||||
name: TachiyomiAZ
|
name: TachiyomiAZ
|
||||||
text: Hentai-focused
|
text: Hentai-focused
|
||||||
tagline: Recommendation system, a hamburger menu, and loads of hentai
|
tagline: Recommendation system, a hamburger menu, and loads of hentai
|
||||||
image: https://tachiyomi-v3-gridsome.netlify.app/assets/logo-az.png
|
image: /forks/logo-az.webp
|
||||||
actions:
|
actions:
|
||||||
- theme: brand
|
- theme: brand
|
||||||
text: Download
|
text: Download
|
||||||
@ -32,7 +32,7 @@ features:
|
|||||||
icon: 👵
|
icon: 👵
|
||||||
|
|
||||||
theme: "#FFCC4D"
|
theme: "#FFCC4D"
|
||||||
image: /forks/logo-az.png
|
image: /forks/logo-az.webp
|
||||||
imageSize: small
|
imageSize: small
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -74,11 +74,11 @@ const members = [
|
|||||||
<div class="azContainer">
|
<div class="azContainer">
|
||||||
<div class="azMarquee">
|
<div class="azMarquee">
|
||||||
<div class="azWiggleText">
|
<div class="azWiggleText">
|
||||||
<span class="azText"><i>The BEST fork</i> --az4521</span>
|
<span class="azText"><i>"The BEST fork"</i> - az4521</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style scoped>
|
<style>
|
||||||
@import "../.vitepress/theme/styles/forks/tachiyomi-az.styl"
|
@import "../.vitepress/theme/styles/forks/tachiyomi-az.styl"
|
||||||
</style>
|
</style>
|
||||||
|
@ -9,7 +9,7 @@ hero:
|
|||||||
name: TachiyomiJ2K
|
name: TachiyomiJ2K
|
||||||
text: Redesigned
|
text: Redesigned
|
||||||
tagline: New approach to the design of the base app along with several other enhancements
|
tagline: New approach to the design of the base app along with several other enhancements
|
||||||
image: /forks/logo-j2k.png
|
image: /forks/logo-j2k.webp
|
||||||
actions:
|
actions:
|
||||||
- theme: brand
|
- theme: brand
|
||||||
text: Download
|
text: Download
|
||||||
@ -32,7 +32,7 @@ features:
|
|||||||
icon: 🔖
|
icon: 🔖
|
||||||
|
|
||||||
theme: "#0952AF"
|
theme: "#0952AF"
|
||||||
image: /forks/logo-j2k.png
|
image: /forks/logo-j2k.webp
|
||||||
imageSize: small
|
imageSize: small
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: TachiyomiSY
|
title: TachiyomiSY
|
||||||
description: LongDesc
|
description: Keeping up-to-date with Tachiyomi while also adding exclusive features
|
||||||
|
|
||||||
layout: home
|
layout: home
|
||||||
pageClass: page-tachiyomi-sy
|
pageClass: page-tachiyomi-sy
|
||||||
@ -9,7 +9,7 @@ hero:
|
|||||||
name: TachiyomiSY
|
name: TachiyomiSY
|
||||||
text: Hentai-focused
|
text: Hentai-focused
|
||||||
tagline: Keeping up-to-date with Tachiyomi while also adding exclusive features
|
tagline: Keeping up-to-date with Tachiyomi while also adding exclusive features
|
||||||
image: /forks/logo-sy.png
|
image: /forks/logo-sy.webp
|
||||||
actions:
|
actions:
|
||||||
- theme: brand
|
- theme: brand
|
||||||
text: Download
|
text: Download
|
||||||
@ -32,7 +32,7 @@ features:
|
|||||||
icon: 👵
|
icon: 👵
|
||||||
|
|
||||||
theme: "#CE2828"
|
theme: "#CE2828"
|
||||||
image: /forks/logo-sy.png
|
image: /forks/logo-sy.webp
|
||||||
imageSize: small
|
imageSize: small
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user