From ce02070a9df3aeec03fe5659ddb67bc4a49ca491 Mon Sep 17 00:00:00 2001 From: MegaMech Date: Mon, 15 Jan 2024 05:35:50 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20n64decom?= =?UTF-8?q?p/mk64@22c5c4ebb32615e925ae9b0bf0e8b223b01004d8=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- actorsmenu.html | 29 ++++++++++++++++++++++++++++- basics.html | 35 +++++++++++++++++++++++++++++++---- buttonimage.png | Bin 0 -> 138482 bytes coursesmenu.html | 29 ++++++++++++++++++++++++++++- placeholder.png | Bin 6761 -> 0 bytes 5 files changed, 87 insertions(+), 6 deletions(-) create mode 100644 buttonimage.png delete mode 100644 placeholder.png diff --git a/actorsmenu.html b/actorsmenu.html index 267172fc0..707c670a4 100644 --- a/actorsmenu.html +++ b/actorsmenu.html @@ -101,6 +101,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; @@ -108,6 +118,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; @@ -119,6 +132,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; @@ -134,10 +148,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; @@ -147,7 +174,7 @@ p {