diff --git a/assets/step-extensions.png b/assets/step-extensions.png new file mode 100644 index 00000000..53610508 Binary files /dev/null and b/assets/step-extensions.png differ diff --git a/assets/step-install.jpg b/assets/step-install.jpg new file mode 100644 index 00000000..a18be316 Binary files /dev/null and b/assets/step-install.jpg differ diff --git a/assets/style.css b/assets/style.css index 4677540d..7febd424 100644 --- a/assets/style.css +++ b/assets/style.css @@ -105,17 +105,49 @@ body { -------------------------------------------------- */ .step { -display: inline-block; + padding: 5px; +} + +.step-number { + display: inline-block; color: #fff; width: 22px; height: 22px; - background-color: #2E84BF; - margin-right: 4px; + background-color: #54759E; + margin-right: 2px; text-align: center; line-height: 22px; border-radius: 50%; + margin-top: 5px; +} + +.step-img { + padding-top: 10px; + padding-bottom: 5px; + max-width: 325px; } a { - color: #2E84BF; + color: #54759E; +} + +a.step-number:hover { + background-color: #435E7E; + color: #ffffff; + text-decoration: none; +} + +:target { + -webkit-animation: target-fade 3s 1; + -moz-animation: target-fade 3s 1; +} + +@-webkit-keyframes target-fade { + 0% { background-color: rgba(255,255,0,.25); } + 100% { background-color: rgba(255,255,0,0); } +} + +@-moz-keyframes target-fade { + 0% { background-color: rgba(255,255,0,.25); } + 100% { background-color: rgba(255,255,0,0); } } \ No newline at end of file diff --git a/index.html b/index.html index 9b272e13..d4f7d78a 100644 --- a/index.html +++ b/index.html @@ -1,31 +1,47 @@ - + - - Tachiyomi Installation - - - - - - - - -
-
- -

Get started with Tachiyomi

-

Tachiyomi is a free and open source manga reader for Android.

-
-
-

Installation

-

1 Get the latest stable release from GitHub.
tachiyomi-vX.Y.Z.apk

-

2 Once installed, open the app and navigate to "Extensions".

- -
-

© 2019-

-
- - - + + + Tachiyomi Installation + + + + + + + + + + +
+
+ +

Get started with Tachiyomi

+

Tachiyomi is a free and open source manga reader for Android.

+
+
+ +

Installation

+ +

1 Get the latest stable release from GitHub.
+ tachiyomi-vX.Y.Z.apk

+ +

2 Install the .apk file you just downloaded from GitHub.

+ +

Extensions

+ +

3 Once installed, open the app and navigate to "Extensions".

+ +
+

© 2019-

+
+ + + + + \ No newline at end of file