From 22c5c4ebb32615e925ae9b0bf0e8b223b01004d8 Mon Sep 17 00:00:00 2001 From: MegaMech Date: Sun, 14 Jan 2024 22:32:46 -0700 Subject: [PATCH] More Docs (#546) * Updated buttons --- docs/basics/actorsmenu.md | 29 +++++++++++++++- docs/basics/basicsmenu.md | 37 +++++++++++++++++--- docs/basics/coursesmenu.md | 29 +++++++++++++++- docs/basics/menu.html | 68 ------------------------------------- docs/html/buttonimage.png | Bin 0 -> 138482 bytes docs/html/placeholder.png | Bin 6761 -> 0 bytes 6 files changed, 88 insertions(+), 75 deletions(-) delete mode 100644 docs/basics/menu.html create mode 100644 docs/html/buttonimage.png delete mode 100644 docs/html/placeholder.png diff --git a/docs/basics/actorsmenu.md b/docs/basics/actorsmenu.md index 0f0adef033..d438e3d942 100644 --- a/docs/basics/actorsmenu.md +++ b/docs/basics/actorsmenu.md @@ -14,6 +14,16 @@ How actors in mk64 works. There are two kinds of actors. display: block; background-color: rgb(40, 44, 52); width: 320px; + box-shadow: 0 0 0 0; + transition: 0.3s ease; +} +.pagelink:hover { + box-shadow: 0 5px 15px 5px rgba(0,0,0,1); + +} +.pagelink:hover img { + transform: scale3d(1.1,1.1,1.1); + } .pageimg { display: inline-block; @@ -21,6 +31,9 @@ How actors in mk64 works. There are two kinds of actors. position: relative; overflow: hidden; } +.pageimg img { + transition: 0.3s ease; +} .content { color: white; font-size: 1em; @@ -32,6 +45,7 @@ How actors in mk64 works. There are two kinds of actors. font-size: 18px; color: white; font-weight: bold; + text-decoration: none; } .pagedescription { color: #fff; @@ -47,10 +61,23 @@ How actors in mk64 works. There are two kinds of actors. line-height: 1.64em; font-size: 1em; font-weight: normal; + text-decoration: none; } .pagea { display: inline-block; } +.pagea:link { + text-decoration: none; +} +.pagea:visited { + text-decoration: none; +} +.pagea:hover { + text-decoration: none; +} +.pagea:active { + text-decoration: none; +} p { margin: 0; padding: 0; @@ -60,7 +87,7 @@ p {