diff --git a/docs/index.html b/docs/index.html index 6b0c016..15514d3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -22,13 +22,26 @@
-

Phigros Android History

-

This project is a collection and archive of different versions of Phigros on Android.

-

You’ll find changelogs, download links, installation help, and more, carefully organized for both G (Google Play), T (TapTap), and other versions.

-

(Still in progress)

-

Loading downloads...

- -

View Project on GitLab

+

Phigros Android Versions

+

Welcome to the fan made archive of almost every Phigros Android version. + Find available versions, changelogs, and installation help for G (Google Play), T (TapTap), and other versions.

+

Loading downloads...

+ +
+

Archive Summary

+

Total versions released: 123
Versions found: 114

+

+ +

+
+ 1.2.1, 1.2.2, 1.2.3, 1.2.5, 1.5.3, 1.5.5, 2.4.1, 2.4.2, 2.5.0 +
+

Latest version: 3.15.0 (131) - 06/Aug/2025
Updates are usually released every Wednesday at 09:00 AM UTC.

+
View Versions @@ -37,23 +50,37 @@
+ + - - \ No newline at end of file diff --git a/docs/style/style.css b/docs/style/style.css index d3f4fd2..0da7391 100644 --- a/docs/style/style.css +++ b/docs/style/style.css @@ -93,7 +93,7 @@ h1 { p { font-size: 1.1rem; - margin-bottom: 20px; + margin-bottom: 10px; color: #dddddd; } @@ -440,3 +440,51 @@ a.back-to-top:hover { color: #0077cc; font-family: monospace; } + +.home-dropdown-toggle { + background: none; + border: none; + color: #2f80ed; + font-weight: 600; + cursor: pointer; + font-size: 1rem; + display: inline-flex; + align-items: center; + justify-content: center; + gap: 8px; + transition: color 0.2s; + border-radius: 8px; +} + +.home-dropdown-toggle:hover { + color: #4fa1ff; +} + +.home-dropdown-toggle .arrow-left, +.home-dropdown-toggle .arrow-right { + display: inline-block; + transition: transform 0.22s ease; + line-height: 1; + font-size: 1rem; +} + +.home-dropdown-toggle.open .arrow-left { + transform: rotate(90deg); +} +.home-dropdown-toggle.open .arrow-right { + transform: rotate(-90deg); +} + +.home-dropdown-content { + display: none; + background: #111; + border: 1px solid #333; + border-radius: 6px; + color: #ccc; + margin: 5px auto 5px; + font-size: 0.9rem; + max-width: 540px; + padding: 6px 12px; + text-align: center; + word-wrap: break-word; +} \ No newline at end of file