diff --git a/docs/css/index.css b/docs/css/index.css index d037856f..0d4d1982 100644 --- a/docs/css/index.css +++ b/docs/css/index.css @@ -42,4 +42,45 @@ body { #download-gfx-panel { background-color: #dfe7e8; +} + +#contributor-list { + left: -1000px; +} + +#contributor-list table tbody tr { + border: transparent 0px !important; + background-color: transparent !important; +} + +#contributor-list table tbody tr td { + padding: 2px !important; + border: transparent 0px !important; +} + +.contributor-tooltip { + position: relative; + display: inline-block; +} + +.contributor-tooltip .contributor-tooltip-text { + opacity: 0.0; + width: 120px; + top: 100%; + left: 50%; + margin-left: -60px; + background-color: black; + color: beige; + text-align: center; + padding: 5px 0; + border-radius: 2px; + position: absolute; + z-index: 1; + border-radius: 4px; + transition: opacity 500ms; + pointer-events: none; +} + +.contributor-tooltip:hover .contributor-tooltip-text { + opacity: 1.0; } \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 688a6763..35e134ad 100644 --- a/docs/index.html +++ b/docs/index.html @@ -20,19 +20,33 @@ meta-description: "Largest graphic pack source for Cemu that modify or scale gam
++ Okay! +
+Choose the right download for the Cemu version that you'll use.
-+
Remove your previous graphic packs before installing/updating each time you install your graphic packs or you might run into issues!
+